Yuriy Glukhov 9b527a51b8 Fixed typos in comments (#25071) 3 days ago
..
ic 68b2e9eb6a make `PNode.typ` a private field (#24326) 9 months ago
plugins 6c4c60eade Adds support for custom ASTs in the Nim parser (#23417) 1 year ago
aliasanalysis.nim 93ced31353 use strictdefs for compiler (#22365) 2 years ago
aliases.nim 91ad6a740b type refactor: part 4 (#23077) 1 year ago
ast.nim 611b8bbf67 fixes #25007; implements `setLenUninit` for refc (#25022) 1 week ago
astalgo.nim 82553384d1 bring back id table algorithm instead of std table [backport:2.2] (#24930) 2 months ago
astmsgs.nim 20698b8057 fixes #23494; Wrong type in object construction error message (#23504) 1 year ago
astyaml.nim 6d7ab08dee refactor: The popular 'r' field is now named 'snippet' (#23829) 1 year ago
bitsets.nim 816589b667 NIR: Nim intermediate representation (#22777) 1 year ago
btrees.nim 93ced31353 use strictdefs for compiler (#22365) 2 years ago
cbuilderbase.nim d8391a5c49 fixes nightlies failures (#24456) 8 months ago
cbuilderdecls.nim b7b1003e6a fix #pragma pack generation regression in packed case objects (#24461) 8 months ago
cbuilderexprs.nim 712f5be7eb cbuilder: use constants for type names, some cleanups (#24438) 8 months ago
cbuilderstmts.nim 712f5be7eb cbuilder: use constants for type names, some cleanups (#24438) 8 months ago
ccgcalls.nim f9c8775783 `conv` needs to be picky about aliases and introduces a temp for `addr conv` (#24818) 3 months ago
ccgexprs.nim 611b8bbf67 fixes #25007; implements `setLenUninit` for refc (#25022) 1 week ago
ccgliterals.nim 712f5be7eb cbuilder: use constants for type names, some cleanups (#24438) 8 months ago
ccgmerge_unused.nim a7133e0594 removed unused sections in codegen (#20976) 2 years ago
ccgreset.nim 712f5be7eb cbuilder: use constants for type names, some cleanups (#24438) 8 months ago
ccgstmts.nim dfa482e292 fixes #24770; Thread local not registed as GC root when =destroy exists (#24776) 4 months ago
ccgthreadvars.nim 712f5be7eb cbuilder: use constants for type names, some cleanups (#24438) 8 months ago
ccgtrav.nim 712f5be7eb cbuilder: use constants for type names, some cleanups (#24438) 8 months ago
ccgtypes.nim 9c2593444a consider proc return type as weak reference in codegen (#24894) 3 months ago
ccgutils.nim b8302cdd97 implements internal sink copy (#24747) 4 months ago
cgen.nim 3ce38f2959 fixes #24997; {.global.} variable in recursive function (#25016) 1 month ago
cgendata.nim 726195d784 cbuilder: second half of cgen (#24432) 8 months ago
cgmeth.nim 68b2e9eb6a make `PNode.typ` a private field (#24326) 9 months ago
closureiters.nim 9b527a51b8 Fixed typos in comments (#25071) 3 days ago
cmdlinehelper.nim a24990bd8c fixes #23429; rework `--verbosity` with warnings/hints (#23441) 1 year ago
commands.nim 241edaf0c0 WIP: adds NIF code generator for interop with Nimony (#24966) 2 months ago
compiler.nimble 2bb7277a61 Create compiler and nimsuggest packages (#22118) 2 years ago
concepts.nim 5dcfd8d7bb Add `tySet` to concept matching (#24908) 3 months ago
condsyms.nim 611b8bbf67 fixes #25007; implements `setLenUninit` for refc (#25022) 1 week ago
debuginfo.nim 9c47bb9cc0 happy new year 8 years ago
debugutils.nim 6f4bacff67 Extend and document compiler debugging utilities (#19841) 3 years ago
depends.nim e17237ce9d prepare for the enforcement of `std` prefix (#22873) 1 year ago
dfa.nim 3617d2e077 fixes `lastRead` uses the `when nimvm` branch (#24834) 3 months ago
docgen.nim 6c2f78a19f rework tags (#24944) 2 months ago
docgen2.nim 93ced31353 use strictdefs for compiler (#22365) 2 years ago
enumtostr.nim 5aaba213d4 account for invalid data in enum `$` on arc/orc (#24886) 3 months ago
errorhandling.nim 02be027e9b IC: progress and refactorings (#22961) 1 year ago
evalffi.nim 68b2e9eb6a make `PNode.typ` a private field (#24326) 9 months ago
evaltempl.nim 68b2e9eb6a make `PNode.typ` a private field (#24326) 9 months ago
expanddefaults.nim d3af51e3ce remove fauxMatch for tyFromExpr, remove tyProxy and tyUnknown aliases (#24018) 11 months ago
extccomp.nim 30d4f7791d Create Mac app bundle for GUI apps on macOS when --app:gui is used (#25042) 1 week ago
filter_tmpl.nim e17237ce9d prepare for the enforcement of `std` prefix (#22873) 1 year ago
filters.nim e17237ce9d prepare for the enforcement of `std` prefix (#22873) 1 year ago
gorgeimpl.nim e17237ce9d prepare for the enforcement of `std` prefix (#22873) 1 year ago
guards.nim 68b2e9eb6a make `PNode.typ` a private field (#24326) 9 months ago
hlo.nim 3b206ed988 Fix #22604: Make endsInNoReturn traverse the tree (#22612) 1 year ago
idents.nim e17237ce9d prepare for the enforcement of `std` prefix (#22873) 1 year ago
importer.nim 986ca7dcd4 check if unused import warning is enabled before adding import to stack (#24554) 7 months ago
index.nim 3cf88c2b49 walkDirRecFilter, update doc CI filter, compiler/index.nim for docs + various other fixes (#14501) 5 years ago
injectdestructors.nim 5b5cd7fa67 fixes inefficient codegen for field return (#24874) 1 week ago
installer.ini db5973361f bundles `nimony` (#24968) 2 months ago
int128.nim cca5684a17 fixes yet another strictdefs bug (#23069) 1 year ago
isolation_check.nim cd220fe3e1 docs: fix typos (#24573) 7 months ago
jsgen.nim 611b8bbf67 fixes #25007; implements `setLenUninit` for refc (#25022) 1 week ago
jstypes.nim 7e2df41850 fixes #25043: js tyUserTypeClass internal error (#25044) 1 week ago
lambdalifting.nim c06bb6cc03 don't traverse inner procs to lift locals in closure iters (#24876) 3 months ago
layeredtable.nim 82553384d1 bring back id table algorithm instead of std table [backport:2.2] (#24930) 2 months ago
layouter.nim cd4ecddb30 nimpretty: check the rendered AST for wrong output (#23057) 1 year ago
lexer.nim cca5684a17 fixes yet another strictdefs bug (#23069) 1 year ago
liftdestructors.nim 8e57a9f623 fixes #24719; improves order of destruction (#25060) 1 week ago
liftlocals.nim 68b2e9eb6a make `PNode.typ` a private field (#24326) 9 months ago
lineinfos.nim 82891e6850 give hint for forward declarations with unknown raises effects (#24767) 4 months ago
linter.nim aaf6c408c6 make linter use lineinfo to check originating package (#24270) 9 months ago
llstream.nim d573578b28 repl: support eof, define object with fields (#24784) 4 months ago
lookups.nim 98ec87d65e fixes #23355; pop optionStack when exiting scopes (#24926) 2 months ago
lowerings.nim 68b2e9eb6a make `PNode.typ` a private field (#24326) 9 months ago
macrocacheimpl.nim cf6dd57efe IC: next steps (#16632) 4 years ago
magicsys.nim f56568d851 fixes address of sink parameters (#24924) 2 months ago
main.nim 241edaf0c0 WIP: adds NIF code generator for interop with Nimony (#24966) 2 months ago
mangleutils.nim fc48c7e615 apply the new mangle algorithm to JS backend for parameters and procs (#23476) 1 year ago
modulegraphs.nim 478773ffb1 NimSuggest: Fix for the inlay exception hints with generic procs (#23610) 1 week ago
modulepaths.nim dd7cecdbd4 make mangled module names shorter (#24976) 1 month ago
modules.nim d0b6b9346e adds a getter/setter for `owner` (#24318) 9 months ago
msgs.nim 651fdbe586 Fixes #23624 "nim check crash" (#23625) 10 months ago
nifgen.nim 611b8bbf67 fixes #25007; implements `setLenUninit` for refc (#25022) 1 week ago
nilcheck.nim 68b2e9eb6a make `PNode.typ` a private field (#24326) 9 months ago
nim.cfg ade500b2cb adds `nimPreviewCStringComparisons` for cstring comparisons (#24946) 2 months ago
nim.nim 494c24a7ce fixes #23848; The comand `nim gendepend` defaults to ORC (#23851) 1 year ago
nimblecmd.nim cca5684a17 fixes yet another strictdefs bug (#23069) 1 year ago
nimconf.nim cca5684a17 fixes yet another strictdefs bug (#23069) 1 year ago
nimeval.nim 9b378296f6 fixes addr/hiddenAddr in strictdefs (#23477) 1 year ago
nimlexbase.nim e17237ce9d prepare for the enforcement of `std` prefix (#22873) 1 year ago
nimpaths.nim e17237ce9d prepare for the enforcement of `std` prefix (#22873) 1 year ago
nimsets.nim 68b2e9eb6a make `PNode.typ` a private field (#24326) 9 months ago
nodejs.nim e17237ce9d prepare for the enforcement of `std` prefix (#22873) 1 year ago
nodekinds.nim 0c890ff9a7 opensym as node kind + fixed experimental switch (#23892) 11 months ago
nversion.nim b0a98cc01e warn on set types bigger than max size, default to 0..255 for int literals (#21659) 2 years ago
optimizer.nim 73aeac81d1 fixes #24806; don't elide `wasMoved` when syms are used in blocks (#24831) 3 months ago
options.nim 241edaf0c0 WIP: adds NIF code generator for interop with Nimony (#24966) 2 months ago
packagehandling.nim 93ced31353 use strictdefs for compiler (#22365) 2 years ago
packages.nim aaf6c408c6 make linter use lineinfo to check originating package (#24270) 9 months ago
parampatterns.nim 538603e01d allow conversions between `var` types of range types and base types (#24037) 10 months ago
parser.nim 9c1e3bf8fb Improve error message for keywords as parameters (#25052) 1 week ago
passaux.nim b8dc58d884 test removing dollar for objects out of system (#20242) 2 years ago
passes.nim 3fc87259bd improve passes.nim (#24376) 9 months ago
pathutils.nim e17237ce9d prepare for the enforcement of `std` prefix (#22873) 1 year ago
patterns.nim 4d075dc301 clean up opensym encounters in compiler (#24866) 3 months ago
pipelines.nim 241edaf0c0 WIP: adds NIF code generator for interop with Nimony (#24966) 2 months ago
pipelineutils.nim d51a392149 replaces implicit passes array registed at runtime with explicit function calls; simplify compilation pipeline (#21444) 2 years ago
platform.nim e17237ce9d prepare for the enforcement of `std` prefix (#22873) 1 year ago
pluginsupport.nim a325692fb2 refactoring: fewer global variables 7 years ago
pragmas.nim 1ef9a656d2 allow setting arbitrary size for importc types (#24868) 3 months ago
prefixmatches.nim e17237ce9d prepare for the enforcement of `std` prefix (#22873) 1 year ago
procfind.nim 9b378296f6 fixes addr/hiddenAddr in strictdefs (#23477) 1 year ago
pushpoppragmas.nim 4bf323d6c4 fixes push warnings for sempass2 (#23603) 10 months ago
readme.md 1ad618d96c clean up the documentation (#22196) 2 years ago
renderer.nim 4d075dc301 clean up opensym encounters in compiler (#24866) 3 months ago
renderverbatim.nim e17237ce9d prepare for the enforcement of `std` prefix (#22873) 1 year ago
reorder.nim 4d075dc301 clean up opensym encounters in compiler (#24866) 3 months ago
rodutils.nim b79b39128e NIR: C codegen additions (#22914) 1 year ago
ropes.nim 7be2e2bef5 replaces `doAssert false` with `raiseAssert` for unreachable branches, which works better with strictdefs (#22436) 1 year ago
saturate.nim 6a621b35e7 fix warnings for deprecated `low` and `high` (#15291) 4 years ago
scriptconfig.nim e17237ce9d prepare for the enforcement of `std` prefix (#22873) 1 year ago
sem.nim 51166ab382 fixes `=copy` is transformed into `nkFastAsgn` and unify `mAsgn` handling (#24857) 3 months ago
semcall.nim 478773ffb1 NimSuggest: Fix for the inlay exception hints with generic procs (#23610) 1 week ago
semdata.nim 611b8bbf67 fixes #25007; implements `setLenUninit` for refc (#25022) 1 week ago
semexprs.nim 7701b3c7e6 don't set sym of generic param type value to generic param sym (#24995) 1 month ago
semfields.nim 7ecb35115b fixes #24339; underscores used with `fields` and `fieldPairs` (#24341) 4 months ago
semfold.nim 850f327713 folding const expressions with branching logic (#24689) 4 months ago
semgnrc.nim 0506d5b973 don't warn/error symbols in semGenericStmt/templates (#24907) 2 months ago
seminst.nim 241edaf0c0 WIP: adds NIF code generator for interop with Nimony (#24966) 2 months ago
semmacrosanity.nim e39d152b89 handle ranges in `annotateType` for set constructors (#24737) 4 months ago
semmagic.nim 611b8bbf67 fixes #25007; implements `setLenUninit` for refc (#25022) 1 week ago
semobjconstr.nim 6bc52737b3 Make 'field is not accessible' and 'field initialized twice' errors point to the field inside the obj construction (#24557) 7 months ago
semparallel.nim 68b2e9eb6a make `PNode.typ` a private field (#24326) 9 months ago
sempass2.nim 478773ffb1 NimSuggest: Fix for the inlay exception hints with generic procs (#23610) 1 week ago
semstmts.nim a09da96c65 fixes #4594; disallow {.global.} uses local vars for basic expressions (#24961) 2 months ago
semstrictfuncs.nim 3812d91390 alternative, much simpler algorithm for strict func checking (#21066) 2 years ago
semtempl.nim 0506d5b973 don't warn/error symbols in semGenericStmt/templates (#24907) 2 months ago
semtypes.nim 241edaf0c0 WIP: adds NIF code generator for interop with Nimony (#24966) 2 months ago
semtypinst.nim 82553384d1 bring back id table algorithm instead of std table [backport:2.2] (#24930) 2 months ago
sighashes.nim d43a5954c5 remove nontoplevel type hack + consider symbol disamb in type hash (#23969) 11 months ago
sigmatch.nim 478773ffb1 NimSuggest: Fix for the inlay exception hints with generic procs (#23610) 1 week ago
sinkparameter_inference.nim 02be027e9b IC: progress and refactorings (#22961) 1 year ago
sizealignoffsetimpl.nim 68b2e9eb6a make `PNode.typ` a private field (#24326) 9 months ago
sourcemap.nim b387bc49b5 chore: fix some typos (#23412) 1 year ago
spawn.nim 68b2e9eb6a make `PNode.typ` a private field (#24326) 9 months ago
suggest.nim 478773ffb1 NimSuggest: Fix for the inlay exception hints with generic procs (#23610) 1 week ago
suggestsymdb.nim 478773ffb1 NimSuggest: Fix for the inlay exception hints with generic procs (#23610) 1 week ago
syntaxes.nim 9b378296f6 fixes addr/hiddenAddr in strictdefs (#23477) 1 year ago
tccgen.nim 7be2e2bef5 replaces `doAssert false` with `raiseAssert` for unreachable branches, which works better with strictdefs (#22436) 1 year ago
transf.nim 08d51e5c88 fixes #7179; Floats are not range checked (#25050) 1 week ago
trees.nim 4d075dc301 clean up opensym encounters in compiler (#24866) 3 months ago
treetab.nim e17237ce9d prepare for the enforcement of `std` prefix (#22873) 1 year ago
typeallowed.nim e28d2f42e9 include new concepts in typeclasses, makes containsGenericType work (#24453) 8 months ago
types.nim 478773ffb1 NimSuggest: Fix for the inlay exception hints with generic procs (#23610) 1 week ago
typesrenderer.nim e17237ce9d prepare for the enforcement of `std` prefix (#22873) 1 year ago
varpartitions.nim 26107e931c fixes #23973; fixes #23974; Memory corruption with lent and ORC (#23981) 11 months ago
vm.nim 7e6fa9e2d6 fixes #23564; `hasCustomPragma` skips alises types (#24994) 1 month ago
vmconv.nim db603237c6 Types: Refactorings; step 1 (#23055) 1 year ago
vmdef.nim a5cc33c1d3 track introduced locals in vmgen for eval check (#24674) 5 months ago
vmdeps.nim 7e6fa9e2d6 fixes #23564; `hasCustomPragma` skips alises types (#24994) 1 month ago
vmgen.nim 611b8bbf67 fixes #25007; implements `setLenUninit` for refc (#25022) 1 week ago
vmhooks.nim 7be2e2bef5 replaces `doAssert false` with `raiseAssert` for unreachable branches, which works better with strictdefs (#22436) 1 year ago
vmmarshal.nim 9b378296f6 fixes addr/hiddenAddr in strictdefs (#23477) 1 year ago
vmops.nim 42a4adb4a5 fixes #24941; missing < (less than), cmp for cstring (#24942) 2 months ago
vmprofiler.nim e17237ce9d prepare for the enforcement of `std` prefix (#22873) 1 year ago
vtables.nim 5340005869 fixes #24476; remove proc type cast if they are same types for backends (#24480) 8 months ago
wordrecg.nim 1324d2e04c Asm syntax pragma (#23119) 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.