Andreas Rumpf d523a70bad more stuff works 6 years ago
..
nimfix 5348fef003 implements a --nep1:on switch to make the compiler enforce the naming conventions outlined in NEP-1 6 years ago
plugins e07ab06f0a Fix locals() interaction with generic types 6 years ago
aliases.nim 05724645f8 more modules compile again 7 years ago
asciitables.nim 23c1ee982e add `alignTable`, `parseTableCells` to align/format a tab(etc) delimited table (#10182) 6 years ago
ast.nim 394c6f5576 fixes merge conflict 6 years ago
astalgo.nim f4b2793bdf reduce debug output (#10638) 6 years ago
bitsets.nim c4d7cc3da0 Generate populationCount const at compile time (#7583) 7 years ago
btrees.nim 1ed7751dac added btrees.contains 6 years ago
canonicalizer.nim 745f1642d6 implement sizeof and alignof operator (manually squashed #5664) (#9356) 6 years ago
ccgcalls.nim a65141fc0b daily cruft removal 6 years ago
ccgexprs.nim 9884129058 Tuple unpacking now works for `for` vars (#10152) 6 years ago
ccgliterals.nim a4543c1aac gc:destructors: make strutils compile (but still crashes) 6 years ago
ccgmerge.nim 82c009a2cb Dead code elimination for entire modules and their init procs if empty (#10032) 6 years ago
ccgstmts.nim 0841c64a32 Merge branch 'devel' into araq-quirky-exceptions 6 years ago
ccgthreadvars.nim 5ad1acc60c remove the last global variables in the C code generator 6 years ago
ccgtrav.nim ea409fb15a first steps in implementing 'owned' pointers; undocumented, do not use 6 years ago
ccgtypes.nim ea409fb15a first steps in implementing 'owned' pointers; undocumented, do not use 6 years ago
ccgutils.nim 34388c5cc5 name mangling: also special case the backslash character 6 years ago
cgen.nim 7e404c670d gc:destructors: add first test program 6 years ago
cgendata.nim 82c009a2cb Dead code elimination for entire modules and their init procs if empty (#10032) 6 years ago
cgmeth.nim 366b6be4fb compiler refactoring: TSymSeq is gone for good 6 years ago
closureiters.nim 410fd1deae Fixes 9716 [backport] (#9790) 6 years ago
cmdlinehelper.nim 9526009e0e fixes #9120 6 years ago
commands.nim adbabf145c FFI at CT (#10150) 6 years ago
condsyms.nim 0091f2ad3b Implement {.booldefine.} (#10533) 6 years ago
configuration.nim 669a564492 remove more global variables in the Nim compiler 6 years ago
debuginfo.nim 9c47bb9cc0 happy new year 8 years ago
depends.nim b97a7dbf3d Make the registered passes local to the ModuleGraph (#9259) 6 years ago
destroyer.nim 394c6f5576 fixes merge conflict 6 years ago
dfa.nim 55fb838785 Merge branch 'devel' into araq-nkexportdoc 6 years ago
docgen.nim d523a70bad more stuff works 6 years ago
docgen2.nim db95fad6fa Fixes #9364 and add moduleDescription to jsondoc (#9396) 6 years ago
evalffi.nim adbabf145c FFI at CT (#10150) 6 years ago
evaltempl.nim 394c6f5576 fixes merge conflict 6 years ago
extccomp.nim 4355f23ee5 fix #10305 nim cpp is now nan-correct at CT (#10310) 6 years ago
filter_tmpl.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules 6 years ago
filters.nim 8d683cf452 change what nkExportDoc means 6 years ago
forloops.nim 70ea45cdba deprecated unary '<' 7 years ago
gorgeimpl.nim 4b1e227531 Fix gorge caching (#10407) 6 years ago
guards.nim 044cef152f add custom pragma support for var and let symbols (#9582) 6 years ago
hlo.nim 669a564492 remove more global variables in the Nim compiler 6 years ago
idents.nim b4e5c9d075 deprecate the .this pragma 6 years ago
idgen.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules 6 years ago
importer.nim 9faad7591e Deprecate gc v2 (#10151) 6 years ago
incremental.nim eeb7cc6780 IC: further progress 6 years ago
installer.ini e377c55c10 Cleanup installer.ini (#9558) 6 years ago
jsgen.nim ea409fb15a first steps in implementing 'owned' pointers; undocumented, do not use 6 years ago
jstypes.nim ea409fb15a first steps in implementing 'owned' pointers; undocumented, do not use 6 years ago
lambdalifting.nim 55fb838785 Merge branch 'devel' into araq-nkexportdoc 6 years ago
layouter.nim d1fe195dcc nimpretty: explicit --indent option; fixes #9502; refs #9510 [backport] 6 years ago
lexer.nim 2e880c726b fixes a lexer regression for 'nimble check' 6 years ago
liftlocals.nim 40ec7be45c refactoring: remove idents.legacy global variable and pass the IdentCache around explicitly 6 years ago
lineinfos.nim 0841c64a32 Merge branch 'devel' into araq-quirky-exceptions 6 years ago
linter.nim e844e536bf Nim style checker: document the switch; fixes #9564 6 years ago
llstream.nim 5709736e82 Merge branch 'devel' into araq-better-docgen 6 years ago
lookups.nim 55fb838785 Merge branch 'devel' into araq-nkexportdoc 6 years ago
lowerings.nim 9884129058 Tuple unpacking now works for `for` vars (#10152) 6 years ago
macrocacheimpl.nim 268260953c completed VM support for incremental compilations 6 years ago
magicsys.nim 64517445ea even more strict isNil handling for strings/seqs in order to detect bugs 6 years ago
main.nim adbabf145c FFI at CT (#10150) 6 years ago
modulegraphs.nim 366b6be4fb compiler refactoring: TSymSeq is gone for good 6 years ago
modulepaths.nim fa058773db fixes #10042 (allow spaces in import) (#10504) 6 years ago
modules.nim f86b827d9e IC: more things work 6 years ago
msgs.nim 2fdf816332 compiler/[msgs, suggest]: improve highlighter accuracy (#10496) 6 years ago
ndi.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules 6 years ago
nim.cfg 4711b81b86 compiler/nim.cfg: cleanup --path 6 years ago
nim.nim 8896770f8f workaround against silly Windows command line length limitations for the upcoming megatest.nim 6 years ago
nimblecmd.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules 6 years ago
nimconf.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules 6 years ago
nimeval.nim a58c982a49 test case for #9180 and re-enables the disabled tcompilerapi test (#9181) 6 years ago
nimlexbase.nim c06f73b484 fixes an off-by-one error for nimpretty 7 years ago
nimsets.nim 669a564492 remove more global variables in the Nim compiler 6 years ago
nodejs.nim 071ccf3d02 Add "safety compilation". Improved, fixed messages 9 years ago
nversion.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules 6 years ago
options.nim adbabf145c FFI at CT (#10150) 6 years ago
packagehandling.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules 6 years ago
parampatterns.nim 8d683cf452 change what nkExportDoc means 6 years ago
parser.nim 73714e53f4 make more tests green 6 years ago
passaux.nim b97a7dbf3d Make the registered passes local to the ModuleGraph (#9259) 6 years ago
passes.nim 49a5213713 fixes #10606 6 years ago
pathutils.nim dd5812546f [pathutils] add AnyPath; add `$`; lift arbitrary API restrictions (#10021) 6 years ago
patterns.nim da6875a4f8 parser/AST change: introduce nkExportDor; WIP 6 years ago
platform.nim af0c497f5d fixes #8081 6 years ago
pluginsupport.nim a325692fb2 refactoring: fewer global variables 6 years ago
pragmas.nim 394c6f5576 fixes merge conflict 6 years ago
prefixmatches.nim 669a564492 remove more global variables in the Nim compiler 6 years ago
procfind.nim feef109e60 make tests green again 6 years ago
readme.txt 2781fea9e2 Nimrod renamed to Nim 10 years ago
renderer.nim d523a70bad more stuff works 6 years ago
reorder.nim 73714e53f4 make more tests green 6 years ago
rod.nim f86b827d9e IC: more things work 6 years ago
rodimpl.nim da6875a4f8 parser/AST change: introduce nkExportDor; WIP 6 years ago
rodutils.nim d0f4a929e0 fixes 8594 (#8721) 6 years ago
ropes.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules 6 years ago
saturate.nim d681812465 compiler: Trim .nim files trailing whitespace 9 years ago
scriptconfig.nim c707267212 Add stdin read support to nimscrit #3983 (#10292) 6 years ago
sem.nim d72921ecf6 compiler/sem: correct macros lineinfo (#10438) 6 years ago
semasgn.nim 394c6f5576 fixes merge conflict 6 years ago
semcall.nim 0841c64a32 Merge branch 'devel' into araq-quirky-exceptions 6 years ago
semdata.nim 1e63f1edb3 destructors: first step towards fixing #9617 (#10341) 6 years ago
semexprs.nim e89aaaeaab Open a new scope for `static:` expr blocks (#10649) 6 years ago
semfields.nim 8d683cf452 change what nkExportDoc means 6 years ago
semfold.nim 76df77f912 Fix codegen problem with strict C++ compilers (#10639) 6 years ago
semgnrc.nim da6875a4f8 parser/AST change: introduce nkExportDor; WIP 6 years ago
seminst.nim e874705971 fixes nested gensym'ed parameters; fixes #9476 6 years ago
semmacrosanity.nim f91a181f58 make tests green again 6 years ago
semmagic.nim 28394153ab 32 bit fixes (#10608) 6 years ago
semobjconstr.nim dae5450947 WIP: disallow 'nil' for strings and seqs 6 years ago
semparallel.nim ee14ace5d3 Field checks for everybody (#8957) 6 years ago
sempass2.nim 394c6f5576 fixes merge conflict 6 years ago
semstmts.nim 394c6f5576 fixes merge conflict 6 years ago
semtempl.nim 394c6f5576 fixes merge conflict 6 years ago
semtypes.nim 73714e53f4 make more tests green 6 years ago
semtypinst.nim 394c6f5576 fixes merge conflict 6 years ago
sighashes.nim 394c6f5576 fixes merge conflict 6 years ago
sigmatch.nim 71df1b060b Tighten the conversion from tyRange to scalar types (#10495) 6 years ago
sizealignoffsetimpl.nim abad758a7e Fix for sizeof bitsize combination (#10227) 6 years ago
suggest.nim 394c6f5576 fixes merge conflict 6 years ago
syntaxes.nim d1fe195dcc nimpretty: explicit --indent option; fixes #9502; refs #9510 [backport] 6 years ago
tccgen.nim 7278f28740 fixes the remaining fixable Nimrod->Nim renamings; closes #2032 6 years ago
transf.nim 394c6f5576 fixes merge conflict 6 years ago
trees.nim 8d683cf452 change what nkExportDoc means 6 years ago
treetab.nim da6875a4f8 parser/AST change: introduce nkExportDor; WIP 6 years ago
types.nim 394c6f5576 fixes merge conflict 6 years ago
typesrenderer.nim 64517445ea even more strict isNil handling for strings/seqs in order to detect bugs 6 years ago
unittest_light.nim e17321aa24 improve formatting in assertEquals 6 years ago
vm.nim 73714e53f4 make more tests green 6 years ago
vmdef.nim adbabf145c FFI at CT (#10150) 6 years ago
vmdeps.nim 721bf7188b code cleanup: there is no tyOptRef 6 years ago
vmgen.nim 394c6f5576 fixes merge conflict 6 years ago
vmhooks.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules 6 years ago
vmmarshal.nim 64517445ea even more strict isNil handling for strings/seqs in order to detect bugs 6 years ago
vmops.nim 84d10f7d8a fixes #10585 6 years ago
wordrecg.nim 0091f2ad3b Implement {.booldefine.} (#10533) 6 years ago
writetracking.nim 669a564492 remove more global variables in the Nim compiler 6 years ago

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.