Andrey R (cooldome) b15c9ba9b4 progress il y a 4 ans
..
nimfix 39290cf88c Fix spellings (#12277) [backport] il y a 5 ans
plugins 7e747d11c6 Cosmetic compiler cleanup (#12718) il y a 5 ans
aliases.nim 1db21721ec Fixed objects being erroneously zeroed out before object construction (#12814) [backport] il y a 5 ans
asciitables.nim 39290cf88c Fix spellings (#12277) [backport] il y a 5 ans
ast.nim 4058801607 spec for view types (#15424) il y a 4 ans
astalgo.nim 9295251e68 Implements RFCs #209 (#13995) il y a 4 ans
bitsets.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) il y a 5 ans
btrees.nim 13e659cfec Big compiler Cleanup (#14777) il y a 4 ans
canonicalizer.nim 796aafe7e0 make case-object transitions explicit, make unknownLineInfo a const, replace a few magic numbers with consts (#13170) il y a 5 ans
ccgcalls.nim 86d7b63e2a better support for view types (#15436) il y a 4 ans
ccgexprs.nim b15c9ba9b4 progress il y a 4 ans
ccgliterals.nim b68eb1cad0 Removed lib/system/allocators.nim. seqs_v2 and strs_v2 now uses allocShared0. (#13190) il y a 5 ans
ccgmerge.nim 13e659cfec Big compiler Cleanup (#14777) il y a 4 ans
ccgreset.nim b35d370d88 specialize genericReset (#14398) il y a 4 ans
ccgstmts.nim fd31e8ff6f allow old styled RTTI for arc/orc (#15331) il y a 4 ans
ccgthreadvars.nim bc712c28fc fixes #14865 (#14937) il y a 4 ans
ccgtrav.nim fd31e8ff6f allow old styled RTTI for arc/orc (#15331) il y a 4 ans
ccgtypes.nim 50b6f6996a .noalias annotation; frontend support (#15419) il y a 4 ans
ccgutils.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) il y a 5 ans
cgen.nim 50b6f6996a .noalias annotation; frontend support (#15419) il y a 4 ans
cgendata.nim fd31e8ff6f allow old styled RTTI for arc/orc (#15331) il y a 4 ans
cgmeth.nim 38068f9778 Make explicit {.nimcall.} a seperate calling convention il y a 4 ans
closureiters.nim 13e659cfec Big compiler Cleanup (#14777) il y a 4 ans
cmdlinehelper.nim c777f2fb60 fix some issues with --backend (#14363) il y a 4 ans
commands.nim fe3211fbcf fix the indentation in `--help` and `--fullhelp` (#15387) il y a 4 ans
condsyms.nim e2d80b15a6 finish the stacktraces.nim implementation [backport:1.2] (#15393) il y a 4 ans
debuginfo.nim 9c47bb9cc0 happy new year il y a 8 ans
depends.nim 1f1e4de3bc Make ./koch temp --gc:arc work (#14186) il y a 4 ans
dfa.nim 8e3f51f06c fixes #15130 (#15141) il y a 4 ans
docgen.nim 94c8d53a03 'koch temp' bugfix il y a 4 ans
docgen2.nim 7481f43753 fix #13349 regression: isNamedTuple now works with generic tuples (#13350) il y a 4 ans
enumtostr.nim d375120c42 rename sfAlwaysReturn to sfNeverRaises il y a 4 ans
evalffi.nim b022576ce9 Use typeflag instead il y a 4 ans
evaltempl.nim 2629d619a1 Fix forward declaration issues in template/macro context (#15091) il y a 4 ans
extccomp.nim 13e659cfec Big compiler Cleanup (#14777) il y a 4 ans
filter_tmpl.nim 13e659cfec Big compiler Cleanup (#14777) il y a 4 ans
filters.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) il y a 5 ans
gorgeimpl.nim 982086dbe9 Fixed #12337, leaking pipe after gorge (#12339) il y a 5 ans
guards.nim da29222f86 init checks and 'out' parameters (#14521) il y a 4 ans
hlo.nim bd90199a2f fix #8312 --hints:off and --warnings:off now honored everywhere (#13489) il y a 4 ans
idents.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) il y a 5 ans
idgen.nim 07d465ca42 [refactoring] remove unused imports in the compiler and in some stdlib modules il y a 5 ans
importer.nim a0049d1fb0 compiler: minor code cleanups il y a 4 ans
incremental.nim 07a986afa1 disable IC and the SQLite dependency for version 1 il y a 5 ans
index.nim 3cf88c2b49 walkDirRecFilter, update doc CI filter, compiler/index.nim for docs + various other fixes (#14501) il y a 4 ans
injectdestructors.nim 68ec7a018b Revert "fix #15035 (#15236)" (#15408) il y a 4 ans
installer.ini d4892e9388 koch, compiler: bundle fusion as part of the source archive (#15409) il y a 4 ans
int128.nim 13e659cfec Big compiler Cleanup (#14777) il y a 4 ans
isolation_check.nim a0049d1fb0 compiler: minor code cleanups il y a 4 ans
jsgen.nim 7cee63bba3 avoid #8231, bitwise move to mul,div (#15070) il y a 4 ans
jstypes.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) il y a 5 ans
lambdalifting.nim b022576ce9 Use typeflag instead il y a 4 ans
layouter.nim 13e659cfec Big compiler Cleanup (#14777) il y a 4 ans
lexer.nim 13e659cfec Big compiler Cleanup (#14777) il y a 4 ans
liftdestructors.nim fd31e8ff6f allow old styled RTTI for arc/orc (#15331) il y a 4 ans
liftlocals.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) il y a 5 ans
lineinfos.nim d7ccd82eac VM profiler (#14833) il y a 4 ans
linter.nim 13e659cfec Big compiler Cleanup (#14777) il y a 4 ans
llstream.nim b3176b8817 Attempt to finish off araq cpp exceptions (#13695) il y a 4 ans
lookups.nim 4b9eea2fcc Fix forward declarations in shadow scope contexts (#15386) il y a 4 ans
lowerings.nim bc179ccc3f fixes #15076 (#15329) il y a 4 ans
macrocacheimpl.nim 07d465ca42 [refactoring] remove unused imports in the compiler and in some stdlib modules il y a 5 ans
magicsys.nim 9295251e68 Implements RFCs #209 (#13995) il y a 4 ans
main.nim 13e659cfec Big compiler Cleanup (#14777) il y a 4 ans
modulegraphs.nim 3a2697dd73 drnim: tiny progress (#13882) il y a 4 ans
modulepaths.nim 13e659cfec Big compiler Cleanup (#14777) il y a 4 ans
modules.nim 13e659cfec Big compiler Cleanup (#14777) il y a 4 ans
msgs.nim 13e659cfec Big compiler Cleanup (#14777) il y a 4 ans
ndi.nim d3020af44d fix open file leak when running --debugger:native (#13832) il y a 4 ans
nim.cfg da29222f86 init checks and 'out' parameters (#14521) il y a 4 ans
nim.nim b8ec07f19e properly fixes #13758 so that `import std/macros` stays legal (#14291) il y a 4 ans
nimblecmd.nim 796aafe7e0 make case-object transitions explicit, make unknownLineInfo a const, replace a few magic numbers with consts (#13170) il y a 5 ans
nimconf.nim 13e659cfec Big compiler Cleanup (#14777) il y a 4 ans
nimeval.nim 098a8a7c52 nimeval errorHook support (#15255) il y a 4 ans
nimlexbase.nim 13e659cfec Big compiler Cleanup (#14777) il y a 4 ans
nimpaths.nim 8a6c5edc43 use release version (#15400) il y a 4 ans
nimsets.nim da29222f86 init checks and 'out' parameters (#14521) il y a 4 ans
nodejs.nim d7a7662a7f Remove IO.js compat (long dead vanished project,superseed by NodeJS) (#11627) il y a 5 ans
nversion.nim 39290cf88c Fix spellings (#12277) [backport] il y a 5 ans
optimizer.nim c5358b0d4b An optimizer for ARC (#14962) il y a 4 ans
options.nim ae4ede6b00 fixes #15325 (#15340) il y a 4 ans
packagehandling.nim 13e659cfec Big compiler Cleanup (#14777) il y a 4 ans
parampatterns.nim 13e659cfec Big compiler Cleanup (#14777) il y a 4 ans
parser.nim 1881fc5812 Fix #15305 (#15311) il y a 4 ans
passaux.nim 1056f9ecff properly handle note override logic/verbosity/config/cmdline using modifiedyNotes, cmdlineNotes il y a 4 ans
passes.nim 13e659cfec Big compiler Cleanup (#14777) il y a 4 ans
pathutils.nim 62c113ebc7 fix #13579 joinPath("/foo/", "../a") is now /a (#13586) il y a 4 ans
patterns.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) il y a 5 ans
platform.nim 6c49767a6c Fixing issue #15302 -- lwip doesn't support signals (#15303) il y a 4 ans
pluginsupport.nim a325692fb2 refactoring: fewer global variables il y a 6 ans
pragmas.nim 50b6f6996a .noalias annotation; frontend support (#15419) il y a 4 ans
prefixmatches.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) il y a 5 ans
procfind.nim 4b9eea2fcc Fix forward declarations in shadow scope contexts (#15386) il y a 4 ans
readme.md 14f76f721d refactor: renamed readme to readme.md (#14283) il y a 4 ans
renderer.nim 10988d4840 borrow checking (#15282) il y a 4 ans
renderverbatim.nim 13e659cfec Big compiler Cleanup (#14777) il y a 4 ans
reorder.nim 13e659cfec Big compiler Cleanup (#14777) il y a 4 ans
rod.nim 07d465ca42 [refactoring] remove unused imports in the compiler and in some stdlib modules il y a 5 ans
rodimpl.nim e600ddc555 fix comment from https://github.com/nim-lang/Nim/commit/e909486e5cde5a4a77cd6f21b42fc9ab38ec2ae6#r39287564 (#14412) il y a 4 ans
rodutils.nim 13e659cfec Big compiler Cleanup (#14777) il y a 4 ans
ropes.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) il y a 5 ans
saturate.nim 6a621b35e7 fix warnings for deprecated `low` and `high` (#15291) il y a 4 ans
scriptconfig.nim 45cac4afda fix #14179, fix #14142, make CI 1.4x faster (2x faster locally) (#14658) il y a 4 ans
sem.nim 3f00a738db fixes #15280 [backport:1.2] (#15281) il y a 4 ans
semcall.nim 0b74d26d0c don't raise index defects on malformed ast (#15278) il y a 4 ans
semdata.nim 35ff17410f Expand hoisted default params in sem (#15270) il y a 4 ans
semexprs.nim 4058801607 spec for view types (#15424) il y a 4 ans
semfields.nim 2a8bf470af fixes #15101 [backport] (#15171) il y a 4 ans
semfold.nim 13e659cfec Big compiler Cleanup (#14777) il y a 4 ans
semgnrc.nim fb58066b61 Fix #5691 (#15158) il y a 4 ans
seminst.nim 13e659cfec Big compiler Cleanup (#14777) il y a 4 ans
semmacrosanity.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) il y a 5 ans
semmagic.nim a3a87cdb29 fixes #14616 [backport:1.2] (#15109) il y a 4 ans
semobjconstr.nim 13e659cfec Big compiler Cleanup (#14777) il y a 4 ans
semparallel.nim 149251cab9 [cleanup] fix UnusedImport sempass2 compiler/semparallel.nim (#14426) il y a 4 ans
sempass2.nim 4058801607 spec for view types (#15424) il y a 4 ans
semstmts.nim f21a49b2c4 Fix #15389 (#15390) il y a 4 ans
semtempl.nim 4b9eea2fcc Fix forward declarations in shadow scope contexts (#15386) il y a 4 ans
semtypes.nim 50b6f6996a .noalias annotation; frontend support (#15419) il y a 4 ans
semtypinst.nim 35ff17410f Expand hoisted default params in sem (#15270) il y a 4 ans
sighashes.nim 13e659cfec Big compiler Cleanup (#14777) il y a 4 ans
sigmatch.nim e56d50d747 fix infinite recursion in typeRel (#15241) il y a 4 ans
sinkparameter_inference.nim d9e907c0e2 fixes #14079 [backport:1.2] (#14163) il y a 4 ans
sizealignoffsetimpl.nim 1440e70c62 allow packed union (#14868) il y a 4 ans
sourcemap.nim 13e659cfec Big compiler Cleanup (#14777) il y a 4 ans
spawn.nim 1854d29781 scoped memory management (#14790) il y a 4 ans
strutils2.nim 8bbdb8f43f fix #14545 windows CI docs (#14590) il y a 4 ans
suggest.nim 13e659cfec Big compiler Cleanup (#14777) il y a 4 ans
syntaxes.nim 13e659cfec Big compiler Cleanup (#14777) il y a 4 ans
tccgen.nim 93cd98dd14 move tinyc to a separate repo and allow installing external dependencency (eg tinyc) from koch / library code (#13850) il y a 4 ans
transf.nim 10988d4840 borrow checking (#15282) il y a 4 ans
trees.nim 10988d4840 borrow checking (#15282) il y a 4 ans
treetab.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) il y a 5 ans
typeallowed.nim 86d7b63e2a better support for view types (#15436) il y a 4 ans
types.nim 10988d4840 borrow checking (#15282) il y a 4 ans
typesrenderer.nim 341be0b61c proc params as syms (#15332) il y a 4 ans
varpartitions.nim 86d7b63e2a better support for view types (#15436) il y a 4 ans
vm.nim 2629d619a1 Fix forward declaration issues in template/macro context (#15091) il y a 4 ans
vmconv.nim b2720317fa add `--experimental:vmopsDanger`; add generic conversion for vmops (#13813) il y a 4 ans
vmdef.nim 2629d619a1 Fix forward declaration issues in template/macro context (#15091) il y a 4 ans
vmdeps.nim 35ff17410f Expand hoisted default params in sem (#15270) il y a 4 ans
vmgen.nim 6a621b35e7 fix warnings for deprecated `low` and `high` (#15291) il y a 4 ans
vmhooks.nim 2925a47ae6 Fix vm.nim for --gc:arc (#13741) il y a 4 ans
vmmarshal.nim d130175342 cursor and mutation tracking fixes (#15113) il y a 4 ans
vmops.nim 26a867c83c Remove little lies :) il y a 4 ans
vmprofiler.nim f92d2eaa35 cleanup of PR #14833 (VM profiler) il y a 4 ans
wordrecg.nim 50b6f6996a .noalias annotation; frontend support (#15419) il y a 4 ans

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.