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

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.