.. |
nimfix
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
plugins
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
aliases.nim
|
36c90fa8fb
removed unused imports [refactoring]
|
5 years ago |
asciitables.nim
|
23c1ee982e
add `alignTable`, `parseTableCells` to align/format a tab(etc) delimited table (#10182)
|
6 years ago |
ast.nim
|
94cb21841e
fixes #11891
|
5 years ago |
astalgo.nim
|
5b27b263fd
Remove immediate pragma (#11308)
|
5 years ago |
bitsets.nim
|
4c8a02165e
[refactoring] refactor the compiler and stdlib to deprecation warnings (#11419)
|
5 years ago |
btrees.nim
|
1ed7751dac
added btrees.contains
|
6 years ago |
canonicalizer.nim
|
cc28eef38e
Replace countup(x, y) with x .. y
|
5 years ago |
ccgcalls.nim
|
694d57c899
styleCheck: make the compiler and large parts of the stdlib compatible with --styleCheck:error
|
5 years ago |
ccgexprs.nim
|
94cb21841e
fixes #11891
|
5 years ago |
ccgliterals.nim
|
5bdab044f5
fixes #11048
|
5 years ago |
ccgmerge.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
ccgstmts.nim
|
94cb21841e
fixes #11891
|
5 years ago |
ccgthreadvars.nim
|
1da98b1636
Less ropes (#10979)
|
5 years ago |
ccgtrav.nim
|
f18b3af9d4
Replace countup(x, y-1) with x ..< y
|
5 years ago |
ccgtypes.nim
|
607ce16acf
fixes #11691
|
5 years ago |
ccgutils.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
cgen.nim
|
36c90fa8fb
removed unused imports [refactoring]
|
5 years ago |
cgendata.nim
|
36c90fa8fb
removed unused imports [refactoring]
|
5 years ago |
cgmeth.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
closureiters.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
cmdlinehelper.nim
|
9526009e0e
fixes #9120
|
6 years ago |
commands.nim
|
e7481e7a27
Lock semchecked ast for macros (#11883) [bugfix]
|
5 years ago |
condsyms.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
configuration.nim
|
669a564492
remove more global variables in the Nim compiler
|
6 years ago |
cursors.nim
|
f8bf24623c
explicit default values for a leaner codegen, .cursor variables for optimization
|
6 years ago |
debuginfo.nim
|
9c47bb9cc0
happy new year
|
8 years ago |
depends.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
dfa.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
docgen.nim
|
36c90fa8fb
removed unused imports [refactoring]
|
5 years ago |
docgen2.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
enumtostr.nim
|
8bb1a6b041
fixes #11205
|
5 years ago |
evalffi.nim
|
b92fd30282
rename tyExpr/tyStmt to tyUntyped/tyTyped (#11227)
|
5 years ago |
evaltempl.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
extccomp.nim
|
694d57c899
styleCheck: make the compiler and large parts of the stdlib compatible with --styleCheck:error
|
5 years ago |
filter_tmpl.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
filters.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
forloops.nim
|
70ea45cdba
deprecated unary '<'
|
7 years ago |
gorgeimpl.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
guards.nim
|
81f15184e5
fixes #11436
|
5 years ago |
hlo.nim
|
bf592c4e94
more destructor based changes (#10885)
|
5 years ago |
idents.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
idgen.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
importer.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
incremental.nim
|
b0d2052a3f
Incremental compilation (IC): Improvements (#11881)
|
5 years ago |
injectdestructors.nim
|
05c273334a
fixes #10689
|
5 years ago |
installer.ini
|
b0ad20404a
installer: ship nimpretty.exe on Windows
|
5 years ago |
int128.nim
|
694d57c899
styleCheck: make the compiler and large parts of the stdlib compatible with --styleCheck:error
|
5 years ago |
jsgen.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
jstypes.nim
|
cc28eef38e
Replace countup(x, y) with x .. y
|
5 years ago |
lambdalifting.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
layouter.nim
|
ace3b341a3
nimpretty: fixes #11699
|
5 years ago |
lexer.nim
|
e34a318b9f
minor style changes
|
5 years ago |
liftdestructors.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
liftlocals.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
lineinfos.nim
|
694d57c899
styleCheck: make the compiler and large parts of the stdlib compatible with --styleCheck:error
|
5 years ago |
linter.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
llstream.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
lookups.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
lowerings.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
macrocacheimpl.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
magicsys.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
main.nim
|
36c90fa8fb
removed unused imports [refactoring]
|
5 years ago |
modulegraphs.nim
|
694d57c899
styleCheck: make the compiler and large parts of the stdlib compatible with --styleCheck:error
|
5 years ago |
modulepaths.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
modules.nim
|
b0d2052a3f
Incremental compilation (IC): Improvements (#11881)
|
5 years ago |
msgs.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
ndi.nim
|
bab5e30972
fixes #10963, disallow implicit mixing of strings and ints/floats (#11292)
|
5 years ago |
nim.cfg
|
f23ca7f539
makes devel green again
|
5 years ago |
nim.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
nimblecmd.nim
|
86556ebfdb
compiler refactoring; use typesafe path handing; docgen: render symbols between modules
|
6 years ago |
nimconf.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
nimeval.nim
|
ab872be476
Added nimscript support to repl (#10834)
|
6 years ago |
nimlexbase.nim
|
1102b8ac6e
StringStream and parseJson, parseCfg, parseSql et al for the vm (#10746)
|
6 years ago |
nimsets.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
nodejs.nim
|
d7ea8588c5
Remove IO.js compat (long dead vanished project,superseed by NodeJS) (#11627)
|
5 years ago |
nversion.nim
|
86556ebfdb
compiler refactoring; use typesafe path handing; docgen: render symbols between modules
|
6 years ago |
options.nim
|
e7481e7a27
Lock semchecked ast for macros (#11883) [bugfix]
|
5 years ago |
packagehandling.nim
|
ddad57e7a9
typo
|
5 years ago |
parampatterns.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
parser.nim
|
4b0de0ca6f
nimpretty: fixes #11616
|
5 years ago |
passaux.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
passes.nim
|
b0d2052a3f
Incremental compilation (IC): Improvements (#11881)
|
5 years ago |
pathutils.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
patterns.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
platform.nim
|
694d57c899
styleCheck: make the compiler and large parts of the stdlib compatible with --styleCheck:error
|
5 years ago |
pluginsupport.nim
|
a325692fb2
refactoring: fewer global variables
|
6 years ago |
pragmas.nim
|
abd4330dd0
newruntime: refchecks:on|off switch
|
5 years ago |
prefixmatches.nim
|
669a564492
remove more global variables in the Nim compiler
|
6 years ago |
procfind.nim
|
f18b3af9d4
Replace countup(x, y-1) with x ..< y
|
5 years ago |
readme.txt
|
2781fea9e2
Nimrod renamed to Nim
|
10 years ago |
renderer.nim
|
6ffe82a5aa
there is only one style -- my style
|
5 years ago |
reorder.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
rod.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
rodimpl.nim
|
36c90fa8fb
removed unused imports [refactoring]
|
5 years ago |
rodutils.nim
|
b0d2052a3f
Incremental compilation (IC): Improvements (#11881)
|
5 years ago |
ropes.nim
|
cc28eef38e
Replace countup(x, y) with x .. y
|
5 years ago |
saturate.nim
|
d681812465
compiler: Trim .nim files trailing whitespace
|
9 years ago |
scriptconfig.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
sem.nim
|
3b8241c163
IC: some progress
|
5 years ago |
semcall.nim
|
035427186c
fix #8305 #7808 #10285 #11061 + other bugs with type mismatch error msgs
|
5 years ago |
semdata.nim
|
69c2341663
makes the -d:nimIncremental compiler mode compile again
|
5 years ago |
semexprs.nim
|
95b3d4b88d
fix backport version of export markUsed
|
5 years ago |
semfields.nim
|
f18b3af9d4
Replace countup(x, y-1) with x ..< y
|
5 years ago |
semfold.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
semgnrc.nim
|
694d57c899
styleCheck: make the compiler and large parts of the stdlib compatible with --styleCheck:error
|
5 years ago |
seminst.nim
|
476b3b1c13
fixes #11515 (#11624)
|
5 years ago |
semmacrosanity.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
semmagic.nim
|
80e51bb407
Offsetof fixes (#11690)
|
5 years ago |
semobjconstr.nim
|
7ab44997aa
fixes #11585
|
5 years ago |
semparallel.nim
|
95fd0d0a6f
[refactoring] moves transformation for 'spawn' into its own spawn.nim implementation
|
5 years ago |
sempass2.nim
|
07ea817ab1
fixes #11254
|
5 years ago |
semstmts.nim
|
6ffe82a5aa
there is only one style -- my style
|
5 years ago |
semtempl.nim
|
f94ec363ab
Allow void macro result (#11286)
|
5 years ago |
semtypes.nim
|
a5d28e686f
fixes #11817 (#11889)
|
5 years ago |
semtypinst.nim
|
ae04734031
fixes tcompiletimerange [bugfix] (#11720)
|
5 years ago |
sighashes.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
sigmatch.nim
|
1d13a764e9
delete expensive call (#11909) [refactoring]
|
5 years ago |
sizealignoffsetimpl.nim
|
28664cf7b8
fixes #11792 (#11793)
|
5 years ago |
spawn.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
suggest.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
syntaxes.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
tccgen.nim
|
7278f28740
fixes the remaining fixable Nimrod->Nim renamings; closes #2032
|
6 years ago |
transf.nim
|
36c90fa8fb
removed unused imports [refactoring]
|
5 years ago |
trees.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
treetab.nim
|
cc28eef38e
Replace countup(x, y) with x .. y
|
5 years ago |
types.nim
|
07ea817ab1
fixes #11254
|
5 years ago |
typesrenderer.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
unittest_light.nim
|
e17321aa24
improve formatting in assertEquals
|
6 years ago |
vm.nim
|
e7481e7a27
Lock semchecked ast for macros (#11883) [bugfix]
|
5 years ago |
vmdef.nim
|
36c90fa8fb
removed unused imports [refactoring]
|
5 years ago |
vmdeps.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |
vmgen.nim
|
38893a34ee
fixes #9829 (#11849)
|
5 years ago |
vmhooks.nim
|
86556ebfdb
compiler refactoring; use typesafe path handing; docgen: render symbols between modules
|
6 years ago |
vmmarshal.nim
|
f18b3af9d4
Replace countup(x, y-1) with x ..< y
|
5 years ago |
vmops.nim
|
64d1159054
VM exception fixes (#11868)
|
5 years ago |
wordrecg.nim
|
694d57c899
styleCheck: make the compiler and large parts of the stdlib compatible with --styleCheck:error
|
5 years ago |
writetracking.nim
|
ddc02649a6
[refactoring] remove unused imports in the compiler and in some stdlib modules
|
5 years ago |