Andreas Rumpf f58f8ee8d9 beginning of precise stack marking for Nim's GCs vor 6 Jahren
..
nimfix 5348fef003 implements a --nep1:on switch to make the compiler enforce the naming conventions outlined in NEP-1 vor 6 Jahren
plugins e07ab06f0a Fix locals() interaction with generic types vor 6 Jahren
aliases.nim 05724645f8 more modules compile again vor 6 Jahren
ast.nim fe855d8ba4 make tstatic_t_bug compile with the C++ backend vor 6 Jahren
astalgo.nim 539fc5d58b improve the error message for 'attempt to redefine X'; fixes #447 vor 6 Jahren
bitsets.nim c4d7cc3da0 Generate populationCount const at compile time (#7583) vor 6 Jahren
btrees.nim 1ed7751dac added btrees.contains vor 6 Jahren
canonicalizer.nim 745f1642d6 implement sizeof and alignof operator (manually squashed #5664) (#9356) vor 6 Jahren
ccg_precise_stacks.nim f58f8ee8d9 beginning of precise stack marking for Nim's GCs vor 6 Jahren
ccgcalls.nim 1b3725e395 Add `toOpenArray[T](ptr UncheckedArray[T])` for clarity. (#9316) vor 6 Jahren
ccgexprs.nim b613092de8 Don't crash if GC_{un,}ref is called on nil (#9445) vor 6 Jahren
ccgliterals.nim f485ebe162 --gc:destructors: next steps; WIP vor 6 Jahren
ccgmerge.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules vor 6 Jahren
ccgstmts.nim f58f8ee8d9 beginning of precise stack marking for Nim's GCs vor 6 Jahren
ccgthreadvars.nim 5ad1acc60c remove the last global variables in the C code generator vor 6 Jahren
ccgtrav.nim f485ebe162 --gc:destructors: next steps; WIP vor 6 Jahren
ccgtypes.nim 7a5b614edc fixes #9297 (#9298) vor 6 Jahren
ccgutils.nim 34388c5cc5 name mangling: also special case the backslash character vor 6 Jahren
cgen.nim f58f8ee8d9 beginning of precise stack marking for Nim's GCs vor 6 Jahren
cgendata.nim f58f8ee8d9 beginning of precise stack marking for Nim's GCs vor 6 Jahren
cgmeth.nim eaca5be9d6 Change the order of compilation passes, transformation is made lazy at code gen (#8489) vor 6 Jahren
closureiters.nim ee14ace5d3 Field checks for everybody (#8957) vor 6 Jahren
cmdlinehelper.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules vor 6 Jahren
commands.nim e21c3028cb Removed optUseNimNamespace, removed useless nil check vor 6 Jahren
condsyms.nim 963292f725 added system.typeof operation; fixes #9093 vor 6 Jahren
configuration.nim 669a564492 remove more global variables in the Nim compiler vor 6 Jahren
debuginfo.nim 9c47bb9cc0 happy new year vor 8 Jahren
depends.nim b97a7dbf3d Make the registered passes local to the ModuleGraph (#9259) vor 6 Jahren
destroyer.nim 16d82c82e3 Remove a hack in the destroyer impl (#9479) vor 6 Jahren
dfa.nim b39302b0d2 DFA: implement exception handling properly vor 6 Jahren
docgen.nim db95fad6fa Fixes #9364 and add moduleDescription to jsondoc (#9396) vor 6 Jahren
docgen2.nim db95fad6fa Fixes #9364 and add moduleDescription to jsondoc (#9396) vor 6 Jahren
evalffi.nim 2a7fc84c86 remove ast.emptyNode global; cleanup configuration.nim vor 6 Jahren
evaltempl.nim 61fb83ecbb baby steps for incremental compilation vor 6 Jahren
extccomp.nim 9c88df220a Compile pragma. Recompile on external file compilation failure (#9455) vor 6 Jahren
filter_tmpl.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules vor 6 Jahren
filters.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules vor 6 Jahren
forloops.nim 70ea45cdba deprecated unary '<' vor 7 Jahren
gorgeimpl.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules vor 6 Jahren
guards.nim eaca5be9d6 Change the order of compilation passes, transformation is made lazy at code gen (#8489) vor 6 Jahren
hlo.nim 669a564492 remove more global variables in the Nim compiler vor 6 Jahren
idents.nim b4e5c9d075 deprecate the .this pragma vor 6 Jahren
idgen.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules vor 6 Jahren
importer.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules vor 6 Jahren
incremental.nim 76aab9baf1 compiler: make symbolfiles feature compile again vor 6 Jahren
installer.ini a68a4bfaf2 Remove install.txt and readme.txt (#9521) vor 6 Jahren
jsgen.nim eaca5be9d6 Change the order of compilation passes, transformation is made lazy at code gen (#8489) vor 6 Jahren
jstypes.nim a4e2b0c153 platform.nim doesn't use globals anymore; prepare msgs.nim for not using globals vor 6 Jahren
lambdalifting.nim eaca5be9d6 Change the order of compilation passes, transformation is made lazy at code gen (#8489) vor 6 Jahren
layouter.nim 03005fde99 nimpretty: fixes #9506 vor 6 Jahren
lexer.nim 87d60b2a4b nimpretty: fixes #9500 vor 6 Jahren
liftlocals.nim 40ec7be45c refactoring: remove idents.legacy global variable and pass the IdentCache around explicitly vor 6 Jahren
lineinfos.nim 8fc7cecfa2 compiler: show name of instantiating context in error traces (#6763) (#9207) vor 6 Jahren
linter.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules vor 6 Jahren
lists.nim 92c2a51bf7 removed compiler internal list implementation (#5371) vor 7 Jahren
llstream.nim 5709736e82 Merge branch 'devel' into araq-better-docgen vor 6 Jahren
lookups.nim 539fc5d58b improve the error message for 'attempt to redefine X'; fixes #447 vor 6 Jahren
lowerings.nim eaca5be9d6 Change the order of compilation passes, transformation is made lazy at code gen (#8489) vor 6 Jahren
macrocacheimpl.nim 268260953c completed VM support for incremental compilations vor 6 Jahren
magicsys.nim 64517445ea even more strict isNil handling for strings/seqs in order to detect bugs vor 6 Jahren
main.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules vor 6 Jahren
modulegraphs.nim b97a7dbf3d Make the registered passes local to the ModuleGraph (#9259) vor 6 Jahren
modulepaths.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules vor 6 Jahren
modules.nim 76aab9baf1 compiler: make symbolfiles feature compile again vor 6 Jahren
msgs.nim 8fc7cecfa2 compiler: show name of instantiating context in error traces (#6763) (#9207) vor 6 Jahren
ndi.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules vor 6 Jahren
nim.cfg 4711b81b86 compiler/nim.cfg: cleanup --path vor 6 Jahren
nim.nim e06a89e112 fixes bootstrapping problems vor 6 Jahren
nimblecmd.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules vor 6 Jahren
nimconf.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules vor 6 Jahren
nimeval.nim a58c982a49 test case for #9180 and re-enables the disabled tcompilerapi test (#9181) vor 6 Jahren
nimlexbase.nim c06f73b484 fixes an off-by-one error for nimpretty vor 7 Jahren
nimsets.nim 669a564492 remove more global variables in the Nim compiler vor 6 Jahren
nodejs.nim 071ccf3d02 Add "safety compilation". Improved, fixed messages vor 9 Jahren
nversion.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules vor 6 Jahren
options.nim 10f5f67767 gogc: GCC-8.2.0 compatibility and other improvements (#9211) vor 6 Jahren
packagehandling.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules vor 6 Jahren
parampatterns.nim 531c66d1ec Allow taking address of skForVar variables (#8632) vor 6 Jahren
parser.nim f3c0703b7d nimpretty: add #!nimpretty on/off directives vor 6 Jahren
passaux.nim b97a7dbf3d Make the registered passes local to the ModuleGraph (#9259) vor 6 Jahren
passes.nim b97a7dbf3d Make the registered passes local to the ModuleGraph (#9259) vor 6 Jahren
pathutils.nim eb2e494a52 fixes #9507 vor 6 Jahren
patterns.nim 420ed0596b fixes more nil handling regressions vor 6 Jahren
platform.nim af0c497f5d fixes #8081 vor 6 Jahren
pluginsupport.nim a325692fb2 refactoring: fewer global variables vor 6 Jahren
pragmas.nim 0c3e6735ac fixes #9358 vor 6 Jahren
prefixmatches.nim 669a564492 remove more global variables in the Nim compiler vor 6 Jahren
procfind.nim feef109e60 make tests green again vor 6 Jahren
readme.txt 2781fea9e2 Nimrod renamed to Nim vor 10 Jahren
renderer.nim dcc3ac74f4 don't crash when rendering wrong nkInfix nodes vor 6 Jahren
reorder.nim d48e964950 fixes #9281 vor 6 Jahren
rod.nim 621b2db2e8 compiler IC: minor improvements vor 6 Jahren
rodimpl.nim cd9bc941e1 incremental compilation: fixes basic caching logic of 'module' table vor 6 Jahren
rodutils.nim d0f4a929e0 fixes 8594 (#8721) vor 6 Jahren
ropes.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules vor 6 Jahren
saturate.nim d681812465 compiler: Trim .nim files trailing whitespace vor 9 Jahren
scriptconfig.nim 027a11d7c8 Add procs to retrieve project name, directory and full path to nimscript (#9274) vor 6 Jahren
sem.nim eaca5be9d6 Change the order of compilation passes, transformation is made lazy at code gen (#8489) vor 6 Jahren
semasgn.nim 0ead36dae6 Unchecked arrays now have their own type (#9267) vor 6 Jahren
semcall.nim 675c629fee replace deprecated `safeAdd` with `add` (#9416) vor 6 Jahren
semdata.nim 33458894da Fix overload resolution for pragmas evaluation (#8902) vor 6 Jahren
semexprs.nim 5b97762787 Openmp parallel iterator improvements (#9493) vor 6 Jahren
semfields.nim 84d122b5c8 extended system.type/typeof to support an upcoming 'collect' macro that works much better than sugar.lc vor 6 Jahren
semfold.nim eaca5be9d6 Change the order of compilation passes, transformation is made lazy at code gen (#8489) vor 6 Jahren
semgnrc.nim 6d4503325c Fix regression with runnableExamples in generic expr vor 6 Jahren
seminst.nim eaca5be9d6 Change the order of compilation passes, transformation is made lazy at code gen (#8489) vor 6 Jahren
semmacrosanity.nim f91a181f58 make tests green again vor 6 Jahren
semmagic.nim c844a9169c fixes #9498, typeof is for everybody vor 6 Jahren
semobjconstr.nim dae5450947 WIP: disallow 'nil' for strings and seqs vor 6 Jahren
semparallel.nim ee14ace5d3 Field checks for everybody (#8957) vor 6 Jahren
sempass2.nim eaca5be9d6 Change the order of compilation passes, transformation is made lazy at code gen (#8489) vor 6 Jahren
semstmts.nim eaca5be9d6 Change the order of compilation passes, transformation is made lazy at code gen (#8489) vor 6 Jahren
semtempl.nim 173e8c4913 fixes unexpected transforming of runnableExamples (#9158) vor 6 Jahren
semtypes.nim f9eec2aa1e fixes #9532 vor 6 Jahren
semtypinst.nim eaca5be9d6 Change the order of compilation passes, transformation is made lazy at code gen (#8489) vor 6 Jahren
sighashes.nim 0c04b80651 Merge pull request #8966 from LemonBoy/fix-8964 vor 6 Jahren
sigmatch.nim 16a70c84aa Fixes 6544 (#9427) vor 6 Jahren
sizealignoffsetimpl.nim 8232bd04f9 sizeof(UncheckedArray) should be invalid; fixed the formating of sizealignoffsetimpl.nim to make it bearable vor 6 Jahren
suggest.nim 548fc778c9 .error for routines now can also have a custom error message; improve error message for 'nil' strings vor 6 Jahren
syntaxes.nim bd9d5787f0 nimpretty: fixes #9384 vor 6 Jahren
tccgen.nim 7278f28740 fixes the remaining fixable Nimrod->Nim renamings; closes #2032 vor 6 Jahren
transf.nim b1ff37c08f Transf minor code optimization (#9433) vor 6 Jahren
trees.nim 47335aab41 introduce nkTupleConstr AST node for unary tuple construction; breaking change vor 6 Jahren
treetab.nim 64517445ea even more strict isNil handling for strings/seqs in order to detect bugs vor 6 Jahren
types.nim f9eec2aa1e fixes #9532 vor 6 Jahren
typesrenderer.nim 64517445ea even more strict isNil handling for strings/seqs in order to detect bugs vor 6 Jahren
vm.nim a54e0703a9 Add test vor 6 Jahren
vmdef.nim a7c9533a73 Add int float casts to vm vor 6 Jahren
vmdeps.nim f9eec2aa1e fixes #9532 vor 6 Jahren
vmgen.nim a54e0703a9 Add test vor 6 Jahren
vmhooks.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules vor 6 Jahren
vmmarshal.nim 64517445ea even more strict isNil handling for strings/seqs in order to detect bugs vor 6 Jahren
vmops.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules vor 6 Jahren
wordrecg.nim 0ead36dae6 Unchecked arrays now have their own type (#9267) vor 6 Jahren
writetracking.nim 669a564492 remove more global variables in the Nim compiler vor 6 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.