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

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.