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

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.