alaviss 58d293d6a9 fixes nim-lang/nimsuggest#76 (#10093) před 5 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
ast.nim 3300c8a500 much simpler implementation of constant tuple declarations před 5 roky
astalgo.nim 366b6be4fb compiler refactoring: TSymSeq is gone for good před 6 roky
bitsets.nim c4d7cc3da0 Generate populationCount const at compile time (#7583) před 6 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 a65141fc0b daily cruft removal před 6 roky
ccgexprs.nim bb1ce398af Merge pull request #9881 from timotheecour/pr_ref_9880 před 6 roky
ccgliterals.nim 7d82df20be gc:destructors further progress před 6 roky
ccgmerge.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules před 6 roky
ccgstmts.nim 2a4c09ff88 megatest can be executed před 6 roky
ccgthreadvars.nim 5ad1acc60c remove the last global variables in the C code generator před 6 roky
ccgtrav.nim f485ebe162 --gc:destructors: next steps; WIP před 6 roky
ccgtypes.nim bdb67201b2 fixes #10033 [backport] před 5 roky
ccgutils.nim 34388c5cc5 name mangling: also special case the backslash character před 6 roky
cgen.nim f3ecc15a94 refs #9880 show index and bound in lots of `index out of bounds` errors před 6 roky
cgendata.nim b1ad5fd7da Simplify cgen forward proc (#9635) před 6 roky
cgmeth.nim 366b6be4fb compiler refactoring: TSymSeq is gone for good před 6 roky
closureiters.nim 410fd1deae Fixes 9716 [backport] (#9790) před 6 roky
cmdlinehelper.nim 9526009e0e fixes #9120 před 5 roky
commands.nim 09b9a54418 make tests green with a global config.nims file před 5 roky
condsyms.nim 086676782a Add isInstanceOf for generic procs to the macros module (#9730) před 6 roky
configuration.nim 669a564492 remove more global variables in the Nim compiler před 6 roky
debuginfo.nim 9c47bb9cc0 happy new year před 7 roky
depends.nim b97a7dbf3d Make the registered passes local to the ModuleGraph (#9259) před 6 roky
destroyer.nim e3a668a33b --gc:destructors: baby steps před 5 roky
dfa.nim dc935f2b41 use control flow graph for sink params před 6 roky
docgen.nim 9a2736d999 fix #8289 (#9828) před 6 roky
docgen2.nim db95fad6fa Fixes #9364 and add moduleDescription to jsondoc (#9396) před 6 roky
evalffi.nim 2a7fc84c86 remove ast.emptyNode global; cleanup configuration.nim před 6 roky
evaltempl.nim e874705971 fixes nested gensym'ed parameters; fixes #9476 před 6 roky
extccomp.nim 642ce799ec Add support for clang-cl (#9977) před 5 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 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules před 6 roky
guards.nim eaca5be9d6 Change the order of compilation passes, transformation is made lazy at code gen (#8489) 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 2acefee044 Nimsuggest now shows gotodef for y in `from x import y` (#10023) před 5 roky
incremental.nim eeb7cc6780 IC: further progress před 6 roky
installer.ini e377c55c10 Cleanup installer.ini (#9558) před 6 roky
jsgen.nim ca18dc2505 Make copies for params which are captured in closures. Fixes #7048 (#10050) před 5 roky
jstypes.nim a4e2b0c153 platform.nim doesn't use globals anymore; prepare msgs.nim for not using globals před 6 roky
lambdalifting.nim e874705971 fixes nested gensym'ed parameters; fixes #9476 před 6 roky
layouter.nim d1fe195dcc nimpretty: explicit --indent option; fixes #9502; refs #9510 [backport] před 6 roky
lexer.nim 4233046e3f make hex digit error msg more helpful (#9727) před 6 roky
liftlocals.nim 40ec7be45c refactoring: remove idents.legacy global variable and pass the IdentCache around explicitly před 6 roky
lineinfos.nim 8c1083d3b7 Of operator in vm fixes [backport] (#9717) před 6 roky
linter.nim e844e536bf Nim style checker: document the switch; fixes #9564 před 6 roky
lists.nim 92c2a51bf7 removed compiler internal list implementation (#5371) před 7 roky
llstream.nim 5709736e82 Merge branch 'devel' into araq-better-docgen před 6 roky
lookups.nim e03fb08c24 change approach před 6 roky
lowerings.nim 5b98afb8a8 Destructors: more moves for tuples (#9808) 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 52e36a19a9 fix #9933 (#10067) před 5 roky
modulegraphs.nim 366b6be4fb compiler refactoring: TSymSeq is gone for good před 6 roky
modulepaths.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules před 6 roky
modules.nim f86b827d9e IC: more things work před 6 roky
msgs.nim 61d08ebcd8 IC: further progress 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 8896770f8f workaround against silly Windows command line length limitations for the upcoming megatest.nim 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 a58c982a49 test case for #9180 and re-enables the disabled tcompilerapi test (#9181) před 6 roky
nimlexbase.nim c06f73b484 fixes an off-by-one error for nimpretty před 7 roky
nimsets.nim 669a564492 remove more global variables in the Nim compiler před 6 roky
nodejs.nim 071ccf3d02 Add "safety compilation". Improved, fixed messages před 9 roky
nversion.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules před 6 roky
options.nim 642ce799ec Add support for clang-cl (#9977) před 5 roky
packagehandling.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules před 6 roky
parampatterns.nim 531c66d1ec Allow taking address of skForVar variables (#8632) před 6 roky
parser.nim 3300c8a500 much simpler implementation of constant tuple declarations před 5 roky
passaux.nim b97a7dbf3d Make the registered passes local to the ModuleGraph (#9259) před 6 roky
passes.nim d407af565f fixes #10024 před 5 roky
pathutils.nim dd5812546f [pathutils] add AnyPath; add `$`; lift arbitrary API restrictions (#10021) před 5 roky
patterns.nim 420ed0596b fixes more nil handling regressions před 6 roky
platform.nim af0c497f5d fixes #8081 před 6 roky
pluginsupport.nim a325692fb2 refactoring: fewer global variables před 6 roky
pragmas.nim df0f0f2858 custom pragmas in pragma blocks 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 dcc3ac74f4 don't crash when rendering wrong nkInfix nodes před 6 roky
reorder.nim 8d850f7a69 deprecated ospaths (#9665) 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 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules před 6 roky
saturate.nim d681812465 compiler: Trim .nim files trailing whitespace před 9 roky
scriptconfig.nim 6acffcd28f incremental compilation: simple recompilation works před 6 roky
sem.nim e874705971 fixes nested gensym'ed parameters; fixes #9476 před 6 roky
semasgn.nim 5ffa9a8be6 destructors: defensive programming against wrong generated destructor for string/seq před 6 roky
semcall.nim c5c4da4f3c Converter bug fixes (#9700) před 6 roky
semdata.nim 366b6be4fb compiler refactoring: TSymSeq is gone for good před 6 roky
semexprs.nim e874705971 fixes nested gensym'ed parameters; fixes #9476 před 6 roky
semfields.nim 84d122b5c8 extended system.type/typeof to support an upcoming 'collect' macro that works much better than sugar.lc před 6 roky
semfold.nim c673607d36 Fix internal error when casting to invalid enum value před 5 roky
semgnrc.nim 6e8ed8c6fa added first version of a nimfind tool for the poor souls that don't have a good nimsuggest integretation před 6 roky
seminst.nim e874705971 fixes nested gensym'ed parameters; fixes #9476 před 6 roky
semmacrosanity.nim f91a181f58 make tests green again před 6 roky
semmagic.nim 4ec40796e6 fixes #9868 před 6 roky
semobjconstr.nim dae5450947 WIP: disallow 'nil' for strings and seqs před 6 roky
semparallel.nim ee14ace5d3 Field checks for everybody (#8957) před 6 roky
sempass2.nim 413580bc04 new minor language feature: .noSideEffect blocks like .gcsafe blocks před 6 roky
semstmts.nim 58d293d6a9 fixes nim-lang/nimsuggest#76 (#10093) před 5 roky
semtempl.nim 2104863910 nimfind: improvements před 6 roky
semtypes.nim 730b1b2b87 proc does not take untyped/typed as argument (#9981) před 5 roky
semtypinst.nim e4ae7a8929 Merge pull request #8748 from LemonBoy/when-in-objects před 6 roky
sighashes.nim 0c04b80651 Merge pull request #8966 from LemonBoy/fix-8964 před 6 roky
sigmatch.nim 4a6d699bc5 C++: make async tests green on Windows před 5 roky
sizealignoffsetimpl.nim 1711a60f7b fixes #9868 před 6 roky
suggest.nim cb4d810659 make Nim take roughly 100MB less RAM for bootstrapping via a new compiler switch -d:leanCompiler; useful for the Raberry PI 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 467f53512f Show lineinfo of for in yield (#9779) 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 8c1083d3b7 Of operator in vm fixes [backport] (#9717) před 6 roky
typesrenderer.nim 64517445ea even more strict isNil handling for strings/seqs in order to detect bugs před 6 roky
vm.nim f838b1e6c1 fix #9872: setLen now works properly at CT [backport] před 6 roky
vmdef.nim 086676782a Add isInstanceOf for generic procs to the macros module (#9730) před 6 roky
vmdeps.nim fc740c54ec fixes #9600 (#9601) před 6 roky
vmgen.nim 23448a96cc fixes #10058 [backport] před 5 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 c4e3c4ca2d add `getCurrentCompilerExe` to vmops (eg allows to get nim compiler at CT); add tests for vmops (#9925) před 5 roky
wordrecg.nim eb3c9e1d1c Added "typeof" and "restrict" to special words. (#9226) 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.