.. |
ic
|
a104aa4714
IC: fix typo in rodfiles.nim (#20989)
|
преди 2 години |
nimfix
|
4c46358db1
remove shallowCopy for ARC/ORC (#20070)
|
преди 2 години |
plugins
|
25c6491b65
fixes #20162; locals doesn't work with ORC [backport] (#20163)
|
преди 2 години |
aliasanalysis.nim
|
3d692d08f7
fixes a long-standing ARC bug (#20849)
|
преди 2 години |
aliases.nim
|
088487f652
Implement Markdown definition lists (+ migration) (#20333)
|
преди 2 години |
ast.nim
|
a137e50150
fixes #19291; implements `wasMoved` hook (#21303)
|
преди 2 години |
astalgo.nim
|
f7c203fb6c
remove legacy code (#21134)
|
преди 2 години |
astmsgs.nim
|
b24812df5f
properly fix #10053 ; `FieldDefect` msg now shows discriminant value + lineinfo, in all backends (c,vm,js) (#11955)
|
преди 3 години |
backendpragmas.nim
|
38f876dd48
fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now parses the whole module at one time (#21379)
|
преди 2 години |
bitsets.nim
|
7f6e800caf
move assertions out of system (#19599)
|
преди 3 години |
btrees.nim
|
4c46358db1
remove shallowCopy for ARC/ORC (#20070)
|
преди 2 години |
ccgcalls.nim
|
50baf21eac
fixes #20422; emit nimPrepareStrMutationV2 for toOpenArray to keep th… (#21459)
|
преди 2 години |
ccgexprs.nim
|
38d299dfc0
fixes #20139; hash types based on its path relative to its package path (#21274) [backport:1.6]
|
преди 2 години |
ccgliterals.nim
|
de4b0346bd
store full definition AST for consts, fix noRewrite (#20115)
|
преди 2 години |
ccgmerge_unused.nim
|
a7133e0594
removed unused sections in codegen (#20976)
|
преди 2 години |
ccgreset.nim
|
ca1f3f36b9
no ropes WIP (#20433)
|
преди 2 години |
ccgstmts.nim
|
38d299dfc0
fixes #20139; hash types based on its path relative to its package path (#21274) [backport:1.6]
|
преди 2 години |
ccgthreadvars.nim
|
ca1f3f36b9
no ropes WIP (#20433)
|
преди 2 години |
ccgtrav.nim
|
ca1f3f36b9
no ropes WIP (#20433)
|
преди 2 години |
ccgtypes.nim
|
38d299dfc0
fixes #20139; hash types based on its path relative to its package path (#21274) [backport:1.6]
|
преди 2 години |
ccgutils.nim
|
93b59da490
fixes #20244; fixes castSizes warnings (#21102)
|
преди 2 години |
cgen.nim
|
05e8a60bb4
Add line directives for C code variables (#21466)
|
преди 2 години |
cgendata.nim
|
38f876dd48
fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now parses the whole module at one time (#21379)
|
преди 2 години |
cgmeth.nim
|
f8b5464f31
fix dispatcher call type [backport] (#20696)
|
преди 2 години |
closureiters.nim
|
a0653ae71a
fix closure iter state table init type [backport] (#20717)
|
преди 2 години |
cmdlinehelper.nim
|
7b09fd70ab
undefine C symbols in JS backend [backport:1.6] (#19437)
|
преди 3 години |
commands.nim
|
ff8ab06720
fixes #19396; Nimdoc hide nonexported fields (#21305)
|
преди 2 години |
concepts.nim
|
cc08a9015e
fixes #21263; consider all candidates for concept matches (#21265)
|
преди 2 години |
condsyms.nim
|
8e53fba083
replaces `pairs` with `keys` and `items`; saves 8 bytes (#21319)
|
преди 2 години |
debuginfo.nim
|
9c47bb9cc0
happy new year
|
преди 8 години |
debugutils.nim
|
6f4bacff67
Extend and document compiler debugging utilities (#19841)
|
преди 2 години |
depends.nim
|
d950e5f3a8
remove nosinks hacks from compiler (#21469)
|
преди 2 години |
dfa.nim
|
81087c949f
fixes #20572 (#20585)
|
преди 2 години |
docgen.nim
|
ff8ab06720
fixes #19396; Nimdoc hide nonexported fields (#21305)
|
преди 2 години |
docgen2.nim
|
d51a392149
replaces implicit passes array registed at runtime with explicit function calls; simplify compilation pipeline (#21444)
|
преди 2 години |
enumtostr.nim
|
08ae3467b9
refactorings (#20536)
|
преди 2 години |
errorhandling.nim
|
7f6e800caf
move assertions out of system (#19599)
|
преди 3 години |
evalffi.nim
|
a9bd78d579
fix #12122 (#21096)
|
преди 2 години |
evaltempl.nim
|
2cca38d33c
pragma for sfCallsite instead of name check + better semantics, test (#20464)
|
преди 2 години |
extccomp.nim
|
7dc80a7fef
Mitigate issues related to compiler options when cross-compiling (#21330)
|
преди 2 години |
filter_tmpl.nim
|
8bdb985395
fix wrong name (rnimsyn => renderer; pnimsyn => parser; scanner => lexer) (#18895)
|
преди 3 години |
filters.nim
|
7e747d11c6
Cosmetic compiler cleanup (#12718)
|
преди 5 години |
gorgeimpl.nim
|
fa60378a7f
Return error message in output of gorge/staticExec. (#18942)
|
преди 2 години |
guards.nim
|
0faae4d5e2
fixes a strict case object problem that has been reported on the forum (#20614)
|
преди 2 години |
hlo.nim
|
81087c949f
fixes #20572 (#20585)
|
преди 2 години |
idents.nim
|
7f6e800caf
move assertions out of system (#19599)
|
преди 3 години |
importer.nim
|
5a995ffc53
fix #18986; Import/except doesn't work on devel [backport: 1.6] (#19687)
|
преди 3 години |
index.nim
|
3cf88c2b49
walkDirRecFilter, update doc CI filter, compiler/index.nim for docs + various other fixes (#14501)
|
преди 4 години |
injectdestructors.nim
|
38d299dfc0
fixes #20139; hash types based on its path relative to its package path (#21274) [backport:1.6]
|
преди 2 години |
installer.ini
|
b2c5f8a05f
fixes #21461 (#21463)
|
преди 2 години |
int128.nim
|
8a19ac2070
fixes #21393 and misc style changes (#21419)
|
преди 2 години |
isolation_check.nim
|
7f6e800caf
move assertions out of system (#19599)
|
преди 3 години |
jsgen.nim
|
6994e1b1d7
`--embedsrc` for JavaScript (#21467)
|
преди 2 години |
jstypes.nim
|
4ae598762e
fixes #21439; Add tyOpenArray to genTypeInfo. (#21440)
|
преди 2 години |
lambdalifting.nim
|
9afb466d73
Force lambda lifting for getImplTransformed. Hacky. Fixes #19818 (#21031)
|
преди 2 години |
layouter.nim
|
a15872ba9e
refactor strongSpaceB with an enum (#20809)
|
преди 2 години |
lexer.nim
|
7031ea65cd
Implemented basic macro expand functionality (#20579)
|
преди 2 години |
liftdestructors.nim
|
38d299dfc0
fixes #20139; hash types based on its path relative to its package path (#21274) [backport:1.6]
|
преди 2 години |
liftlocals.nim
|
2f213db7ee
fixes #11225; generic sandwich problems; [backport:1.2] (#17255)
|
преди 4 години |
lineinfos.nim
|
2620da9bf9
docgen: implement cross-document links (#20990)
|
преди 2 години |
linter.nim
|
70c25c45d6
fixes #20397; fixes stylecheck regression (#20398)
|
преди 2 години |
llstream.nim
|
7f6e800caf
move assertions out of system (#19599)
|
преди 3 години |
lookups.nim
|
cc08a9015e
fixes #21263; consider all candidates for concept matches (#21265)
|
преди 2 години |
lowerings.nim
|
424e87fd09
Fixed noinit pragma for closure variables (#20101)
|
преди 2 години |
macrocacheimpl.nim
|
cf6dd57efe
IC: next steps (#16632)
|
преди 4 години |
magicsys.nim
|
7e94420847
cString => cSourceString; tyCString => tyCstring so that error msgs show cstring, not cString (#17744)
|
преди 4 години |
main.nim
|
d51a392149
replaces implicit passes array registed at runtime with explicit function calls; simplify compilation pipeline (#21444)
|
преди 2 години |
modulegraphs.nim
|
d51a392149
replaces implicit passes array registed at runtime with explicit function calls; simplify compilation pipeline (#21444)
|
преди 2 години |
modulepaths.nim
|
d30c6419a0
Refactor and doc package handling, module name mangling (#19821)
|
преди 2 години |
modules.nim
|
d51a392149
replaces implicit passes array registed at runtime with explicit function calls; simplify compilation pipeline (#21444)
|
преди 2 години |
msgs.nim
|
70fe360456
Use `ErrorColor` when a warning that is turned into an error is raised (#21131)
|
преди 2 години |
ndi.nim
|
7f6e800caf
move assertions out of system (#19599)
|
преди 3 години |
nilcheck.nim
|
81087c949f
fixes #20572 (#20585)
|
преди 2 години |
nim.cfg
|
93b59da490
fixes #20244; fixes castSizes warnings (#21102)
|
преди 2 години |
nim.nim
|
7c6dcfd968
Implicitly set noNimblePath when nimble.lock is present (#21266)
|
преди 2 години |
nimblecmd.nim
|
7f6e800caf
move assertions out of system (#19599)
|
преди 3 години |
nimconf.nim
|
82319ef00d
fix #8219; nim check/dump shouldn't run single nimscript project [backport: 1.6] (#19641)
|
преди 3 години |
nimeval.nim
|
d51a392149
replaces implicit passes array registed at runtime with explicit function calls; simplify compilation pipeline (#21444)
|
преди 2 години |
nimlexbase.nim
|
7f6e800caf
move assertions out of system (#19599)
|
преди 3 години |
nimpaths.nim
|
088487f652
Implement Markdown definition lists (+ migration) (#20333)
|
преди 2 години |
nimsets.nim
|
7f6e800caf
move assertions out of system (#19599)
|
преди 3 години |
nodejs.nim
|
0ae2d1ea88
Improve error message when NodeJS is not installed and 'nim js -r' is run (#18978)
|
преди 3 години |
nversion.nim
|
39290cf88c
Fix spellings (#12277) [backport]
|
преди 5 години |
optimizer.nim
|
a137e50150
fixes #19291; implements `wasMoved` hook (#21303)
|
преди 2 години |
options.nim
|
3b9e9fd7b2
Add support for NuttX RTOS. (#21372)
|
преди 2 години |
packagehandling.nim
|
d30c6419a0
Refactor and doc package handling, module name mangling (#19821)
|
преди 2 години |
packages.nim
|
e8ae2dc90b
bootstrap the compiler with nimPreviewSlimSystem (#20176)
|
преди 2 години |
parampatterns.nim
|
8d47bf1822
new move analyser2 (#20471)
|
преди 2 години |
parser.nim
|
406d302131
allow omitting stmts using `finally` as post expr blocks; make it consistent with `else`, `except` etc. (#21361)
|
преди 2 години |
passaux.nim
|
b8dc58d884
test removing dollar for objects out of system (#20242)
|
преди 2 години |
passes.nim
|
d950e5f3a8
remove nosinks hacks from compiler (#21469)
|
преди 2 години |
pathutils.nim
|
38d299dfc0
fixes #20139; hash types based on its path relative to its package path (#21274) [backport:1.6]
|
преди 2 години |
patterns.nim
|
81087c949f
fixes #20572 (#20585)
|
преди 2 години |
pipelines.nim
|
d51a392149
replaces implicit passes array registed at runtime with explicit function calls; simplify compilation pipeline (#21444)
|
преди 2 години |
pipelineutils.nim
|
d51a392149
replaces implicit passes array registed at runtime with explicit function calls; simplify compilation pipeline (#21444)
|
преди 2 години |
platform.nim
|
3b9e9fd7b2
Add support for NuttX RTOS. (#21372)
|
преди 2 години |
pluginsupport.nim
|
a325692fb2
refactoring: fewer global variables
|
преди 6 години |
pragmas.nim
|
38f876dd48
fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now parses the whole module at one time (#21379)
|
преди 2 години |
prefixmatches.nim
|
57bd64582c
move tests under the compiler directory to testament (#16096)
|
преди 4 години |
procfind.nim
|
4b9eea2fcc
Fix forward declarations in shadow scope contexts (#15386)
|
преди 4 години |
readme.md
|
14f76f721d
refactor: renamed readme to readme.md (#14283)
|
преди 4 години |
renderer.nim
|
ff8ab06720
fixes #19396; Nimdoc hide nonexported fields (#21305)
|
преди 2 години |
renderverbatim.nim
|
e8ae2dc90b
bootstrap the compiler with nimPreviewSlimSystem (#20176)
|
преди 2 години |
reorder.nim
|
5b20f0685c
fixes pragmas reorder (#21205)
|
преди 2 години |
rodutils.nim
|
b6bfe38ff5
move formatfloat out of system (#20195)
|
преди 2 години |
ropes.nim
|
081dfea746
Fix "imported but not used" warnings (#20575)
|
преди 2 години |
saturate.nim
|
6a621b35e7
fix warnings for deprecated `low` and `high` (#15291)
|
преди 4 години |
scriptconfig.nim
|
d51a392149
replaces implicit passes array registed at runtime with explicit function calls; simplify compilation pipeline (#21444)
|
преди 2 години |
sem.nim
|
d950e5f3a8
remove nosinks hacks from compiler (#21469)
|
преди 2 години |
semcall.nim
|
7bde421e4d
Fix #21272: Rewrite parts of pickBestCandidate (#21465)
|
преди 2 години |
semdata.nim
|
fc35f83eee
fixes #21260; add check for illegal recursion for defaults (#21270)
|
преди 2 години |
semexprs.nim
|
9948fed919
fixes #21326; fixes #7375; fixes #11986; fixes #9607; rework quote do; `getAst` uses type info to annotate the type of quoted variables; no more type erasures for quoted variables (#21433)
|
преди 2 години |
semfields.nim
|
ef29987781
An unnamed break in a block now gives an `UnnamedBreak` warning (#20901)
|
преди 2 години |
semfold.nim
|
8e53fba083
replaces `pairs` with `keys` and `items`; saves 8 bytes (#21319)
|
преди 2 години |
semgnrc.nim
|
81087c949f
fixes #20572 (#20585)
|
преди 2 години |
seminst.nim
|
d950e5f3a8
remove nosinks hacks from compiler (#21469)
|
преди 2 години |
semmacrosanity.nim
|
da0a2fdca2
Unpack mSlice tupleconstr for static openarrays (#20615)
|
преди 2 години |
semmagic.nim
|
fc35f83eee
fixes #21260; add check for illegal recursion for defaults (#21270)
|
преди 2 години |
semobjconstr.nim
|
fc35f83eee
fixes #21260; add check for illegal recursion for defaults (#21270)
|
преди 2 години |
semparallel.nim
|
3d5edb41be
fixes #20958; fixes the return type of slice function [backport] (#20959)
|
преди 2 години |
sempass2.nim
|
8a19ac2070
fixes #21393 and misc style changes (#21419)
|
преди 2 години |
semstmts.nim
|
448db3623d
indent
|
преди 2 години |
semstrictfuncs.nim
|
3812d91390
alternative, much simpler algorithm for strict func checking (#21066)
|
преди 2 години |
semtempl.nim
|
05c6db6500
underscores for routine parameters (#21192)
|
преди 2 години |
semtypes.nim
|
bbb6d2c69d
fixes #20695; fixes object with distinct defaults and tables (#21428)
|
преди 2 години |
semtypinst.nim
|
2564b5c938
Fix #20416. Enable the recursion limit for ref/ptr types. (#21092)
|
преди 2 години |
sighashes.nim
|
38d299dfc0
fixes #20139; hash types based on its path relative to its package path (#21274) [backport:1.6]
|
преди 2 години |
sigmatch.nim
|
d950e5f3a8
remove nosinks hacks from compiler (#21469)
|
преди 2 години |
sinkparameter_inference.nim
|
2ebd71bfd4
tiny refactoring related to sink parameter inference logic (#21064)
|
преди 2 години |
sizealignoffsetimpl.nim
|
b57a9637e8
fixes #20914; fixes the alignment of big sets (#20918)
|
преди 2 години |
sourcemap.nim
|
89a60939f8
Fix typo in sourcemap.nim (#21438)
|
преди 2 години |
spawn.nim
|
83dabb69ae
Fix bug in freshVarForClosureIter. Fixes #18474 (#19675) [backport]
|
преди 3 години |
suggest.nim
|
d51a392149
replaces implicit passes array registed at runtime with explicit function calls; simplify compilation pipeline (#21444)
|
преди 2 години |
syntaxes.nim
|
42ac50e988
fixes #19662; Indent level errored for first line (#19718)
|
преди 2 години |
tccgen.nim
|
e8657c7107
make implicit cstring conversions explicit (#19488)
|
преди 2 години |
transf.nim
|
9afb466d73
Force lambda lifting for getImplTransformed. Hacky. Fixes #19818 (#21031)
|
преди 2 години |
trees.nim
|
2e4b6b94e6
Revert "fix #16185 (#16195)" (#16197)
|
преди 4 години |
treetab.nim
|
7f6e800caf
move assertions out of system (#19599)
|
преди 3 години |
typeallowed.nim
|
3eef0491a8
fix a few "broken link" warnings (#20837)
|
преди 2 години |
types.nim
|
91ce8c385d
fix #19580; add warning for bare except: clause (#21099)
|
преди 2 години |
typesrenderer.nim
|
e8ae2dc90b
bootstrap the compiler with nimPreviewSlimSystem (#20176)
|
преди 2 години |
varpartitions.nim
|
81087c949f
fixes #20572 (#20585)
|
преди 2 години |
vm.nim
|
d950e5f3a8
remove nosinks hacks from compiler (#21469)
|
преди 2 години |
vmconv.nim
|
07be1791ba
fix #21045; getTime with vmopsDanger is broken; alternative to #21054 (#21056)
|
преди 2 години |
vmdef.nim
|
4647c7b596
fixes #14409; fixes #10674 VM callbacks switch to table-index seqs (#21297)
|
преди 2 години |
vmdeps.nim
|
7f6e800caf
move assertions out of system (#19599)
|
преди 3 години |
vmgen.nim
|
1b1412f3d1
fixes #10938; fixes #13312; fixes #13918; fixes #20985; always initializes global variables with null values in VM (#21351)
|
преди 2 години |
vmhooks.nim
|
7f6e800caf
move assertions out of system (#19599)
|
преди 3 години |
vmmarshal.nim
|
b6bfe38ff5
move formatfloat out of system (#20195)
|
преди 2 години |
vmops.nim
|
900fe8f501
Add `contains` to `std/macrocache` (#21304)
|
преди 2 години |
vmprofiler.nim
|
f92d2eaa35
cleanup of PR #14833 (VM profiler)
|
преди 4 години |
wordrecg.nim
|
4459c272ec
remove `enumUtilsExist` defines (#21309)
|
преди 2 години |