index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
pragma for sfCallsite instead of name check + better semantics, test (#20464)
metagn
2022-10-03
2
-0
/
+37
*
fixes nim check with orc (#20456)
ringabout
2022-10-02
4
-1
/
+23
*
less test time costs (#20479)
Bung
2022-10-02
3
-12
/
+8
*
Fix #19224 For loops over a hardcoded empty array crash the compiler (#20476)
Bung
2022-10-01
1
-0
/
+12
*
move widestrs out of system (#20462)
metagn
2022-10-01
9
-2
/
+26
*
fix #19678 Broken behavior with string ranges in case labels (#20475)
Bung
2022-10-01
1
-0
/
+17
*
new move analyser2 (#20471)
Andreas Rumpf
2022-10-01
8
-15
/
+35
*
closed ambiguous enum defaults to first overload (#20457)
metagn
2022-10-01
2
-2
/
+10
*
remove hack for deprecated csize in compiler (#20463)
metagn
2022-10-01
1
-5
/
+1
*
make koch and tools work with `nimPreviewSlimSystem` (#20459)
ringabout
2022-09-30
3
-1
/
+9
*
Undeprecate isvalidfilename (#19643)
Juan Carlos
2022-09-29
1
-26
/
+47
*
refactor dbFormat (#19746)
ringabout
2022-09-29
2
-0
/
+26
*
fixed tstrimpl (#20452)
Andreas Rumpf
2022-09-29
1
-0
/
+2
*
Unicode Operators are no longer experimental (#20444)
ringabout
2022-09-28
1
-1
/
+0
*
fix #19500; remove find optimization [backport: 1.6] (#19714)
ringabout
2022-09-28
2
-0
/
+11
*
moderate system cleanup & refactor (#20355)
metagn
2022-09-28
8
-64
/
+69
*
store full definition AST for consts, fix noRewrite (#20115)
metagn
2022-09-28
6
-2
/
+87
*
fixes #19986; mutable view from immutable location (#20134)
ringabout
2022-09-28
1
-0
/
+42
*
Update message for checking `cast` (#20145)
konsumlamm
2022-09-28
2
-2
/
+2
*
fixes #20141; dereferencing pointer to incomplete type error with cast (#20147)
ringabout
2022-09-28
1
-0
/
+27
*
fixes #19457 seqs are not properly updated in loop with ARC/ORC (#19922)
ringabout
2022-09-28
2
-15
/
+38
*
fixes #19401; fixes #19402; rework Forward declaration and finalizer for ORC ...
ringabout
2022-09-27
2
-0
/
+64
*
make more standard libraries work with `nimPreviewSlimSystem` (#20343)
ringabout
2022-09-27
154
-53
/
+185
*
use almostEqual in tstats.nim (#20431)
n5m
2022-09-26
1
-8
/
+9
*
fix #18128 rfind on empty needle returns rightmost index (#20430)
n5m
2022-09-26
1
-13
/
+17
*
fix #2614 improve error message when array of proc calling convention… (#20...
Bung
2022-09-26
3
-12
/
+37
*
close #15955; add a test case (#20414)
ringabout
2022-09-24
3
-0
/
+37
*
defaults to ORC (#19972)
ringabout
2022-09-23
72
-126
/
+223
*
fix #17351; switch to c++17 and remove hacks (#20407)
ringabout
2022-09-23
1
-1
/
+11
*
Fixes #20348; only respect the recursion limit if the symbol's generic type ...
Aditya Siram
2022-09-22
1
-0
/
+123
*
fixes #20285; prevent oid time overflow at year 2038 (#20338)
ringabout
2022-09-22
1
-1
/
+10
*
Improve error message when instantiating generics with object constructor (#2...
Bung
2022-09-21
1
-0
/
+5
*
fixes #20397; fixes stylecheck regression (#20398)
ringabout
2022-09-21
3
-0
/
+19
*
fixes #20391; make of operator work with generics for ORC (#20395)
ringabout
2022-09-21
1
-0
/
+8
*
follow up #19968; add more tests (#20396)
ringabout
2022-09-20
1
-0
/
+60
*
report expression has no type other than has to be used (or discarded… (#20...
Bung
2022-09-20
1
-0
/
+6
*
fix #19882 Improve error message when instantiating generics that lac… (#20...
Bung
2022-09-19
1
-0
/
+10
*
fixes #19713; Revert "Remove tlsEmulation enabled from Windows + GCC config" ...
ringabout
2022-09-19
1
-0
/
+2
*
fixes Thread initializer for ARC/ORC on Macos (#20368)
ringabout
2022-09-16
1
-1
/
+1
*
Allow custom pragma on iterators [backport] (#20344)
Tanguy
2022-09-17
1
-0
/
+7
*
add testcase for #19020 (#20363)
ringabout
2022-09-15
1
-0
/
+12
*
fixes #19104; peg Incorrect captures [backport:1.6] (#20352)
ringabout
2022-09-15
1
-0
/
+4
*
partial revert and redesign of #19814, changelog (#20341)
metagn
2022-09-14
1
-21
/
+23
*
minor improvements to follow up recent PRs (#20342)
metagn
2022-09-14
2
-2
/
+2
*
nimgrep: add `--inContext` and `--notinContext` options (#19528)
Andrey Makarov
2022-09-14
1
-0
/
+402
*
fix #20233 Float ranges in case statement in JS crash compiler (#20349)
Bung
2022-09-14
1
-0
/
+7
*
disable tlsEmulation for ic tests (#20345)
ringabout
2022-09-14
1
-1
/
+1
*
Add testcase for bug #20305 (#20323)
Antonis Geralis
2022-09-13
1
-0
/
+25
*
fixes #19724; don't be aggressive when you infer sink parameters (#20314)
Andreas Rumpf
2022-09-12
1
-3
/
+3
*
Revert "fixes #20155; repr range with distinct types is broken with ORC" (#20...
Clay Sweetser
2022-09-11
1
-1
/
+0
[next]