ringabout 307a5585d2 refactor 1 year ago
..
ic a104aa4714 IC: fix typo in rodfiles.nim (#20989) 1 year ago
nimfix 4c46358db1 remove shallowCopy for ARC/ORC (#20070) 1 year ago
plugins 25c6491b65 fixes #20162; locals doesn't work with ORC [backport] (#20163) 1 year ago
aliasanalysis.nim 3d692d08f7 fixes a long-standing ARC bug (#20849) 1 year ago
aliases.nim 088487f652 Implement Markdown definition lists (+ migration) (#20333) 1 year ago
ast.nim 7031ea65cd Implemented basic macro expand functionality (#20579) 1 year ago
astalgo.nim f7c203fb6c remove legacy code (#21134) 1 year ago
astmsgs.nim b24812df5f properly fix #10053 ; `FieldDefect` msg now shows discriminant value + lineinfo, in all backends (c,vm,js) (#11955) 2 years ago
bitsets.nim 7f6e800caf move assertions out of system (#19599) 2 years ago
btrees.nim 4c46358db1 remove shallowCopy for ARC/ORC (#20070) 1 year ago
ccgcalls.nim 0448f30fd9 fixes #20026; marks system procs which can raise defects (#20864) 1 year ago
ccgexprs.nim 9fb4c2b3c7 fixes #21333; bad codegen for the at operator; [backport:1.6] (#21344) 1 year ago
ccgliterals.nim de4b0346bd store full definition AST for consts, fix noRewrite (#20115) 1 year ago
ccgmerge_unused.nim a7133e0594 removed unused sections in codegen (#20976) 1 year ago
ccgreset.nim ca1f3f36b9 no ropes WIP (#20433) 1 year ago
ccgstmts.nim 705da9d452 fixes #14444; add `genLineDir` before assignment (#21201) 1 year ago
ccgthreadvars.nim ca1f3f36b9 no ropes WIP (#20433) 1 year ago
ccgtrav.nim ca1f3f36b9 no ropes WIP (#20433) 1 year ago
ccgtypes.nim 13251c2ac9 fix #12946 Bad C++ codegen on distinct generics C++ types (#21157) 1 year ago
ccgutils.nim 93b59da490 fixes #20244; fixes castSizes warnings (#21102) 1 year ago
cgen.nim d54a7f078d fixes #21261; always checking `nimTestErrorFlag` in the main module (#21288) 1 year ago
cgendata.nim 7a74c2dc3a fix #14667 (#21190) 1 year ago
cgmeth.nim f8b5464f31 fix dispatcher call type [backport] (#20696) 1 year ago
closureiters.nim a0653ae71a fix closure iter state table init type [backport] (#20717) 1 year ago
cmdlinehelper.nim 7b09fd70ab undefine C symbols in JS backend [backport:1.6] (#19437) 2 years ago
commands.nim ff8ab06720 fixes #19396; Nimdoc hide nonexported fields (#21305) 1 year ago
concepts.nim cc08a9015e fixes #21263; consider all candidates for concept matches (#21265) 1 year ago
condsyms.nim 8e53fba083 replaces `pairs` with `keys` and `items`; saves 8 bytes (#21319) 1 year ago
debuginfo.nim 9c47bb9cc0 happy new year 7 years ago
debugutils.nim 6f4bacff67 Extend and document compiler debugging utilities (#19841) 1 year ago
depends.nim f7c203fb6c remove legacy code (#21134) 1 year ago
dfa.nim 81087c949f fixes #20572 (#20585) 1 year ago
docgen.nim ff8ab06720 fixes #19396; Nimdoc hide nonexported fields (#21305) 1 year ago
docgen2.nim ff8ab06720 fixes #19396; Nimdoc hide nonexported fields (#21305) 1 year ago
enumtostr.nim 08ae3467b9 refactorings (#20536) 1 year ago
errorhandling.nim 7f6e800caf move assertions out of system (#19599) 2 years ago
evalffi.nim a9bd78d579 fix #12122 (#21096) 1 year ago
evaltempl.nim 2cca38d33c pragma for sfCallsite instead of name check + better semantics, test (#20464) 1 year ago
extccomp.nim 9efa56a8bb [backport: 2.0] prevents the jsonscript command from exceeding the maximum length of a command line during linking (#21186) 1 year ago
filter_tmpl.nim 8bdb985395 fix wrong name (rnimsyn => renderer; pnimsyn => parser; scanner => lexer) (#18895) 2 years ago
filters.nim 7e747d11c6 Cosmetic compiler cleanup (#12718) 4 years ago
gorgeimpl.nim fa60378a7f Return error message in output of gorge/staticExec. (#18942) 1 year ago
guards.nim 0faae4d5e2 fixes a strict case object problem that has been reported on the forum (#20614) 1 year ago
hlo.nim 81087c949f fixes #20572 (#20585) 1 year ago
idents.nim 7f6e800caf move assertions out of system (#19599) 2 years ago
importer.nim 5a995ffc53 fix #18986; Import/except doesn't work on devel [backport: 1.6] (#19687) 2 years ago
index.nim 3cf88c2b49 walkDirRecFilter, update doc CI filter, compiler/index.nim for docs + various other fixes (#14501) 4 years ago
injectdestructors.nim c47d5196be Dont produce initing moves for sfNoInit variables in closure env (#21026) 1 year ago
installer.ini fc5b7a01ec fixes #21243; ships `build_all.sh` on Unix [backport] (#21264) 1 year ago
int128.nim 46eac22172 Improve dollar int (#20737) 1 year ago
isolation_check.nim 7f6e800caf move assertions out of system (#19599) 2 years ago
jsgen.nim cbf3ed9d92 fixes #21317; 1.6.4 regression; etyBaseIndex should return fat pointers [backport 1.6] (#21320) 1 year ago
jstypes.nim ca1f3f36b9 no ropes WIP (#20433) 1 year ago
lambdalifting.nim 9afb466d73 Force lambda lifting for getImplTransformed. Hacky. Fixes #19818 (#21031) 1 year ago
layouter.nim a15872ba9e refactor strongSpaceB with an enum (#20809) 1 year ago
lexer.nim 7031ea65cd Implemented basic macro expand functionality (#20579) 1 year ago
liftdestructors.nim 4b63ac4b87 fixes #21171; dynamic acyclic refs need to use dyn decRef (#21184) 1 year ago
liftlocals.nim 2f213db7ee fixes #11225; generic sandwich problems; [backport:1.2] (#17255) 3 years ago
lineinfos.nim 2620da9bf9 docgen: implement cross-document links (#20990) 1 year ago
linter.nim 70c25c45d6 fixes #20397; fixes stylecheck regression (#20398) 1 year ago
llstream.nim 7f6e800caf move assertions out of system (#19599) 2 years ago
lookups.nim cc08a9015e fixes #21263; consider all candidates for concept matches (#21265) 1 year ago
lowerings.nim 424e87fd09 Fixed noinit pragma for closure variables (#20101) 1 year ago
macrocacheimpl.nim cf6dd57efe IC: next steps (#16632) 3 years ago
magicsys.nim 7e94420847 cString => cSourceString; tyCString => tyCstring so that error msgs show cstring, not cString (#17744) 3 years ago
main.nim 5658e8e5c5 Add `--genCDeps` for better integration with CMake (#20950) 1 year ago
modulegraphs.nim ebaa07b955 remove md5_old (#21312) 1 year ago
modulepaths.nim d30c6419a0 Refactor and doc package handling, module name mangling (#19821) 2 years ago
modules.nim 081dfea746 Fix "imported but not used" warnings (#20575) 1 year ago
msgs.nim 70fe360456 Use `ErrorColor` when a warning that is turned into an error is raised (#21131) 1 year ago
ndi.nim 7f6e800caf move assertions out of system (#19599) 2 years ago
nilcheck.nim 81087c949f fixes #20572 (#20585) 1 year ago
nim.cfg 93b59da490 fixes #20244; fixes castSizes warnings (#21102) 1 year ago
nim.nim 7c6dcfd968 Implicitly set noNimblePath when nimble.lock is present (#21266) 1 year ago
nimblecmd.nim 7f6e800caf move assertions out of system (#19599) 2 years ago
nimconf.nim 82319ef00d fix #8219; nim check/dump shouldn't run single nimscript project [backport: 1.6] (#19641) 2 years ago
nimeval.nim f0af4a36b9 Added setGlobalValue to VM api (#19007) 2 years ago
nimlexbase.nim 7f6e800caf move assertions out of system (#19599) 2 years ago
nimpaths.nim 088487f652 Implement Markdown definition lists (+ migration) (#20333) 1 year ago
nimsets.nim 7f6e800caf move assertions out of system (#19599) 2 years ago
nodejs.nim 0ae2d1ea88 Improve error message when NodeJS is not installed and 'nim js -r' is run (#18978) 2 years ago
nversion.nim 39290cf88c Fix spellings (#12277) [backport] 4 years ago
optimizer.nim 81087c949f fixes #20572 (#20585) 1 year ago
options.nim ff8ab06720 fixes #19396; Nimdoc hide nonexported fields (#21305) 1 year ago
packagehandling.nim d30c6419a0 Refactor and doc package handling, module name mangling (#19821) 2 years ago
packages.nim e8ae2dc90b bootstrap the compiler with nimPreviewSlimSystem (#20176) 1 year ago
parampatterns.nim 8d47bf1822 new move analyser2 (#20471) 1 year ago
parser.nim 7031ea65cd Implemented basic macro expand functionality (#20579) 1 year ago
passaux.nim b8dc58d884 test removing dollar for objects out of system (#20242) 1 year ago
passes.nim 081dfea746 Fix "imported but not used" warnings (#20575) 1 year ago
pathutils.nim 7f6e800caf move assertions out of system (#19599) 2 years ago
patterns.nim 81087c949f fixes #20572 (#20585) 1 year ago
platform.nim 7f6e800caf move assertions out of system (#19599) 2 years ago
pluginsupport.nim a325692fb2 refactoring: fewer global variables 6 years ago
pragmas.nim d00477dffb Check file exists in `{.compile.}` pragma (#21105) 1 year ago
prefixmatches.nim 57bd64582c move tests under the compiler directory to testament (#16096) 3 years ago
procfind.nim 4b9eea2fcc Fix forward declarations in shadow scope contexts (#15386) 3 years ago
readme.md 14f76f721d refactor: renamed readme to readme.md (#14283) 4 years ago
renderer.nim ff8ab06720 fixes #19396; Nimdoc hide nonexported fields (#21305) 1 year ago
renderverbatim.nim e8ae2dc90b bootstrap the compiler with nimPreviewSlimSystem (#20176) 1 year ago
reorder.nim 5b20f0685c fixes pragmas reorder (#21205) 1 year ago
rodutils.nim b6bfe38ff5 move formatfloat out of system (#20195) 1 year ago
ropes.nim 081dfea746 Fix "imported but not used" warnings (#20575) 1 year ago
saturate.nim 6a621b35e7 fix warnings for deprecated `low` and `high` (#15291) 3 years ago
scriptconfig.nim 852cf596ed fixes a strange issue most likely caused by a git merge (#20822) 1 year ago
sem.nim fc35f83eee fixes #21260; add check for illegal recursion for defaults (#21270) 1 year ago
semcall.nim 761c5a0830 less verbose type mismatch messages (#21191) 1 year ago
semdata.nim fc35f83eee fixes #21260; add check for illegal recursion for defaults (#21270) 1 year ago
semexprs.nim 7031ea65cd Implemented basic macro expand functionality (#20579) 1 year ago
semfields.nim ef29987781 An unnamed break in a block now gives an `UnnamedBreak` warning (#20901) 1 year ago
semfold.nim 8e53fba083 replaces `pairs` with `keys` and `items`; saves 8 bytes (#21319) 1 year ago
semgnrc.nim 81087c949f fixes #20572 (#20585) 1 year ago
seminst.nim 8e53fba083 replaces `pairs` with `keys` and `items`; saves 8 bytes (#21319) 1 year ago
semmacrosanity.nim da0a2fdca2 Unpack mSlice tupleconstr for static openarrays (#20615) 1 year ago
semmagic.nim fc35f83eee fixes #21260; add check for illegal recursion for defaults (#21270) 1 year ago
semobjconstr.nim fc35f83eee fixes #21260; add check for illegal recursion for defaults (#21270) 1 year ago
semparallel.nim 3d5edb41be fixes #20958; fixes the return type of slice function [backport] (#20959) 1 year ago
sempass2.nim 7031ea65cd Implemented basic macro expand functionality (#20579) 1 year ago
semstmts.nim 1431f90d8c Revert "Fix #13093 C++ Atomics: operator= is implicitly deleted because the default definition would be ill-formed " (#21307) 1 year ago
semstrictfuncs.nim 3812d91390 alternative, much simpler algorithm for strict func checking (#21066) 1 year ago
semtempl.nim 05c6db6500 underscores for routine parameters (#21192) 1 year ago
semtypes.nim ac982d8a96 close #21257 (#21275) 1 year ago
semtypinst.nim 2564b5c938 Fix #20416. Enable the recursion limit for ref/ptr types. (#21092) 1 year ago
sighashes.nim ebaa07b955 remove md5_old (#21312) 1 year ago
sigmatch.nim b68b28fd24 fix typeRel of typeDesc (#21227) 1 year ago
sinkparameter_inference.nim 2ebd71bfd4 tiny refactoring related to sink parameter inference logic (#21064) 1 year ago
sizealignoffsetimpl.nim b57a9637e8 fixes #20914; fixes the alignment of big sets (#20918) 1 year ago
sourcemap.nim 1fefb8e92a Refactor JS sourcemap generator (#21053) 1 year ago
spawn.nim 83dabb69ae Fix bug in freshVarForClosureIter. Fixes #18474 (#19675) [backport] 2 years ago
suggest.nim 7031ea65cd Implemented basic macro expand functionality (#20579) 1 year ago
syntaxes.nim 42ac50e988 fixes #19662; Indent level errored for first line (#19718) 2 years ago
tccgen.nim e8657c7107 make implicit cstring conversions explicit (#19488) 1 year ago
transf.nim 9afb466d73 Force lambda lifting for getImplTransformed. Hacky. Fixes #19818 (#21031) 1 year ago
trees.nim 2e4b6b94e6 Revert "fix #16185 (#16195)" (#16197) 3 years ago
treetab.nim 7f6e800caf move assertions out of system (#19599) 2 years ago
typeallowed.nim 3eef0491a8 fix a few "broken link" warnings (#20837) 1 year ago
types.nim 91ce8c385d fix #19580; add warning for bare except: clause (#21099) 1 year ago
typesrenderer.nim e8ae2dc90b bootstrap the compiler with nimPreviewSlimSystem (#20176) 1 year ago
varpartitions.nim 81087c949f fixes #20572 (#20585) 1 year ago
vm.nim 8bc3b92988 Merge remote-tracking branch 'upstream/devel' into pr_vm_bitabs 1 year ago
vmconv.nim 07be1791ba fix #21045; getTime with vmopsDanger is broken; alternative to #21054 (#21056) 1 year ago
vmdef.nim 8bc3b92988 Merge remote-tracking branch 'upstream/devel' into pr_vm_bitabs 1 year ago
vmdeps.nim 7f6e800caf move assertions out of system (#19599) 2 years ago
vmgen.nim 307a5585d2 refactor 1 year ago
vmhooks.nim 7f6e800caf move assertions out of system (#19599) 2 years ago
vmmarshal.nim b6bfe38ff5 move formatfloat out of system (#20195) 1 year ago
vmops.nim 307a5585d2 refactor 1 year ago
vmprofiler.nim f92d2eaa35 cleanup of PR #14833 (VM profiler) 3 years ago
wordrecg.nim 4459c272ec remove `enumUtilsExist` defines (#21309) 1 year 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.