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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
add weave to important packages (#17665)
flywind
2021-09-05
1
-0
/
+1
*
formal grammar updates [backport:1.2] (#18803)
Andreas Rumpf
2021-09-04
3
-48
/
+40
*
unicode operator bugfixes (#18802)
Andreas Rumpf
2021-09-04
2
-47
/
+63
*
fixes #16246 (#18800)
Andreas Rumpf
2021-09-04
4
-2
/
+22
*
remove channels (#18801)
flywind
2021-09-04
6
-923
/
+1
*
fix for js strict mode (#18799)
Sven Keller
2021-09-04
2
-5
/
+2
*
documented overloadable enums and changelog improvements (#18797)
Andreas Rumpf
2021-09-04
2
-22
/
+70
*
we need something better than warningAsError for effect handling viol… (#18...
Andreas Rumpf
2021-09-04
3
-5
/
+4
*
implements https://github.com/nim-lang/RFCs/issues/407 (#18793)
Andreas Rumpf
2021-09-03
9
-20
/
+103
*
implemented Unicode operators (#18789)
Andreas Rumpf
2021-09-03
6
-7
/
+117
*
remove unnecessary if statement (#18792)
flywind
2021-09-03
1
-6
/
+6
*
fixes #18769 (#18790)
Andreas Rumpf
2021-09-03
2
-2
/
+17
*
Document `-d:async_backend` flag (#18700)
Jacek Sieka
2021-09-03
1
-0
/
+28
*
fixes #18786 (#18788)
Andreas Rumpf
2021-09-03
1
-6
/
+5
*
testament --megatest:off now makes tests non-joinable so that they all run (#...
Timothee Cour
2021-09-03
2
-2
/
+2
*
fixes #18494 (#18783)
Andreas Rumpf
2021-09-02
1
-8
/
+34
*
fixes #16325 [backport:1.4] (#18784)
Andreas Rumpf
2021-09-02
2
-2
/
+21
*
sequtils now support strict effect tracking (#18782)
Andreas Rumpf
2021-09-02
2
-9
/
+19
*
Fix initrand to avoid random number sequences overlapping (#18744)
Tomohiro
2021-09-02
4
-20
/
+95
*
strict effects (#18777)
Andreas Rumpf
2021-09-02
35
-203
/
+482
*
fix #9778 (pairs iterator calling a helper proc with tuple return type will c...
flywind
2021-09-02
2
-11
/
+300
*
add Apple Silicon to supporting platforms (#18772)
flywind
2021-08-31
1
-1
/
+1
*
[minor]break loops after a candidate is added to seqs (#18770)
flywind
2021-08-31
1
-7
/
+9
*
Fix #15150 (#18730)
konsumlamm
2021-08-31
1
-1
/
+2
*
move PNode.comment to a side channel, reducing memory usage during compilatio...
Timothee Cour
2021-08-29
3
-27
/
+67
*
Remove `Covariance` section from the experimental manual (#18688)
konsumlamm
2021-08-29
1
-101
/
+63
*
add missing docs (#18758)
flywind
2021-08-29
1
-0
/
+1
*
followup #18759: make compiler build cleanly with 0 warnings/hints (#18764)
Timothee Cour
2021-08-28
2
-4
/
+4
*
more minor bootstrapping cleanups (#18759)
Miran
2021-08-28
3
-5
/
+0
*
[minor] break loops if it is ambiguous (#18745)
flywind
2021-08-27
1
-6
/
+7
*
Implement RFC-413 (#18749)
Juan Carlos
2021-08-26
4
-5
/
+8
*
followup #18711 grammar_nanny now reports unused non-terminals (#18746)
Timothee Cour
2021-08-26
1
-1
/
+5
*
fixes #14511 [backport:1.4] (#18732)
Dankr4d
2021-08-25
2
-11
/
+64
*
fix RFC #341: dot-like operators are now parsed with same precedence as `.` (...
Timothee Cour
2021-08-25
7
-5
/
+74
*
[minor]use `addInt` and `addFloat` (#18733)
flywind
2021-08-24
1
-2
/
+2
*
get rid of the warnings during bootstrapping (#18741)
Miran
2021-08-24
4
-5
/
+5
*
make deprecated message better (#18737)
flywind
2021-08-23
1
-1
/
+1
*
fix a typo (#18736)
flywind
2021-08-23
1
-1
/
+1
*
Fix #18718 (#18731)
konsumlamm
2021-08-23
2
-47
/
+59
*
Implement RFC-391 (#18585)
Juan Carlos
2021-08-22
3
-109
/
+107
*
fix #17898(randomPathName called twice in a row can return the same string on...
flywind
2021-08-22
1
-3
/
+17
*
replace wrt with proper word (#18724)
flywind
2021-08-22
5
-6
/
+8
*
fix deprecated example (#18721)
flywind
2021-08-21
2
-11
/
+27
*
add testcase for overloadable_enums (#18722)
flywind
2021-08-21
1
-0
/
+29
*
[docs]fix an item missing (#18717)
flywind
2021-08-20
1
-0
/
+1
*
sigmatch: support optional params with last block arg(s) (#18631)
Timothee Cour
2021-08-20
2
-1
/
+94
*
fix #18627(Program segfaults with ARC when using openArray[string]) (#18713)
flywind
2021-08-19
2
-1
/
+25
*
fix a typo (#18715)
flywind
2021-08-19
1
-1
/
+1
*
Add ceilDiv to math (#18596)
Tomohiro
2021-08-19
3
-0
/
+94
*
improvements to `addInt` and `$` for integer types (#18592)
Timothee Cour
2021-08-19
12
-187
/
+163
[prev]
[next]