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
*
Continue #13002 (#13021)
Clyybber
2020-01-06
2
-38
/
+82
*
[cleanup] remove disabled (and obsolete) ttypetraits; rename ttypetraits2 => ...
Timothee Cour
2020-01-05
2
-102
/
+41
*
Allow `-o` option for `buildIndex` (#13037) [backport]
BinHong Lee
2020-01-05
1
-1
/
+4
*
Rst parser respect `:start-after:` and `:end-before:` in `include` directive ...
Kamanji
2020-01-05
2
-10
/
+118
*
fixes #12996
Araq
2020-01-05
1
-1
/
+2
*
reprjs: style changes
Araq
2020-01-05
1
-12
/
+12
*
fixes #13013, reverts previous changes to readLines() (#13036) [backport]
cooldome
2020-01-05
3
-5
/
+7
*
fix enumtostr crash for enum-range (#13035)
Jasper Jenkins
2020-01-05
2
-1
/
+13
*
VM: support importc var, ptr/pointer types, cast int <=> ptr/pointer (#12877)
Timothee Cour
2020-01-05
7
-35
/
+199
*
fixes #13032
Araq
2020-01-04
3
-8
/
+8
*
fixes #12964 (#13027)
Andreas Rumpf
2020-01-04
2
-2
/
+16
*
Fixes #13026 (#13028)
cooldome
2020-01-04
2
-2
/
+84
*
fix #12988 (#13022)
rockcavera
2020-01-03
1
-3
/
+3
*
fixes #12956 (#13020)
Andreas Rumpf
2020-01-03
2
-2
/
+4
*
fixes #12961 (#13019)
Andreas Rumpf
2020-01-03
2
-9
/
+23
*
Fix typo (#13015) [backport]
Siegfried Ehret
2020-01-03
1
-1
/
+1
*
fixes #12978 (#13012)
Andreas Rumpf
2020-01-03
2
-5
/
+30
*
remove default argument for readLines (#12807) [backport]
cooldome
2020-01-02
3
-5
/
+5
*
Sink to MemMove optimization in injectdestructors (#13002)
cooldome
2020-01-02
4
-26
/
+30
*
fix #12985 {.push.} now does not apply to generic instantiations (#12986)
Timothee Cour
2020-01-02
1
-1
/
+1
*
--exception:goto switch for deterministic exception handling (#12977)
Andreas Rumpf
2020-01-01
23
-183
/
+640
*
fixes disruptek/nimph#102 multi-level nim.cfg use (#13001) [backport]
Andy Davidoff
2019-12-31
1
-2
/
+3
*
fixes #12989 (#12992)
cooldome
2019-12-31
4
-10
/
+20
*
fixes #12965 (#12991)
Andreas Rumpf
2019-12-31
2
-10
/
+15
*
Revert "fixes #12989"
Andrii Riabushenko
2019-12-31
2
-9
/
+1
*
fixes #12989
Andrii Riabushenko
2019-12-31
2
-1
/
+9
*
c_fflush() the rawWrite() buffer (#12987)
Ștefan Talpalaru
2019-12-30
1
-0
/
+4
*
Check pqntuples > 0 in getValue. Fixes #12973 (#12974)
Chris Heller
2019-12-29
1
-4
/
+12
*
Added fix for handling TaintedStrings in streams and httpclient (#12969)
Sam Wang
2019-12-29
2
-6
/
+14
*
generic stack trace overriding mechanism (#12922)
Ștefan Talpalaru
2019-12-29
1
-10
/
+33
*
parsecfg: retain CRLF line breaks, fixes #12970 (#12971)
Simon Krauter
2019-12-29
1
-3
/
+3
*
[ci skip] docfix .. < => ..< (#12981) [backport]
Timothee Cour
2019-12-29
1
-1
/
+1
*
Allow customize Host header
Jack Tang
2019-12-28
1
-4
/
+5
*
Fixes stackoverflow links in readme (#12963) [backport]
King Eca
2019-12-27
1
-2
/
+2
*
minor refactorings
Andreas Rumpf
2019-12-27
5
-22
/
+34
*
fixes #12945 (#12959)
cooldome
2019-12-24
2
-8
/
+8
*
fixes another regression
Araq
2019-12-24
1
-4
/
+11
*
osproc: fixes regression
Araq
2019-12-24
1
-1
/
+1
*
ARC: default to a shared heap with --threads:on
Araq
2019-12-24
3
-5
/
+15
*
ported re.nim to ARC
Araq
2019-12-24
1
-1
/
+10
*
ported osproc.nim to ARC
Araq
2019-12-24
1
-1
/
+1
*
ported channels to ARC
Araq
2019-12-24
2
-121
/
+143
*
fixes the distros.nim regression
Araq
2019-12-24
1
-1
/
+1
*
fixes a silly regression
Araq
2019-12-24
1
-1
/
+3
*
fixes a test case
Araq
2019-12-24
1
-1
/
+3
*
a better bugfix
Araq
2019-12-24
2
-33
/
+36
*
fixes a regression
Araq
2019-12-24
1
-4
/
+4
*
fixes #12826
Araq
2019-12-24
4
-39
/
+102
*
fixes a bug that kept sugar.collect from working with for loop macros [backport]
Araq
2019-12-24
1
-10
/
+11
*
added guidelines for evolving Nim's stdlib
Araq
2019-12-24
1
-0
/
+62
[next]