Andrey R (cooldome) f7e0fd84a4 fix spacing 4 éve
..
nimfix 39290cf88c Fix spellings (#12277) [backport] 5 éve
plugins 7e747d11c6 Cosmetic compiler cleanup (#12718) 5 éve
aliases.nim 1db21721ec Fixed objects being erroneously zeroed out before object construction (#12814) [backport] 5 éve
asciitables.nim 39290cf88c Fix spellings (#12277) [backport] 5 éve
ast.nim da4aa2e1fb renamed '=' to '=copy' [backport:1.2] (#15585) 4 éve
astalgo.nim 4e438f9096 const view types; fixes some cases from https://github.com/nim-lang/Nim/issues/15428 (#15488) 4 éve
bitsets.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) 5 éve
btrees.nim 13e659cfec Big compiler Cleanup (#14777) 4 éve
canonicalizer.nim 796aafe7e0 make case-object transitions explicit, make unknownLineInfo a const, replace a few magic numbers with consts (#13170) 5 éve
ccgcalls.nim 8978112457 fixes a C code generator regression, no need to backport, only the 1.4 line is affected (#15569) 4 éve
ccgexprs.nim 833035bacd arc allocation method aligned (#15588) 4 éve
ccgliterals.nim b68eb1cad0 Removed lib/system/allocators.nim. seqs_v2 and strs_v2 now uses allocShared0. (#13190) 5 éve
ccgmerge.nim 13e659cfec Big compiler Cleanup (#14777) 4 éve
ccgreset.nim b35d370d88 specialize genericReset (#14398) 4 éve
ccgstmts.nim 4e438f9096 const view types; fixes some cases from https://github.com/nim-lang/Nim/issues/15428 (#15488) 4 éve
ccgthreadvars.nim bc712c28fc fixes #14865 (#14937) 4 éve
ccgtrav.nim fd31e8ff6f allow old styled RTTI for arc/orc (#15331) 4 éve
ccgtypes.nim 9668a1106d Fix 15543 (#15544) 4 éve
ccgutils.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) 5 éve
cgen.nim 4e438f9096 const view types; fixes some cases from https://github.com/nim-lang/Nim/issues/15428 (#15488) 4 éve
cgendata.nim fd31e8ff6f allow old styled RTTI for arc/orc (#15331) 4 éve
cgmeth.nim 38068f9778 Make explicit {.nimcall.} a seperate calling convention 4 éve
closureiters.nim aa1d7fe1e9 closureiters: fixes #15243 (#15454) [backport:1.2] 4 éve
cmdlinehelper.nim 3492178494 refactoring: removed cmdlinehelper.mainCommand callback 4 éve
commands.nim 977bccdbff Make useVersion:1.0 disable the proc arg sym change (#15570) 4 éve
condsyms.nim 92163fa330 implements https://github.com/nim-lang/RFCs/issues/258 (#15503) 4 éve
debuginfo.nim 9c47bb9cc0 happy new year 8 éve
depends.nim 1f1e4de3bc Make ./koch temp --gc:arc work (#14186) 4 éve
dfa.nim 8e3f51f06c fixes #15130 (#15141) 4 éve
docgen.nim 112b11c154 group procs of the same name in TOC (#15487) 4 éve
docgen2.nim 112b11c154 group procs of the same name in TOC (#15487) 4 éve
enumtostr.nim d375120c42 rename sfAlwaysReturn to sfNeverRaises 4 éve
evalffi.nim b022576ce9 Use typeflag instead 4 éve
evaltempl.nim 2629d619a1 Fix forward declaration issues in template/macro context (#15091) 4 éve
extccomp.nim 51e3e0c7c4 implements https://github.com/nim-lang/RFCs/issues/260 (#15505) 4 éve
filter_tmpl.nim 13e659cfec Big compiler Cleanup (#14777) 4 éve
filters.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) 5 éve
gorgeimpl.nim 982086dbe9 Fixed #12337, leaking pipe after gorge (#12339) 5 éve
guards.nim da29222f86 init checks and 'out' parameters (#14521) 4 éve
hlo.nim bd90199a2f fix #8312 --hints:off and --warnings:off now honored everywhere (#13489) 4 éve
idents.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) 5 éve
idgen.nim 07d465ca42 [refactoring] remove unused imports in the compiler and in some stdlib modules 5 éve
importer.nim a0049d1fb0 compiler: minor code cleanups 4 éve
incremental.nim 07a986afa1 disable IC and the SQLite dependency for version 1 5 éve
index.nim 3cf88c2b49 walkDirRecFilter, update doc CI filter, compiler/index.nim for docs + various other fixes (#14501) 4 éve
injectdestructors.nim da4aa2e1fb renamed '=' to '=copy' [backport:1.2] (#15585) 4 éve
installer.ini d4892e9388 koch, compiler: bundle fusion as part of the source archive (#15409) 4 éve
int128.nim 13e659cfec Big compiler Cleanup (#14777) 4 éve
isolation_check.nim a0049d1fb0 compiler: minor code cleanups 4 éve
jsgen.nim 7cee63bba3 avoid #8231, bitwise move to mul,div (#15070) 4 éve
jstypes.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) 5 éve
lambdalifting.nim b022576ce9 Use typeflag instead 4 éve
layouter.nim 13e659cfec Big compiler Cleanup (#14777) 4 éve
lexer.nim 992952d868 nimpretty: do not produce 'line too long' messages (#15541) 4 éve
liftdestructors.nim 644eb4dd54 ORC: critical bugfix for the cycle analyser, introduce -d:nimStressOrc for easier stress testing (#15572) 4 éve
liftlocals.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) 5 éve
lineinfos.nim acbe27b082 disable 'observable stores' warning message for 1.4 (#15507) 4 éve
linter.nim 13e659cfec Big compiler Cleanup (#14777) 4 éve
llstream.nim b3176b8817 Attempt to finish off araq cpp exceptions (#13695) 4 éve
lookups.nim 4b9eea2fcc Fix forward declarations in shadow scope contexts (#15386) 4 éve
lowerings.nim bc179ccc3f fixes #15076 (#15329) 4 éve
macrocacheimpl.nim 07d465ca42 [refactoring] remove unused imports in the compiler and in some stdlib modules 5 éve
magicsys.nim 9295251e68 Implements RFCs #209 (#13995) 4 éve
main.nim d66e274e1a refactoring: moved setOutFile to where it belongs 4 éve
modulegraphs.nim 3a2697dd73 drnim: tiny progress (#13882) 4 éve
modulepaths.nim 13e659cfec Big compiler Cleanup (#14777) 4 éve
modules.nim 13e659cfec Big compiler Cleanup (#14777) 4 éve
msgs.nim 13e659cfec Big compiler Cleanup (#14777) 4 éve
ndi.nim d3020af44d fix open file leak when running --debugger:native (#13832) 4 éve
nim.cfg ff70ff529d remove nim.cfg file change lefover [backport:1.2] (#15469) 4 éve
nim.nim 3492178494 refactoring: removed cmdlinehelper.mainCommand callback 4 éve
nimblecmd.nim 796aafe7e0 make case-object transitions explicit, make unknownLineInfo a const, replace a few magic numbers with consts (#13170) 5 éve
nimconf.nim 13e659cfec Big compiler Cleanup (#14777) 4 éve
nimeval.nim 098a8a7c52 nimeval errorHook support (#15255) 4 éve
nimlexbase.nim 13e659cfec Big compiler Cleanup (#14777) 4 éve
nimpaths.nim 8a6c5edc43 use release version (#15400) 4 éve
nimsets.nim da29222f86 init checks and 'out' parameters (#14521) 4 éve
nodejs.nim d7a7662a7f Remove IO.js compat (long dead vanished project,superseed by NodeJS) (#11627) 5 éve
nversion.nim 39290cf88c Fix spellings (#12277) [backport] 5 éve
optimizer.nim c5358b0d4b An optimizer for ARC (#14962) 4 éve
options.nim 977bccdbff Make useVersion:1.0 disable the proc arg sym change (#15570) 4 éve
packagehandling.nim 13e659cfec Big compiler Cleanup (#14777) 4 éve
parampatterns.nim 9828392df3 implements https://github.com/nim-lang/RFCs/issues/257 (#15466) 4 éve
parser.nim 92163fa330 implements https://github.com/nim-lang/RFCs/issues/258 (#15503) 4 éve
passaux.nim 1056f9ecff properly handle note override logic/verbosity/config/cmdline using modifiedyNotes, cmdlineNotes 4 éve
passes.nim 13e659cfec Big compiler Cleanup (#14777) 4 éve
pathutils.nim 62c113ebc7 fix #13579 joinPath("/foo/", "../a") is now /a (#13586) 4 éve
patterns.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) 5 éve
platform.nim 6c49767a6c Fixing issue #15302 -- lwip doesn't support signals (#15303) 4 éve
pluginsupport.nim a325692fb2 refactoring: fewer global variables 6 éve
pragmas.nim 51e3e0c7c4 implements https://github.com/nim-lang/RFCs/issues/260 (#15505) 4 éve
prefixmatches.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) 5 éve
procfind.nim 4b9eea2fcc Fix forward declarations in shadow scope contexts (#15386) 4 éve
readme.md 14f76f721d refactor: renamed readme to readme.md (#14283) 4 éve
renderer.nim 0ac74ddd74 fixes a regression 4 éve
renderverbatim.nim 13e659cfec Big compiler Cleanup (#14777) 4 éve
reorder.nim 13e659cfec Big compiler Cleanup (#14777) 4 éve
rod.nim 07d465ca42 [refactoring] remove unused imports in the compiler and in some stdlib modules 5 éve
rodimpl.nim 51e3e0c7c4 implements https://github.com/nim-lang/RFCs/issues/260 (#15505) 4 éve
rodutils.nim 13e659cfec Big compiler Cleanup (#14777) 4 éve
ropes.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) 5 éve
saturate.nim 6a621b35e7 fix warnings for deprecated `low` and `high` (#15291) 4 éve
scriptconfig.nim 91ce4515c8 fix gc:arc in nimscript (#15525) 4 éve
sem.nim 3f00a738db fixes #15280 [backport:1.2] (#15281) 4 éve
semcall.nim 0b74d26d0c don't raise index defects on malformed ast (#15278) 4 éve
semdata.nim 35ff17410f Expand hoisted default params in sem (#15270) 4 éve
semexprs.nim 4058801607 spec for view types (#15424) 4 éve
semfields.nim 2a8bf470af fixes #15101 [backport] (#15171) 4 éve
semfold.nim d430216288 fixes #15532 (#15534) 4 éve
semgnrc.nim fb58066b61 Fix #5691 (#15158) 4 éve
seminst.nim 13e659cfec Big compiler Cleanup (#14777) 4 éve
semmacrosanity.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) 5 éve
semmagic.nim 66cd9c2e57 Fix #15599 (#15601) 4 éve
semobjconstr.nim 13e659cfec Big compiler Cleanup (#14777) 4 éve
semparallel.nim 149251cab9 [cleanup] fix UnusedImport sempass2 compiler/semparallel.nim (#14426) 4 éve
sempass2.nim 04f8fcfbd0 Tables, use sink val arguments more actively (#15625) 4 éve
semstmts.nim da4aa2e1fb renamed '=' to '=copy' [backport:1.2] (#15585) 4 éve
semtempl.nim ab405c936e views: yet another bugfix (#15447) 4 éve
semtypes.nim 977bccdbff Make useVersion:1.0 disable the proc arg sym change (#15570) 4 éve
semtypinst.nim 35ff17410f Expand hoisted default params in sem (#15270) 4 éve
sighashes.nim 13e659cfec Big compiler Cleanup (#14777) 4 éve
sigmatch.nim c664fb2843 sigmatch: hotfix [backport] (#15565) 4 éve
sinkparameter_inference.nim d9e907c0e2 fixes #14079 [backport:1.2] (#14163) 4 éve
sizealignoffsetimpl.nim fe187719ab fix #15516 (#15518) 4 éve
sourcemap.nim 13e659cfec Big compiler Cleanup (#14777) 4 éve
spawn.nim 1854d29781 scoped memory management (#14790) 4 éve
strutils2.nim 8bbdb8f43f fix #14545 windows CI docs (#14590) 4 éve
suggest.nim c2ba4ef979 suggest: try to find the implementation of a symbol when def is used (#15555) 4 éve
syntaxes.nim 13e659cfec Big compiler Cleanup (#14777) 4 éve
tccgen.nim 93cd98dd14 move tinyc to a separate repo and allow installing external dependencency (eg tinyc) from koch / library code (#13850) 4 éve
transf.nim 92163fa330 implements https://github.com/nim-lang/RFCs/issues/258 (#15503) 4 éve
trees.nim 92163fa330 implements https://github.com/nim-lang/RFCs/issues/258 (#15503) 4 éve
treetab.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) 5 éve
typeallowed.nim 4e438f9096 const view types; fixes some cases from https://github.com/nim-lang/Nim/issues/15428 (#15488) 4 éve
types.nim 538a57a522 fixes #15511 (#15524) 4 éve
typesrenderer.nim 112b11c154 group procs of the same name in TOC (#15487) 4 éve
varpartitions.nim 0426a4d85a fixes #15508 (#15509) 4 éve
vm.nim 2629d619a1 Fix forward declaration issues in template/macro context (#15091) 4 éve
vmconv.nim b2720317fa add `--experimental:vmopsDanger`; add generic conversion for vmops (#13813) 4 éve
vmdef.nim 2629d619a1 Fix forward declaration issues in template/macro context (#15091) 4 éve
vmdeps.nim 35ff17410f Expand hoisted default params in sem (#15270) 4 éve
vmgen.nim f7e0fd84a4 fix spacing 4 éve
vmhooks.nim 2925a47ae6 Fix vm.nim for --gc:arc (#13741) 4 éve
vmmarshal.nim d130175342 cursor and mutation tracking fixes (#15113) 4 éve
vmops.nim 92163fa330 implements https://github.com/nim-lang/RFCs/issues/258 (#15503) 4 éve
vmprofiler.nim f92d2eaa35 cleanup of PR #14833 (VM profiler) 4 éve
wordrecg.nim 50b6f6996a .noalias annotation; frontend support (#15419) 4 éve

readme.md

Nim Compiler

  • 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 Internals of the Nim Compiler for more information.