Araq ae3ae69ea3 Merge branch 'devel' into araq-index-check-experiments 3 years ago
..
ic d0485e326a bring back std/ prefix within compiler and ensure it works in bootstrap + bsd (#17902) 3 years ago
nimfix f561afae41 followup #17225: simplify code after removing gc2, generational (#17242) 3 years ago
plugins 796498525a IC: next steps (#16550) 4 years ago
aliases.nim 1db21721ec Fixed objects being erroneously zeroed out before object construction (#12814) [backport] 5 years ago
ast.nim 17db15f9b1 fix #17836 (typed macro isNil for proc params) (#17841) 3 years ago
astalgo.nim 1e320bc8c5 [docs minor]space for code-block (#16266) 4 years ago
bitsets.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) 5 years ago
btrees.nim 57bd64582c move tests under the compiler directory to testament (#16096) 4 years ago
ccgcalls.nim 7e94420847 cString => cSourceString; tyCString => tyCstring so that error msgs show cstring, not cString (#17744) 3 years ago
ccgexprs.nim 5c9c1988f6 -d:nimDebug: calls doAssert false instead of quit (#17739) 3 years ago
ccgliterals.nim b68eb1cad0 Removed lib/system/allocators.nim. seqs_v2 and strs_v2 now uses allocShared0. (#13190) 5 years ago
ccgmerge_unused.nim 6c1c8f51b3 IC: green tests (#17311) 3 years ago
ccgreset.nim 7e94420847 cString => cSourceString; tyCString => tyCstring so that error msgs show cstring, not cString (#17744) 3 years ago
ccgstmts.nim 4395a26764 fixes #17085 [backport:1.2] (#17101) 3 years ago
ccgthreadvars.nim e112974920 fix #16752: threadvar now works with importcpp types; osx now uses native TLS (`--tlsEmulation:off`), which can be orders of magnitude faster (#16750) 4 years ago
ccgtrav.nim fd31e8ff6f allow old styled RTTI for arc/orc (#15331) 4 years ago
ccgtypes.nim e4a3feeb92 add `--processing:dots|filenames|off` to customize `hintProcessing` (#17817) 3 years ago
ccgutils.nim ed126794b6 Fix #17412 (#17560) 3 years ago
cgen.nim 8aa5991bea Genode platform fixes (#17521) 3 years ago
cgendata.nim 6c1c8f51b3 IC: green tests (#17311) 3 years ago
cgmeth.nim 25745ad195 IC: final implementation steps (#16801) 4 years ago
closureiters.nim 2f213db7ee fixes #11225; generic sandwich problems; [backport:1.2] (#17255) 3 years ago
cmdlinehelper.nim 52829fc8d1 cmdline: improve command processing (#16056) 4 years ago
commands.nim e4a3feeb92 add `--processing:dots|filenames|off` to customize `hintProcessing` (#17817) 3 years ago
concepts.nim 7e94420847 cString => cSourceString; tyCString => tyCstring so that error msgs show cstring, not cString (#17744) 3 years ago
condsyms.nim 2abc936d51 `typeof(voidStmt)` now works (#17807) 3 years ago
debuginfo.nim 9c47bb9cc0 happy new year 8 years ago
debugutils.nim 6ab5816866 add compiler/debugutils.nim to help debugging compiler (#17652) 3 years ago
depends.nim 226595515c explicit ID generation for easier IC (#15559) 4 years ago
dfa.nim b03d6c9b2f Fix #17712 (#17873) 3 years ago
docgen.nim 1640508348 more strict RST inline markup parsing (#17827) 3 years ago
docgen2.nim 226595515c explicit ID generation for easier IC (#15559) 4 years ago
enumtostr.nim 73a8b950cb big steps torwards an efficient, simple IC implementation (#16543) 4 years ago
errorhandling.nim a31e601550 misc fixes: build_all.sh, changelog (#17601) 3 years ago
evalffi.nim 7e94420847 cString => cSourceString; tyCString => tyCstring so that error msgs show cstring, not cString (#17744) 3 years ago
evaltempl.nim 796498525a IC: next steps (#16550) 4 years ago
extccomp.nim 927ae26fad externalToLink: use quoteShell to avoid issues with spaces in paths for {.link.} pragmas (#17875) 3 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 8d63f7b483 clean up old codes (#17071) 3 years ago
hlo.nim 226595515c explicit ID generation for easier IC (#15559) 4 years ago
idents.nim 796498525a IC: next steps (#16550) 4 years ago
importer.nim 8161b02897 `import foo {.all.}` reboot (#17706) 3 years ago
index.nim 3cf88c2b49 walkDirRecFilter, update doc CI filter, compiler/index.nim for docs + various other fixes (#14501) 4 years ago
injectdestructors.nim 833084b671 Fixes #17450 (#17477) 3 years ago
installer.ini d35f366d6f compiler/installer.ini: package cacert.pem on Windows [backport:1.2] (#17172) 3 years ago
int128.nim a9b62de895 CIs: attempt to use csources_v1 (#16282) 3 years ago
isolation_check.nim 7366a3da37 potential fix for semgeneric formal params (#17494) 3 years ago
jsgen.nim fb32fff8dc js generates spurious >>> on shr (#17767) 3 years ago
jstypes.nim 7e94420847 cString => cSourceString; tyCString => tyCstring so that error msgs show cstring, not cString (#17744) 3 years ago
lambdalifting.nim 2f213db7ee fixes #11225; generic sandwich problems; [backport:1.2] (#17255) 3 years ago
layouter.nim 4f0bac791a fix #12155, improve nimpretty's handling of pragmas (#17353) 3 years ago
lexer.nim 08262206d3 refs #15667 improve invalid indentation errors, report when & where `=` could be missing (#16397) 3 years ago
liftdestructors.nim 7e94420847 cString => cSourceString; tyCString => tyCstring so that error msgs show cstring, not cString (#17744) 3 years ago
liftlocals.nim 2f213db7ee fixes #11225; generic sandwich problems; [backport:1.2] (#17255) 3 years ago
lineinfos.nim 601c050fcb Implement https://forum.nim-lang.org/t/7848#50018 (#17874) 3 years ago
linter.nim ceadf54d76 iterable[T] (#17196) 3 years ago
llstream.nim 507873be25 Use readable escape sequences (#17241) 3 years ago
lookups.nim a9b62de895 CIs: attempt to use csources_v1 (#16282) 3 years ago
lowerings.nim 73a8b950cb big steps torwards an efficient, simple IC implementation (#16543) 4 years ago
macrocacheimpl.nim cf6dd57efe IC: next steps (#16632) 4 years ago
magicsys.nim 7e94420847 cString => cSourceString; tyCString => tyCstring so that error msgs show cstring, not cString (#17744) 3 years ago
main.nim 87229e272e fix #17853 (ascii message separator broke json nim dump) (#17887) 3 years ago
map_nats.nim a9f1098c08 bugfix 3 years ago
modulegraphs.nim a9b62de895 CIs: attempt to use csources_v1 (#16282) 3 years ago
modulepaths.nim 13e659cfec Big compiler Cleanup (#14777) 4 years ago
modules.nim 8161b02897 `import foo {.all.}` reboot (#17706) 3 years ago
msgs.nim 87229e272e fix #17853 (ascii message separator broke json nim dump) (#17887) 3 years ago
nats.nim f349f1c762 progress 3 years ago
ndi.nim d3020af44d fix open file leak when running --debugger:native (#13832) 4 years ago
nilcheck.nim a9b62de895 CIs: attempt to use csources_v1 (#16282) 3 years ago
nim.cfg fb80d2ff85 IC: bugfixes (WIP) (#16836) 4 years ago
nim.nim a9b62de895 CIs: attempt to use csources_v1 (#16282) 3 years ago
nimblecmd.nim 57bd64582c move tests under the compiler directory to testament (#16096) 4 years ago
nimconf.nim 924ab3adea fix #17190 `nimscript` now accepts arbitrary file extensions for `nim e main.customext` (#17596) 3 years ago
nimeval.nim 8161b02897 `import foo {.all.}` reboot (#17706) 3 years ago
nimlexbase.nim 5c23ba7545 fixed article duplication typos (#16216) 4 years ago
nimpaths.nim a9b62de895 CIs: attempt to use csources_v1 (#16282) 3 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 2f213db7ee fixes #11225; generic sandwich problems; [backport:1.2] (#17255) 3 years ago
options.nim 87229e272e fix #17853 (ascii message separator broke json nim dump) (#17887) 3 years ago
packagehandling.nim 796498525a IC: next steps (#16550) 4 years ago
parampatterns.nim e09c259bf3 reuse existing toHumanStr (#15674) 4 years ago
parser.nim 76f93877cd Small parser loop fix (#17904) 3 years ago
passaux.nim e4a3feeb92 add `--processing:dots|filenames|off` to customize `hintProcessing` (#17817) 3 years ago
passes.nim d6a16020fe IC: backend: remember produced type information (#17440) 3 years ago
pathutils.nim 57bd64582c move tests under the compiler directory to testament (#16096) 4 years ago
patterns.nim 6e267d28b3 remove conditionals on nimHasUserErrors, nimNoNilSeqs2, nimNoNilSeqs (#16861) 4 years ago
platform.nim 74f8a8e38a let's assume littleEndian in JS backend (#16886) 4 years ago
pluginsupport.nim a325692fb2 refactoring: fewer global variables 6 years ago
pragmas.nim 6e8f0f8cfc add colon (#17834) 3 years ago
prefixmatches.nim 57bd64582c move tests under the compiler directory to testament (#16096) 4 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 68e522ecec Remove confusing <//> (#17830) 3 years ago
renderverbatim.nim 13e659cfec Big compiler Cleanup (#14777) 4 years ago
reorder.nim cce1b24b1c ast: add getPIdent (#17684) 3 years ago
rodutils.nim a9b62de895 CIs: attempt to use csources_v1 (#16282) 3 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 52829fc8d1 cmdline: improve command processing (#16056) 4 years ago
sem.nim 2abc936d51 `typeof(voidStmt)` now works (#17807) 3 years ago
semcall.nim ceadf54d76 iterable[T] (#17196) 3 years ago
semdata.nim 2abc936d51 `typeof(voidStmt)` now works (#17807) 3 years ago
semexprs.nim 6e8f0f8cfc add colon (#17834) 3 years ago
semfields.nim 796498525a IC: next steps (#16550) 4 years ago
semfold.nim 7e94420847 cString => cSourceString; tyCString => tyCstring so that error msgs show cstring, not cString (#17744) 3 years ago
semgnrc.nim 7366a3da37 potential fix for semgeneric formal params (#17494) 3 years ago
seminst.nim 72b89eff82 semLambda removed, semProcAux reworked (#17379) 3 years ago
semmacrosanity.nim 7e94420847 cString => cSourceString; tyCString => tyCstring so that error msgs show cstring, not cString (#17744) 3 years ago
semmagic.nim 80389b8053 Revert localErrorNode param order changes (#17809) 3 years ago
semobjconstr.nim 2951f89374 improve errmsg refs #17793 object ctor with generics (#17806) 3 years ago
semparallel.nim a7d6ba4526 minor typos (#17668) 3 years ago
sempass2.nim ae3ae69ea3 Merge branch 'devel' into araq-index-check-experiments 3 years ago
semstmts.nim 80389b8053 Revert localErrorNode param order changes (#17809) 3 years ago
semtempl.nim e5873b3a93 semTemplateDef and t17433 clean-ups (#17448) 3 years ago
semtypes.nim 3192995ac9 close #16646; `since` now works with bootstrap nim post csources_v1 (#17895) 3 years ago
semtypinst.nim 6278b5d89a new-style concepts implementation, WIP (#15251) 3 years ago
sighashes.nim 840e13deb7 type with same name in different scope now works (#17710) 3 years ago
sigmatch.nim 8e124da75d fix range to unsigned conversion (#17754) 3 years ago
sinkparameter_inference.nim 73a8b950cb big steps torwards an efficient, simple IC implementation (#16543) 4 years ago
sizealignoffsetimpl.nim 7e94420847 cString => cSourceString; tyCString => tyCstring so that error msgs show cstring, not cString (#17744) 3 years ago
sourcemap.nim 7e94420847 cString => cSourceString; tyCString => tyCstring so that error msgs show cstring, not cString (#17744) 3 years ago
spawn.nim 6e8f0f8cfc add colon (#17834) 3 years ago
strutils2.nim bbe49a14ae Correct all eggs (#15906) 4 years ago
suggest.nim ad67bcf379 fix https://github.com/nim-lang/RFCs/issues/311 remove unary slice (#16714) 3 years ago
syntaxes.nim 5c9c1988f6 -d:nimDebug: calls doAssert false instead of quit (#17739) 3 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 7e94420847 cString => cSourceString; tyCString => tyCstring so that error msgs show cstring, not cString (#17744) 3 years ago
trees.nim 2e4b6b94e6 Revert "fix #16185 (#16195)" (#16197) 4 years ago
treetab.nim 672dc5cd87 Nil type check implementation (#15287) 4 years ago
typeallowed.nim 7e94420847 cString => cSourceString; tyCString => tyCstring so that error msgs show cstring, not cString (#17744) 3 years ago
types.nim 80df21d9a3 `--declaredlocs` now shows location for `T` instead of `static` in `proc fn(a: static T)` (#17795) 3 years ago
typesrenderer.nim 13b1b19a83 remove all mentions of doc2, jsondoc2 (except 1 mentioning the alias) (#15683) 4 years ago
varpartitions.nim 2f213db7ee fixes #11225; generic sandwich problems; [backport:1.2] (#17255) 3 years ago
vm.nim 17db15f9b1 fix #17836 (typed macro isNil for proc params) (#17841) 3 years ago
vmconv.nim 4f118721be make system random work in VM (#17059) 3 years ago
vmdef.nim a9b62de895 CIs: attempt to use csources_v1 (#16282) 3 years ago
vmdeps.nim 7e94420847 cString => cSourceString; tyCString => tyCstring so that error msgs show cstring, not cString (#17744) 3 years ago
vmgen.nim a9b62de895 CIs: attempt to use csources_v1 (#16282) 3 years ago
vmhooks.nim 4f118721be make system random work in VM (#17059) 3 years ago
vmmarshal.nim 7e94420847 cString => cSourceString; tyCString => tyCstring so that error msgs show cstring, not cString (#17744) 3 years ago
vmops.nim 81e54c1d30 Add `hasClosure` to `std/typetraits` (#17501) 3 years ago
vmprofiler.nim f92d2eaa35 cleanup of PR #14833 (VM profiler) 4 years ago
wordrecg.nim a9b62de895 CIs: attempt to use csources_v1 (#16282) 3 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.