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
*
adapt generic default parameters to recent generics changes (#24065)
metagn
2024-09-06
1
-3
/
+4
*
expose `rangeBase` typetrait, fix enum conversion warning (#24056)
metagn
2024-09-06
1
-0
/
+7
*
fixes #22553; regression of offsetof(T, anFieldOfUncheckedArray) (#24014)
ringabout
2024-08-27
1
-0
/
+8
*
adds a ubuntu 24.04 matrix with gcc 14 for tests (#23673)
ringabout
2024-08-20
1
-1
/
+6
*
fixes #23914; jsondoc broken in devel (#23916)
ringabout
2024-08-11
2
-2
/
+7
*
fixes #5901 #21211; don't fold cast function types because of gcc 14 (#23683)
ringabout
2024-06-05
1
-1
/
+6
*
fixes #23499; don't skip `addr` when constructing `bracketExpr` (#23503)
ringabout
2024-04-15
1
-0
/
+10
*
Show error when trying to run in folder that doesn't exist instead of asserti...
Jake Leahy
2024-01-23
1
-0
/
+6
*
don't use previous bindings of `auto` for routine return types (#23207)
metagn
2024-01-17
1
-1
/
+1
*
delay resolved procvar check for proc params + acknowledge unresolved statics...
metagn
2024-01-11
1
-1
/
+2
*
fixes #22844; uses arrays to store holeyenums for iterations; much more effic...
ringabout
2023-10-20
1
-0
/
+16
*
Add test case for #15351 (#22754)
Jake Leahy
2023-09-26
1
-0
/
+5
*
produce better code for object constructions and 'result' [backport] (#22668)
Andreas Rumpf
2023-09-11
1
-4
/
+7
*
add test for #3907 (#21069)
Bung
2023-08-06
1
-0
/
+10
*
fix #20883 Unspecified generic on default value segfaults the compiler (#21172)
Bung
2023-08-04
1
-0
/
+12
*
fixes CI; disable SSL tests on osx for now (#22304)
ringabout
2023-07-22
1
-0
/
+1
*
some test cleanups & category reorganization (#22010)
metagn
2023-06-06
41
-1467
/
+1
*
properly disallow unresolved generic proc values (#22005)
metagn
2023-06-05
1
-16
/
+0
*
fixes fieldDefect loses enum type info in ORC; consistent with VM and refc (#...
ringabout
2023-05-29
1
-2
/
+1
*
clean up SOME pending/xxx/issue link comments (#21826)
metagn
2023-05-11
4
-25
/
+13
*
tweak spellsuggest; three counts for equal distances candidates by default (#...
ringabout
2023-04-21
1
-1
/
+1
*
actually fix #19015 (#21680)
metagn
2023-04-17
1
-0
/
+28
*
int64/uint64 as bigint in JS (#21613)
metagn
2023-04-11
1
-4
/
+16
*
tuple unpacking for vars as just sugar, allowing nesting (#21563)
metagn
2023-03-28
1
-3
/
+0
*
add a prepass for codeReordering (#21513)
ringabout
2023-03-17
1
-1
/
+0
*
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
[next]