ringabout 56a15976b5 fixes #19713; Revert "Remove tlsEmulation enabled from Windows + GCC config" (#19119) (#20327) 2 年之前
..
ic 831fed1c01 Don't require blank line before Markdown code (1.6) (#20216) 2 年之前
nimfix b74b914e4f [backport] use old style hints in .cfg files (#18917) 3 年之前
plugins a9485f19a5 fixes #20162; locals doesn't work with ORC [backport] (#20163) 2 年之前
aliases.nim 1db21721ec Fixed objects being erroneously zeroed out before object construction (#12814) [backport] 5 年之前
ast.nim fd76c00479 Refactor and doc package handling, module name mangling (#19821) 2 年之前
astalgo.nim 3b3006ef16 add comment to astalgo.debug (#18594) 3 年之前
astmsgs.nim b24812df5f properly fix #10053 ; `FieldDefect` msg now shows discriminant value + lineinfo, in all backends (c,vm,js) (#11955) 3 年之前
bitsets.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) 5 年之前
btrees.nim 3bc625aff1 ORC: progress (#18000) 4 年之前
ccgcalls.nim ff819757be fixes #19631 (#19618) 3 年之前
ccgexprs.nim 73e569fec9 fixes the regressions caused by the fix for #20107 [backport] (#20287) 2 年之前
ccgliterals.nim b68eb1cad0 Removed lib/system/allocators.nim. seqs_v2 and strs_v2 now uses allocShared0. (#13190) 5 年之前
ccgmerge_unused.nim 6c1c8f51b3 IC: green tests (#17311) 4 年之前
ccgreset.nim aae2356b91 fixes #19967; reset does not work on set [backport: 1.2] (#19968) 2 年之前
ccgstmts.nim 35c812fda1 nvro don't touch cdecl types [backport: 1.6] (#19461) 3 年之前
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 年之前
ccgtrav.nim fd31e8ff6f allow old styled RTTI for arc/orc (#15331) 4 年之前
ccgtypes.nim 9df55a8979 output byref types into --header file [backport: 1.6] (#19505) 3 年之前
ccgutils.nim ed126794b6 Fix #17412 (#17560) 4 年之前
cgen.nim fd76c00479 Refactor and doc package handling, module name mangling (#19821) 2 年之前
cgendata.nim 2aa97a228a Removes deprecated {.injectStmt.}. Fixes #18666 (#18984) 3 年之前
cgmeth.nim 25745ad195 IC: final implementation steps (#16801) 4 年之前
closureiters.nim 65e0906e69 Fixed compilation of void closureiters with try stmt (#20138) [backport] 2 年之前
cmdlinehelper.nim 5e13d577ac undefine C symbols in JS backend [backport:1.6] (#19437) 3 年之前
commands.nim 252df3f1c0 Add 'usages' option to the --stylechecks error msg (#19759) 3 年之前
concepts.nim ac5435ecd0 Make error message for empty new-styled concept more descriptive (#18506) 3 年之前
condsyms.nim 6a2babac47 fixes #19078 [backport] (#19090) 3 年之前
debuginfo.nim 9c47bb9cc0 happy new year 8 年之前
debugutils.nim 87cd9b24a3 add more APIs to compiler/debugutils; re-export it (#18243) 3 年之前
depends.nim 3fd11d7e96 fix #18735; genDepend broken for duplicate module names in separate folders (#19988) 2 年之前
dfa.nim f7d642f2f3 [backport] arc: improve compile time of (nested) loops (#18890) 3 年之前
docgen.nim 33a1e3acb9 fixes #20132; fixes the broken jsondoc comand [backport] (#20135) 2 年之前
docgen2.nim fd76c00479 Refactor and doc package handling, module name mangling (#19821) 2 年之前
enumtostr.nim 73a8b950cb big steps torwards an efficient, simple IC implementation (#16543) 4 年之前
errorhandling.nim a31e601550 misc fixes: build_all.sh, changelog (#17601) 4 年之前
evalffi.nim c484943cab Change `styleCheck` to ignore foreign packages (#19822) 2 年之前
evaltempl.nim 0de3d4292f fix #16993, #18054, #17835 runnableExamples now works with templates and nested templates (#18082) 3 年之前
extccomp.nim 621061d62f Correctly detect major version of GCC (#20059) 2 年之前
filter_tmpl.nim 8bdb985395 fix wrong name (rnimsyn => renderer; pnimsyn => parser; scanner => lexer) (#18895) 3 年之前
filters.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) 5 年之前
gorgeimpl.nim 982086dbe9 Fixed #12337, leaking pipe after gorge (#12339) 5 年之前
guards.nim cdf9ac675b this ensures libp2p continues to compile [backport] (#18908) 3 年之前
hlo.nim 226595515c explicit ID generation for easier IC (#15559) 4 年之前
idents.nim 796498525a IC: next steps (#16550) 4 年之前
importer.nim 3177e16b0d fix #18986; Import/except doesn't work on devel [backport: 1.6] (#19687) 3 年之前
index.nim 3cf88c2b49 walkDirRecFilter, update doc CI filter, compiler/index.nim for docs + various other fixes (#14501) 4 年之前
injectdestructors.nim ece219de2f fixes #20303; wasMoved expressions with side effects for ORC (#20307) [backport] 2 年之前
installer.ini 73330711a3 make choosenim work on windows [backport] (#18993) 3 年之前
int128.nim a9b62de895 CIs: attempt to use csources_v1 (#16282) 4 年之前
isolation_check.nim f85e09633d fixes #19013 [backport:1.6] (#19111) 3 年之前
jsgen.nim fc0aec6f1b Optimize lent in JS [backport:1.6] (#19393) 3 年之前
jstypes.nim 6a5973882b jsgen improve spacing (#18048) 4 年之前
lambdalifting.nim 92457cbc39 Fix bug in freshVarForClosureIter. Fixes #18474 (#19675) [backport] 3 年之前
layouter.nim 4f0bac791a fix #12155, improve nimpretty's handling of pragmas (#17353) 4 年之前
lexer.nim 8bdb985395 fix wrong name (rnimsyn => renderer; pnimsyn => parser; scanner => lexer) (#18895) 3 年之前
liftdestructors.nim 8923e34d7f Prevent use-after-free bugs in object variants. Fixes bug #20305 (#20300) [backport] 2 年之前
liftlocals.nim 2f213db7ee fixes #11225; generic sandwich problems; [backport:1.2] (#17255) 4 年之前
lineinfos.nim d7370ce269 fix broken CI (#19472) 3 年之前
linter.nim c484943cab Change `styleCheck` to ignore foreign packages (#19822) 2 年之前
llstream.nim 507873be25 Use readable escape sequences (#17241) 4 年之前
lookups.nim 8f4bdb3596 [minor]break loops after a candidate is added to seqs (#18770) 3 年之前
lowerings.nim 92457cbc39 Fix bug in freshVarForClosureIter. Fixes #18474 (#19675) [backport] 3 年之前
macrocacheimpl.nim cf6dd57efe IC: next steps (#16632) 4 年之前
magicsys.nim 7e94420847 cString => cSourceString; tyCString => tyCstring so that error msgs show cstring, not cString (#17744) 4 年之前
main.nim b741f3cbd3 fix nim check nimscript [backport: 1.6] (#19444) 3 年之前
modulegraphs.nim 113bd34b6c remove duplicate definitions of the two iterators 2 年之前
modulepaths.nim fd76c00479 Refactor and doc package handling, module name mangling (#19821) 2 年之前
modules.nim fd76c00479 Refactor and doc package handling, module name mangling (#19821) 2 年之前
msgs.nim c484943cab Change `styleCheck` to ignore foreign packages (#19822) 2 年之前
ndi.nim d3020af44d fix open file leak when running --debugger:native (#13832) 5 年之前
nilcheck.nim a9b62de895 CIs: attempt to use csources_v1 (#16282) 4 年之前
nim.cfg 56a15976b5 fixes #19713; Revert "Remove tlsEmulation enabled from Windows + GCC config" (#19119) (#20327) 2 年之前
nim.nim 1acba63cb7 cross compilation targetting windows now supports `nim r`: `nim r -d:mingw main` (#18682) 3 年之前
nimblecmd.nim 5e6680406f Add changes required by Nimble lock file support (#12104) 3 年之前
nimconf.nim fd2da6da54 fix #8219; nim check/dump shouldn't run single nimscript project [backport: 1.6] (#19641) 3 年之前
nimeval.nim f0af4a36b9 Added setGlobalValue to VM api (#19007) 3 年之前
nimlexbase.nim 24178bf8aa get rid of the warnings during bootstrapping (#18741) 3 年之前
nimpaths.nim a9b62de895 CIs: attempt to use csources_v1 (#16282) 4 年之前
nimsets.nim da29222f86 init checks and 'out' parameters (#14521) 4 年之前
nodejs.nim 0ae2d1ea88 Improve error message when NodeJS is not installed and 'nim js -r' is run (#18978) 3 年之前
nversion.nim 39290cf88c Fix spellings (#12277) [backport] 5 年之前
optimizer.nim 2f213db7ee fixes #11225; generic sandwich problems; [backport:1.2] (#17255) 4 年之前
options.nim fd76c00479 Refactor and doc package handling, module name mangling (#19821) 2 年之前
packagehandling.nim fd76c00479 Refactor and doc package handling, module name mangling (#19821) 2 年之前
packages.nim fd76c00479 Refactor and doc package handling, module name mangling (#19821) 2 年之前
parampatterns.nim e09c259bf3 reuse existing toHumanStr (#15674) 4 年之前
parser.nim 0648cde117 fixes grammar typos [backport] (#19289) 3 年之前
passaux.nim 0483a5ffaf improvements to hint:processing: show import stack, distinguish nims, show includes etc (#18372) 3 年之前
passes.nim fd76c00479 Refactor and doc package handling, module name mangling (#19821) 2 年之前
pathutils.nim 57bd64582c move tests under the compiler directory to testament (#16096) 4 年之前
patterns.nim 56bd5cbb87 fix a typo (canonilization => canonicalization) (#18914) 3 年之前
platform.nim 1dc47696c0 Add Zephyr Support (#19003) 3 年之前
pluginsupport.nim a325692fb2 refactoring: fewer global variables 7 年之前
pragmas.nim cba0c20be8 Allow custom pragma on iterators [backport] (#20344) 2 年之前
prefixmatches.nim 57bd64582c move tests under the compiler directory to testament (#16096) 4 年之前
procfind.nim 4b9eea2fcc Fix forward declarations in shadow scope contexts (#15386) 4 年之前
readme.md 14f76f721d refactor: renamed readme to readme.md (#14283) 5 年之前
renderer.nim 85841cd318 fix NimNode comment repr() regression [backport: 1.2] (#19726) 3 年之前
renderverbatim.nim ae7e7756fe runnableExamples now show originating location in stacktraces on failure (#18457) 3 年之前
reorder.nim cce1b24b1c ast: add getPIdent (#17684) 4 年之前
rodutils.nim cf0cf32d27 make -d:nimFpRoundtrips work consistently in vm vs rt, fix #18400, etc (#18531) 3 年之前
ropes.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) 5 年之前
saturate.nim 6a621b35e7 fix warnings for deprecated `low` and `high` (#15291) 4 年之前
scriptconfig.nim d5b5827bc2 fix setCommand so it behaves like regular nim invocation (#18555) 3 年之前
sem.nim 576fece909 fixes 'lent T' inside object constructor [backport] (#18911) 3 年之前
semcall.nim e0ef859130 strict effects (#18777) 3 年之前
semdata.nim cddf8ec6f6 implements https://github.com/nim-lang/RFCs/issues/407 (#18793) 3 年之前
semexprs.nim c484943cab Change `styleCheck` to ignore foreign packages (#19822) 2 年之前
semfields.nim 796498525a IC: next steps (#16550) 4 年之前
semfold.nim 2064fda582 [semfold] fix #19199; properly fold uint to float conversion (#19890) [backport] 2 年之前
semgnrc.nim c484943cab Change `styleCheck` to ignore foreign packages (#19822) 2 年之前
seminst.nim e8dad482a3 fixes #16246 (#18800) 3 年之前
semmacrosanity.nim 7e94420847 cString => cSourceString; tyCString => tyCstring so that error msgs show cstring, not cString (#17744) 4 年之前
semmagic.nim c484943cab Change `styleCheck` to ignore foreign packages (#19822) 2 年之前
semobjconstr.nim b614d97a2d misc bugfixes [backport:1.2] (#19203) 3 年之前
semparallel.nim a7d6ba4526 minor typos (#17668) 4 年之前
sempass2.nim f194356d21 fix #19435; don't create TypeBoundOps for tyOpenArray, tyVarargs [backport: 1.6] (#19723) 3 年之前
semstmts.nim c484943cab Change `styleCheck` to ignore foreign packages (#19822) 2 年之前
semtempl.nim e32de02f0a fix #13515 [backport] (#20315) 2 年之前
semtypes.nim c484943cab Change `styleCheck` to ignore foreign packages (#19822) 2 年之前
semtypinst.nim 3493783d0f test whether it is unnecessary (#18893) 3 年之前
sighashes.nim 24178bf8aa get rid of the warnings during bootstrapping (#18741) 3 年之前
sigmatch.nim 56409c15c0 fixes #19015 [backport:1.6] (#19204) 3 年之前
sinkparameter_inference.nim 73a8b950cb big steps torwards an efficient, simple IC implementation (#16543) 4 年之前
sizealignoffsetimpl.nim 0bb7bd07d2 fixes #19569 (#19595) [backport] 3 年之前
sourcemap.nim 7e94420847 cString => cSourceString; tyCString => tyCstring so that error msgs show cstring, not cString (#17744) 4 年之前
spawn.nim 92457cbc39 Fix bug in freshVarForClosureIter. Fixes #18474 (#19675) [backport] 3 年之前
strutils2.nim bbe49a14ae Correct all eggs (#15906) 4 年之前
suggest.nim bd1ca4bb3f [nimsuggest] fix def call on identifier 2 times on the line (#20228) 2 年之前
syntaxes.nim 5c9c1988f6 -d:nimDebug: calls doAssert false instead of quit (#17739) 4 年之前
tccgen.nim 93cd98dd14 move tinyc to a separate repo and allow installing external dependencency (eg tinyc) from koch / library code (#13850) 5 年之前
transf.nim 34a53e8049 fixes #12642 (#18811) 3 年之前
trees.nim 2e4b6b94e6 Revert "fix #16185 (#16195)" (#16197) 4 年之前
treetab.nim 72d6b59ffa treetab: tiny cleanup (#17929) 4 年之前
typeallowed.nim a8e040ec30 bugfix: varargs count as open arrays (#19447) 3 年之前
types.nim ac57c3193d fixes an old ARC bug: the produced copy/sink operations don't copy the hidden type field for objects with enabled inheritance; fixes #19205 [backport:1.6] (#19232) 3 年之前
typesrenderer.nim 13b1b19a83 remove all mentions of doc2, jsondoc2 (except 1 mentioning the alias) (#15683) 4 年之前
varpartitions.nim c9a52971f4 dec inLoop after exiting the while scope in computeLiveRanges [backport] (#19918) 2 年之前
vm.nim c484943cab Change `styleCheck` to ignore foreign packages (#19822) 2 年之前
vmconv.nim 4f118721be make system random work in VM (#17059) 4 年之前
vmdef.nim 3bc625aff1 ORC: progress (#18000) 4 年之前
vmdeps.nim 897e50d5fe getType now works with tyInferred (arising from concepts); refs #18220 (#18241) 3 年之前
vmgen.nim c9e7798978 [cleanup] remove unnecessary procs in vm (#19888) 2 年之前
vmhooks.nim cf0cf32d27 make -d:nimFpRoundtrips work consistently in vm vs rt, fix #18400, etc (#18531) 3 年之前
vmmarshal.nim 1247043c90 fix marshal bugs in VM (#19161) [backport:1.6] 3 年之前
vmops.nim c484943cab Change `styleCheck` to ignore foreign packages (#19822) 2 年之前
vmprofiler.nim f92d2eaa35 cleanup of PR #14833 (VM profiler) 4 年之前
wordrecg.nim c484943cab Change `styleCheck` to ignore foreign packages (#19822) 2 年之前

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.