Tanguy f2bbff989f Fix nested finally handling in closureiters [backport] (#19933) 2 лет назад
..
nimfix 39290cf88c Fix spellings (#12277) [backport] 5 лет назад
plugins 7e747d11c6 Cosmetic compiler cleanup (#12718) 5 лет назад
aliases.nim 1db21721ec Fixed objects being erroneously zeroed out before object construction (#12814) [backport] 5 лет назад
asciitables.nim 39290cf88c Fix spellings (#12277) [backport] 5 лет назад
ast.nim 0888ac4097 fixes #16069; [backport:1.2] [backport:1.4] (#16115) 4 лет назад
astalgo.nim 8cb8cb7861 Implements RFCs #209 (#13995) 4 лет назад
bitsets.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) 5 лет назад
btrees.nim b8a436af93 kochdocs: use a glob instead of hardcoded list; generate docs for compiler/; bugfixes (#13221) 5 лет назад
canonicalizer.nim 796aafe7e0 make case-object transitions explicit, make unknownLineInfo a const, replace a few magic numbers with consts (#13170) 5 лет назад
ccgcalls.nim 735e3eea78 allow converting static vars to `openArray` (#19049) 3 лет назад
ccgexprs.nim a34845b66c fixes #11225; generic sandwich problems; [backport:1.2] (#17255) 3 лет назад
ccgliterals.nim b68eb1cad0 Removed lib/system/allocators.nim. seqs_v2 and strs_v2 now uses allocShared0. (#13190) 5 лет назад
ccgmerge.nim 0e7338d65c better support for PROGMEM like annotations for lets/vars; fixes #12216 (#12799) 5 лет назад
ccgreset.nim 7800fa394f specialize genericReset (#14398) 4 лет назад
ccgstmts.nim 8ea5475dd9 nimRawSetjmp: support Windows (#19197) 3 лет назад
ccgthreadvars.nim f500895efe Unexport even more symbols (#13214) 5 лет назад
ccgtrav.nim 796aafe7e0 make case-object transitions explicit, make unknownLineInfo a const, replace a few magic numbers with consts (#13170) 5 лет назад
ccgtypes.nim 5e102df04d nrvo shouldn't touch bycopy object[backport:1.2] (#19385) 3 лет назад
ccgutils.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) 5 лет назад
cgen.nim 6e4fdbc4a9 fix #19193 (#19195) [backport:1.2] 3 лет назад
cgendata.nim f864c351f0 fixes #14240 [backport:1.2] (#14757) 4 лет назад
cgmeth.nim fb641483f0 arc optimizations (#13325) 5 лет назад
closureiters.nim f2bbff989f Fix nested finally handling in closureiters [backport] (#19933) 2 лет назад
cmdlinehelper.nim c1cbf94e2d remove isCmdLine; use passCmd1 5 лет назад
commands.nim 0798bd020b setjump => setjmp [backport: 1.2] (#19496) 2 лет назад
condsyms.nim 040adf415b [backport 1.0] add backend support for js bigint (#16606) 4 лет назад
debuginfo.nim 9c47bb9cc0 happy new year 8 лет назад
depends.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) 5 лет назад
dfa.nim 87992a3a18 Fix #14269 (#14286) 4 лет назад
docgen.nim b997e32129 fixes #13986 [backport:1.2] (#14173) 5 лет назад
docgen2.nim 7481f43753 fix #13349 regression: isNamedTuple now works with generic tuples (#13350) 5 лет назад
enumtostr.nim d375120c42 rename sfAlwaysReturn to sfNeverRaises 5 лет назад
evalffi.nim e70294dff2 enable testing -d:nimHasLibFFI mode (#13091) 5 лет назад
evaltempl.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) 5 лет назад
extccomp.nim 3e6d708175 implements https://github.com/nim-lang/RFCs/issues/260 (#15505) 3 лет назад
filter_tmpl.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) 5 лет назад
filters.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) 5 лет назад
forloops.nim 2f557652d4 fix operators containing percent for VM usage (#13536) 5 лет назад
gorgeimpl.nim 982086dbe9 Fixed #12337, leaking pipe after gorge (#12339) 5 лет назад
guards.nim 9ffec79300 DrNim (Nim compiler with Z3 integration) (#13743) 5 лет назад
hlo.nim bd90199a2f fix #8312 --hints:off and --warnings:off now honored everywhere (#13489) 5 лет назад
idents.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) 5 лет назад
idgen.nim 07d465ca42 [refactoring] remove unused imports in the compiler and in some stdlib modules 5 лет назад
importer.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) 5 лет назад
incremental.nim 07a986afa1 disable IC and the SQLite dependency for version 1 5 лет назад
injectdestructors.nim a34845b66c fixes #11225; generic sandwich problems; [backport:1.2] (#17255) 3 лет назад
installer.ini 86c8977726 compiler/installer.ini: package cacert.pem on Windows [backport:1.2] (#17172) 4 лет назад
int128.nim 68539a2926 fix last remaining warning when building nim (`intVal should be Int128`) + minor cleanups (#13841) 5 лет назад
jsgen.nim a34845b66c fixes #11225; generic sandwich problems; [backport:1.2] (#17255) 3 лет назад
jstypes.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) 5 лет назад
lambdalifting.nim a34845b66c fixes #11225; generic sandwich problems; [backport:1.2] (#17255) 3 лет назад
layouter.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) 5 лет назад
lexer.nim 991902e286 fixes a renderer regression 4 лет назад
liftdestructors.nim aec0d583d1 fixes #14495 [backport:1.2] (#14496) 4 лет назад
liftlocals.nim a34845b66c fixes #11225; generic sandwich problems; [backport:1.2] (#17255) 3 лет назад
lineinfos.nim 74f34c81e8 feature: the compiler can warn when you use the implicit 'result' variable (#17988) [backport:1.2] 3 лет назад
linter.nim 34563f86c2 fixes #15848 [backport:1.2] (#17959) 3 лет назад
llstream.nim b3176b8817 Attempt to finish off araq cpp exceptions (#13695) 5 лет назад
lookups.nim afd0afe0a3 Deprecate when declared(echo):echo (#13840) 5 лет назад
lowerings.nim 586ebb090b fixes #13708 (#13711) 5 лет назад
macrocacheimpl.nim 07d465ca42 [refactoring] remove unused imports in the compiler and in some stdlib modules 5 лет назад
magicsys.nim 8cb8cb7861 Implements RFCs #209 (#13995) 4 лет назад
main.nim 75abd4dc68 fixes #14209 [backport:1.2] (#14213) 5 лет назад
modulegraphs.nim 9ffec79300 DrNim (Nim compiler with Z3 integration) (#13743) 5 лет назад
modulepaths.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) 5 лет назад
modules.nim 7ec7731f82 fix #13150 `nim doc --project` now works reliably (#13223) 5 лет назад
msgs.nim 5702a60793 Change severity of template instantiation message [backport] (#14526) 4 лет назад
ndi.nim d3020af44d fix open file leak when running --debugger:native (#13832) 5 лет назад
nim.cfg e3c85f5885 remove nim.cfg file change lefover [backport:1.2] (#15469) 4 лет назад
nim.nim 93cd98dd14 move tinyc to a separate repo and allow installing external dependencency (eg tinyc) from koch / library code (#13850) 5 лет назад
nimblecmd.nim 796aafe7e0 make case-object transitions explicit, make unknownLineInfo a const, replace a few magic numbers with consts (#13170) 5 лет назад
nimconf.nim ce36fdc897 correctly honor cmdline --hint:conf:on/off ; correctly show Conf hints in order 5 лет назад
nimeval.nim 39290cf88c Fix spellings (#12277) [backport] 5 лет назад
nimlexbase.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) 5 лет назад
nimsets.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) 5 лет назад
nodejs.nim d7a7662a7f Remove IO.js compat (long dead vanished project,superseed by NodeJS) (#11627) 5 лет назад
nversion.nim 39290cf88c Fix spellings (#12277) [backport] 5 лет назад
options.nim 3e6d708175 implements https://github.com/nim-lang/RFCs/issues/260 (#15505) 3 лет назад
packagehandling.nim 7ec7731f82 fix #13150 `nim doc --project` now works reliably (#13223) 5 лет назад
parampatterns.nim 97c68d9446 fixes #14498 [backport:1.2] (#14503) 4 лет назад
parser.nim 796aafe7e0 make case-object transitions explicit, make unknownLineInfo a const, replace a few magic numbers with consts (#13170) 5 лет назад
passaux.nim 1056f9ecff properly handle note override logic/verbosity/config/cmdline using modifiedyNotes, cmdlineNotes 5 лет назад
passes.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) 5 лет назад
pathutils.nim 62c113ebc7 fix #13579 joinPath("/foo/", "../a") is now /a (#13586) 5 лет назад
patterns.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) 5 лет назад
platform.nim 2b9c458692 OSX: support for M1 [backport:1.0] (#16279) 4 лет назад
pluginsupport.nim a325692fb2 refactoring: fewer global variables 6 лет назад
pragmas.nim 3e6d708175 implements https://github.com/nim-lang/RFCs/issues/260 (#15505) 3 лет назад
prefixmatches.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) 5 лет назад
procfind.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) 5 лет назад
readme.txt a03d8ed4c2 Expose some layouter elements, improve readme (#12361) 5 лет назад
renderer.nim 7b35ce9812 fix NimNode comment repr() regression [backport: 1.2] (#19726) 2 лет назад
reorder.nim a34845b66c fixes #11225; generic sandwich problems; [backport:1.2] (#17255) 3 лет назад
rod.nim 07d465ca42 [refactoring] remove unused imports in the compiler and in some stdlib modules 5 лет назад
rodimpl.nim 3e6d708175 implements https://github.com/nim-lang/RFCs/issues/260 (#15505) 3 лет назад
rodutils.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) 5 лет назад
ropes.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) 5 лет назад
saturate.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) 5 лет назад
scriptconfig.nim 1d665adecd [RFC] 'walkDir' now has a new 'checkDir' flag, to mimic behaviour of other languages (#13642) 5 лет назад
sem.nim 00cd7b8ca4 Revert "fixes #15280 [backport:1.2] (#15281)" (#15700) 4 лет назад
semcall.nim df490bd59f fixes #15056 [backport] 4 лет назад
semdata.nim a34845b66c fixes #11225; generic sandwich problems; [backport:1.2] (#17255) 3 лет назад
semexprs.nim a34845b66c fixes #11225; generic sandwich problems; [backport:1.2] (#17255) 3 лет назад
semfields.nim a41ece8d86 fixes #15101 [backport] (#15171) 4 лет назад
semfold.nim 4cb522fb8a allow `HSlice` bounded by constants of distinct types (#19219) [backport:1.2] 3 лет назад
semgnrc.nim ed263e174e fix #13524 astToStr now works inside generics (#13681) 5 лет назад
seminst.nim a34845b66c fixes #11225; generic sandwich problems; [backport:1.2] (#17255) 3 лет назад
semmacrosanity.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) 5 лет назад
semmagic.nim e9d6d2b961 fixes #14616 [backport:1.2] (#15109) 4 лет назад
semobjconstr.nim 79f95a2efc misc bugfixes [backport:1.2] (#19203) 3 лет назад
semparallel.nim a34845b66c fixes #11225; generic sandwich problems; [backport:1.2] (#17255) 3 лет назад
sempass2.nim 0ddf7153b8 fixes #15129 [backport:1.2] (#15144) 4 лет назад
semstmts.nim a34845b66c fixes #11225; generic sandwich problems; [backport:1.2] (#17255) 3 лет назад
semtempl.nim a34845b66c fixes #11225; generic sandwich problems; [backport:1.2] (#17255) 3 лет назад
semtypes.nim 9d11fc026b fixes #14189 (#15080) [backport] 4 лет назад
semtypinst.nim ce9a4ed124 Replace tfHasRequiresInit with a more accurate mechanism 5 лет назад
sighashes.nim 83e715c5b6 fixes #5170 (#13589) 5 лет назад
sigmatch.nim 2ce9352285 sigmatch: hotfix [backport] (#15565) 4 лет назад
sinkparameter_inference.nim 49decbf4b4 fixes #14079 [backport:1.2] (#14163) 5 лет назад
sizealignoffsetimpl.nim 777c28cf45 fix #15516 (#15518) 4 лет назад
sourcemap.nim 920add5880 sourcemaps for the JS codegen (#7508) 5 лет назад
spawn.nim 586ebb090b fixes #13708 (#13711) 5 лет назад
suggest.nim 216fd59c44 make `usage of foo is a user-defined error` more informative (#13833) 5 лет назад
syntaxes.nim bd90199a2f fix #8312 --hints:off and --warnings:off now honored everywhere (#13489) 5 лет назад
tccgen.nim 93cd98dd14 move tinyc to a separate repo and allow installing external dependencency (eg tinyc) from koch / library code (#13850) 5 лет назад
transf.nim a34845b66c fixes #11225; generic sandwich problems; [backport:1.2] (#17255) 3 лет назад
trees.nim 0888ac4097 fixes #16069; [backport:1.2] [backport:1.4] (#16115) 4 лет назад
treetab.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) 5 лет назад
types.nim 90cf7177ca fixes #16897 [backport:1.2] (#16900) 4 лет назад
typesrenderer.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) 5 лет назад
unittest_light.nim e17321aa24 improve formatting in assertEquals 6 лет назад
vm.nim fabbb7ea3e Fixed iteration limit hit from execproc (#15723) [backport:1.2] [backport:1.4] 4 лет назад
vmdef.nim 2925a47ae6 Fix vm.nim for --gc:arc (#13741) 5 лет назад
vmdeps.nim e50441ab33 Fix typeSym.getImpl for ref types (#13752) 5 лет назад
vmgen.nim a34845b66c fixes #11225; generic sandwich problems; [backport:1.2] (#17255) 3 лет назад
vmhooks.nim 2925a47ae6 Fix vm.nim for --gc:arc (#13741) 5 лет назад
vmmarshal.nim 796aafe7e0 make case-object transitions explicit, make unknownLineInfo a const, replace a few magic numbers with consts (#13170) 5 лет назад
vmops.nim ebc114c526 Revert "fix #17118 (#17119) [backport:1.2]" 4 лет назад
wordrecg.nim d01fca974d added an .assert pragma and mentioned the pragmas in the changelog 5 лет назад
writetracking.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) 5 лет назад

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.

See https://nim-lang.org/docs/intern.html for more information.