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

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.