Araq 0f53a06e7d make tests green again 7 年 前
..
nimfix 92c2a51bf7 removed compiler internal list implementation (#5371) 7 年 前
plugins 46efaf294b big compiler refactoring; avoid globals for multi method dispatcher generation 7 年 前
aliases.nim 1a61c4d46d first implementation of the 'func' keyword 7 年 前
ast.nim 315f0ca455 ast.nim: spacing 7 年 前
astalgo.nim e641bc7df0 minor code cleanup 7 年 前
bitsets.nim d681812465 compiler: Trim .nim files trailing whitespace 9 年 前
canonicalizer.nim e879da5791 some work to make 'opt' a first class type 7 年 前
ccgcalls.nim 77453f33df fixes #6435 7 年 前
ccgexprs.nim 9485f1c888 make tests green again 7 年 前
ccgmerge.nim 2eee15d7f3 Merge branch 'devel' into sighashes 8 年 前
ccgstmts.nim 14ca49743f make nnkGotoState and labels more flexible 7 年 前
ccgthreadvars.nim 57874ed9b8 C++ codegen: emit 'extern C' for importc'ed functions that we declare a prototype for 7 年 前
ccgtrav.nim 71c26586ed concepts: make codegen aware of 'tyInferred' 7 年 前
ccgtypes.nim 71c26586ed concepts: make codegen aware of 'tyInferred' 7 年 前
ccgutils.nim f7f3a25be8 first steps of making 'opt' a first class type for Nim 7 年 前
cgen.nim 2ca7b703fb No implicit quit for Genode (#6515) 7 年 前
cgendata.nim 92c2a51bf7 removed compiler internal list implementation (#5371) 7 年 前
cgmeth.nim baf685461b Fixes #5946 (#6017) 7 年 前
commands.nim 63530be0b8 introduce --newruntime switch for the upcoming destructors and move semantics 7 年 前
condsyms.nim 3308d26581 breaking change: arrays of char do not convert to cstring; ptr to array of char does 7 年 前
debuginfo.nim 9c47bb9cc0 happy new year 8 年 前
depends.nim 4910a87c6f gendepend improvements; refs #5144 8 年 前
destroyer.nim 71c32da349 topttree destructor finally works 7 年 前
dfa.nim ec253ada72 initial version of the new untested destructor pass 7 年 前
docgen.nim 1a61c4d46d first implementation of the 'func' keyword 7 年 前
docgen2.nim 46efaf294b big compiler refactoring; avoid globals for multi method dispatcher generation 7 年 前
evalffi.nim 000b8afd26 Remove expr/stmt (#5857) 7 年 前
evaltempl.nim 8f4b374327 Fix #4020; Better handling of templates within concepts 7 年 前
extccomp.nim 7b63ee85b9 fixes #6452 7 年 前
filter_tmpl.nim ccf99fa5ce closes #5070 7 年 前
filters.nim ccf99fa5ce closes #5070 7 年 前
forloops.nim d681812465 compiler: Trim .nim files trailing whitespace 9 年 前
gorgeimpl.nim 02ff5f596c implemented new experimental scriptable import mechanism 7 年 前
guards.nim aa4260ffa8 overloading resolution for getAst; breaking change 7 年 前
hlo.nim 2589d69ed2 fixes #5430 7 年 前
idents.nim b652b3cd52 remove en-dash from the language 7 年 前
idgen.nim 3cd4cf4320 remove unused stuff 8 年 前
importer.nim 02ff5f596c implemented new experimental scriptable import mechanism 7 年 前
installer.ini 2db96d4f7b make install.txt part of the zips 7 年 前
jsgen.nim f7f3a25be8 first steps of making 'opt' a first class type for Nim 7 年 前
jstypes.nim 4de989d1c5 fixes #6035 7 年 前
lambdalifting.nim 1a61c4d46d first implementation of the 'func' keyword 7 年 前
lexer.nim 604a15c0aa some progress on the nimpretty tool; still not ready 7 年 前
lists.nim 92c2a51bf7 removed compiler internal list implementation (#5371) 7 年 前
llstream.nim ccf99fa5ce closes #5070 7 年 前
lookups.nim 1a61c4d46d first implementation of the 'func' keyword 7 年 前
lowerings.nim ec253ada72 initial version of the new untested destructor pass 7 年 前
magicsys.nim 65801e4b6e make tests green again 8 年 前
main.nim 7aad0d6544 added 'nim jsonscript' feature 7 年 前
modulegraphs.nim 46efaf294b big compiler refactoring; avoid globals for multi method dispatcher generation 7 年 前
modules.nim b6b5a11be7 Fixes #5112 (Fix error messages raised when multiple modules have the same original name) (#5220) 8 年 前
msgs.nim 604a15c0aa some progress on the nimpretty tool; still not ready 7 年 前
ndi.nim 848676cec6 name mangling bugfixes; ndi file generation for debugger support 8 年 前
nim.cfg 95682cdfb7 Remove docgen.nim's dependency on things being in path 8 年 前
nim.nim 7349d12e96 GC v2 works sometimes 7 年 前
nimblecmd.nim 02ff5f596c implemented new experimental scriptable import mechanism 7 年 前
nimconf.nim 3862651d44 fixes #499 7 年 前
nimeval.nim 92c2a51bf7 removed compiler internal list implementation (#5371) 7 年 前
nimlexbase.nim c06f73b484 fixes an off-by-one error for nimpretty 7 年 前
nimsets.nim 39ebe2175b compiler almost free of deprecated expr/stmt names 8 年 前
nodejs.nim 071ccf3d02 Add "safety compilation". Improved, fixed messages 9 年 前
nversion.nim 8780d25e03 minor refactorings for better destructors 7 年 前
options.nim 63530be0b8 introduce --newruntime switch for the upcoming destructors and move semantics 7 年 前
packagehandling.nim 9c47bb9cc0 happy new year 8 年 前
parampatterns.nim 815724db71 support the full range of type modifiers when declaring concept vars and testing proc signatures 7 年 前
parser.nim eddf9abd13 beginnings of the new nimpretty tool; still unusable 7 年 前
passaux.nim 46efaf294b big compiler refactoring; avoid globals for multi method dispatcher generation 7 年 前
passes.nim 1a61c4d46d first implementation of the 'func' keyword 7 年 前
patterns.nim 46efaf294b big compiler refactoring; avoid globals for multi method dispatcher generation 7 年 前
pbraces.nim 3ccc9c467d 'with' and 'without' are not keywords anymore 7 年 前
platform.nim c39e202976 Introduce first class support for Android (#5772) 7 年 前
pluginsupport.nim 5c0ffa6613 fixes #3622 9 年 前
pragmas.nim 50f62ff44a distinguish between 'reorder' and 'noforward' 7 年 前
prefixmatches.nim 3fafd546d5 nimsuggest: prefixes of abbreviations don't count 7 年 前
procfind.nim 020b41e294 fixes #5161 8 年 前
readme.txt 2781fea9e2 Nimrod renamed to Nim 10 年 前
renderer.nim 186e7d49d3 fixes c2nim regression; do not produce more newlines 7 年 前
reorder.nim d456055221 fixes #6306 7 年 前
rodread.nim 8780d25e03 minor refactorings for better destructors 7 年 前
rodutils.nim 3308d26581 breaking change: arrays of char do not convert to cstring; ptr to array of char does 7 年 前
rodwrite.nim 8780d25e03 minor refactorings for better destructors 7 年 前
ropes.nim c446806f75 improve the debugging experience when line directives are used 7 年 前
saturate.nim d681812465 compiler: Trim .nim files trailing whitespace 9 年 前
scriptconfig.nim 92c2a51bf7 removed compiler internal list implementation (#5371) 7 年 前
sem.nim 5d77d81751 destructors: work in progress 7 年 前
semasgn.nim db99c91679 destructors: supportsCopyMem finally works for recursive types 7 年 前
semcall.nim 0a3efccb55 preparations for another bugfix 7 年 前
semdata.nim db99c91679 destructors: supportsCopyMem finally works for recursive types 7 年 前
semdestruct.nim d6c401acfb code cleanups for the upcoming reworked destructors 7 年 前
semexprs.nim 71c32da349 topttree destructor finally works 7 年 前
semfields.nim fb3ff64450 fix #5642 7 年 前
semfold.nim 1a61c4d46d first implementation of the 'func' keyword 7 年 前
semgnrc.nim 1a61c4d46d first implementation of the 'func' keyword 7 年 前
seminst.nim 1a61c4d46d first implementation of the 'func' keyword 7 年 前
semmacrosanity.nim e6c5622aa7 removed tyArrayConstr completely from the compiler; introduced tyAlias instead in preparation for further bugfixes 8 年 前
semmagic.nim 5d77d81751 destructors: work in progress 7 年 前
semobjconstr.nim 5c7ae14074 Fixes #5965 (#6237) 7 年 前
semparallel.nim 1a61c4d46d first implementation of the 'func' keyword 7 年 前
sempass2.nim e6f0bff6dd make tests green again 7 年 前
semstmts.nim 80e4292265 default '=sink' and '=destroy' cannot be templates 7 年 前
semtempl.nim 1a61c4d46d first implementation of the 'func' keyword 7 年 前
semtypes.nim db99c91679 destructors: supportsCopyMem finally works for recursive types 7 年 前
semtypinst.nim db99c91679 destructors: supportsCopyMem finally works for recursive types 7 年 前
service.nim 29db0d8585 refactoring complete: explicit ident cache 8 年 前
sighashes.nim e879da5791 some work to make 'opt' a first class type 7 年 前
sigmatch.nim db99c91679 destructors: supportsCopyMem finally works for recursive types 7 年 前
suggest.nim b414806e66 nimsuggest: suggest types in a type section 7 年 前
syntaxes.nim 773d17cd14 big refactoring: step 1 8 年 前
tccgen.nim 86c8a7a947 nimrod is obsolete 9 年 前
transf.nim 0f53a06e7d make tests green again 7 年 前
trees.nim cd02561368 introduce a pre-processing pass for the concept bodies 7 年 前
treetab.nim d681812465 compiler: Trim .nim files trailing whitespace 9 年 前
types.nim 3308d26581 breaking change: arrays of char do not convert to cstring; ptr to array of char does 7 年 前
typesrenderer.nim 9e12db4459 fixes #6030 (#6042) 7 年 前
vm.nim 02ff5f596c implemented new experimental scriptable import mechanism 7 年 前
vmdef.nim 88a5e9d88c Fix operations on string as openarray in VM. (#6257) 7 年 前
vmdeps.nim 02ff5f596c implemented new experimental scriptable import mechanism 7 年 前
vmgen.nim f7f3a25be8 first steps of making 'opt' a first class type for Nim 7 年 前
vmhooks.nim 60b187513e stdlib and compiler don't use .immediate anymore 8 年 前
vmmarshal.nim e6c5622aa7 removed tyArrayConstr completely from the compiler; introduced tyAlias instead in preparation for further bugfixes 8 年 前
vmops.nim c3117e1aba Fixes #6336 (#6337) 7 年 前
wordrecg.nim 3ccc9c467d 'with' and 'without' are not keywords anymore 7 年 前
writetracking.nim 1a61c4d46d first implementation of the 'func' keyword 7 年 前

readme.txt

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.