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

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.