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
*
Remove genToArray in jsgen, a PHP remnant (#13466)
hlaaftana
2020-02-22
1
-20
/
+0
*
Update advopt.txt to include link to nim cache docs (#13464)
Lee Matos
2020-02-22
1
-0
/
+1
*
relativePath("foo", "foo") is now ".", not "" (#13452)
Timothee Cour
2020-02-22
6
-8
/
+37
*
Consider proc as a pointer type in options (#13460)
hlaaftana
2020-02-21
2
-3
/
+14
*
fixes #13457 (#13458)
Andreas Rumpf
2020-02-21
2
-11
/
+19
*
make unzip faster: seq[i]=val can be 7X faster than seq.add(elem) (#13448)
Timothee Cour
2020-02-21
1
-5
/
+5
*
fixes #13444
Araq
2020-02-21
1
-1
/
+1
*
Make gdb script work on mac and linux; add windows gdb script (#13453)
Joey
2020-02-21
2
-4
/
+28
*
Fix #8648 - use parent streams to avoid hang (#13445)
genotrance
2020-02-20
1
-6
/
+5
*
Add `sequtils.unzip` to complement `sequtils.zip` (#13429)
Kaushal Modi
2020-02-20
2
-1
/
+16
*
Fixed non-working examples in Manual: Exception Handling (#13424)
Manav
2020-02-20
1
-1
/
+3
*
Remove testutils (#13435) [backport]
Clyybber
2020-02-19
4
-20
/
+11
*
[backport] pseudorandom probing for hash collision (#13418)
Timothee Cour
2020-02-19
12
-178
/
+258
*
fix incorrect lenTuple implementation (#13423)
Timothee Cour
2020-02-19
3
-11
/
+48
*
manual: documents changes regarding dynlib (#13425)
alaviss
2020-02-18
2
-5
/
+7
*
stdlib/system: add sink and move (#13283)
cooldome
2020-02-18
1
-44
/
+92
*
Update LICENSE (#13421)
Nな人(N na hito)
2020-02-17
2
-2
/
+2
*
Improved assertion error messages on usage of JsonNode iterators on wrong kin...
Ico Doornekamp
2020-02-17
1
-5
/
+5
*
Fix vertical tab in JSON. (#13399)
Khronos
2020-02-17
1
-1
/
+1
*
Add browsers.osOpen (#12901)
Juan Carlos
2020-02-15
2
-3
/
+9
*
capture macro now accepts variables of different types (#13356)
Clyybber
2020-02-15
2
-6
/
+16
*
Fix to asynchttpserver form data/body broken with #13147 (#13394)
Henrique Dias
2020-02-14
2
-44
/
+75
*
add ggplotnim to important_packages (#13206)
Miran
2020-02-14
1
-0
/
+1
*
isolate the build process from external config files (#13411)
Ștefan Talpalaru
2020-02-14
2
-5
/
+7
*
fix bug in int128 (#13403)
Arne Döring
2020-02-14
1
-3
/
+86
*
fixes #13368 (#13397)
cooldome
2020-02-14
3
-9
/
+22
*
Revert "remove dead code test_nimhcr_integration.(bat,sh) (#13388)" (#13396)
Andreas Rumpf
2020-02-12
2
-0
/
+27
*
fix linenoise regression (#13395)
Timothee Cour
2020-02-12
1
-11
/
+19
*
remove dead code test_nimhcr_integration.(bat,sh) (#13388)
Timothee Cour
2020-02-12
2
-27
/
+0
*
fixes #13378 [backport] (#13392)
Andreas Rumpf
2020-02-11
2
-0
/
+18
*
fix several bugs with `repr` (#13386)
Timothee Cour
2020-02-11
4
-8
/
+28
*
expectLen now shows the length that we got (#13387)
Clyybber
2020-02-11
1
-3
/
+3
*
Make vccexe parse response files (#13329)
Fredrik Høisæther Rasch
2020-02-11
1
-23
/
+43
*
lib.rst: add a link for jsconsole [backport] (#13383)
Jjp137
2020-02-11
1
-0
/
+3
*
fix #9634 don't crash on execCmdEx/readLine when inside gdb/lldb (#13232)
Timothee Cour
2020-02-11
1
-2
/
+15
*
fix #13374 `nim c -r -` now generates $nimcache/stdinfile (#13380) [backport]
Timothee Cour
2020-02-11
2
-6
/
+11
*
remove outplace version of 'merge' for CountTables (#13377)
Miran
2020-02-10
2
-19
/
+17
*
fix #13255 (#13275) [backport]
Arne Döring
2020-02-09
1
-2
/
+2
*
fix `is` with generic types; fix `genericHead(Foo[T])` (#13303)
Timothee Cour
2020-02-09
7
-20
/
+94
*
testament: this now works: "testament r /abspath/to/test.nim" (#13358)
Timothee Cour
2020-02-09
1
-2
/
+4
*
fixes #13314 (#13372)
Andreas Rumpf
2020-02-09
2
-5
/
+34
*
fixes #3339 by documenting the limitations of case-statement (#13366)
Miran
2020-02-08
1
-0
/
+29
*
Add sideEffect pragma to importC procs in posix, winlean and time module (#13...
Tomohiro
2020-02-08
4
-133
/
+145
*
Revert "printing float values will have one more digit. (#13276) [backport]" ...
Timothee Cour
2020-02-08
10
-45
/
+41
*
fix #6736: templates in unittest now show actual value (#13354)
Miran
2020-02-07
2
-1
/
+26
*
[backport] remove 'CountTable.mget' (#13355)
Miran
2020-02-07
2
-17
/
+9
*
[backport] fix #13352
narimiran
2020-02-07
2
-1
/
+6
*
printing float values will have one more digit. (#13276) [backport]
Arne Döring
2020-02-07
10
-41
/
+45
*
testament: introduce 'matrix' for testing multiple options (#13343)
Miran
2020-02-07
3
-19
/
+32
*
miscellaneous bug fixes (part 3) (#13304)
Timothee Cour
2020-02-07
6
-11
/
+13
[next]