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
...
*
destructors: first step towards fixing #9617 (#10341)
cooldome
2019-01-18
2
-0
/
+23
*
Remove long deprecated stuff (#10332)
Miran
2019-01-18
2
-3
/
+4
*
[CI] now enables `NIM_COMPILE_TO_CPP=true` to run without allow_failures (#10...
Timothee Cour
2019-01-17
1
-0
/
+2
*
Properly wrap discarded statements (#10322)
LemonBoy
2019-01-17
1
-0
/
+19
*
disable one more test for C++
Araq
2019-01-16
1
-0
/
+4
*
Merge pull request #10318 (Better docs for four modules)
Miran
2019-01-16
2
-5
/
+5
|
\
|
*
better docs: strutils
narimiran
2019-01-16
1
-4
/
+4
|
*
better docs: sequtils
narimiran
2019-01-16
1
-1
/
+1
*
|
json: support tuple (#10010)
Timothee Cour
2019-01-16
1
-0
/
+4
*
|
fix sdl_test test that failed in CI cpp mode (#10314)
Timothee Cour
2019-01-15
1
-6
/
+18
*
|
parseopt2.cmdLineRest is now correct too (#10304)
Timothee Cour
2019-01-15
1
-16
/
+19
|
/
*
fix #10305 nim cpp is now nan-correct at CT (#10310)
Timothee Cour
2019-01-15
1
-0
/
+28
*
fix twrong_refcounts in nim cpp mode (#10313)
Timothee Cour
2019-01-15
1
-0
/
+3
*
fixes #10203 (#10290)
Andreas Rumpf
2019-01-15
1
-0
/
+20
*
disable one more test for C++
Andreas Rumpf
2019-01-15
1
-0
/
+1
*
typed/untyped return type is invalid for everything except templates and macr...
Neelesh Chandola
2019-01-15
1
-0
/
+12
*
fix test
Timothee Cour
2019-01-14
1
-2
/
+13
*
fix #9842 #9951: `nim -r` and parseopt.cmdLineRest are now correct
Timothee Cour
2019-01-14
1
-44
/
+92
*
improve formatting in assertEquals
Timothee Cour
2019-01-14
1
-11
/
+11
*
make tests green again
Andreas Rumpf
2019-01-14
1
-0
/
+1
*
Fixes #10065 (#10260)
Arne Döring
2019-01-14
1
-4
/
+4
*
fixes #7878
Araq
2019-01-14
1
-1
/
+10
*
fixes #7524
Araq
2019-01-14
1
-0
/
+10
*
make megatest green
Araq
2019-01-13
1
-2
/
+1
*
closes #3744
Araq
2019-01-13
1
-0
/
+11
*
fixes #10075 [backport]
Araq
2019-01-13
1
-1
/
+30
*
make tests more robust; tests should be deterministic, no randomize() calls i...
Araq
2019-01-13
3
-14
/
+16
*
fixes #10273 execShellCmd now returns nonzero when child killed with signal +...
Timothee Cour
2019-01-13
4
-18
/
+96
*
Fixes 10202 (#10283)
rec
2019-01-12
1
-10
/
+27
*
void object fields are now ignored by codegen and fields/fieldPairs iterator ...
Neelesh Chandola
2019-01-10
1
-0
/
+17
*
Merge pull request #10248 from narimiran/graveyard
Miran
2019-01-10
2
-3
/
+7
|
\
|
*
remove `scgi`
narimiran
2019-01-10
1
-2
/
+7
|
*
remove `subexes`
narimiran
2019-01-10
1
-1
/
+0
*
|
destructors: lift type bound operations for case and distinct objects (#10238)
cooldome
2019-01-10
1
-21
/
+50
|
/
*
add `alignTable`, `parseTableCells` to align/format a tab(etc) delimited tabl...
Timothee Cour
2019-01-09
3
-0
/
+171
*
add `isNamedTuple`; make $(1, 2) be (1, 2) instead of (Field0: 1, Field1: 2) ...
Timothee Cour
2019-01-08
10
-17
/
+74
*
[error messages, stacktraces] fix #8794 #9270 #9767 #9768 (#9766)
Timothee Cour
2019-01-08
3
-0
/
+71
*
{.deprecated: msg.} now works for vars and lets (#10234)
Neelesh Chandola
2019-01-08
2
-7
/
+9
*
os.execShellCmd: fixes #10231 (#10232)
alaviss
2019-01-08
1
-0
/
+13
*
Fix for sizeof bitsize combination (#10227)
Arne Döring
2019-01-07
1
-0
/
+12
*
add custom pragma support for var and let symbols (#9582)
jcosborn
2019-01-07
1
-6
/
+29
*
Fix #10073 (#10218)
zah
2019-01-07
1
-0
/
+16
*
remove deprecated modules (#10215)
Miran
2019-01-07
7
-62
/
+3
*
Fix defer not not-working at top level (#10191)
Neelesh Chandola
2019-01-07
2
-11
/
+2
*
Fix getAddrInfo, add IPPROTO_ICMPV6 Closes #10198
Federico Ceratto
2019-01-06
1
-0
/
+36
*
Guard against null exception (#10162)
rec
2019-01-04
1
-0
/
+3
*
fix bug in doAssertRaises when exception==Exception (#10172)
Timothee Cour
2019-01-04
1
-0
/
+12
*
exportc is now not allowed for type aliases (#9979)
Neelesh Chandola
2019-01-02
1
-0
/
+12
*
fixes #10148 (#10149)
cooldome
2018-12-31
1
-0
/
+29
*
fix off by 1 error in `col` shown by toFileLineCol (#10138)
Timothee Cour
2018-12-31
3
-3
/
+3
[prev]
[next]