Andreas Rumpf 879aa1fdd5 Merge branch 'devel' into araq-generic-inst-fix 6 ヶ月 前
..
ic 941659581a allow replacing captured syms in macro calls in generics (#23091) 1 年間 前
nir e662043fd1 rework `wasMoved`, `move` on the JS backend (#23577) 7 ヶ月 前
plugins 6c4c60eade Adds support for custom ASTs in the Nim parser (#23417) 9 ヶ月 前
aliasanalysis.nim 93ced31353 use strictdefs for compiler (#22365) 1 年間 前
aliases.nim 91ad6a740b type refactor: part 4 (#23077) 1 年間 前
ast.nim e662043fd1 rework `wasMoved`, `move` on the JS backend (#23577) 7 ヶ月 前
astalgo.nim 9b378296f6 fixes addr/hiddenAddr in strictdefs (#23477) 8 ヶ月 前
astmsgs.nim 20698b8057 fixes #23494; Wrong type in object construction error message (#23504) 8 ヶ月 前
astyaml.nim fe18ec5dc0 types refactoring; WIP (#23086) 1 年間 前
backendpragmas.nim 38f876dd48 fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now parses the whole module at one time (#21379) 1 年間 前
bitsets.nim 816589b667 NIR: Nim intermediate representation (#22777) 1 年間 前
btrees.nim 93ced31353 use strictdefs for compiler (#22365) 1 年間 前
ccgcalls.nim 8f5ae28fab fixes #22672; Destructor not called for result when exception is thrown (#23267) 6 ヶ月 前
ccgexprs.nim 309f97af4c fixes #23627; Simple destructor code gives invalid C (#23631) 7 ヶ月 前
ccgliterals.nim de4b0346bd store full definition AST for consts, fix noRewrite (#20115) 2 年 前
ccgmerge_unused.nim a7133e0594 removed unused sections in codegen (#20976) 2 年 前
ccgreset.nim 473f259268 Fix reset code gen for range types (#22462, #23214) (#23215) 11 ヶ月 前
ccgstmts.nim 8f5ae28fab fixes #22672; Destructor not called for result when exception is thrown (#23267) 6 ヶ月 前
ccgthreadvars.nim ca1f3f36b9 no ropes WIP (#20433) 2 年 前
ccgtrav.nim 91ad6a740b type refactor: part 4 (#23077) 1 年間 前
ccgtypes.nim cb0ebecb20 #Fixes #23657 C++ compilation fails with: 'T1_' was not declared in t… (#23666) 6 ヶ月 前
ccgutils.nim 7039b8b5bc fixes #23354; [backport] (#23685) 6 ヶ月 前
cgen.nim 8f5ae28fab fixes #22672; Destructor not called for result when exception is thrown (#23267) 6 ヶ月 前
cgendata.nim b387bc49b5 chore: fix some typos (#23412) 9 ヶ月 前
cgmeth.nim aa30233ea7 fixes #23273; forbids methods having importc pragmas (#23324) 9 ヶ月 前
closureiters.nim 9e1d0d1513 fixes #4695; closure iterators support for JS backend (#23493) 8 ヶ月 前
cmdlinehelper.nim a24990bd8c fixes #23429; rework `--verbosity` with warnings/hints (#23441) 9 ヶ月 前
commands.nim 02be027e9b IC: progress and refactorings (#22961) 1 年間 前
compiler.nimble 2bb7277a61 Create compiler and nimsuggest packages (#22118) 1 年間 前
concepts.nim b387bc49b5 chore: fix some typos (#23412) 9 ヶ月 前
condsyms.nim b3b87f0f8a Mark `macros.error` as `.noreturn.` (#23081) 1 年間 前
debuginfo.nim 9c47bb9cc0 happy new year 8 年 前
debugutils.nim 6f4bacff67 Extend and document compiler debugging utilities (#19841) 2 年 前
depends.nim e17237ce9d prepare for the enforcement of `std` prefix (#22873) 1 年間 前
dfa.nim 6cb2dca41d updated compiler DFA docs (#23527) 8 ヶ月 前
docgen.nim c0acf3ce28 retain postfix node in type section typed AST, with docgen fix (#23101) 1 年間 前
docgen2.nim 93ced31353 use strictdefs for compiler (#22365) 1 年間 前
enumtostr.nim fe18ec5dc0 types refactoring; WIP (#23086) 1 年間 前
errorhandling.nim 02be027e9b IC: progress and refactorings (#22961) 1 年間 前
evalffi.nim 9b378296f6 fixes addr/hiddenAddr in strictdefs (#23477) 8 ヶ月 前
evaltempl.nim 7657a637b8 refactoring: no inheritance for PType/PSym (#23403) 9 ヶ月 前
expanddefaults.nim 91ad6a740b type refactor: part 4 (#23077) 1 年間 前
extccomp.nim 519d976f62 compute checksum of nim files early in the pipelines (#23268) 11 ヶ月 前
filter_tmpl.nim e17237ce9d prepare for the enforcement of `std` prefix (#22873) 1 年間 前
filters.nim e17237ce9d prepare for the enforcement of `std` prefix (#22873) 1 年間 前
gorgeimpl.nim e17237ce9d prepare for the enforcement of `std` prefix (#22873) 1 年間 前
guards.nim cca5684a17 fixes yet another strictdefs bug (#23069) 1 年間 前
hlo.nim 3b206ed988 Fix #22604: Make endsInNoReturn traverse the tree (#22612) 1 年間 前
idents.nim e17237ce9d prepare for the enforcement of `std` prefix (#22873) 1 年間 前
importer.nim 9b378296f6 fixes addr/hiddenAddr in strictdefs (#23477) 8 ヶ月 前
index.nim 3cf88c2b49 walkDirRecFilter, update doc CI filter, compiler/index.nim for docs + various other fixes (#14501) 4 年 前
injectdestructors.nim cd3cf3a20e fixes #23524; global variables cannot be analysed when injecting `move` (#23529) 8 ヶ月 前
installer.ini 77c04092e0 Add linux/loongarch64 support in 'compiler/installer.ini' (#23672) 6 ヶ月 前
int128.nim cca5684a17 fixes yet another strictdefs bug (#23069) 1 年間 前
isolation_check.nim 6ed33b6d61 type graph refactor; part 3 (#23064) 1 年間 前
jsgen.nim a9a32ca3b8 improve view types for jsgen; eliminate unnecessary copies of view types (#23654) 6 ヶ月 前
jstypes.nim e51e98997b type refactoring: part 2 (#23059) 1 年間 前
lambdalifting.nim 407c0cb64a fixes #23522; fixes pre-existing wrong type for iter in `liftIterSym` (#23538) 8 ヶ月 前
layouter.nim cd4ecddb30 nimpretty: check the rendered AST for wrong output (#23057) 1 年間 前
lexer.nim cca5684a17 fixes yet another strictdefs bug (#23069) 1 年間 前
liftdestructors.nim 2c8551556e fixes lifting subtype calling parent's hooks (#23612) 7 ヶ月 前
liftlocals.nim e17237ce9d prepare for the enforcement of `std` prefix (#22873) 1 年間 前
lineinfos.nim cb0ebecb20 #Fixes #23657 C++ compilation fails with: 'T1_' was not declared in t… (#23666) 6 ヶ月 前
linter.nim 93ced31353 use strictdefs for compiler (#22365) 1 年間 前
llstream.nim ec37b59a65 Add missing std prefix (#22910) 1 年間 前
lookups.nim 9b378296f6 fixes addr/hiddenAddr in strictdefs (#23477) 8 ヶ月 前
lowerings.nim e51e98997b type refactoring: part 2 (#23059) 1 年間 前
macrocacheimpl.nim cf6dd57efe IC: next steps (#16632) 4 年 前
magicsys.nim db603237c6 Types: Refactorings; step 1 (#23055) 1 年間 前
main.nim 9b378296f6 fixes addr/hiddenAddr in strictdefs (#23477) 8 ヶ月 前
mangleutils.nim fc48c7e615 apply the new mangle algorithm to JS backend for parameters and procs (#23476) 8 ヶ月 前
modulegraphs.nim 9b378296f6 fixes addr/hiddenAddr in strictdefs (#23477) 8 ヶ月 前
modulepaths.nim 4eaa3b028c fixes #23167; take `nkOpenSymChoice` into consideration caused by templates [backport] (#23168) 11 ヶ月 前
modules.nim 519d976f62 compute checksum of nim files early in the pipelines (#23268) 11 ヶ月 前
msgs.nim 7e3bac9235 * fix for the debug line info code generation (#23488) 8 ヶ月 前
ndi.nim 7f6e800caf move assertions out of system (#19599) 2 年 前
nilcheck.nim 9648d97a8d fixes #22637; now `--experimental:strictNotNil` can be enabled globally (#23079) 1 年間 前
nim.cfg b5f5b74fc8 enable vtable implementation for C++ and make it an experimental feature (#23004) 1 年間 前
nim.nim 7e4060cb4a fixes #23065; DocLike command defaults to ORC (#23075) 1 年間 前
nimblecmd.nim cca5684a17 fixes yet another strictdefs bug (#23069) 1 年間 前
nimconf.nim cca5684a17 fixes yet another strictdefs bug (#23069) 1 年間 前
nimeval.nim 9b378296f6 fixes addr/hiddenAddr in strictdefs (#23477) 8 ヶ月 前
nimlexbase.nim e17237ce9d prepare for the enforcement of `std` prefix (#22873) 1 年間 前
nimpaths.nim e17237ce9d prepare for the enforcement of `std` prefix (#22873) 1 年間 前
nimsets.nim db603237c6 Types: Refactorings; step 1 (#23055) 1 年間 前
nodejs.nim e17237ce9d prepare for the enforcement of `std` prefix (#22873) 1 年間 前
nodekinds.nim 6c4c60eade Adds support for custom ASTs in the Nim parser (#23417) 9 ヶ月 前
nversion.nim b0a98cc01e warn on set types bigger than max size, default to 0..255 for int literals (#21659) 1 年間 前
optimizer.nim 9b378296f6 fixes addr/hiddenAddr in strictdefs (#23477) 8 ヶ月 前
options.nim 899ba01ccf + added nimsuggest support for exception inlay hints (#23202) 9 ヶ月 前
packagehandling.nim 93ced31353 use strictdefs for compiler (#22365) 1 年間 前
packages.nim 20b011de19 refactoring in preparation for better, simpler name mangling that wor… (#21667) 1 年間 前
parampatterns.nim e17237ce9d prepare for the enforcement of `std` prefix (#22873) 1 年間 前
parser.nim 6c4c60eade Adds support for custom ASTs in the Nim parser (#23417) 9 ヶ月 前
passaux.nim b8dc58d884 test removing dollar for objects out of system (#20242) 2 年 前
passes.nim 02be027e9b IC: progress and refactorings (#22961) 1 年間 前
pathutils.nim e17237ce9d prepare for the enforcement of `std` prefix (#22873) 1 年間 前
patterns.nim fe18ec5dc0 types refactoring; WIP (#23086) 1 年間 前
pipelines.nim 9b378296f6 fixes addr/hiddenAddr in strictdefs (#23477) 8 ヶ月 前
pipelineutils.nim d51a392149 replaces implicit passes array registed at runtime with explicit function calls; simplify compilation pipeline (#21444) 1 年間 前
platform.nim e17237ce9d prepare for the enforcement of `std` prefix (#22873) 1 年間 前
pluginsupport.nim a325692fb2 refactoring: fewer global variables 6 年 前
pragmas.nim fcc43fa9c8 Allow to `exportc` params. (#23396) 7 ヶ月 前
prefixmatches.nim e17237ce9d prepare for the enforcement of `std` prefix (#22873) 1 年間 前
procfind.nim 9b378296f6 fixes addr/hiddenAddr in strictdefs (#23477) 8 ヶ月 前
readme.md 1ad618d96c clean up the documentation (#22196) 1 年間 前
renderer.nim fc49c6e3ba fix spurious indent and newlines in rendering of nkRecList (#23121) 1 年間 前
renderverbatim.nim e17237ce9d prepare for the enforcement of `std` prefix (#22873) 1 年間 前
reorder.nim 9b378296f6 fixes addr/hiddenAddr in strictdefs (#23477) 8 ヶ月 前
rodutils.nim b79b39128e NIR: C codegen additions (#22914) 1 年間 前
ropes.nim 7be2e2bef5 replaces `doAssert false` with `raiseAssert` for unreachable branches, which works better with strictdefs (#22436) 1 年間 前
saturate.nim 6a621b35e7 fix warnings for deprecated `low` and `high` (#15291) 4 年 前
scriptconfig.nim e17237ce9d prepare for the enforcement of `std` prefix (#22873) 1 年間 前
sem.nim 42e8472ca6 fix noreturn/implicit discard check logic (#23681) 6 ヶ月 前
semcall.nim 9b378296f6 fixes addr/hiddenAddr in strictdefs (#23477) 8 ヶ月 前
semdata.nim 7657a637b8 refactoring: no inheritance for PType/PSym (#23403) 9 ヶ月 前
semexprs.nim 17475fc5d3 fixes openarray hoist with gcc 14 (#23647) 6 ヶ月 前
semfields.nim cca5684a17 fixes yet another strictdefs bug (#23069) 1 年間 前
semfold.nim 2d1533f34f fixes #5901 #21211; don't fold cast function types because of gcc 14 (#23683) 6 ヶ月 前
semgnrc.nim 9b378296f6 fixes addr/hiddenAddr in strictdefs (#23477) 8 ヶ月 前
seminst.nim 7657a637b8 refactoring: no inheritance for PType/PSym (#23403) 9 ヶ月 前
semmacrosanity.nim 91ad6a740b type refactor: part 4 (#23077) 1 年間 前
semmagic.nim d837d32fd5 Skip tyAlias inside semTypeTraits in case a concept accidently emits one (#23640) 7 ヶ月 前
semobjconstr.nim 20698b8057 fixes #23494; Wrong type in object construction error message (#23504) 8 ヶ月 前
semparallel.nim cca5684a17 fixes yet another strictdefs bug (#23069) 1 年間 前
sempass2.nim 9b378296f6 fixes addr/hiddenAddr in strictdefs (#23477) 8 ヶ月 前
semstmts.nim 42e8472ca6 fix noreturn/implicit discard check logic (#23681) 6 ヶ月 前
semstrictfuncs.nim 3812d91390 alternative, much simpler algorithm for strict func checking (#21066) 2 年 前
semtempl.nim 9b378296f6 fixes addr/hiddenAddr in strictdefs (#23477) 8 ヶ月 前
semtypes.nim 42486e1b2f unordered enum for better interoperability with C (#23585) 7 ヶ月 前
semtypinst.nim 879aa1fdd5 Merge branch 'devel' into araq-generic-inst-fix 6 ヶ月 前
sighashes.nim 9b378296f6 fixes addr/hiddenAddr in strictdefs (#23477) 8 ヶ月 前
sigmatch.nim 1ad4e80060 fixes #22409; don't check style for enumFieldSymChoice in the function (#23580) 7 ヶ月 前
sinkparameter_inference.nim 02be027e9b IC: progress and refactorings (#22961) 1 年間 前
sizealignoffsetimpl.nim 6ed33b6d61 type graph refactor; part 3 (#23064) 1 年間 前
sourcemap.nim b387bc49b5 chore: fix some typos (#23412) 9 ヶ月 前
spawn.nim 08f1eac8ac fixes#23665; rework spawn with gcc 14 and fixes other tests (#23660) 6 ヶ月 前
suggest.nim 1ad4e80060 fixes #22409; don't check style for enumFieldSymChoice in the function (#23580) 7 ヶ月 前
suggestsymdb.nim 899ba01ccf + added nimsuggest support for exception inlay hints (#23202) 9 ヶ月 前
syntaxes.nim 9b378296f6 fixes addr/hiddenAddr in strictdefs (#23477) 8 ヶ月 前
tccgen.nim 7be2e2bef5 replaces `doAssert false` with `raiseAssert` for unreachable branches, which works better with strictdefs (#22436) 1 年間 前
transf.nim 0b0f185bd1 fixes #23536; Stack trace with wrong line number when the proc called inside for loop (#23540) 8 ヶ月 前
trees.nim 39f2df1972 fixes #23295; don't expand constants for complex structures (#23297) 10 ヶ月 前
treetab.nim e17237ce9d prepare for the enforcement of `std` prefix (#22873) 1 年間 前
typeallowed.nim 185e06c923 fixes #23419; internal error with void in generic array instantiation (#23550) 8 ヶ月 前
types.nim c934d5986d Converted the 'invalid kind for firstOrd/lastOrd(XXX)' messages from internal errors to fatal errors. (#23443) 9 ヶ月 前
typesrenderer.nim e17237ce9d prepare for the enforcement of `std` prefix (#22873) 1 年間 前
varpartitions.nim b2f79df81c fixes #22218; avoids cursor when copy is disabled (#23209) 11 ヶ月 前
vm.nim 24fbacc63f fixes an issue with string to 'var openArray' at compile-time; [backp… (#23363) 9 ヶ月 前
vmconv.nim db603237c6 Types: Refactorings; step 1 (#23055) 1 年間 前
vmdef.nim 942f846f04 fix getNullValue for cstring in VM, make other VM code aware of nil cstring (#22527) 1 年間 前
vmdeps.nim 91ad6a740b type refactor: part 4 (#23077) 1 年間 前
vmgen.nim e662043fd1 rework `wasMoved`, `move` on the JS backend (#23577) 7 ヶ月 前
vmhooks.nim 7be2e2bef5 replaces `doAssert false` with `raiseAssert` for unreachable branches, which works better with strictdefs (#22436) 1 年間 前
vmmarshal.nim 9b378296f6 fixes addr/hiddenAddr in strictdefs (#23477) 8 ヶ月 前
vmops.nim eb83d20d0d Add staticFileExists and staticDirExists (#22278) 1 年間 前
vmprofiler.nim e17237ce9d prepare for the enforcement of `std` prefix (#22873) 1 年間 前
vtables.nim fe18ec5dc0 types refactoring; WIP (#23086) 1 年間 前
wordrecg.nim 1324d2e04c Asm syntax pragma (#23119) 1 年間 前

readme.md

Nim Compiler

  • This directory contains the Nim compiler written in Nim.
  • Note that this code has been translated from a bootstrapping version written in Pascal.
  • So the code is not a poster child of good Nim code.

See Internals of the Nim Compiler for more information.