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
/
misc
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now pa...
ringabout
2023-02-22
2
-2
/
+3
*
megatest now checks refc too (#21341)
ringabout
2023-02-09
2
-1
/
+6
*
fix #20253 (#21174)
Bung
2023-01-13
1
-0
/
+10
*
fix #14667 (#21190)
Bung
2022-12-28
1
-0
/
+12
*
add test case for #20289 (#21180)
Bung
2022-12-27
1
-0
/
+15
*
fix #11634 (#21146)
Bung
2022-12-23
1
-0
/
+20
*
Don't repeat suggestions for same symbol (#21140)
Jake Leahy
2022-12-22
3
-27
/
+48
*
fix #16541 (#21148)
Bung
2022-12-22
1
-0
/
+12
*
fixes #19292; fixes #21122; fixes putEnv and setEnv with vcc (#21143)
ringabout
2022-12-20
1
-0
/
+6
*
fix #21109 (#21127)
Bung
2022-12-19
1
-0
/
+13
*
generic `define` pragma + string alias (#20979)
metagn
2022-12-13
1
-16
/
+48
*
fix #15836 proc arg return type auto unexpectly match proc with concr… (#21...
Bung
2022-12-12
2
-0
/
+23
*
deprecate `do:` meaning `do ():` + misc cleanup (#20927)
metagn
2022-12-06
1
-1
/
+1
*
fixes #20914; fixes the alignment of big sets (#20918)
ringabout
2022-11-26
1
-0
/
+29
*
add a testcase for vcc (#20915)
ringabout
2022-11-25
1
-0
/
+9
*
fixes a severe bug of testament (#20832)
ringabout
2022-11-17
1
-0
/
+1
*
fixes a CI error (#20834)
ringabout
2022-11-14
1
-1
/
+1
*
Fix #18079 Illegal storage access compiling call with nested ref/deref (#20738)
Bung
2022-11-04
1
-0
/
+11
*
fix #20272 range of uint64 shows signed upper bound (#20702)
Bung
2022-11-01
1
-0
/
+4
*
fix #16264 low(Time) OverflowDefect (#20552)
Bung
2022-10-29
1
-0
/
+2
*
fixes nim check with orc (#20456)
ringabout
2022-10-02
2
-0
/
+15
*
remove hack for deprecated csize in compiler (#20463)
metagn
2022-10-01
1
-5
/
+1
*
moderate system cleanup & refactor (#20355)
metagn
2022-09-28
3
-43
/
+47
*
close #15955; add a test case (#20414)
ringabout
2022-09-24
3
-0
/
+37
*
defaults to ORC (#19972)
ringabout
2022-09-23
4
-3
/
+18
*
remove deprecated type pragma syntax, fix bugs that required it (#20199)
metagn
2022-09-03
1
-3
/
+2
*
Revert "fix #19600 No error checking on fclose (#19836)" (#20297)
ringabout
2022-09-02
1
-10
/
+0
*
fixes the regressions caused by the fix for #20107 [backport] (#20287)
Andreas Rumpf
2022-08-31
1
-0
/
+1
*
fix #19600 No error checking on fclose (#19836)
Bung
2022-08-29
1
-0
/
+9
*
remove some deprecated pre-1.0 stdlib modules (#20202)
metagn
2022-08-23
1
-48
/
+0
*
remove {.this.} pragma, deprecated since 0.19 (#20201)
metagn
2022-08-23
2
-35
/
+88
*
fixes #20162; locals doesn't work with ORC [backport] (#20163)
ringabout
2022-08-23
1
-0
/
+1
*
fixes #11953; jsondoc creates no files unless the htmldocs dir is created (#2...
ringabout
2022-08-20
1
-0
/
+16
*
fixes #20149; fixes #16762; hintAsError and warningAsError now ignore foreign...
ringabout
2022-08-19
2
-0
/
+8
*
closes #15316; add testcase (#20213)
ringabout
2022-08-13
2
-0
/
+7
*
fixes #20132; fixes the broken jsondoc comand [backport] (#20135)
ringabout
2022-08-04
2
-0
/
+28
*
allow dots in defined() (#20010)
metagn
2022-07-12
1
-2
/
+17
*
test for #19046 (#19839)
Bung
2022-06-10
1
-0
/
+19
*
fixes #18612; apply cache and memcmp for methods in arc/orc (#19749)
flywind
2022-04-26
1
-0
/
+4
*
fix #19680; check if stderr is static (#19709)
flywind
2022-04-12
1
-0
/
+10
*
fix #17286 nim check -b:js works (#19704)
flywind
2022-04-09
1
-0
/
+16
*
fix #8219; nim check/dump shouldn't run single nimscript project [backport: 1...
flywind
2022-03-26
1
-0
/
+5
*
deprecate unsafeAddr; extend addr (#19373)
flywind
2022-01-16
1
-1
/
+1
*
style usages part one (openarray => openArray) (#19321)
flywind
2022-01-04
3
-3
/
+3
*
fixes #19015 [backport:1.6] (#19204)
Andreas Rumpf
2021-12-04
1
-0
/
+3
*
fix RFC #341: dot-like operators are now parsed with same precedence as `.` (...
Timothee Cour
2021-08-25
1
-0
/
+27
*
sigmatch: support optional params with last block arg(s) (#18631)
Timothee Cour
2021-08-20
1
-0
/
+81
*
properly fix #10053 ; `FieldDefect` msg now shows discriminant value + linein...
Timothee Cour
2021-08-13
2
-3
/
+43
*
mitigates #12815 (#18557)
Andreas Rumpf
2021-07-22
1
-2
/
+15
*
fixes #12815 (#18554)
Andreas Rumpf
2021-07-22
1
-0
/
+13
[next]