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
/
proc
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
-50
/
+0
*
make default values typed in proc AST same as param sym AST (#24184)
metagn
2024-09-27
1
-0
/
+50
*
fix inverted order of resolved `tyFromExpr` match (#24138)
metagn
2024-09-19
1
-0
/
+16
*
don't match arguments with typeclass type in generics (#24123)
metagn
2024-09-17
1
-0
/
+18
*
test case haul before 2.2 (#24119)
metagn
2024-09-17
2
-0
/
+21
*
fix calls to untyped arbitrary expressions in generics (#24100)
metagn
2024-09-13
1
-0
/
+47
*
fix CI, sem whole `when` stmts as generic stmt (#24072)
metagn
2024-09-08
1
-0
/
+15
*
generate tyFromExpr for `when` in generics (#24066)
metagn
2024-09-06
1
-1
/
+1
*
adapt generic default parameters to recent generics changes (#24065)
metagn
2024-09-06
2
-9
/
+27
*
handle explicit generic routine instantiations in sigmatch (#24010)
metagn
2024-09-02
3
-0
/
+95
*
generic issues test cases (#24028)
metagn
2024-08-30
1
-0
/
+31
*
sem generic proc param types like generic types + static instantiation fixes ...
metagn
2024-08-26
1
-0
/
+206
*
fix error messages for wrongly typed generic param default values (#24006)
metagn
2024-08-23
1
-0
/
+25
*
fixes #23869; sink generic typeclass (#23874)
Ryan McConnell
2024-07-22
1
-0
/
+26
*
don't use previous bindings of `auto` for routine return types (#23207)
metagn
2024-01-17
1
-0
/
+36
*
some test cleanups & category reorganization (#22010)
metagn
2023-06-06
10
-0
/
+406
*
warn against `a, b = val` in routine arguments (#21604)
metagn
2023-04-06
1
-10
/
+6
*
document general use of `_`, error message, fixes (#21584)
metagn
2023-03-30
1
-0
/
+13
*
fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now pa...
ringabout
2023-02-22
1
-0
/
+19
*
underscores for routine parameters (#21192)
metagn
2023-01-08
1
-0
/
+109
*
fix #15836 proc arg return type auto unexpectly match proc with concr… (#21...
Bung
2022-12-12
1
-1
/
+1
*
Revert "fix #15836 proc arg return type auto unexpectly match proc with concr...
ringabout
2022-12-09
1
-1
/
+1
*
fix #15836 proc arg return type auto unexpectly match proc with concr… (#21...
Bung
2022-12-09
1
-1
/
+1
*
fix #18136 tests/proc/t17157.nim now gives SIGSEGV instead of error (#20555)
Bung
2022-10-13
1
-1
/
+0
*
manual: Document that comma propagates the default values of parameters (#19080)
Kaushal Modi
2021-11-03
1
-0
/
+20
*
fix #18113 (#18124)
Saem Ghani
2021-05-31
1
-0
/
+1
*
close #17157 add testcase (#17531)
flywind
2021-03-27
1
-0
/
+6
*
Remove declPragmas from lambdas [backport:1.0] (#16966)
hlaaftana
2021-02-09
1
-0
/
+7
*
testament spec: remove errmsg alias of errormsg (#16188)
Timothee Cour
2020-11-29
2
-2
/
+2
*
allow typed/untyped in magic procs (#12911)
Timothee Cour
2019-12-17
1
-2
/
+10
*
fixes #12033 (#12039)
Arne Döring
2019-08-26
1
-2
/
+11
*
fixes #10838 (#10841)
cooldome
2019-03-18
1
-0
/
+14
*
typed/untyped return type is invalid for everything except templates and macr...
Neelesh Chandola
2019-01-15
1
-0
/
+12
*
proc does not take untyped/typed as argument (#9981)
Neelesh Chandola
2018-12-19
2
-0
/
+14
*
require errormsg to be specified before file.
Arne Döring
2018-12-11
1
-2
/
+1
*
Merge tests into a larger file (part 5 of ∞) (#9368)
Miran
2018-10-16
4
-37
/
+31
*
Pick skParam symbols when resolving type idents (#8720)
LemonBoy
2018-08-22
1
-0
/
+10
*
Update all the default parameters after an instantiation (#8689)
LemonBoy
2018-08-20
1
-0
/
+11
*
make tests green again
Andreas Rumpf
2018-05-02
1
-2
/
+2
*
tests: Trim .nim files trailing whitespace
Adam Strzelecki
2015-09-04
1
-4
/
+4
*
new tester; all tests categorized
Araq
2014-01-13
2
-0
/
+25