Juan Carlos a108a451c5 Improve compiler cli args (#22509) hace 1 año
..
ic 469c9cfab4 unpublic the sons field of PType; the precursor to PType refactorings (#22446) hace 1 año
plugins 20b011de19 refactoring in preparation for better, simpler name mangling that wor… (#21667) hace 2 años
aliasanalysis.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
aliases.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
ast.nim 469c9cfab4 unpublic the sons field of PType; the precursor to PType refactorings (#22446) hace 1 año
astalgo.nim d77ada5bdf Markdown code blocks migration part 9 (#22506) hace 1 año
astmsgs.nim b24812df5f properly fix #10053 ; `FieldDefect` msg now shows discriminant value + lineinfo, in all backends (c,vm,js) (#11955) hace 3 años
backendpragmas.nim 38f876dd48 fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now parses the whole module at one time (#21379) hace 2 años
bitsets.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
btrees.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
ccgcalls.nim 1013378854 fixes a strictdef ten years long vintage bug, which counts the same thing twice (#22549) hace 1 año
ccgexprs.nim 469c9cfab4 unpublic the sons field of PType; the precursor to PType refactorings (#22446) hace 1 año
ccgliterals.nim de4b0346bd store full definition AST for consts, fix noRewrite (#20115) hace 2 años
ccgmerge_unused.nim a7133e0594 removed unused sections in codegen (#20976) hace 2 años
ccgreset.nim 7be2e2bef5 replaces `doAssert false` with `raiseAssert` for unreachable branches, which works better with strictdefs (#22436) hace 1 año
ccgstmts.nim 8523b543d6 `getTemp` and friends now return `TLoc` as requested (#22440) hace 1 año
ccgthreadvars.nim ca1f3f36b9 no ropes WIP (#20433) hace 2 años
ccgtrav.nim 8523b543d6 `getTemp` and friends now return `TLoc` as requested (#22440) hace 1 año
ccgtypes.nim a4781dc4bc use old typeinfo generation for hot code reloading (#22518) hace 1 año
ccgutils.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
cgen.nim 20cbdc2741 Fix #22366 by making nimlf_/nimln_ part of the same line (#22503) hace 1 año
cgendata.nim 825a0e7df4 fixes #22362; Compiler crashes with staticBoundsCheck on (#22363) hace 1 año
cgmeth.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
closureiters.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
cmdlinehelper.nim b2d7761975 Remove Deprecated Nimfix (#22062) hace 1 año
commands.nim a108a451c5 Improve compiler cli args (#22509) hace 1 año
compiler.nimble 2bb7277a61 Create compiler and nimsuggest packages (#22118) hace 1 año
concepts.nim 469c9cfab4 unpublic the sons field of PType; the precursor to PType refactorings (#22446) hace 1 año
condsyms.nim bf5d173bc6 fixes LineTooLong hints on old compilers (#22412) hace 1 año
debuginfo.nim 9c47bb9cc0 happy new year hace 8 años
debugutils.nim 6f4bacff67 Extend and document compiler debugging utilities (#19841) hace 2 años
depends.nim 7be2e2bef5 replaces `doAssert false` with `raiseAssert` for unreachable branches, which works better with strictdefs (#22436) hace 1 año
dfa.nim 7be2e2bef5 replaces `doAssert false` with `raiseAssert` for unreachable branches, which works better with strictdefs (#22436) hace 1 año
docgen.nim 469c9cfab4 unpublic the sons field of PType; the precursor to PType refactorings (#22446) hace 1 año
docgen2.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
enumtostr.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
errorhandling.nim 7f6e800caf move assertions out of system (#19599) hace 3 años
evalffi.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
evaltempl.nim 0bf286583a `initNodeTable` and friends now return (#22444) hace 1 año
extccomp.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
filter_tmpl.nim 4c6be40b34 modernize compiler/filter_tmpl.nim (#22407) hace 1 año
filters.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
gorgeimpl.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
guards.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
hlo.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
idents.nim 7f6e800caf move assertions out of system (#19599) hace 3 años
importer.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
index.nim 3cf88c2b49 walkDirRecFilter, update doc CI filter, compiler/index.nim for docs + various other fixes (#14501) hace 4 años
injectdestructors.nim c0ecdb01a9 Fix #21722 (#22512) hace 1 año
installer.ini 21d941c16a Atlas: now in its own repository (#22066) hace 1 año
int128.nim d677ed31e5 follow up #22549 (#22551) hace 1 año
isolation_check.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
jsgen.nim 7fababd583 make float32 literals stringifying behave in JS the same as in C (#22500) hace 1 año
jstypes.nim 4ae598762e fixes #21439; Add tyOpenArray to genTypeInfo. (#21440) hace 2 años
lambdalifting.nim 9fed58d5a0 modernize lambdalifting (#22449) hace 1 año
layouter.nim ba698d37c3 some Token refactors (#21762) hace 1 año
lexer.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
liftdestructors.nim 469c9cfab4 unpublic the sons field of PType; the precursor to PType refactorings (#22446) hace 1 año
liftlocals.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
lineinfos.nim d136af0122 modernize lineinfos; it seems that array access hinders strict def analysis like field access (#22420) hace 1 año
linter.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
llstream.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
lookups.nim 0bf286583a `initNodeTable` and friends now return (#22444) hace 1 año
lowerings.nim 53d43e9671 round out tuple unpacking assignment, support underscores (#22537) hace 1 año
macrocacheimpl.nim cf6dd57efe IC: next steps (#16632) hace 4 años
magicsys.nim 469c9cfab4 unpublic the sons field of PType; the precursor to PType refactorings (#22446) hace 1 año
main.nim 7be2e2bef5 replaces `doAssert false` with `raiseAssert` for unreachable branches, which works better with strictdefs (#22436) hace 1 año
modulegraphs.nim 0bf286583a `initNodeTable` and friends now return (#22444) hace 1 año
modulepaths.nim d30c6419a0 Refactor and doc package handling, module name mangling (#19821) hace 2 años
modules.nim d51a392149 replaces implicit passes array registed at runtime with explicit function calls; simplify compilation pipeline (#21444) hace 2 años
msgs.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
ndi.nim 7f6e800caf move assertions out of system (#19599) hace 3 años
nilcheck.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
nim.cfg bf5d173bc6 fixes LineTooLong hints on old compilers (#22412) hace 1 año
nim.nim 7be2e2bef5 replaces `doAssert false` with `raiseAssert` for unreachable branches, which works better with strictdefs (#22436) hace 1 año
nimblecmd.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
nimconf.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
nimeval.nim 2f109595e9 reset macrocache after each script evaluation (#22195) hace 1 año
nimlexbase.nim 7f6e800caf move assertions out of system (#19599) hace 3 años
nimpaths.nim 088487f652 Implement Markdown definition lists (+ migration) (#20333) hace 2 años
nimsets.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
nodejs.nim 8e9fc5e639 a better message if graphviz's dot/nodejs is not found in PATH (#21488) hace 2 años
nversion.nim b0a98cc01e warn on set types bigger than max size, default to 0..255 for int literals (#21659) hace 2 años
optimizer.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
options.nim 7be2e2bef5 replaces `doAssert false` with `raiseAssert` for unreachable branches, which works better with strictdefs (#22436) hace 1 año
packagehandling.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
packages.nim 20b011de19 refactoring in preparation for better, simpler name mangling that wor… (#21667) hace 2 años
parampatterns.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
parser.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
passaux.nim b8dc58d884 test removing dollar for objects out of system (#20242) hace 2 años
passes.nim afc30ca879 fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702) hace 1 año
pathutils.nim 38d299dfc0 fixes #20139; hash types based on its path relative to its package path (#21274) [backport:1.6] hace 2 años
patterns.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
pipelines.nim 7be2e2bef5 replaces `doAssert false` with `raiseAssert` for unreachable branches, which works better with strictdefs (#22436) hace 1 año
pipelineutils.nim d51a392149 replaces implicit passes array registed at runtime with explicit function calls; simplify compilation pipeline (#21444) hace 2 años
platform.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
pluginsupport.nim a325692fb2 refactoring: fewer global variables hace 6 años
pragmas.nim 469c9cfab4 unpublic the sons field of PType; the precursor to PType refactorings (#22446) hace 1 año
prefixmatches.nim 57bd64582c move tests under the compiler directory to testament (#16096) hace 4 años
procfind.nim 4b9eea2fcc Fix forward declarations in shadow scope contexts (#15386) hace 4 años
readme.md 1ad618d96c clean up the documentation (#22196) hace 1 año
renderer.nim 4f891aa50c don't render underscore identifiers with id (#22538) hace 1 año
renderverbatim.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
reorder.nim d677ed31e5 follow up #22549 (#22551) hace 1 año
rodutils.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
ropes.nim 7be2e2bef5 replaces `doAssert false` with `raiseAssert` for unreachable branches, which works better with strictdefs (#22436) hace 1 año
saturate.nim 6a621b35e7 fix warnings for deprecated `low` and `high` (#15291) hace 4 años
scriptconfig.nim 7be2e2bef5 replaces `doAssert false` with `raiseAssert` for unreachable branches, which works better with strictdefs (#22436) hace 1 año
sem.nim 1cc4d3f622 fix generic param substitution in templates (#22535) hace 1 año
semcall.nim 1cc4d3f622 fix generic param substitution in templates (#22535) hace 1 año
semdata.nim 469c9cfab4 unpublic the sons field of PType; the precursor to PType refactorings (#22446) hace 1 año
semexprs.nim 1013378854 fixes a strictdef ten years long vintage bug, which counts the same thing twice (#22549) hace 1 año
semfields.nim 20b011de19 refactoring in preparation for better, simpler name mangling that wor… (#21667) hace 2 años
semfold.nim 7be2e2bef5 replaces `doAssert false` with `raiseAssert` for unreachable branches, which works better with strictdefs (#22436) hace 1 año
semgnrc.nim 3aaef9e4cf block ambiguous type conversion dotcalls in generics (#22375) hace 1 año
seminst.nim 23f3f9ae2c better initialization patterns for seminst (#22456) hace 1 año
semmacrosanity.nim da0a2fdca2 Unpack mSlice tupleconstr for static openarrays (#20615) hace 2 años
semmagic.nim 4c89223171 relax the parameter of `ensureMove`; allow let statements (#22466) hace 1 año
semobjconstr.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
semparallel.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
sempass2.nim d677ed31e5 follow up #22549 (#22551) hace 1 año
semstmts.nim 53d43e9671 round out tuple unpacking assignment, support underscores (#22537) hace 1 año
semstrictfuncs.nim 3812d91390 alternative, much simpler algorithm for strict func checking (#21066) hace 2 años
semtempl.nim 3de75ffc02 Fix #21532: Check if template return is untyped (#22517) hace 1 año
semtypes.nim 469c9cfab4 unpublic the sons field of PType; the precursor to PType refactorings (#22446) hace 1 año
semtypinst.nim 6c4e7835bf When in object handles procedure call again, fixes #22474 (#22480) hace 1 año
sighashes.nim 469c9cfab4 unpublic the sons field of PType; the precursor to PType refactorings (#22446) hace 1 año
sigmatch.nim d77ada5bdf Markdown code blocks migration part 9 (#22506) hace 1 año
sinkparameter_inference.nim 2ebd71bfd4 tiny refactoring related to sink parameter inference logic (#21064) hace 2 años
sizealignoffsetimpl.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
sourcemap.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
spawn.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
suggest.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
syntaxes.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
tccgen.nim 7be2e2bef5 replaces `doAssert false` with `raiseAssert` for unreachable branches, which works better with strictdefs (#22436) hace 1 año
transf.nim 0bf286583a `initNodeTable` and friends now return (#22444) hace 1 año
trees.nim 602f537eb2 allow non-pragma special words as user pragmas (#22526) hace 1 año
treetab.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
typeallowed.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
types.nim d677ed31e5 follow up #22549 (#22551) hace 1 año
typesrenderer.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
varpartitions.nim 469c9cfab4 unpublic the sons field of PType; the precursor to PType refactorings (#22446) hace 1 año
vm.nim 942f846f04 fix getNullValue for cstring in VM, make other VM code aware of nil cstring (#22527) hace 1 año
vmconv.nim 7be2e2bef5 replaces `doAssert false` with `raiseAssert` for unreachable branches, which works better with strictdefs (#22436) hace 1 año
vmdef.nim 942f846f04 fix getNullValue for cstring in VM, make other VM code aware of nil cstring (#22527) hace 1 año
vmdeps.nim 469c9cfab4 unpublic the sons field of PType; the precursor to PType refactorings (#22446) hace 1 año
vmgen.nim 942f846f04 fix getNullValue for cstring in VM, make other VM code aware of nil cstring (#22527) hace 1 año
vmhooks.nim 7be2e2bef5 replaces `doAssert false` with `raiseAssert` for unreachable branches, which works better with strictdefs (#22436) hace 1 año
vmmarshal.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
vmops.nim eb83d20d0d Add staticFileExists and staticDirExists (#22278) hace 1 año
vmprofiler.nim 93ced31353 use strictdefs for compiler (#22365) hace 1 año
wordrecg.nim 602f537eb2 allow non-pragma special words as user pragmas (#22526) hace 1 año

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.