Andreas Rumpf 9186ba8e3f fixes #9940 6 gadi atpakaļ
..
nimfix 5348fef003 implements a --nep1:on switch to make the compiler enforce the naming conventions outlined in NEP-1 6 gadi atpakaļ
plugins e07ab06f0a Fix locals() interaction with generic types 6 gadi atpakaļ
aliases.nim 05724645f8 more modules compile again 6 gadi atpakaļ
ast.nim 366b6be4fb compiler refactoring: TSymSeq is gone for good 6 gadi atpakaļ
astalgo.nim 366b6be4fb compiler refactoring: TSymSeq is gone for good 6 gadi atpakaļ
bitsets.nim c4d7cc3da0 Generate populationCount const at compile time (#7583) 6 gadi atpakaļ
btrees.nim 1ed7751dac added btrees.contains 6 gadi atpakaļ
canonicalizer.nim 745f1642d6 implement sizeof and alignof operator (manually squashed #5664) (#9356) 6 gadi atpakaļ
ccgcalls.nim a65141fc0b daily cruft removal 6 gadi atpakaļ
ccgexprs.nim bb1ce398af Merge pull request #9881 from timotheecour/pr_ref_9880 6 gadi atpakaļ
ccgliterals.nim 7d82df20be gc:destructors further progress 6 gadi atpakaļ
ccgmerge.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules 6 gadi atpakaļ
ccgstmts.nim 2a4c09ff88 megatest can be executed 6 gadi atpakaļ
ccgthreadvars.nim 5ad1acc60c remove the last global variables in the C code generator 6 gadi atpakaļ
ccgtrav.nim f485ebe162 --gc:destructors: next steps; WIP 6 gadi atpakaļ
ccgtypes.nim 9186ba8e3f fixes #9940 6 gadi atpakaļ
ccgutils.nim 34388c5cc5 name mangling: also special case the backslash character 6 gadi atpakaļ
cgen.nim f3ecc15a94 refs #9880 show index and bound in lots of `index out of bounds` errors 6 gadi atpakaļ
cgendata.nim b1ad5fd7da Simplify cgen forward proc (#9635) 6 gadi atpakaļ
cgmeth.nim 366b6be4fb compiler refactoring: TSymSeq is gone for good 6 gadi atpakaļ
closureiters.nim 410fd1deae Fixes 9716 [backport] (#9790) 6 gadi atpakaļ
cmdlinehelper.nim 32c6b35d97 fixes yet another NimScript regression 6 gadi atpakaļ
commands.nim c682671fea minor cleanups 6 gadi atpakaļ
condsyms.nim 086676782a Add isInstanceOf for generic procs to the macros module (#9730) 6 gadi atpakaļ
configuration.nim 669a564492 remove more global variables in the Nim compiler 6 gadi atpakaļ
debuginfo.nim 9c47bb9cc0 happy new year 8 gadi atpakaļ
depends.nim b97a7dbf3d Make the registered passes local to the ModuleGraph (#9259) 6 gadi atpakaļ
destroyer.nim a9978db42f destructor_hotfix 6 gadi atpakaļ
dfa.nim dc935f2b41 use control flow graph for sink params 6 gadi atpakaļ
docgen.nim 9a2736d999 fix #8289 (#9828) 6 gadi atpakaļ
docgen2.nim db95fad6fa Fixes #9364 and add moduleDescription to jsondoc (#9396) 6 gadi atpakaļ
evalffi.nim 2a7fc84c86 remove ast.emptyNode global; cleanup configuration.nim 6 gadi atpakaļ
evaltempl.nim e874705971 fixes nested gensym'ed parameters; fixes #9476 6 gadi atpakaļ
extccomp.nim b245b80e72 Fix nimsuggest build with clang on windows 6 gadi atpakaļ
filter_tmpl.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules 6 gadi atpakaļ
filters.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules 6 gadi atpakaļ
forloops.nim 70ea45cdba deprecated unary '<' 7 gadi atpakaļ
gorgeimpl.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules 6 gadi atpakaļ
guards.nim eaca5be9d6 Change the order of compilation passes, transformation is made lazy at code gen (#8489) 6 gadi atpakaļ
hlo.nim 669a564492 remove more global variables in the Nim compiler 6 gadi atpakaļ
idents.nim b4e5c9d075 deprecate the .this pragma 6 gadi atpakaļ
idgen.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules 6 gadi atpakaļ
importer.nim 61d08ebcd8 IC: further progress 6 gadi atpakaļ
incremental.nim eeb7cc6780 IC: further progress 6 gadi atpakaļ
installer.ini e377c55c10 Cleanup installer.ini (#9558) 6 gadi atpakaļ
jsgen.nim 685a5544c4 tyProc does not require copying in JS codegen 6 gadi atpakaļ
jstypes.nim a4e2b0c153 platform.nim doesn't use globals anymore; prepare msgs.nim for not using globals 6 gadi atpakaļ
lambdalifting.nim e874705971 fixes nested gensym'ed parameters; fixes #9476 6 gadi atpakaļ
layouter.nim d1fe195dcc nimpretty: explicit --indent option; fixes #9502; refs #9510 [backport] 6 gadi atpakaļ
lexer.nim 4233046e3f make hex digit error msg more helpful (#9727) 6 gadi atpakaļ
liftlocals.nim 40ec7be45c refactoring: remove idents.legacy global variable and pass the IdentCache around explicitly 6 gadi atpakaļ
lineinfos.nim 8c1083d3b7 Of operator in vm fixes [backport] (#9717) 6 gadi atpakaļ
linter.nim e844e536bf Nim style checker: document the switch; fixes #9564 6 gadi atpakaļ
lists.nim 92c2a51bf7 removed compiler internal list implementation (#5371) 8 gadi atpakaļ
llstream.nim 5709736e82 Merge branch 'devel' into araq-better-docgen 6 gadi atpakaļ
lookups.nim e03fb08c24 change approach 6 gadi atpakaļ
lowerings.nim 5b98afb8a8 Destructors: more moves for tuples (#9808) 6 gadi atpakaļ
macrocacheimpl.nim 268260953c completed VM support for incremental compilations 6 gadi atpakaļ
magicsys.nim 64517445ea even more strict isNil handling for strings/seqs in order to detect bugs 6 gadi atpakaļ
main.nim 3695819018 cleanup main.nim's code style 6 gadi atpakaļ
modulegraphs.nim 366b6be4fb compiler refactoring: TSymSeq is gone for good 6 gadi atpakaļ
modulepaths.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules 6 gadi atpakaļ
modules.nim f86b827d9e IC: more things work 6 gadi atpakaļ
msgs.nim 61d08ebcd8 IC: further progress 6 gadi atpakaļ
ndi.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules 6 gadi atpakaļ
nim.cfg 4711b81b86 compiler/nim.cfg: cleanup --path 6 gadi atpakaļ
nim.nim 8896770f8f workaround against silly Windows command line length limitations for the upcoming megatest.nim 6 gadi atpakaļ
nimblecmd.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules 6 gadi atpakaļ
nimconf.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules 6 gadi atpakaļ
nimeval.nim a58c982a49 test case for #9180 and re-enables the disabled tcompilerapi test (#9181) 6 gadi atpakaļ
nimlexbase.nim c06f73b484 fixes an off-by-one error for nimpretty 7 gadi atpakaļ
nimsets.nim 669a564492 remove more global variables in the Nim compiler 6 gadi atpakaļ
nodejs.nim 071ccf3d02 Add "safety compilation". Improved, fixed messages 9 gadi atpakaļ
nversion.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules 6 gadi atpakaļ
options.nim f551b72fba fixes #9965 6 gadi atpakaļ
packagehandling.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules 6 gadi atpakaļ
parampatterns.nim 531c66d1ec Allow taking address of skForVar variables (#8632) 6 gadi atpakaļ
parser.nim d1fe195dcc nimpretty: explicit --indent option; fixes #9502; refs #9510 [backport] 6 gadi atpakaļ
passaux.nim b97a7dbf3d Make the registered passes local to the ModuleGraph (#9259) 6 gadi atpakaļ
passes.nim 675b6f0773 fixes #9978 6 gadi atpakaļ
pathutils.nim 9cc4a57768 os.nim: big refactoring, use the new pathnorm that was extracted by compiler/pathutils.nim; added os.relativePath 6 gadi atpakaļ
patterns.nim 420ed0596b fixes more nil handling regressions 6 gadi atpakaļ
platform.nim af0c497f5d fixes #8081 6 gadi atpakaļ
pluginsupport.nim a325692fb2 refactoring: fewer global variables 6 gadi atpakaļ
pragmas.nim df0f0f2858 custom pragmas in pragma blocks 6 gadi atpakaļ
prefixmatches.nim 669a564492 remove more global variables in the Nim compiler 6 gadi atpakaļ
procfind.nim feef109e60 make tests green again 6 gadi atpakaļ
readme.txt 2781fea9e2 Nimrod renamed to Nim 10 gadi atpakaļ
renderer.nim dcc3ac74f4 don't crash when rendering wrong nkInfix nodes 6 gadi atpakaļ
reorder.nim 8d850f7a69 deprecated ospaths (#9665) 6 gadi atpakaļ
rod.nim f86b827d9e IC: more things work 6 gadi atpakaļ
rodimpl.nim d50336837d IC: much faster caching 6 gadi atpakaļ
rodutils.nim d0f4a929e0 fixes 8594 (#8721) 6 gadi atpakaļ
ropes.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules 6 gadi atpakaļ
saturate.nim d681812465 compiler: Trim .nim files trailing whitespace 9 gadi atpakaļ
scriptconfig.nim 6acffcd28f incremental compilation: simple recompilation works 6 gadi atpakaļ
sem.nim e874705971 fixes nested gensym'ed parameters; fixes #9476 6 gadi atpakaļ
semasgn.nim 5ffa9a8be6 destructors: defensive programming against wrong generated destructor for string/seq 6 gadi atpakaļ
semcall.nim c5c4da4f3c Converter bug fixes (#9700) 6 gadi atpakaļ
semdata.nim 366b6be4fb compiler refactoring: TSymSeq is gone for good 6 gadi atpakaļ
semexprs.nim e874705971 fixes nested gensym'ed parameters; fixes #9476 6 gadi atpakaļ
semfields.nim 84d122b5c8 extended system.type/typeof to support an upcoming 'collect' macro that works much better than sugar.lc 6 gadi atpakaļ
semfold.nim bb1ce398af Merge pull request #9881 from timotheecour/pr_ref_9880 6 gadi atpakaļ
semgnrc.nim 6e8ed8c6fa added first version of a nimfind tool for the poor souls that don't have a good nimsuggest integretation 6 gadi atpakaļ
seminst.nim e874705971 fixes nested gensym'ed parameters; fixes #9476 6 gadi atpakaļ
semmacrosanity.nim f91a181f58 make tests green again 6 gadi atpakaļ
semmagic.nim 4ec40796e6 fixes #9868 6 gadi atpakaļ
semobjconstr.nim dae5450947 WIP: disallow 'nil' for strings and seqs 6 gadi atpakaļ
semparallel.nim ee14ace5d3 Field checks for everybody (#8957) 6 gadi atpakaļ
sempass2.nim 413580bc04 new minor language feature: .noSideEffect blocks like .gcsafe blocks 6 gadi atpakaļ
semstmts.nim a3c4791e9c Give error when case has an else branch even though all cases are already covered (#9930) 6 gadi atpakaļ
semtempl.nim 2104863910 nimfind: improvements 6 gadi atpakaļ
semtypes.nim 6bdf7fdbce enum types can now be assigned values from enum with holes (#9958) 6 gadi atpakaļ
semtypinst.nim e4ae7a8929 Merge pull request #8748 from LemonBoy/when-in-objects 6 gadi atpakaļ
sighashes.nim 0c04b80651 Merge pull request #8966 from LemonBoy/fix-8964 6 gadi atpakaļ
sigmatch.nim c50a04adc5 More converter fixes (#9737) 6 gadi atpakaļ
sizealignoffsetimpl.nim 1711a60f7b fixes #9868 6 gadi atpakaļ
suggest.nim cb4d810659 make Nim take roughly 100MB less RAM for bootstrapping via a new compiler switch -d:leanCompiler; useful for the Raberry PI 6 gadi atpakaļ
syntaxes.nim d1fe195dcc nimpretty: explicit --indent option; fixes #9502; refs #9510 [backport] 6 gadi atpakaļ
tccgen.nim 7278f28740 fixes the remaining fixable Nimrod->Nim renamings; closes #2032 6 gadi atpakaļ
transf.nim 467f53512f Show lineinfo of for in yield (#9779) 6 gadi atpakaļ
trees.nim db51eb3e32 allow uints to appear in deep constant expressions 6 gadi atpakaļ
treetab.nim 64517445ea even more strict isNil handling for strings/seqs in order to detect bugs 6 gadi atpakaļ
types.nim 8c1083d3b7 Of operator in vm fixes [backport] (#9717) 6 gadi atpakaļ
typesrenderer.nim 64517445ea even more strict isNil handling for strings/seqs in order to detect bugs 6 gadi atpakaļ
vm.nim f838b1e6c1 fix #9872: setLen now works properly at CT [backport] 6 gadi atpakaļ
vmdef.nim 086676782a Add isInstanceOf for generic procs to the macros module (#9730) 6 gadi atpakaļ
vmdeps.nim fc740c54ec fixes #9600 (#9601) 6 gadi atpakaļ
vmgen.nim 413580bc04 new minor language feature: .noSideEffect blocks like .gcsafe blocks 6 gadi atpakaļ
vmhooks.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules 6 gadi atpakaļ
vmmarshal.nim 64517445ea even more strict isNil handling for strings/seqs in order to detect bugs 6 gadi atpakaļ
vmops.nim b0a977fe41 Don't use deprecated fmod in VM 6 gadi atpakaļ
wordrecg.nim eb3c9e1d1c Added "typeof" and "restrict" to special words. (#9226) 6 gadi atpakaļ
writetracking.nim 669a564492 remove more global variables in the Nim compiler 6 gadi atpakaļ

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.