metagn 2449c37137 better procvar ambiguity errors, clean up after #20457 (#20932) преди 1 година
..
ic 3eef0491a8 fix a few "broken link" warnings (#20837) преди 1 година
nimfix 4c46358db1 remove shallowCopy for ARC/ORC (#20070) преди 1 година
plugins 25c6491b65 fixes #20162; locals doesn't work with ORC [backport] (#20163) преди 1 година
aliasanalysis.nim 3d692d08f7 fixes a long-standing ARC bug (#20849) преди 1 година
aliases.nim 088487f652 Implement Markdown definition lists (+ migration) (#20333) преди 1 година
ast.nim 0448f30fd9 fixes #20026; marks system procs which can raise defects (#20864) преди 1 година
astalgo.nim ca1f3f36b9 no ropes WIP (#20433) преди 1 година
astmsgs.nim b24812df5f properly fix #10053 ; `FieldDefect` msg now shows discriminant value + lineinfo, in all backends (c,vm,js) (#11955) преди 2 години
bitsets.nim 7f6e800caf move assertions out of system (#19599) преди 2 години
btrees.nim 4c46358db1 remove shallowCopy for ARC/ORC (#20070) преди 1 година
ccgcalls.nim 0448f30fd9 fixes #20026; marks system procs which can raise defects (#20864) преди 1 година
ccgexprs.nim 165d523edf Revert "fixes #20699; generate an empty struct for void type" (#20806) преди 1 година
ccgliterals.nim de4b0346bd store full definition AST for consts, fix noRewrite (#20115) преди 1 година
ccgmerge_unused.nim a7133e0594 removed unused sections in codegen (#20976) преди 1 година
ccgreset.nim ca1f3f36b9 no ropes WIP (#20433) преди 1 година
ccgstmts.nim 7d15fdd375 implements display based subtype checking (6.4x faster without threads; 2.8x faster with threads) (#20781) преди 1 година
ccgthreadvars.nim ca1f3f36b9 no ropes WIP (#20433) преди 1 година
ccgtrav.nim ca1f3f36b9 no ropes WIP (#20433) преди 1 година
ccgtypes.nim 165d523edf Revert "fixes #20699; generate an empty struct for void type" (#20806) преди 1 година
ccgutils.nim 7f6e800caf move assertions out of system (#19599) преди 2 години
cgen.nim fc37554795 NimMain/NimPreMain calls are now only volatile when it makes sense. (#20882) преди 1 година
cgendata.nim a7133e0594 removed unused sections in codegen (#20976) преди 1 година
cgmeth.nim f8b5464f31 fix dispatcher call type [backport] (#20696) преди 1 година
closureiters.nim a0653ae71a fix closure iter state table init type [backport] (#20717) преди 1 година
cmdlinehelper.nim 7b09fd70ab undefine C symbols in JS backend [backport:1.6] (#19437) преди 2 години
commands.nim 5658e8e5c5 Add `--genCDeps` for better integration with CMake (#20950) преди 1 година
concepts.nim 3eef0491a8 fix a few "broken link" warnings (#20837) преди 1 година
condsyms.nim ef29987781 An unnamed break in a block now gives an `UnnamedBreak` warning (#20901) преди 1 година
debuginfo.nim 9c47bb9cc0 happy new year преди 7 години
debugutils.nim 6f4bacff67 Extend and document compiler debugging utilities (#19841) преди 2 години
depends.nim ca1f3f36b9 no ropes WIP (#20433) преди 1 година
dfa.nim 81087c949f fixes #20572 (#20585) преди 1 година
docgen.nim 81087c949f fixes #20572 (#20585) преди 1 година
docgen2.nim de9cbf6af1 Fix auto links to subheader when TOC is present (#20279) преди 1 година
enumtostr.nim 08ae3467b9 refactorings (#20536) преди 1 година
errorhandling.nim 7f6e800caf move assertions out of system (#19599) преди 2 години
evalffi.nim e8657c7107 make implicit cstring conversions explicit (#19488) преди 1 година
evaltempl.nim 2cca38d33c pragma for sfCallsite instead of name check + better semantics, test (#20464) преди 1 година
extccomp.nim 92a0f191bf Use vccexe when generating static lib with vcc (#19843) преди 1 година
filter_tmpl.nim 8bdb985395 fix wrong name (rnimsyn => renderer; pnimsyn => parser; scanner => lexer) (#18895) преди 2 години
filters.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) преди 4 години
gorgeimpl.nim fa60378a7f Return error message in output of gorge/staticExec. (#18942) преди 1 година
guards.nim 0faae4d5e2 fixes a strict case object problem that has been reported on the forum (#20614) преди 1 година
hlo.nim 81087c949f fixes #20572 (#20585) преди 1 година
idents.nim 7f6e800caf move assertions out of system (#19599) преди 2 години
importer.nim 5a995ffc53 fix #18986; Import/except doesn't work on devel [backport: 1.6] (#19687) преди 2 години
index.nim 3cf88c2b49 walkDirRecFilter, update doc CI filter, compiler/index.nim for docs + various other fixes (#14501) преди 4 години
injectdestructors.nim fdc8dd4128 Arc global (#20768) преди 1 година
installer.ini 1699ba1c93 fixes nightlies build regression (#20322) преди 1 година
int128.nim 46eac22172 Improve dollar int (#20737) преди 1 година
isolation_check.nim 7f6e800caf move assertions out of system (#19599) преди 2 години
jsgen.nim ecc8f61fe4 Fix #18079 Illegal storage access compiling call with nested ref/deref (#20738) преди 1 година
jstypes.nim ca1f3f36b9 no ropes WIP (#20433) преди 1 година
lambdalifting.nim 66cbcaab84 fix #20152 Illegal capture of closure iterator, when should be legal (#20607) преди 1 година
layouter.nim a15872ba9e refactor strongSpaceB with an enum (#20809) преди 1 година
lexer.nim 06cd15663d fixes ptr to cstring warnings[backport] (#20848) преди 1 година
liftdestructors.nim 8dcf367e52 Prevent use-after-free bugs in object variants. Fixes bug #20305 (#20300) [backport] преди 1 година
liftlocals.nim 2f213db7ee fixes #11225; generic sandwich problems; [backport:1.2] (#17255) преди 3 години
lineinfos.nim ef29987781 An unnamed break in a block now gives an `UnnamedBreak` warning (#20901) преди 1 година
linter.nim 70c25c45d6 fixes #20397; fixes stylecheck regression (#20398) преди 1 година
llstream.nim 7f6e800caf move assertions out of system (#19599) преди 2 години
lookups.nim 2f441ac675 [backport] Handle nkOpenSymChoice for nkAccQuoted in considerQuotedIdent (#20578) преди 1 година
lowerings.nim 424e87fd09 Fixed noinit pragma for closure variables (#20101) преди 1 година
macrocacheimpl.nim cf6dd57efe IC: next steps (#16632) преди 3 години
magicsys.nim 7e94420847 cString => cSourceString; tyCString => tyCstring so that error msgs show cstring, not cString (#17744) преди 3 години
main.nim 5658e8e5c5 Add `--genCDeps` for better integration with CMake (#20950) преди 1 година
md5_old.nim a95399143f Use openarray of bytes in md5 (#19307) преди 2 години
modulegraphs.nim 081dfea746 Fix "imported but not used" warnings (#20575) преди 1 година
modulepaths.nim d30c6419a0 Refactor and doc package handling, module name mangling (#19821) преди 2 години
modules.nim 081dfea746 Fix "imported but not used" warnings (#20575) преди 1 година
msgs.nim 10e7f18d01 remove compiler/strutils2.nim (#20748) преди 1 година
ndi.nim 7f6e800caf move assertions out of system (#19599) преди 2 години
nilcheck.nim 81087c949f fixes #20572 (#20585) преди 1 година
nim.cfg 27a38a9fce fix #13790; ptr char (+friends) should not implicitly convert to cstring (#20761) преди 1 година
nim.nim 0d23419e68 DAA and 'out' parameters (#20506) преди 1 година
nimblecmd.nim 7f6e800caf move assertions out of system (#19599) преди 2 години
nimconf.nim 82319ef00d fix #8219; nim check/dump shouldn't run single nimscript project [backport: 1.6] (#19641) преди 2 години
nimeval.nim f0af4a36b9 Added setGlobalValue to VM api (#19007) преди 2 години
nimlexbase.nim 7f6e800caf move assertions out of system (#19599) преди 2 години
nimpaths.nim 088487f652 Implement Markdown definition lists (+ migration) (#20333) преди 1 година
nimsets.nim 7f6e800caf move assertions out of system (#19599) преди 2 години
nodejs.nim 0ae2d1ea88 Improve error message when NodeJS is not installed and 'nim js -r' is run (#18978) преди 2 години
nversion.nim 39290cf88c Fix spellings (#12277) [backport] преди 4 години
optimizer.nim 81087c949f fixes #20572 (#20585) преди 1 година
options.nim 5658e8e5c5 Add `--genCDeps` for better integration with CMake (#20950) преди 1 година
packagehandling.nim d30c6419a0 Refactor and doc package handling, module name mangling (#19821) преди 2 години
packages.nim e8ae2dc90b bootstrap the compiler with nimPreviewSlimSystem (#20176) преди 1 година
parampatterns.nim 8d47bf1822 new move analyser2 (#20471) преди 1 година
parser.nim 15d00ca0e1 allow proc expressions in place of statements (#20935) преди 1 година
passaux.nim b8dc58d884 test removing dollar for objects out of system (#20242) преди 1 година
passes.nim 081dfea746 Fix "imported but not used" warnings (#20575) преди 1 година
pathutils.nim 7f6e800caf move assertions out of system (#19599) преди 2 години
patterns.nim 81087c949f fixes #20572 (#20585) преди 1 година
platform.nim 7f6e800caf move assertions out of system (#19599) преди 2 години
pluginsupport.nim a325692fb2 refactoring: fewer global variables преди 6 години
pragmas.nim 0448f30fd9 fixes #20026; marks system procs which can raise defects (#20864) преди 1 година
prefixmatches.nim 57bd64582c move tests under the compiler directory to testament (#16096) преди 3 години
procfind.nim 4b9eea2fcc Fix forward declarations in shadow scope contexts (#15386) преди 3 години
readme.md 14f76f721d refactor: renamed readme to readme.md (#14283) преди 4 години
renderer.nim 5adfaa2a92 render post expr blocks better (#20871) преди 1 година
renderverbatim.nim e8ae2dc90b bootstrap the compiler with nimPreviewSlimSystem (#20176) преди 1 година
reorder.nim f4553af343 Fix compiler build with -d:nimDebugReorder (#20888) преди 1 година
rodutils.nim b6bfe38ff5 move formatfloat out of system (#20195) преди 1 година
ropes.nim 081dfea746 Fix "imported but not used" warnings (#20575) преди 1 година
saturate.nim 6a621b35e7 fix warnings for deprecated `low` and `high` (#15291) преди 3 години
scriptconfig.nim 852cf596ed fixes a strange issue most likely caused by a git merge (#20822) преди 1 година
sem.nim 7f2ff909d9 fixes object default fields bugs and add tests (#20839) преди 1 година
semcall.nim 555c5ed1a7 fix bugs with dot & call operators [backport] (#20931) преди 1 година
semdata.nim 2449c37137 better procvar ambiguity errors, clean up after #20457 (#20932) преди 1 година
semexprs.nim 2449c37137 better procvar ambiguity errors, clean up after #20457 (#20932) преди 1 година
semfields.nim ef29987781 An unnamed break in a block now gives an `UnnamedBreak` warning (#20901) преди 1 година
semfold.nim 04c48e3c5b fix #19426 compile error using when/elif/else and typedesc in template (#20550) преди 1 година
semgnrc.nim 81087c949f fixes #20572 (#20585) преди 1 година
seminst.nim a302b26e0e fix #19882 Improve error message when instantiating generics that lac… (#20356) преди 1 година
semmacrosanity.nim da0a2fdca2 Unpack mSlice tupleconstr for static openarrays (#20615) преди 1 година
semmagic.nim 7f2ff909d9 fixes object default fields bugs and add tests (#20839) преди 1 година
semobjconstr.nim 1707bc4a99 fixes #20856; store defaults directly (#20859) преди 1 година
semparallel.nim 3d5edb41be fixes #20958; fixes the return type of slice function [backport] (#20959) преди 1 година
sempass2.nim 8e1181bde5 issue a warning for ptr to cstring conversion[backport] (#20814) преди 1 година
semstmts.nim 2449c37137 better procvar ambiguity errors, clean up after #20457 (#20932) преди 1 година
semtempl.nim cb3af8ad39 alternate fix + test for #12094, refs #13804 (#20686) преди 1 година
semtypes.nim ef29987781 An unnamed break in a block now gives an `UnnamedBreak` warning (#20901) преди 1 година
semtypinst.nim be4bd8a0ed Fixes #20348; only respect the recursion limit if the symbol's generic type has been generated by the compiler (#20377) преди 1 година
sighashes.nim 06cd15663d fixes ptr to cstring warnings[backport] (#20848) преди 1 година
sigmatch.nim 27a38a9fce fix #13790; ptr char (+friends) should not implicitly convert to cstring (#20761) преди 1 година
sinkparameter_inference.nim 73a8b950cb big steps torwards an efficient, simple IC implementation (#16543) преди 3 години
sizealignoffsetimpl.nim b57a9637e8 fixes #20914; fixes the alignment of big sets (#20918) преди 1 година
sourcemap.nim 7e94420847 cString => cSourceString; tyCString => tyCstring so that error msgs show cstring, not cString (#17744) преди 3 години
spawn.nim 83dabb69ae Fix bug in freshVarForClosureIter. Fixes #18474 (#19675) [backport] преди 2 години
suggest.nim 7c2aa53e44 fixes #19278; make `privateAccess` work with generic ref object (#20640) преди 1 година
syntaxes.nim 42ac50e988 fixes #19662; Indent level errored for first line (#19718) преди 2 години
tccgen.nim e8657c7107 make implicit cstring conversions explicit (#19488) преди 1 година
transf.nim 1707bc4a99 fixes #20856; store defaults directly (#20859) преди 1 година
trees.nim 2e4b6b94e6 Revert "fix #16185 (#16195)" (#16197) преди 3 години
treetab.nim 7f6e800caf move assertions out of system (#19599) преди 2 години
typeallowed.nim 3eef0491a8 fix a few "broken link" warnings (#20837) преди 1 година
types.nim 49e793e8c4 fix #20272 range of uint64 shows signed upper bound (#20702) преди 1 година
typesrenderer.nim e8ae2dc90b bootstrap the compiler with nimPreviewSlimSystem (#20176) преди 1 година
varpartitions.nim 81087c949f fixes #20572 (#20585) преди 1 година
vm.nim 0ead94c4eb add more `{.cursor.}` to vm (#20796) преди 1 година
vmconv.nim 4f118721be make system random work in VM (#17059) преди 3 години
vmdef.nim 4aa67ad7fd Implemented `mSlice` on the VM allowing `toOpenArray` to work at compile time. (#20586) преди 1 година
vmdeps.nim 7f6e800caf move assertions out of system (#19599) преди 2 години
vmgen.nim a228e331f3 fixes regression #17121; adding doc comment in importc proc makes it silently noop at CT (#20766) преди 1 година
vmhooks.nim 7f6e800caf move assertions out of system (#19599) преди 2 години
vmmarshal.nim b6bfe38ff5 move formatfloat out of system (#20195) преди 1 година
vmops.nim 32b145460f createDir is now callable at compile time (#20824) преди 1 година
vmprofiler.nim f92d2eaa35 cleanup of PR #14833 (VM profiler) преди 3 години
wordrecg.nim 0448f30fd9 fixes #20026; marks system procs which can raise defects (#20864) преди 1 година

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.