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
*
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
*
'lock levels' are deprecated, now a noop (#20539)
ringabout
2022-10-11
9
-42
/
+39
*
fix #18886 crash on ambiguous proc cast (#20472)
Bung
2022-10-10
1
-0
/
+18
*
add default field support for object in ARC/ORC (#20480)
ringabout
2022-10-04
1
-1
/
+1
*
fixes nim check with orc (#20456)
ringabout
2022-10-02
1
-1
/
+1
*
Fix #19224 For loops over a hardcoded empty array crash the compiler (#20476)
Bung
2022-10-01
1
-0
/
+12
*
fix #2614 improve error message when array of proc calling convention… (#20...
Bung
2022-09-26
2
-9
/
+33
*
defaults to ORC (#19972)
ringabout
2022-09-23
1
-1
/
+2
*
Improve error message when instantiating generics with object constructor (#2...
Bung
2022-09-21
1
-0
/
+5
*
report expression has no type other than has to be used (or discarded… (#20...
Bung
2022-09-20
1
-0
/
+6
*
fix #19882 Improve error message when instantiating generics that lac… (#20...
Bung
2022-09-19
1
-0
/
+10
*
minor improvements to follow up recent PRs (#20342)
metagn
2022-09-14
2
-2
/
+2
*
remove deprecated type pragma syntax, fix bugs that required it (#20199)
metagn
2022-09-03
1
-1
/
+1
*
[Testament] Extend and document message testing aids (#19996)
quantimnot
2022-09-01
1
-13
/
+12
*
remove unused sfProcvar, "procvar" mentions (#20204)
metagn
2022-08-24
1
-1
/
+1
*
fixes #18983 #5282 #13008; recursive types casue infinite type (#20172)
ringabout
2022-08-23
2
-0
/
+12
*
remove a special case in sigmatch; distinct pointer types no longer match `ni...
ringabout
2022-08-23
1
-0
/
+23
*
Stop type aliases from inheriting sfUsed (#19861)
quantimnot
2022-06-04
1
-13
/
+40
*
deprecate unsafeAddr; extend addr (#19373)
flywind
2022-01-16
2
-2
/
+2
*
style usages part one (openarray => openArray) (#19321)
flywind
2022-01-04
3
-4
/
+4
*
asynchttpserver: ipv6 support (#18706)
Emery Hemingway
2021-08-18
1
-1
/
+1
*
implements overloadable enum values; WIP (#18470)
Andreas Rumpf
2021-07-28
1
-1
/
+1
*
rename nimFpRoundtrips => nimPreviewFloatRoundtrip (#18566)
Timothee Cour
2021-07-23
1
-1
/
+1
*
make -d:nimFpRoundtrips work consistently in vm vs rt, fix #18400, etc (#18531)
Timothee Cour
2021-07-20
1
-8
/
+6
*
make dragonbox opt-in via -d:nimFpRoundtrips (#18504)
Andreas Rumpf
2021-07-16
1
-6
/
+8
*
improve `--declaredLocs` to help disambiguate types (generics, aliases etc) (...
Timothee Cour
2021-07-08
3
-4
/
+96
*
Make procedure mismatch more informative with pragma/call convention mismatch...
Jason Beetham
2021-07-06
1
-0
/
+74
*
float parsing: Add test for a fixed issue (#18232)
Kaushal Modi
2021-06-24
1
-11
/
+18
*
fix #18332: XDeclaredButNotUsed hints now in deterministic order (#18336)
Timothee Cour
2021-06-24
1
-11
/
+13
*
fix #18327 (#18328)
flywind
2021-06-22
1
-0
/
+5
*
add test case for pure enum redefinition error within enum (fixed in recent P...
Timothee Cour
2021-06-15
1
-7
/
+14
*
Small scope refactoring (#18263)
Clyybber
2021-06-14
1
-0
/
+12
*
followup #17777: declaredloc field error msgs now work with generics (#18259)
Timothee Cour
2021-06-14
1
-15
/
+25
*
more informative error msg for undeclared field (`A(badfield: 1)` and `a.badf...
Timothee Cour
2021-05-16
1
-0
/
+40
*
fix #17859; rename tests so they run in CI; merge several tests with nim chec...
Timothee Cour
2021-04-27
7
-54
/
+44
*
fix typo in test name undeclared_routime.nim => undeclared_routine.nim (#17861)
Timothee Cour
2021-04-26
7
-17
/
+17
*
fix CI tests/errmsgs/tgcsafety.nim (#17721)
Timothee Cour
2021-04-14
1
-1
/
+1
*
simplify asyncfutures, asyncmacro (#17633)
Timothee Cour
2021-04-14
1
-1
/
+2
*
close #17636 (#17643)
flywind
2021-04-06
5
-8
/
+3
*
fix #16693: testament spec nimout too lax (#16698)
flywind
2021-04-04
2
-2
/
+2
*
fix #14850: `repr` now correctly renders `do` (#17623)
Timothee Cour
2021-04-03
1
-2
/
+2
*
[nim check]fix #17460 (#17569)
flywind
2021-03-29
1
-0
/
+19
*
fixed dot operator recursive loop & macro suggest (#16922)
Saem Ghani
2021-02-15
1
-7
/
+8
*
typeToString: type float => typedesc[float] (#17011)
Timothee Cour
2021-02-12
4
-8
/
+8
*
fix floats slice (#16853)
flywind
2021-01-29
1
-3
/
+3
[next]