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

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.