.. |
nimfix
|
5348fef003
implements a --nep1:on switch to make the compiler enforce the naming conventions outlined in NEP-1
|
6 gadi atpakaļ |
plugins
|
e07ab06f0a
Fix locals() interaction with generic types
|
6 gadi atpakaļ |
aliases.nim
|
05724645f8
more modules compile again
|
6 gadi atpakaļ |
ast.nim
|
fe855d8ba4
make tstatic_t_bug compile with the C++ backend
|
6 gadi atpakaļ |
astalgo.nim
|
539fc5d58b
improve the error message for 'attempt to redefine X'; fixes #447
|
6 gadi atpakaļ |
bitsets.nim
|
c4d7cc3da0
Generate populationCount const at compile time (#7583)
|
6 gadi atpakaļ |
btrees.nim
|
1ed7751dac
added btrees.contains
|
6 gadi atpakaļ |
canonicalizer.nim
|
745f1642d6
implement sizeof and alignof operator (manually squashed #5664) (#9356)
|
6 gadi atpakaļ |
ccg_precise_stacks.nim
|
f58f8ee8d9
beginning of precise stack marking for Nim's GCs
|
6 gadi atpakaļ |
ccgcalls.nim
|
1b3725e395
Add `toOpenArray[T](ptr UncheckedArray[T])` for clarity. (#9316)
|
6 gadi atpakaļ |
ccgexprs.nim
|
b613092de8
Don't crash if GC_{un,}ref is called on nil (#9445)
|
6 gadi atpakaļ |
ccgliterals.nim
|
f485ebe162
--gc:destructors: next steps; WIP
|
6 gadi atpakaļ |
ccgmerge.nim
|
86556ebfdb
compiler refactoring; use typesafe path handing; docgen: render symbols between modules
|
6 gadi atpakaļ |
ccgstmts.nim
|
f58f8ee8d9
beginning of precise stack marking for Nim's GCs
|
6 gadi atpakaļ |
ccgthreadvars.nim
|
5ad1acc60c
remove the last global variables in the C code generator
|
6 gadi atpakaļ |
ccgtrav.nim
|
f485ebe162
--gc:destructors: next steps; WIP
|
6 gadi atpakaļ |
ccgtypes.nim
|
7a5b614edc
fixes #9297 (#9298)
|
6 gadi atpakaļ |
ccgutils.nim
|
34388c5cc5
name mangling: also special case the backslash character
|
6 gadi atpakaļ |
cgen.nim
|
f58f8ee8d9
beginning of precise stack marking for Nim's GCs
|
6 gadi atpakaļ |
cgendata.nim
|
f58f8ee8d9
beginning of precise stack marking for Nim's GCs
|
6 gadi atpakaļ |
cgmeth.nim
|
eaca5be9d6
Change the order of compilation passes, transformation is made lazy at code gen (#8489)
|
6 gadi atpakaļ |
closureiters.nim
|
ee14ace5d3
Field checks for everybody (#8957)
|
6 gadi atpakaļ |
cmdlinehelper.nim
|
86556ebfdb
compiler refactoring; use typesafe path handing; docgen: render symbols between modules
|
6 gadi atpakaļ |
commands.nim
|
e21c3028cb
Removed optUseNimNamespace, removed useless nil check
|
6 gadi atpakaļ |
condsyms.nim
|
963292f725
added system.typeof operation; fixes #9093
|
6 gadi atpakaļ |
configuration.nim
|
669a564492
remove more global variables in the Nim compiler
|
6 gadi atpakaļ |
debuginfo.nim
|
9c47bb9cc0
happy new year
|
8 gadi atpakaļ |
depends.nim
|
b97a7dbf3d
Make the registered passes local to the ModuleGraph (#9259)
|
6 gadi atpakaļ |
destroyer.nim
|
16d82c82e3
Remove a hack in the destroyer impl (#9479)
|
6 gadi atpakaļ |
dfa.nim
|
b39302b0d2
DFA: implement exception handling properly
|
6 gadi atpakaļ |
docgen.nim
|
db95fad6fa
Fixes #9364 and add moduleDescription to jsondoc (#9396)
|
6 gadi atpakaļ |
docgen2.nim
|
db95fad6fa
Fixes #9364 and add moduleDescription to jsondoc (#9396)
|
6 gadi atpakaļ |
evalffi.nim
|
2a7fc84c86
remove ast.emptyNode global; cleanup configuration.nim
|
6 gadi atpakaļ |
evaltempl.nim
|
61fb83ecbb
baby steps for incremental compilation
|
6 gadi atpakaļ |
extccomp.nim
|
9c88df220a
Compile pragma. Recompile on external file compilation failure (#9455)
|
6 gadi atpakaļ |
filter_tmpl.nim
|
86556ebfdb
compiler refactoring; use typesafe path handing; docgen: render symbols between modules
|
6 gadi atpakaļ |
filters.nim
|
86556ebfdb
compiler refactoring; use typesafe path handing; docgen: render symbols between modules
|
6 gadi atpakaļ |
forloops.nim
|
70ea45cdba
deprecated unary '<'
|
7 gadi atpakaļ |
gorgeimpl.nim
|
86556ebfdb
compiler refactoring; use typesafe path handing; docgen: render symbols between modules
|
6 gadi atpakaļ |
guards.nim
|
eaca5be9d6
Change the order of compilation passes, transformation is made lazy at code gen (#8489)
|
6 gadi atpakaļ |
hlo.nim
|
669a564492
remove more global variables in the Nim compiler
|
6 gadi atpakaļ |
idents.nim
|
b4e5c9d075
deprecate the .this pragma
|
6 gadi atpakaļ |
idgen.nim
|
86556ebfdb
compiler refactoring; use typesafe path handing; docgen: render symbols between modules
|
6 gadi atpakaļ |
importer.nim
|
86556ebfdb
compiler refactoring; use typesafe path handing; docgen: render symbols between modules
|
6 gadi atpakaļ |
incremental.nim
|
76aab9baf1
compiler: make symbolfiles feature compile again
|
6 gadi atpakaļ |
installer.ini
|
a68a4bfaf2
Remove install.txt and readme.txt (#9521)
|
6 gadi atpakaļ |
jsgen.nim
|
eaca5be9d6
Change the order of compilation passes, transformation is made lazy at code gen (#8489)
|
6 gadi atpakaļ |
jstypes.nim
|
a4e2b0c153
platform.nim doesn't use globals anymore; prepare msgs.nim for not using globals
|
6 gadi atpakaļ |
lambdalifting.nim
|
eaca5be9d6
Change the order of compilation passes, transformation is made lazy at code gen (#8489)
|
6 gadi atpakaļ |
layouter.nim
|
03005fde99
nimpretty: fixes #9506
|
6 gadi atpakaļ |
lexer.nim
|
87d60b2a4b
nimpretty: fixes #9500
|
6 gadi atpakaļ |
liftlocals.nim
|
40ec7be45c
refactoring: remove idents.legacy global variable and pass the IdentCache around explicitly
|
6 gadi atpakaļ |
lineinfos.nim
|
8fc7cecfa2
compiler: show name of instantiating context in error traces (#6763) (#9207)
|
6 gadi atpakaļ |
linter.nim
|
86556ebfdb
compiler refactoring; use typesafe path handing; docgen: render symbols between modules
|
6 gadi atpakaļ |
lists.nim
|
92c2a51bf7
removed compiler internal list implementation (#5371)
|
7 gadi atpakaļ |
llstream.nim
|
5709736e82
Merge branch 'devel' into araq-better-docgen
|
6 gadi atpakaļ |
lookups.nim
|
539fc5d58b
improve the error message for 'attempt to redefine X'; fixes #447
|
6 gadi atpakaļ |
lowerings.nim
|
eaca5be9d6
Change the order of compilation passes, transformation is made lazy at code gen (#8489)
|
6 gadi atpakaļ |
macrocacheimpl.nim
|
268260953c
completed VM support for incremental compilations
|
6 gadi atpakaļ |
magicsys.nim
|
64517445ea
even more strict isNil handling for strings/seqs in order to detect bugs
|
6 gadi atpakaļ |
main.nim
|
86556ebfdb
compiler refactoring; use typesafe path handing; docgen: render symbols between modules
|
6 gadi atpakaļ |
modulegraphs.nim
|
b97a7dbf3d
Make the registered passes local to the ModuleGraph (#9259)
|
6 gadi atpakaļ |
modulepaths.nim
|
86556ebfdb
compiler refactoring; use typesafe path handing; docgen: render symbols between modules
|
6 gadi atpakaļ |
modules.nim
|
76aab9baf1
compiler: make symbolfiles feature compile again
|
6 gadi atpakaļ |
msgs.nim
|
8fc7cecfa2
compiler: show name of instantiating context in error traces (#6763) (#9207)
|
6 gadi atpakaļ |
ndi.nim
|
86556ebfdb
compiler refactoring; use typesafe path handing; docgen: render symbols between modules
|
6 gadi atpakaļ |
nim.cfg
|
4711b81b86
compiler/nim.cfg: cleanup --path
|
6 gadi atpakaļ |
nim.nim
|
e06a89e112
fixes bootstrapping problems
|
6 gadi atpakaļ |
nimblecmd.nim
|
86556ebfdb
compiler refactoring; use typesafe path handing; docgen: render symbols between modules
|
6 gadi atpakaļ |
nimconf.nim
|
86556ebfdb
compiler refactoring; use typesafe path handing; docgen: render symbols between modules
|
6 gadi atpakaļ |
nimeval.nim
|
a58c982a49
test case for #9180 and re-enables the disabled tcompilerapi test (#9181)
|
6 gadi atpakaļ |
nimlexbase.nim
|
c06f73b484
fixes an off-by-one error for nimpretty
|
7 gadi atpakaļ |
nimsets.nim
|
669a564492
remove more global variables in the Nim compiler
|
6 gadi atpakaļ |
nodejs.nim
|
071ccf3d02
Add "safety compilation". Improved, fixed messages
|
9 gadi atpakaļ |
nversion.nim
|
86556ebfdb
compiler refactoring; use typesafe path handing; docgen: render symbols between modules
|
6 gadi atpakaļ |
options.nim
|
10f5f67767
gogc: GCC-8.2.0 compatibility and other improvements (#9211)
|
6 gadi atpakaļ |
packagehandling.nim
|
86556ebfdb
compiler refactoring; use typesafe path handing; docgen: render symbols between modules
|
6 gadi atpakaļ |
parampatterns.nim
|
531c66d1ec
Allow taking address of skForVar variables (#8632)
|
6 gadi atpakaļ |
parser.nim
|
f3c0703b7d
nimpretty: add #!nimpretty on/off directives
|
6 gadi atpakaļ |
passaux.nim
|
b97a7dbf3d
Make the registered passes local to the ModuleGraph (#9259)
|
6 gadi atpakaļ |
passes.nim
|
b97a7dbf3d
Make the registered passes local to the ModuleGraph (#9259)
|
6 gadi atpakaļ |
pathutils.nim
|
eb2e494a52
fixes #9507
|
6 gadi atpakaļ |
patterns.nim
|
420ed0596b
fixes more nil handling regressions
|
6 gadi atpakaļ |
platform.nim
|
af0c497f5d
fixes #8081
|
6 gadi atpakaļ |
pluginsupport.nim
|
a325692fb2
refactoring: fewer global variables
|
6 gadi atpakaļ |
pragmas.nim
|
0c3e6735ac
fixes #9358
|
6 gadi atpakaļ |
prefixmatches.nim
|
669a564492
remove more global variables in the Nim compiler
|
6 gadi atpakaļ |
procfind.nim
|
feef109e60
make tests green again
|
6 gadi atpakaļ |
readme.txt
|
2781fea9e2
Nimrod renamed to Nim
|
10 gadi atpakaļ |
renderer.nim
|
dcc3ac74f4
don't crash when rendering wrong nkInfix nodes
|
6 gadi atpakaļ |
reorder.nim
|
d48e964950
fixes #9281
|
6 gadi atpakaļ |
rod.nim
|
621b2db2e8
compiler IC: minor improvements
|
6 gadi atpakaļ |
rodimpl.nim
|
cd9bc941e1
incremental compilation: fixes basic caching logic of 'module' table
|
6 gadi atpakaļ |
rodutils.nim
|
d0f4a929e0
fixes 8594 (#8721)
|
6 gadi atpakaļ |
ropes.nim
|
86556ebfdb
compiler refactoring; use typesafe path handing; docgen: render symbols between modules
|
6 gadi atpakaļ |
saturate.nim
|
d681812465
compiler: Trim .nim files trailing whitespace
|
9 gadi atpakaļ |
scriptconfig.nim
|
027a11d7c8
Add procs to retrieve project name, directory and full path to nimscript (#9274)
|
6 gadi atpakaļ |
sem.nim
|
eaca5be9d6
Change the order of compilation passes, transformation is made lazy at code gen (#8489)
|
6 gadi atpakaļ |
semasgn.nim
|
0ead36dae6
Unchecked arrays now have their own type (#9267)
|
6 gadi atpakaļ |
semcall.nim
|
675c629fee
replace deprecated `safeAdd` with `add` (#9416)
|
6 gadi atpakaļ |
semdata.nim
|
33458894da
Fix overload resolution for pragmas evaluation (#8902)
|
6 gadi atpakaļ |
semexprs.nim
|
5b97762787
Openmp parallel iterator improvements (#9493)
|
6 gadi atpakaļ |
semfields.nim
|
84d122b5c8
extended system.type/typeof to support an upcoming 'collect' macro that works much better than sugar.lc
|
6 gadi atpakaļ |
semfold.nim
|
eaca5be9d6
Change the order of compilation passes, transformation is made lazy at code gen (#8489)
|
6 gadi atpakaļ |
semgnrc.nim
|
6d4503325c
Fix regression with runnableExamples in generic expr
|
6 gadi atpakaļ |
seminst.nim
|
eaca5be9d6
Change the order of compilation passes, transformation is made lazy at code gen (#8489)
|
6 gadi atpakaļ |
semmacrosanity.nim
|
f91a181f58
make tests green again
|
6 gadi atpakaļ |
semmagic.nim
|
c844a9169c
fixes #9498, typeof is for everybody
|
6 gadi atpakaļ |
semobjconstr.nim
|
dae5450947
WIP: disallow 'nil' for strings and seqs
|
6 gadi atpakaļ |
semparallel.nim
|
ee14ace5d3
Field checks for everybody (#8957)
|
6 gadi atpakaļ |
sempass2.nim
|
eaca5be9d6
Change the order of compilation passes, transformation is made lazy at code gen (#8489)
|
6 gadi atpakaļ |
semstmts.nim
|
eaca5be9d6
Change the order of compilation passes, transformation is made lazy at code gen (#8489)
|
6 gadi atpakaļ |
semtempl.nim
|
173e8c4913
fixes unexpected transforming of runnableExamples (#9158)
|
6 gadi atpakaļ |
semtypes.nim
|
f9eec2aa1e
fixes #9532
|
6 gadi atpakaļ |
semtypinst.nim
|
eaca5be9d6
Change the order of compilation passes, transformation is made lazy at code gen (#8489)
|
6 gadi atpakaļ |
sighashes.nim
|
0c04b80651
Merge pull request #8966 from LemonBoy/fix-8964
|
6 gadi atpakaļ |
sigmatch.nim
|
16a70c84aa
Fixes 6544 (#9427)
|
6 gadi atpakaļ |
sizealignoffsetimpl.nim
|
8232bd04f9
sizeof(UncheckedArray) should be invalid; fixed the formating of sizealignoffsetimpl.nim to make it bearable
|
6 gadi atpakaļ |
suggest.nim
|
548fc778c9
.error for routines now can also have a custom error message; improve error message for 'nil' strings
|
6 gadi atpakaļ |
syntaxes.nim
|
bd9d5787f0
nimpretty: fixes #9384
|
6 gadi atpakaļ |
tccgen.nim
|
7278f28740
fixes the remaining fixable Nimrod->Nim renamings; closes #2032
|
6 gadi atpakaļ |
transf.nim
|
b1ff37c08f
Transf minor code optimization (#9433)
|
6 gadi atpakaļ |
trees.nim
|
47335aab41
introduce nkTupleConstr AST node for unary tuple construction; breaking change
|
6 gadi atpakaļ |
treetab.nim
|
64517445ea
even more strict isNil handling for strings/seqs in order to detect bugs
|
6 gadi atpakaļ |
types.nim
|
f9eec2aa1e
fixes #9532
|
6 gadi atpakaļ |
typesrenderer.nim
|
64517445ea
even more strict isNil handling for strings/seqs in order to detect bugs
|
6 gadi atpakaļ |
vm.nim
|
a54e0703a9
Add test
|
6 gadi atpakaļ |
vmdef.nim
|
a7c9533a73
Add int float casts to vm
|
6 gadi atpakaļ |
vmdeps.nim
|
f9eec2aa1e
fixes #9532
|
6 gadi atpakaļ |
vmgen.nim
|
a54e0703a9
Add test
|
6 gadi atpakaļ |
vmhooks.nim
|
86556ebfdb
compiler refactoring; use typesafe path handing; docgen: render symbols between modules
|
6 gadi atpakaļ |
vmmarshal.nim
|
64517445ea
even more strict isNil handling for strings/seqs in order to detect bugs
|
6 gadi atpakaļ |
vmops.nim
|
86556ebfdb
compiler refactoring; use typesafe path handing; docgen: render symbols between modules
|
6 gadi atpakaļ |
wordrecg.nim
|
0ead36dae6
Unchecked arrays now have their own type (#9267)
|
6 gadi atpakaļ |
writetracking.nim
|
669a564492
remove more global variables in the Nim compiler
|
6 gadi atpakaļ |