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
/
errmsgs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "make default values typed in proc AST same as param sym AST" (#24191)
metagn
2024-09-27
1
-2
/
+2
*
make default values typed in proc AST same as param sym AST (#24184)
metagn
2024-09-27
1
-2
/
+2
*
fix nimsuggest crash with arrow type sugar (#24185)
metagn
2024-09-27
1
-1
/
+1
*
fix segfault in generic param mismatch error, skip typedesc (#24140)
metagn
2024-09-19
4
-2
/
+25
*
make `var`/pointer types not match if base type has to be converted (#24130)
metagn
2024-09-18
1
-2
/
+2
*
show symchoices as ambiguous in overload type mismatches (#24077)
metagn
2024-09-09
5
-0
/
+34
*
proper errors for subscript overloads (#24068)
metagn
2024-09-06
4
-33
/
+93
*
handle explicit generic routine instantiations in sigmatch (#24010)
metagn
2024-09-02
4
-22
/
+52
*
allow `untyped` arguments to fail to compile in overload mismatch error (#23984)
metagn
2024-08-20
1
-0
/
+37
*
make routine implicitly gensym when other gensym symbol exists again (#23842)
metagn
2024-07-16
1
-1
/
+1
*
fixes #3011; handles meta fields defined in the ref object (#23818)
ringabout
2024-07-11
1
-10
/
+24
*
fixes #22672; Destructor not called for result when exception is thrown (#23267)
ringabout
2024-06-06
1
-0
/
+9
*
fixes #23419; internal error with void in generic array instantiation (#23550)
ringabout
2024-05-01
1
-0
/
+5
*
fixes #23531; fixes invalid meta type accepted in the object fields (#23532)
ringabout
2024-04-26
1
-0
/
+61
*
fixes #23536; Stack trace with wrong line number when the proc called inside ...
ringabout
2024-04-26
1
-0
/
+26
*
workaround #23435; real fix pending #23279 (#23436)
ringabout
2024-04-18
1
-0
/
+12
*
stop gensym identifiers hijacking routine decl names in templates (#23392)
metagn
2024-04-09
1
-0
/
+25
*
fixes #22284; fixes #22282; don't override original parameters of inferred la...
ringabout
2024-03-09
1
-0
/
+25
*
don't use previous bindings of `auto` for routine return types (#23207)
metagn
2024-01-17
1
-1
/
+1
*
fixes #23180; fixes #19805; prohibits invalid tuple unpacking code in for loo...
ringabout
2024-01-13
1
-2
/
+2
*
delay resolved procvar check for proc params + acknowledge unresolved statics...
metagn
2024-01-11
1
-2
/
+2
*
ambiguous identifier resolution (#23123)
metagn
2024-01-01
1
-1
/
+1
*
fixes #23060; `editDistance` wrongly compare the length of rune strings (#23062)
ringabout
2023-12-13
1
-0
/
+5
*
fixes #22996; `typeAllowedCheck` for default fields (#22998)
ringabout
2023-11-29
1
-0
/
+7
*
fixes #22753; Nimsuggest segfault with invalid assignment to table (#22781)
ringabout
2023-10-02
2
-5
/
+45
*
fixes #10542; suppresses varargs conversion warnings (#22757)
ringabout
2023-09-26
1
-0
/
+24
*
make expressions opt in to symchoices (#22716)
metagn
2023-09-18
1
-1
/
+2
*
type annotations for variable tuple unpacking, better error messages (#22611)
metagn
2023-09-01
1
-1
/
+1
*
round out tuple unpacking assignment, support underscores (#22537)
metagn
2023-08-24
1
-1
/
+1
*
fixes #6499; disallow built-in procs used as procvars (#22291)
ringabout
2023-07-19
1
-0
/
+6
*
fixes #22049; fixes #22054; implicit conversion keeps varness (#22097)
ringabout
2023-06-16
1
-0
/
+9
*
some test cleanups & category reorganization (#22010)
metagn
2023-06-06
7
-0
/
+59
*
properly disallow unresolved generic proc values (#22005)
metagn
2023-06-05
1
-0
/
+10
*
clean up SOME pending/xxx/issue link comments (#21826)
metagn
2023-05-11
1
-22
/
+6
*
cheap fix for #10853 + better tuple subscript error message (#21767)
metagn
2023-05-02
2
-0
/
+5
*
alias syntax fixes, improvements and tests (#21671)
metagn
2023-04-22
1
-10
/
+10
*
make --exceptions:quirky work with C++ (#21581)
Andreas Rumpf
2023-03-31
1
-1
/
+1
*
hopefully easier to understand error message (#21585)
Andreas Rumpf
2023-03-30
1
-2
/
+2
*
closes #16654; add a test case (#21478)
ringabout
2023-03-06
1
-0
/
+12
*
tests/errmsgs/tcall_with_default_arg.nim: sync (#21237)
Anna
2023-03-01
1
-1
/
+1
*
tests: explicitly enable stack traces where needed (#21236)
Anna
2023-03-01
3
-17
/
+20
*
fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now pa...
ringabout
2023-02-22
1
-3
/
+5
*
close #21257 (#21275)
metagn
2023-01-18
1
-0
/
+20
*
fixes #21195; `std/assertions` continue to use `sysFatal` when `nimPreviewSli...
ringabout
2022-12-29
1
-2
/
+2
*
fixes #14444; add `genLineDir` before assignment (#21201)
ringabout
2022-12-29
1
-0
/
+14
*
less verbose type mismatch messages (#21191)
ringabout
2022-12-28
2
-0
/
+44
*
fix for bad error message with const in case statement (#21182)
metagn
2022-12-27
1
-0
/
+7
*
Named arguments in commands + many grammar fixes (#20994)
metagn
2022-12-06
2
-3
/
+3
*
revert #20719; relieve `std/assertions` of the `sysFatal` dep (#20743)
ringabout
2022-11-04
1
-4
/
+5
*
fix semcase on tySequence and tyObject #20283 #19682 (#20339)
Bung
2022-11-01
1
-0
/
+29
[next]