Andreas Rumpf e595229192 make every enum semi-pure 6 éve
..
nimfix 5348fef003 implements a --nep1:on switch to make the compiler enforce the naming conventions outlined in NEP-1 6 éve
plugins e07ab06f0a Fix locals() interaction with generic types 6 éve
aliases.nim 05724645f8 more modules compile again 6 éve
asciitables.nim 23c1ee982e add `alignTable`, `parseTableCells` to align/format a tab(etc) delimited table (#10182) 6 éve
ast.nim 4181baf400 multi-methods: remove hack, make tmethod_various compile under strict C++ [backport] 6 éve
astalgo.nim 8ceba8a7f3 fixes #10807 (#10814) 6 éve
bitsets.nim c4d7cc3da0 Generate populationCount const at compile time (#7583) 7 éve
btrees.nim 1ed7751dac added btrees.contains 6 éve
canonicalizer.nim 745f1642d6 implement sizeof and alignof operator (manually squashed #5664) (#9356) 6 éve
ccgcalls.nim ca4b971bc8 Initial version of the hot-code reloading support for native targets (#10729) 6 éve
ccgexprs.nim 2ab6b2c657 --newruntime: work in progress 6 éve
ccgliterals.nim a4543c1aac gc:destructors: make strutils compile (but still crashes) 6 éve
ccgmerge.nim ea3e18bc6c fixes dce regression #10703 (#10820) 6 éve
ccgstmts.nim 2ab6b2c657 --newruntime: work in progress 6 éve
ccgthreadvars.nim 5ad1acc60c remove the last global variables in the C code generator 6 éve
ccgtrav.nim ca4b971bc8 Initial version of the hot-code reloading support for native targets (#10729) 6 éve
ccgtypes.nim 2ab6b2c657 --newruntime: work in progress 6 éve
ccgutils.nim 34388c5cc5 name mangling: also special case the backslash character 6 éve
cgen.nim e595229192 make every enum semi-pure 6 éve
cgendata.nim ea3e18bc6c fixes dce regression #10703 (#10820) 6 éve
cgmeth.nim 4181baf400 multi-methods: remove hack, make tmethod_various compile under strict C++ [backport] 6 éve
closureiters.nim 410fd1deae Fixes 9716 [backport] (#9790) 6 éve
cmdlinehelper.nim 9526009e0e fixes #9120 6 éve
commands.nim 2ab6b2c657 --newruntime: work in progress 6 éve
condsyms.nim 142a2d3551 added system.default in order to prevent the abstraction inversion that 'template default(T): untyped = (var x: T; x)' causes 6 éve
configuration.nim 669a564492 remove more global variables in the Nim compiler 6 éve
cursors.nim f8bf24623c explicit default values for a leaner codegen, .cursor variables for optimization 6 éve
debuginfo.nim 9c47bb9cc0 happy new year 8 éve
depends.nim b97a7dbf3d Make the registered passes local to the ModuleGraph (#9259) 6 éve
destroyer.nim ee7a9a272d destroyer.nim: added a remark about code generation 6 éve
dfa.nim f8bf24623c explicit default values for a leaner codegen, .cursor variables for optimization 6 éve
docgen.nim b9f8528db6 Don't include the nimhcr dev docs in the system module documentation (#10759) 6 éve
docgen2.nim ca4b971bc8 Initial version of the hot-code reloading support for native targets (#10729) 6 éve
evalffi.nim adbabf145c FFI at CT (#10150) 6 éve
evaltempl.nim 15c208cd29 it's spelt callsite 6 éve
extccomp.nim 8e12691213 compiler/extccomp: use getNimcacheDir for writing build instruction (#10772) 6 éve
filter_tmpl.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules 6 éve
filters.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules 6 éve
forloops.nim 70ea45cdba deprecated unary '<' 7 éve
gorgeimpl.nim 4b1e227531 Fix gorge caching (#10407) 6 éve
guards.nim 044cef152f add custom pragma support for var and let symbols (#9582) 6 éve
hlo.nim 669a564492 remove more global variables in the Nim compiler 6 éve
idents.nim b4e5c9d075 deprecate the .this pragma 6 éve
idgen.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules 6 éve
importer.nim e595229192 make every enum semi-pure 6 éve
incremental.nim eeb7cc6780 IC: further progress 6 éve
installer.ini e377c55c10 Cleanup installer.ini (#9558) 6 éve
jsgen.nim e595229192 make every enum semi-pure 6 éve
jstypes.nim ea409fb15a first steps in implementing 'owned' pointers; undocumented, do not use 6 éve
lambdalifting.nim 2851f316f6 ignore nkCommentStmt in lambda lifting 6 éve
layouter.nim ca4b971bc8 Initial version of the hot-code reloading support for native targets (#10729) 6 éve
lexer.nim 1102b8ac6e StringStream and parseJson, parseCfg, parseSql et al for the vm (#10746) 6 éve
liftdestructors.nim 2ab6b2c657 --newruntime: work in progress 6 éve
liftlocals.nim e595229192 make every enum semi-pure 6 éve
lineinfos.nim 0841c64a32 Merge branch 'devel' into araq-quirky-exceptions 6 éve
linter.nim e844e536bf Nim style checker: document the switch; fixes #9564 6 éve
llstream.nim 92cd07be8b Fixed order of output in repl and added a proc for opening a custom repl (#10802) 6 éve
lookups.nim e595229192 make every enum semi-pure 6 éve
lowerings.nim 62ab338900 added lowerings.genLen helper proc 6 éve
macrocacheimpl.nim 268260953c completed VM support for incremental compilations 6 éve
magicsys.nim 64517445ea even more strict isNil handling for strings/seqs in order to detect bugs 6 éve
main.nim b9f8528db6 Don't include the nimhcr dev docs in the system module documentation (#10759) 6 éve
modulegraphs.nim ca4b971bc8 Initial version of the hot-code reloading support for native targets (#10729) 6 éve
modulepaths.nim fa058773db fixes #10042 (allow spaces in import) (#10504) 6 éve
modules.nim ca4b971bc8 Initial version of the hot-code reloading support for native targets (#10729) 6 éve
msgs.nim c86b1fbcac fixes a critical GC safety inference bug (#10615) 6 éve
ndi.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules 6 éve
nim.cfg 4711b81b86 compiler/nim.cfg: cleanup --path 6 éve
nim.nim 7072e3ddca doc: move specific checks to advanced options, for a less intimidatin… (#10779) 6 éve
nimblecmd.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules 6 éve
nimconf.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules 6 éve
nimeval.nim ab872be476 Added nimscript support to repl (#10834) 6 éve
nimlexbase.nim 1102b8ac6e StringStream and parseJson, parseCfg, parseSql et al for the vm (#10746) 6 éve
nimsets.nim 669a564492 remove more global variables in the Nim compiler 6 éve
nodejs.nim ca4b971bc8 Initial version of the hot-code reloading support for native targets (#10729) 6 éve
nversion.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules 6 éve
options.nim e595229192 make every enum semi-pure 6 éve
packagehandling.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules 6 éve
parampatterns.nim 825e08b046 fixes #7524 6 éve
parser.nim 9884129058 Tuple unpacking now works for `for` vars (#10152) 6 éve
passaux.nim b97a7dbf3d Make the registered passes local to the ModuleGraph (#9259) 6 éve
passes.nim ca4b971bc8 Initial version of the hot-code reloading support for native targets (#10729) 6 éve
pathutils.nim ca4b971bc8 Initial version of the hot-code reloading support for native targets (#10729) 6 éve
patterns.nim 420ed0596b fixes more nil handling regressions 6 éve
platform.nim e595229192 make every enum semi-pure 6 éve
pluginsupport.nim a325692fb2 refactoring: fewer global variables 6 éve
pragmas.nim f8bf24623c explicit default values for a leaner codegen, .cursor variables for optimization 6 éve
prefixmatches.nim 669a564492 remove more global variables in the Nim compiler 6 éve
procfind.nim feef109e60 make tests green again 6 éve
readme.txt 2781fea9e2 Nimrod renamed to Nim 10 éve
renderer.nim d8c3df2683 fixes #10805 (#10806) 6 éve
reorder.nim 9913cef872 fix typo in codeReordering error msg (#10667) 6 éve
rod.nim f86b827d9e IC: more things work 6 éve
rodimpl.nim d50336837d IC: much faster caching 6 éve
rodutils.nim d0f4a929e0 fixes 8594 (#8721) 6 éve
ropes.nim c86b1fbcac fixes a critical GC safety inference bug (#10615) 6 éve
saturate.nim d681812465 compiler: Trim .nim files trailing whitespace 9 éve
scriptconfig.nim c707267212 Add stdin read support to nimscrit #3983 (#10292) 6 éve
sem.nim d72921ecf6 compiler/sem: correct macros lineinfo (#10438) 6 éve
semcall.nim 0841c64a32 Merge branch 'devel' into araq-quirky-exceptions 6 éve
semdata.nim 1e63f1edb3 destructors: first step towards fixing #9617 (#10341) 6 éve
semexprs.nim e595229192 make every enum semi-pure 6 éve
semfields.nim d998cb58dd void object fields are now ignored by codegen and fields/fieldPairs iterator (#10144) 6 éve
semfold.nim ca4b971bc8 Initial version of the hot-code reloading support for native targets (#10729) 6 éve
semgnrc.nim 68a82f100e Fixes #10727. (#10728) 6 éve
seminst.nim 728ff1004a gc:destructors: progress 6 éve
semmacrosanity.nim f91a181f58 make tests green again 6 éve
semmagic.nim 8ceba8a7f3 fixes #10807 (#10814) 6 éve
semobjconstr.nim a6d49c3a81 special typing rules for owned pointers 6 éve
semparallel.nim ee14ace5d3 Field checks for everybody (#8957) 6 éve
sempass2.nim 8ceba8a7f3 fixes #10807 (#10814) 6 éve
semstmts.nim 07f58ddfa9 rename: semasgn -> liftdestructors 6 éve
semtempl.nim 15c208cd29 it's spelt callsite 6 éve
semtypes.nim e595229192 make every enum semi-pure 6 éve
semtypinst.nim 2ab6b2c657 --newruntime: work in progress 6 éve
sighashes.nim ca4b971bc8 Initial version of the hot-code reloading support for native targets (#10729) 6 éve
sigmatch.nim 71df1b060b Tighten the conversion from tyRange to scalar types (#10495) 6 éve
sizealignoffsetimpl.nim 1d9b88f25d sizealign of union type (#10780) 6 éve
suggest.nim e595229192 make every enum semi-pure 6 éve
syntaxes.nim d1fe195dcc nimpretty: explicit --indent option; fixes #9502; refs #9510 [backport] 6 éve
tccgen.nim 7278f28740 fixes the remaining fixable Nimrod->Nim renamings; closes #2032 6 éve
transf.nim 8ceba8a7f3 fixes #10807 (#10814) 6 éve
trees.nim db51eb3e32 allow uints to appear in deep constant expressions 6 éve
treetab.nim 64517445ea even more strict isNil handling for strings/seqs in order to detect bugs 6 éve
types.nim 1f61498238 added types.isFinal helper proc 6 éve
typesrenderer.nim 64517445ea even more strict isNil handling for strings/seqs in order to detect bugs 6 éve
unittest_light.nim e17321aa24 improve formatting in assertEquals 6 éve
vm.nim ca4b971bc8 Initial version of the hot-code reloading support for native targets (#10729) 6 éve
vmdef.nim ca4b971bc8 Initial version of the hot-code reloading support for native targets (#10729) 6 éve
vmdeps.nim 721bf7188b code cleanup: there is no tyOptRef 6 éve
vmgen.nim 142a2d3551 added system.default in order to prevent the abstraction inversion that 'template default(T): untyped = (var x: T; x)' causes 6 éve
vmhooks.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules 6 éve
vmmarshal.nim 64517445ea even more strict isNil handling for strings/seqs in order to detect bugs 6 éve
vmops.nim 84d10f7d8a fixes #10585 6 éve
wordrecg.nim f8bf24623c explicit default values for a leaner codegen, .cursor variables for optimization 6 éve
writetracking.nim 669a564492 remove more global variables in the Nim compiler 6 éve

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.