.. |
nimfix
|
5348fef003
implements a --nep1:on switch to make the compiler enforce the naming conventions outlined in NEP-1
|
6 years ago |
plugins
|
b92fd30282
rename tyExpr/tyStmt to tyUntyped/tyTyped (#11227)
|
5 years ago |
aliases.nim
|
19b142401c
fixes #11525
|
5 years ago |
asciitables.nim
|
23c1ee982e
add `alignTable`, `parseTableCells` to align/format a tab(etc) delimited table (#10182)
|
6 years ago |
ast.nim
|
e90d91f0e4
[refactoring] remove zeroExtend and friends from the compiler builtins. (#11531)
|
5 years ago |
astalgo.nim
|
5b27b263fd
Remove immediate pragma (#11308)
|
5 years ago |
bitsets.nim
|
c7e1c665a1
[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
|
c94647aeca
styleCheck: make the compiler and large parts of the stdlib compatible with --styleCheck:error
|
5 years ago |
ccgexprs.nim
|
44c12d9d20
make 'koch temp' work again
|
5 years ago |
ccgliterals.nim
|
5bdab044f5
fixes #11048
|
5 years ago |
ccgmerge.nim
|
041d15392a
Compiler plugin for implementing incremental computation in user space (#10819)
|
5 years ago |
ccgstmts.nim
|
c94647aeca
styleCheck: make the compiler and large parts of the stdlib compatible with --styleCheck:error
|
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
|
6663dbbe57
fixes #11691
|
5 years ago |
ccgutils.nim
|
88b5dd3362
right shift is now by default sign preserving (#11322)
|
5 years ago |
cgen.nim
|
9db369063c
[refactoring] moves transformation for 'spawn' into its own spawn.nim implementation
|
5 years ago |
cgendata.nim
|
87a2ced1ba
there is only one style -- my style
|
5 years ago |
cgmeth.nim
|
ef8ddef47b
fixes #10912 (#11317)
|
5 years ago |
closureiters.nim
|
c83914b435
[refactoring] closureiters.nim: style change
|
5 years ago |
cmdlinehelper.nim
|
9526009e0e
fixes #9120
|
6 years ago |
commands.nim
|
423e8cca91
newruntime: refchecks:on|off switch
|
5 years ago |
condsyms.nim
|
c94647aeca
styleCheck: make the compiler and large parts of the stdlib compatible with --styleCheck:error
|
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
|
5 years ago |
debuginfo.nim
|
9c47bb9cc0
happy new year
|
8 years ago |
depends.nim
|
f18b3af9d4
Replace countup(x, y-1) with x ..< y
|
5 years ago |
dfa.nim
|
87a2ced1ba
there is only one style -- my style
|
5 years ago |
docgen.nim
|
d6b0e46ee4
[bugfix] correct 'source' for documentation (#11540)
|
5 years ago |
docgen2.nim
|
25e3e6db8e
docgen: generate docs for modules imported in system.nim, fixes #10972 (#11101)
|
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
|
b3dd3b2dcc
[ci skip] wip
|
5 years ago |
extccomp.nim
|
d55cc0888d
better run also considers the command line; fixes #11719 [feature]
|
5 years ago |
filter_tmpl.nim
|
86556ebfdb
compiler refactoring; use typesafe path handing; docgen: render symbols between modules
|
6 years ago |
filters.nim
|
f18b3af9d4
Replace countup(x, y-1) with x ..< y
|
5 years ago |
forloops.nim
|
70ea45cdba
deprecated unary '<'
|
7 years ago |
gorgeimpl.nim
|
c94647aeca
styleCheck: make the compiler and large parts of the stdlib compatible with --styleCheck:error
|
5 years ago |
guards.nim
|
296c48de5e
fixes #11436
|
5 years ago |
hlo.nim
|
bf592c4e94
more destructor based changes (#10885)
|
5 years ago |
idents.nim
|
cc28eef38e
Replace countup(x, y) with x .. y
|
5 years ago |
idgen.nim
|
86556ebfdb
compiler refactoring; use typesafe path handing; docgen: render symbols between modules
|
6 years ago |
importer.nim
|
c94647aeca
styleCheck: make the compiler and large parts of the stdlib compatible with --styleCheck:error
|
5 years ago |
incremental.nim
|
eeb7cc6780
IC: further progress
|
6 years ago |
injectdestructors.nim
|
edbe02b4e1
newruntime: progress to make 'async' work with --newruntime
|
5 years ago |
installer.ini
|
4a485cb7ef
Add build support for Linux/alpha (#11386)
|
5 years ago |
int128.nim
|
c94647aeca
styleCheck: make the compiler and large parts of the stdlib compatible with --styleCheck:error
|
5 years ago |
jsgen.nim
|
eaf4b42ff9
JS codegen: supports toOpenArray [bugfix]
|
5 years ago |
jstypes.nim
|
cc28eef38e
Replace countup(x, y) with x .. y
|
5 years ago |
lambdalifting.nim
|
edbe02b4e1
newruntime: progress to make 'async' work with --newruntime
|
5 years ago |
layouter.nim
|
5bf3734984
nimpretty: implement a --maxLineLen command line option
|
5 years ago |
lexer.nim
|
cb3c3c306c
minor style changes
|
5 years ago |
liftdestructors.nim
|
423e8cca91
newruntime: refchecks:on|off switch
|
5 years ago |
liftlocals.nim
|
40ec7be45c
refactoring: remove idents.legacy global variable and pass the IdentCache around explicitly
|
6 years ago |
lineinfos.nim
|
3d88d06b32
better run [feature] (#11709)
|
5 years ago |
linter.nim
|
e06046ab51
makes --styleCheck:error the default for the Nim compiler itself
|
5 years ago |
llstream.nim
|
92cd07be8b
Fixed order of output in repl and added a proc for opening a custom repl (#10802)
|
5 years ago |
lookups.nim
|
8274c0c6b3
balance space around emdash --
|
5 years ago |
lowerings.nim
|
9db369063c
[refactoring] moves transformation for 'spawn' into its own spawn.nim implementation
|
5 years ago |
macrocacheimpl.nim
|
268260953c
completed VM support for incremental compilations
|
6 years ago |
magicsys.nim
|
64517445ea
even more strict isNil handling for strings/seqs in order to detect bugs
|
6 years ago |
main.nim
|
cf36e4a44a
times: use posix constant instead of import (#11692)
|
5 years ago |
modulegraphs.nim
|
c94647aeca
styleCheck: make the compiler and large parts of the stdlib compatible with --styleCheck:error
|
5 years ago |
modulepaths.nim
|
c94647aeca
styleCheck: make the compiler and large parts of the stdlib compatible with --styleCheck:error
|
5 years ago |
modules.nim
|
c94647aeca
styleCheck: make the compiler and large parts of the stdlib compatible with --styleCheck:error
|
5 years ago |
msgs.nim
|
3d88d06b32
better run [feature] (#11709)
|
5 years ago |
ndi.nim
|
bab5e30972
fixes #10963, disallow implicit mixing of strings and ints/floats (#11292)
|
5 years ago |
nim.cfg
|
df53c68a36
makes devel green again
|
5 years ago |
nim.nim
|
d55cc0888d
better run also considers the command line; fixes #11719 [feature]
|
5 years ago |
nimblecmd.nim
|
86556ebfdb
compiler refactoring; use typesafe path handing; docgen: render symbols between modules
|
6 years ago |
nimconf.nim
|
af39f26a3a
[bugfix] nimpretty: fixes #11468
|
5 years ago |
nimeval.nim
|
ab872be476
Added nimscript support to repl (#10834)
|
5 years ago |
nimlexbase.nim
|
1102b8ac6e
StringStream and parseJson, parseCfg, parseSql et al for the vm (#10746)
|
5 years ago |
nimsets.nim
|
58e0dad371
'nim check' stability improvements
|
5 years ago |
nodejs.nim
|
d7a7662a7f
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
|
d55cc0888d
better run also considers the command line; fixes #11719 [feature]
|
5 years ago |
packagehandling.nim
|
ddad57e7a9
typo
|
5 years ago |
parampatterns.nim
|
dc2986789b
fixes #10942. Lent T bug (#10946)
|
5 years ago |
parser.nim
|
c94647aeca
styleCheck: make the compiler and large parts of the stdlib compatible with --styleCheck:error
|
5 years ago |
passaux.nim
|
c94647aeca
styleCheck: make the compiler and large parts of the stdlib compatible with --styleCheck:error
|
5 years ago |
passes.nim
|
3d88d06b32
better run [feature] (#11709)
|
5 years ago |
pathutils.nim
|
ca4b971bc8
Initial version of the hot-code reloading support for native targets (#10729)
|
5 years ago |
patterns.nim
|
b92fd30282
rename tyExpr/tyStmt to tyUntyped/tyTyped (#11227)
|
5 years ago |
platform.nim
|
c94647aeca
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
|
423e8cca91
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
|
87a2ced1ba
there is only one style -- my style
|
5 years ago |
reorder.nim
|
c94647aeca
styleCheck: make the compiler and large parts of the stdlib compatible with --styleCheck:error
|
5 years ago |
rod.nim
|
f86b827d9e
IC: more things work
|
6 years ago |
rodimpl.nim
|
3d88d06b32
better run [feature] (#11709)
|
5 years ago |
rodutils.nim
|
c94647aeca
styleCheck: make the compiler and large parts of the stdlib compatible with --styleCheck:error
|
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
|
7182922622
[feature] Added os.delEnv; add delEnv support to nimscript too (#11466)
|
5 years ago |
sem.nim
|
b3dd3b2dcc
[ci skip] wip
|
5 years ago |
semcall.nim
|
f18b3af9d4
Replace countup(x, y-1) with x ..< y
|
5 years ago |
semdata.nim
|
b3dd3b2dcc
[ci skip] wip
|
5 years ago |
semexprs.nim
|
44c12d9d20
make 'koch temp' work again
|
5 years ago |
semfields.nim
|
f18b3af9d4
Replace countup(x, y-1) with x ..< y
|
5 years ago |
semfold.nim
|
c94647aeca
styleCheck: make the compiler and large parts of the stdlib compatible with --styleCheck:error
|
5 years ago |
semgnrc.nim
|
b3dd3b2dcc
[ci skip] wip
|
5 years ago |
seminst.nim
|
766960dc15
fixes #11515 (#11624)
|
5 years ago |
semmacrosanity.nim
|
23dbc9ad58
fixes #11268 (#11299)
|
5 years ago |
semmagic.nim
|
11dad688fe
Offsetof fixes (#11690)
|
5 years ago |
semobjconstr.nim
|
045eeab6b4
fixes #11585
|
5 years ago |
semparallel.nim
|
9db369063c
[refactoring] moves transformation for 'spawn' into its own spawn.nim implementation
|
5 years ago |
sempass2.nim
|
c94647aeca
styleCheck: make the compiler and large parts of the stdlib compatible with --styleCheck:error
|
5 years ago |
semstmts.nim
|
87a2ced1ba
there is only one style -- my style
|
5 years ago |
semtempl.nim
|
b3dd3b2dcc
[ci skip] wip
|
5 years ago |
semtypes.nim
|
2895ad70c8
fixes tcompiletimerange [bugfix] (#11720)
|
5 years ago |
semtypinst.nim
|
2895ad70c8
fixes tcompiletimerange [bugfix] (#11720)
|
5 years ago |
sighashes.nim
|
c94647aeca
styleCheck: make the compiler and large parts of the stdlib compatible with --styleCheck:error
|
5 years ago |
sigmatch.nim
|
58e0dad371
'nim check' stability improvements
|
5 years ago |
sizealignoffsetimpl.nim
|
87a2ced1ba
there is only one style -- my style
|
5 years ago |
spawn.nim
|
9db369063c
[refactoring] moves transformation for 'spawn' into its own spawn.nim implementation
|
5 years ago |
suggest.nim
|
cb3c3c306c
minor style changes
|
5 years ago |
syntaxes.nim
|
f65eaa51f1
[bugfix] fix #11532, nimpretty should ignore source code filters (#11603)
|
5 years ago |
tccgen.nim
|
7278f28740
fixes the remaining fixable Nimrod->Nim renamings; closes #2032
|
6 years ago |
transf.nim
|
b03421d087
fixes #11683
|
5 years ago |
trees.nim
|
7d217a71d3
Render deprecated pragmas (#8886)
|
5 years ago |
treetab.nim
|
cc28eef38e
Replace countup(x, y) with x .. y
|
5 years ago |
types.nim
|
58e0dad371
'nim check' stability improvements
|
5 years ago |
typesrenderer.nim
|
64517445ea
even more strict isNil handling for strings/seqs in order to detect bugs
|
6 years ago |
unittest_light.nim
|
e17321aa24
improve formatting in assertEquals
|
6 years ago |
vm.nim
|
58e0dad371
'nim check' stability improvements
|
5 years ago |
vmdef.nim
|
e90d91f0e4
[refactoring] remove zeroExtend and friends from the compiler builtins. (#11531)
|
5 years ago |
vmdeps.nim
|
c94647aeca
styleCheck: make the compiler and large parts of the stdlib compatible with --styleCheck:error
|
5 years ago |
vmgen.nim
|
7606efc0bf
[bugfix] VM: finally do inheritance properly
|
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
|
041d15392a
Compiler plugin for implementing incremental computation in user space (#10819)
|
5 years ago |
wordrecg.nim
|
c94647aeca
styleCheck: make the compiler and large parts of the stdlib compatible with --styleCheck:error
|
5 years ago |
writetracking.nim
|
bf592c4e94
more destructor based changes (#10885)
|
5 years ago |