Araq a95feea130 distinguish runnable examples in the HTML templates hace 6 años
..
nimfix 5348fef003 implements a --nep1:on switch to make the compiler enforce the naming conventions outlined in NEP-1 hace 6 años
plugins e07ab06f0a Fix locals() interaction with generic types hace 6 años
aliases.nim 05724645f8 more modules compile again hace 6 años
ast.nim 3300c8a500 much simpler implementation of constant tuple declarations hace 6 años
astalgo.nim 366b6be4fb compiler refactoring: TSymSeq is gone for good hace 6 años
bitsets.nim c4d7cc3da0 Generate populationCount const at compile time (#7583) hace 6 años
btrees.nim 1ed7751dac added btrees.contains hace 6 años
canonicalizer.nim 745f1642d6 implement sizeof and alignof operator (manually squashed #5664) (#9356) hace 6 años
ccgcalls.nim a65141fc0b daily cruft removal hace 6 años
ccgexprs.nim bb1ce398af Merge pull request #9881 from timotheecour/pr_ref_9880 hace 6 años
ccgliterals.nim 7d82df20be gc:destructors further progress hace 6 años
ccgmerge.nim 82c009a2cb Dead code elimination for entire modules and their init procs if empty (#10032) hace 6 años
ccgstmts.nim 2a4c09ff88 megatest can be executed hace 6 años
ccgthreadvars.nim 5ad1acc60c remove the last global variables in the C code generator hace 6 años
ccgtrav.nim f485ebe162 --gc:destructors: next steps; WIP hace 6 años
ccgtypes.nim bdb67201b2 fixes #10033 [backport] hace 6 años
ccgutils.nim 34388c5cc5 name mangling: also special case the backslash character hace 6 años
cgen.nim 7c90e22ddd fixes #10148 (#10149) hace 6 años
cgendata.nim 82c009a2cb Dead code elimination for entire modules and their init procs if empty (#10032) hace 6 años
cgmeth.nim 366b6be4fb compiler refactoring: TSymSeq is gone for good hace 6 años
closureiters.nim 410fd1deae Fixes 9716 [backport] (#9790) hace 6 años
cmdlinehelper.nim 9526009e0e fixes #9120 hace 6 años
commands.nim 9faad7591e Deprecate gc v2 (#10151) hace 6 años
condsyms.nim 086676782a Add isInstanceOf for generic procs to the macros module (#9730) hace 6 años
configuration.nim 669a564492 remove more global variables in the Nim compiler hace 6 años
debuginfo.nim 9c47bb9cc0 happy new year hace 8 años
depends.nim b97a7dbf3d Make the registered passes local to the ModuleGraph (#9259) hace 6 años
destroyer.nim e3a668a33b --gc:destructors: baby steps hace 6 años
dfa.nim dc935f2b41 use control flow graph for sink params hace 6 años
docgen.nim a95feea130 distinguish runnable examples in the HTML templates hace 6 años
docgen2.nim db95fad6fa Fixes #9364 and add moduleDescription to jsondoc (#9396) hace 6 años
evalffi.nim 2a7fc84c86 remove ast.emptyNode global; cleanup configuration.nim hace 6 años
evaltempl.nim e874705971 fixes nested gensym'ed parameters; fixes #9476 hace 6 años
extccomp.nim 642ce799ec Add support for clang-cl (#9977) hace 6 años
filter_tmpl.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules hace 6 años
filters.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules hace 6 años
forloops.nim 70ea45cdba deprecated unary '<' hace 7 años
gorgeimpl.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules hace 6 años
guards.nim eaca5be9d6 Change the order of compilation passes, transformation is made lazy at code gen (#8489) hace 6 años
hlo.nim 669a564492 remove more global variables in the Nim compiler hace 6 años
idents.nim b4e5c9d075 deprecate the .this pragma hace 6 años
idgen.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules hace 6 años
importer.nim 9faad7591e Deprecate gc v2 (#10151) hace 6 años
incremental.nim eeb7cc6780 IC: further progress hace 6 años
installer.ini e377c55c10 Cleanup installer.ini (#9558) hace 6 años
jsgen.nim aadbdd6b06 Support undefined in isNil (#9960) hace 6 años
jstypes.nim a4e2b0c153 platform.nim doesn't use globals anymore; prepare msgs.nim for not using globals hace 6 años
lambdalifting.nim e874705971 fixes nested gensym'ed parameters; fixes #9476 hace 6 años
layouter.nim d1fe195dcc nimpretty: explicit --indent option; fixes #9502; refs #9510 [backport] hace 6 años
lexer.nim 4233046e3f make hex digit error msg more helpful (#9727) hace 6 años
liftlocals.nim 40ec7be45c refactoring: remove idents.legacy global variable and pass the IdentCache around explicitly hace 6 años
lineinfos.nim 9faad7591e Deprecate gc v2 (#10151) hace 6 años
linter.nim e844e536bf Nim style checker: document the switch; fixes #9564 hace 6 años
lists.nim 92c2a51bf7 removed compiler internal list implementation (#5371) hace 7 años
llstream.nim 5709736e82 Merge branch 'devel' into araq-better-docgen hace 6 años
lookups.nim 9faad7591e Deprecate gc v2 (#10151) hace 6 años
lowerings.nim 5b98afb8a8 Destructors: more moves for tuples (#9808) hace 6 años
macrocacheimpl.nim 268260953c completed VM support for incremental compilations hace 6 años
magicsys.nim 64517445ea even more strict isNil handling for strings/seqs in order to detect bugs hace 6 años
main.nim e98d54b050 nim dump: add nimcache entry (#10122) hace 6 años
modulegraphs.nim 366b6be4fb compiler refactoring: TSymSeq is gone for good hace 6 años
modulepaths.nim 9faad7591e Deprecate gc v2 (#10151) hace 6 años
modules.nim f86b827d9e IC: more things work hace 6 años
msgs.nim ab72d68ec8 fix off by 1 error in `col` shown by toFileLineCol (#10138) hace 6 años
ndi.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules hace 6 años
nim.cfg 4711b81b86 compiler/nim.cfg: cleanup --path hace 6 años
nim.nim 8896770f8f workaround against silly Windows command line length limitations for the upcoming megatest.nim hace 6 años
nimblecmd.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules hace 6 años
nimconf.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules hace 6 años
nimeval.nim a58c982a49 test case for #9180 and re-enables the disabled tcompilerapi test (#9181) hace 6 años
nimlexbase.nim c06f73b484 fixes an off-by-one error for nimpretty hace 7 años
nimsets.nim 669a564492 remove more global variables in the Nim compiler hace 6 años
nodejs.nim 071ccf3d02 Add "safety compilation". Improved, fixed messages hace 9 años
nversion.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules hace 6 años
options.nim a1e268e3dc [cleanup] remove dead code compiler.options.mergeConfigs (#10165) hace 6 años
packagehandling.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules hace 6 años
parampatterns.nim 531c66d1ec Allow taking address of skForVar variables (#8632) hace 6 años
parser.nim 9faad7591e Deprecate gc v2 (#10151) hace 6 años
passaux.nim b97a7dbf3d Make the registered passes local to the ModuleGraph (#9259) hace 6 años
passes.nim d407af565f fixes #10024 hace 6 años
pathutils.nim dd5812546f [pathutils] add AnyPath; add `$`; lift arbitrary API restrictions (#10021) hace 6 años
patterns.nim 420ed0596b fixes more nil handling regressions hace 6 años
platform.nim af0c497f5d fixes #8081 hace 6 años
pluginsupport.nim a325692fb2 refactoring: fewer global variables hace 6 años
pragmas.nim 9faad7591e Deprecate gc v2 (#10151) hace 6 años
prefixmatches.nim 669a564492 remove more global variables in the Nim compiler hace 6 años
procfind.nim feef109e60 make tests green again hace 6 años
readme.txt 2781fea9e2 Nimrod renamed to Nim hace 10 años
renderer.nim dcc3ac74f4 don't crash when rendering wrong nkInfix nodes hace 6 años
reorder.nim 8d850f7a69 deprecated ospaths (#9665) hace 6 años
rod.nim f86b827d9e IC: more things work hace 6 años
rodimpl.nim d50336837d IC: much faster caching hace 6 años
rodutils.nim d0f4a929e0 fixes 8594 (#8721) hace 6 años
ropes.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules hace 6 años
saturate.nim d681812465 compiler: Trim .nim files trailing whitespace hace 9 años
scriptconfig.nim 6acffcd28f incremental compilation: simple recompilation works hace 6 años
sem.nim e874705971 fixes nested gensym'ed parameters; fixes #9476 hace 6 años
semasgn.nim 5ffa9a8be6 destructors: defensive programming against wrong generated destructor for string/seq hace 6 años
semcall.nim c5c4da4f3c Converter bug fixes (#9700) hace 6 años
semdata.nim 366b6be4fb compiler refactoring: TSymSeq is gone for good hace 6 años
semexprs.nim 9faad7591e Deprecate gc v2 (#10151) hace 6 años
semfields.nim 84d122b5c8 extended system.type/typeof to support an upcoming 'collect' macro that works much better than sugar.lc hace 6 años
semfold.nim c673607d36 Fix internal error when casting to invalid enum value hace 6 años
semgnrc.nim 6e8ed8c6fa added first version of a nimfind tool for the poor souls that don't have a good nimsuggest integretation hace 6 años
seminst.nim e874705971 fixes nested gensym'ed parameters; fixes #9476 hace 6 años
semmacrosanity.nim f91a181f58 make tests green again hace 6 años
semmagic.nim a6633b9658 fix typetraits.`$` regression https://github.com/c-blake/cligen/issues/84 (#10131) hace 6 años
semobjconstr.nim dae5450947 WIP: disallow 'nil' for strings and seqs hace 6 años
semparallel.nim ee14ace5d3 Field checks for everybody (#8957) hace 6 años
sempass2.nim 413580bc04 new minor language feature: .noSideEffect blocks like .gcsafe blocks hace 6 años
semstmts.nim 7c5ae00887 exportc is now not allowed for type aliases (#9979) hace 6 años
semtempl.nim 2104863910 nimfind: improvements hace 6 años
semtypes.nim 6ed9676af5 Show field not initialized warning only when `notnil` used (#10155) hace 6 años
semtypinst.nim e4ae7a8929 Merge pull request #8748 from LemonBoy/when-in-objects hace 6 años
sighashes.nim 0c04b80651 Merge pull request #8966 from LemonBoy/fix-8964 hace 6 años
sigmatch.nim 4a6d699bc5 C++: make async tests green on Windows hace 6 años
sizealignoffsetimpl.nim 062d7e3a39 fixes #10082 hace 6 años
suggest.nim 9faad7591e Deprecate gc v2 (#10151) hace 6 años
syntaxes.nim d1fe195dcc nimpretty: explicit --indent option; fixes #9502; refs #9510 [backport] hace 6 años
tccgen.nim 7278f28740 fixes the remaining fixable Nimrod->Nim renamings; closes #2032 hace 6 años
transf.nim 467f53512f Show lineinfo of for in yield (#9779) hace 6 años
trees.nim db51eb3e32 allow uints to appear in deep constant expressions hace 6 años
treetab.nim 64517445ea even more strict isNil handling for strings/seqs in order to detect bugs hace 6 años
types.nim 8c1083d3b7 Of operator in vm fixes [backport] (#9717) hace 6 años
typesrenderer.nim 64517445ea even more strict isNil handling for strings/seqs in order to detect bugs hace 6 años
vm.nim f838b1e6c1 fix #9872: setLen now works properly at CT [backport] hace 6 años
vmdef.nim 086676782a Add isInstanceOf for generic procs to the macros module (#9730) hace 6 años
vmdeps.nim fc740c54ec fixes #9600 (#9601) hace 6 años
vmgen.nim 23448a96cc fixes #10058 [backport] hace 6 años
vmhooks.nim 86556ebfdb compiler refactoring; use typesafe path handing; docgen: render symbols between modules hace 6 años
vmmarshal.nim 64517445ea even more strict isNil handling for strings/seqs in order to detect bugs hace 6 años
vmops.nim c4e3c4ca2d add `getCurrentCompilerExe` to vmops (eg allows to get nim compiler at CT); add tests for vmops (#9925) hace 6 años
wordrecg.nim eb3c9e1d1c Added "typeof" and "restrict" to special words. (#9226) hace 6 años
writetracking.nim 669a564492 remove more global variables in the Nim compiler hace 6 años

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.