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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
'[]' can now be used for iterators (#18814)
Jason Beetham
2021-09-06
1
-0
/
+14
*
fixes #14165, fixes #18739, fix the second example of #6269 (#18812)
Andreas Rumpf
2021-09-06
1
-0
/
+50
*
Fix recursive generic typed defs (#18809)
Jason Beetham
2021-09-06
1
-0
/
+12
*
unicode operator bugfixes (#18802)
Andreas Rumpf
2021-09-04
1
-1
/
+3
*
fixes #16246 (#18800)
Andreas Rumpf
2021-09-04
1
-0
/
+11
*
remove channels (#18801)
flywind
2021-09-04
3
-422
/
+0
*
implements https://github.com/nim-lang/RFCs/issues/407 (#18793)
Andreas Rumpf
2021-09-03
1
-0
/
+9
*
implemented Unicode operators (#18789)
Andreas Rumpf
2021-09-03
2
-0
/
+15
*
fixes #18769 (#18790)
Andreas Rumpf
2021-09-03
1
-1
/
+10
*
fixes #16325 [backport:1.4] (#18784)
Andreas Rumpf
2021-09-02
1
-0
/
+20
*
sequtils now support strict effect tracking (#18782)
Andreas Rumpf
2021-09-02
1
-0
/
+5
*
Fix initrand to avoid random number sequences overlapping (#18744)
Tomohiro
2021-09-02
2
-4
/
+30
*
strict effects (#18777)
Andreas Rumpf
2021-09-02
10
-22
/
+124
*
fix #9778 (pairs iterator calling a helper proc with tuple return type will c...
flywind
2021-09-02
1
-0
/
+256
*
Implement RFC-413 (#18749)
Juan Carlos
2021-08-26
1
-1
/
+0
*
fixes #14511 [backport:1.4] (#18732)
Dankr4d
2021-08-25
1
-0
/
+54
*
fix RFC #341: dot-like operators are now parsed with same precedence as `.` (...
Timothee Cour
2021-08-25
2
-0
/
+28
*
Fix #18718 (#18731)
konsumlamm
2021-08-23
1
-42
/
+51
*
Implement RFC-391 (#18585)
Juan Carlos
2021-08-22
1
-1
/
+0
*
replace wrt with proper word (#18724)
flywind
2021-08-22
1
-1
/
+1
*
fix deprecated example (#18721)
flywind
2021-08-21
1
-7
/
+15
*
add testcase for overloadable_enums (#18722)
flywind
2021-08-21
1
-0
/
+29
*
sigmatch: support optional params with last block arg(s) (#18631)
Timothee Cour
2021-08-20
1
-0
/
+81
*
fix #18627(Program segfaults with ARC when using openArray[string]) (#18713)
flywind
2021-08-19
1
-0
/
+24
*
Add ceilDiv to math (#18596)
Tomohiro
2021-08-19
1
-0
/
+40
*
improvements to `addInt` and `$` for integer types (#18592)
Timothee Cour
2021-08-19
3
-78
/
+62
*
asynchttpserver: ipv6 support (#18706)
Emery Hemingway
2021-08-18
1
-1
/
+1
*
fix #18702(fix `parseutils.parseFloat`) (#18703) [backport:1.0]
flywind
2021-08-16
1
-2
/
+11
*
properly fix #10053 ; `FieldDefect` msg now shows discriminant value + linein...
Timothee Cour
2021-08-13
2
-3
/
+43
*
fix a sqlite bug (#18669)
flywind
2021-08-12
1
-0
/
+28
*
fix #18670 quoteShellCommand, quoteShell, quoteShellWindows on windows (#18671)
Timothee Cour
2021-08-12
1
-1
/
+12
*
fixes #18643 [backport:1.0] (#18678)
Andreas Rumpf
2021-08-12
1
-0
/
+11
*
fix: `var a{.foo.} = expr` inside templates (refs #15920) (except when `foo` ...
Timothee Cour
2021-08-11
3
-2
/
+75
*
Only allow IPv4 literals in strict form (#18656)
Christian Ulrich
2021-08-08
2
-41
/
+84
*
improve several tests in testament (#18635)
Timothee Cour
2021-08-08
6
-38
/
+37
*
make proc names consistent (#18626)
flywind
2021-08-01
6
-6
/
+6
*
fix #18620 (#18624)
flywind
2021-08-01
1
-0
/
+17
*
exportC => exportc (#18625)
Timothee Cour
2021-07-31
1
-1
/
+1
*
Remove tracking of environment from osenv.nim v2 (#18575)
Timothee Cour
2021-07-29
3
-27
/
+67
*
various small documentation improvements (#18602)
Miran
2021-07-28
1
-5
/
+5
*
implements overloadable enum values; WIP (#18470)
Andreas Rumpf
2021-07-28
2
-1
/
+49
*
support same-line doc comments in routines (#18595)
Timothee Cour
2021-07-27
1
-0
/
+27
*
fixes #18543 (#18601)
Andreas Rumpf
2021-07-27
1
-12
/
+13
*
fixes #18579 (#18600)
Andreas Rumpf
2021-07-27
1
-0
/
+26
*
Fixed const tuples in inferred generics (#18598)
Jason Beetham
2021-07-27
1
-0
/
+14
*
fixes #18565 (#18593)
Andreas Rumpf
2021-07-27
3
-0
/
+19
*
fix #18578 (#18580)
flywind
2021-07-27
2
-0
/
+23
*
followup #18453 (#18582)
Timothee Cour
2021-07-25
2
-17
/
+17
*
rename nimFpRoundtrips => nimPreviewFloatRoundtrip (#18566)
Timothee Cour
2021-07-23
3
-7
/
+7
*
std/random: fix overflow bugs; fixes #16360; fixes #16296; fixes #17670 (#18456)
Timothee Cour
2021-07-23
1
-1
/
+62
[prev]
[next]