This website requires JavaScript.
Explore
Projects
Krypton
CPU vs AI
Eko
Help
Register
Sign In
mirrors
/
Nim
Watch
1
Star
0
Fork
0
You've already forked Nim
mirror of
https://github.com/nim-lang/Nim.git
synced
2026-05-23 05:09:54 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b562e1e6d85d5c64eec1d714257e2f728e60f12f
Nim
/
tests
/
proc
History
metagn
4898b054ce
warn against
a, b = val
in routine arguments (
#21604
)
...
closes
https://github.com/nim-lang/RFCs/issues/480
2023-04-06 13:21:48 +02:00
..
t15949.nim
warn against
a, b = val
in routine arguments (
#21604
)
2023-04-06 13:21:48 +02:00
t17157.nim
fix
#18136
tests/proc/t17157.nim now gives SIGSEGV instead of error (
#20555
)
2022-10-13 06:39:43 +02:00
t19795.nim
fixes
#19795
;
fixes
#11852
;
fixes
#19974
; remove parsing pipeline, Nim now parses the whole module at one time (
#21379
)
2023-02-22 20:34:20 +01:00
tfunc_type.nim
testament spec: remove errmsg alias of errormsg (
#16188
)
2020-11-29 17:32:34 -08:00
tillegalreturntype.nim
fix
#15836
proc arg return type auto unexpectly match proc with concr… (
#21065
)
2022-12-12 06:26:18 +01:00
tlambdapragma.nim
Remove declPragmas from lambdas [backport:1.0] (
#16966
)
2021-02-09 14:23:06 +01:00
tproc.nim
…
tprocredef.nim
…
tunderscoreparam.nim
document general use of
_
, error message, fixes (
#21584
)
2023-03-30 15:34:42 +02:00
typed.nim
…
untyped.nim
…