Parashurama 88a5e9d88c Fix operations on string as openarray in VM. (#6257) 7 years ago
..
nimfix 92c2a51bf7 removed compiler internal list implementation (#5371) 8 years ago
plugins 46efaf294b big compiler refactoring; avoid globals for multi method dispatcher generation 8 years ago
aliases.nim e6c5622aa7 removed tyArrayConstr completely from the compiler; introduced tyAlias instead in preparation for further bugfixes 8 years ago
ast.nim 88a5e9d88c Fix operations on string as openarray in VM. (#6257) 7 years ago
astalgo.nim e641bc7df0 minor code cleanup 7 years ago
bitsets.nim d681812465 compiler: Trim .nim files trailing whitespace 9 years ago
canonicalizer.nim e6c5622aa7 removed tyArrayConstr completely from the compiler; introduced tyAlias instead in preparation for further bugfixes 8 years ago
ccgcalls.nim 46b672a6c4 minor codegen bugfix: don't use names for closures that are also mangled Nim names 7 years ago
ccgexprs.nim 2ef65d5cdf C++ codgen: do not emit struct literals if not possible 7 years ago
ccgmerge.nim 2eee15d7f3 Merge branch 'devel' into sighashes 8 years ago
ccgstmts.nim ad608838bf closures have an object type field so that we can perform correct deepCopy() for the BoehmGC target 7 years ago
ccgthreadvars.nim 57874ed9b8 C++ codegen: emit 'extern C' for importc'ed functions that we declare a prototype for 8 years ago
ccgtrav.nim 153441db1d codegen: do not produce empty loops; speeds up debug builds tremendously on Windows 7 years ago
ccgtypes.nim 82453825e9 Make Nim gdb pretty print friendly (#6240) 7 years ago
ccgutils.nim ba4cc4bf35 a few tiny cleanups (#5712) 7 years ago
cgen.nim c446806f75 improve the debugging experience when line directives are used 7 years ago
cgendata.nim 92c2a51bf7 removed compiler internal list implementation (#5371) 8 years ago
cgmeth.nim baf685461b Fixes #5946 (#6017) 7 years ago
commands.nim 82453825e9 Make Nim gdb pretty print friendly (#6240) 7 years ago
condsyms.nim c39e202976 Introduce first class support for Android (#5772) 7 years ago
debuginfo.nim 9c47bb9cc0 happy new year 8 years ago
depends.nim 4910a87c6f gendepend improvements; refs #5144 8 years ago
docgen.nim 606aab9cdf Do not generate Source/Edit without git in config 7 years ago
docgen2.nim 46efaf294b big compiler refactoring; avoid globals for multi method dispatcher generation 8 years ago
evalffi.nim 000b8afd26 Remove expr/stmt (#5857) 7 years ago
evaltempl.nim 8f4b374327 Fix #4020; Better handling of templates within concepts 7 years ago
extccomp.nim 31ecec6473 Allow to modify backend link template (#6173) 7 years ago
filter_tmpl.nim 773d17cd14 big refactoring: step 1 8 years ago
filters.nim 773d17cd14 big refactoring: step 1 8 years ago
forloops.nim d681812465 compiler: Trim .nim files trailing whitespace 9 years ago
guards.nim aa4260ffa8 overloading resolution for getAst; breaking change 7 years ago
hlo.nim 2589d69ed2 fixes #5430 8 years ago
idents.nim b652b3cd52 remove en-dash from the language 7 years ago
idgen.nim 3cd4cf4320 remove unused stuff 8 years ago
importer.nim 24a0927644 fixes #5185 8 years ago
installer.ini 2db96d4f7b make install.txt part of the zips 7 years ago
jsgen.nim f127a7f7aa fixes #6096 7 years ago
jstypes.nim 4de989d1c5 fixes #6035 7 years ago
lambdalifting.nim ad608838bf closures have an object type field so that we can perform correct deepCopy() for the BoehmGC target 7 years ago
lexer.nim ee43fc82d5 bugfix: keep the information of a raw float literal in the AST 7 years ago
lists.nim 92c2a51bf7 removed compiler internal list implementation (#5371) 8 years ago
llstream.nim aa8b470cf6 use linenoise instead of GNU readline 9 years ago
lookups.nim d02486aa48 compiler: better error messages (#5613) 7 years ago
lowerings.nim ad608838bf closures have an object type field so that we can perform correct deepCopy() for the BoehmGC target 7 years ago
magicsys.nim 65801e4b6e make tests green again 8 years ago
main.nim ab31b776ef Fix typo 7 years ago
modulegraphs.nim 46efaf294b big compiler refactoring; avoid globals for multi method dispatcher generation 8 years ago
modules.nim b6b5a11be7 Fixes #5112 (Fix error messages raised when multiple modules have the same original name) (#5220) 8 years ago
msgs.nim 52f092d02b Lineinfo change (#6084) 7 years ago
ndi.nim 848676cec6 name mangling bugfixes; ndi file generation for debugger support 8 years ago
nim.cfg 95682cdfb7 Remove docgen.nim's dependency on things being in path 8 years ago
nim.nim f04d21f279 refactoring: explict config state instead of globals 8 years ago
nimblecmd.nim d8944b93cb Fixed handling of versions with dashes in nimble pkgs (#6335) 7 years ago
nimconf.nim 3862651d44 fixes #499 7 years ago
nimeval.nim 92c2a51bf7 removed compiler internal list implementation (#5371) 8 years ago
nimlexbase.nim d681812465 compiler: Trim .nim files trailing whitespace 9 years ago
nimsets.nim 39ebe2175b compiler almost free of deprecated expr/stmt names 8 years ago
nodejs.nim 071ccf3d02 Add "safety compilation". Improved, fixed messages 9 years ago
nversion.nim a6d17b5503 some progress on --symbolfiles:on 8 years ago
options.nim 2d8e97ee03 only replace the tilde when followed by a slash; refs #6176 7 years ago
packagehandling.nim 9c47bb9cc0 happy new year 8 years ago
parampatterns.nim 815724db71 support the full range of type modifiers when declaring concept vars and testing proc signatures 7 years ago
parser.nim 7ad115f530 Restore the old behavior of parsing "quote do:" 7 years ago
passaux.nim 46efaf294b big compiler refactoring; avoid globals for multi method dispatcher generation 8 years ago
passes.nim 50f62ff44a distinguish between 'reorder' and 'noforward' 7 years ago
patterns.nim 46efaf294b big compiler refactoring; avoid globals for multi method dispatcher generation 8 years ago
pbraces.nim 5e368f3639 support for external types with covariant generic params 7 years ago
platform.nim c39e202976 Introduce first class support for Android (#5772) 7 years ago
pluginsupport.nim 5c0ffa6613 fixes #3622 9 years ago
pragmas.nim 50f62ff44a distinguish between 'reorder' and 'noforward' 7 years ago
prefixmatches.nim 3fafd546d5 nimsuggest: prefixes of abbreviations don't count 7 years ago
procfind.nim 020b41e294 fixes #5161 8 years ago
readme.txt 2781fea9e2 Nimrod renamed to Nim 10 years ago
renderer.nim 6f6e6fe4eb Fix #6295 (#6296) 7 years ago
reorder.nim d456055221 fixes #6306 7 years ago
rodread.nim 29db0d8585 refactoring complete: explicit ident cache 8 years ago
rodutils.nim 06415eb69d Fixes #5821 (float32 literal comparison issue) (#5825) 7 years ago
rodwrite.nim 46efaf294b big compiler refactoring; avoid globals for multi method dispatcher generation 8 years ago
ropes.nim c446806f75 improve the debugging experience when line directives are used 7 years ago
saturate.nim d681812465 compiler: Trim .nim files trailing whitespace 9 years ago
scriptconfig.nim 92c2a51bf7 removed compiler internal list implementation (#5371) 8 years ago
sem.nim cd02561368 introduce a pre-processing pass for the concept bodies 7 years ago
semasgn.nim 8cd5f1f8f5 introduce tyInferred for the unbound concept type params 7 years ago
semcall.nim 367d232351 fix #1017; fix #3309 7 years ago
semdata.nim cd02561368 introduce a pre-processing pass for the concept bodies 7 years ago
semdestruct.nim 46efaf294b big compiler refactoring; avoid globals for multi method dispatcher generation 8 years ago
semexprs.nim a08fb61da9 make tests green again 7 years ago
semfields.nim fb3ff64450 fix #5642 7 years ago
semfold.nim 24966e006a fix #1082 7 years ago
semgnrc.nim cd02561368 introduce a pre-processing pass for the concept bodies 7 years ago
seminst.nim f0999de9dc Fix #5962 7 years ago
semmacrosanity.nim e6c5622aa7 removed tyArrayConstr completely from the compiler; introduced tyAlias instead in preparation for further bugfixes 8 years ago
semmagic.nim 8d714d2b02 low/high/of are now overloadable operations 7 years ago
semobjconstr.nim 5c7ae14074 Fixes #5965 (#6237) 7 years ago
semparallel.nim 39ebe2175b compiler almost free of deprecated expr/stmt names 8 years ago
sempass2.nim 440d100595 fixes #6067 7 years ago
semstmts.nim 2ad9a16e0a fixes anon procs created by macros 7 years ago
semtempl.nim 000b8afd26 Remove expr/stmt (#5857) 7 years ago
semtypes.nim 837b77b0a1 fixes basic type alignement issue on i386 platform. (#6209) 7 years ago
semtypinst.nim ba61e7e3ac fix #2730; fix #4880 7 years ago
service.nim 29db0d8585 refactoring complete: explicit ident cache 8 years ago
sighashes.nim 4da8536701 fix compilation regression in alea 7 years ago
sigmatch.nim 4483cefa0c fix #5918 7 years ago
suggest.nim b414806e66 nimsuggest: suggest types in a type section 7 years ago
syntaxes.nim 773d17cd14 big refactoring: step 1 8 years ago
tccgen.nim 86c8a7a947 nimrod is obsolete 9 years ago
transf.nim b58fbd1b48 fixes #5618 7 years ago
trees.nim cd02561368 introduce a pre-processing pass for the concept bodies 7 years ago
treetab.nim d681812465 compiler: Trim .nim files trailing whitespace 9 years ago
types.nim 07d50cedf0 Fix #5983 7 years ago
typesrenderer.nim 9e12db4459 fixes #6030 (#6042) 7 years ago
vm.nim 88a5e9d88c Fix operations on string as openarray in VM. (#6257) 7 years ago
vmdef.nim 88a5e9d88c Fix operations on string as openarray in VM. (#6257) 7 years ago
vmdeps.nim 0755f902dd Corrected tuple type to nkPar for unnamed tuples on getType (#6172) 7 years ago
vmgen.nim 88a5e9d88c Fix operations on string as openarray in VM. (#6257) 7 years ago
vmhooks.nim 60b187513e stdlib and compiler don't use .immediate anymore 8 years ago
vmmarshal.nim e6c5622aa7 removed tyArrayConstr completely from the compiler; introduced tyAlias instead in preparation for further bugfixes 8 years ago
vmops.nim c3117e1aba Fixes #6336 (#6337) 7 years ago
wordrecg.nim 50f62ff44a distinguish between 'reorder' and 'noforward' 7 years ago
writetracking.nim 4d22cff8ea make the Nim compiler compile as C++ 8 years ago

readme.txt

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.