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
*
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
*
Resolve things raised in https://github.com/nim-lang/Nim/issues/10081 ? (#10084)
c-blake
2018-12-31
1
-9
/
+48
*
Check there are no side effects before optimizing away compile time expressio...
deech
2018-12-31
1
-0
/
+42
*
Dead code elimination for entire modules and their init procs if empty (#10032)
cooldome
2018-12-30
2
-1
/
+7
*
Show deprecation warning for fields of a deprecated enum (#10112)
Neelesh Chandola
2018-12-30
1
-4
/
+14
*
Deprecated pragma is now supported on enum fields (#10113)
Neelesh Chandola
2018-12-30
2
-0
/
+32
*
fix typetraits.`$` regression https://github.com/c-blake/cligen/issues/84 (#1...
Timothee Cour
2018-12-30
1
-0
/
+3
*
Support undefined in isNil (#9960)
Alexander Ivanov
2018-12-30
1
-0
/
+16
*
fixes #10082
Andreas Rumpf
2018-12-30
1
-0
/
+11
*
revives: Move typetraits.`$` to system. Fixes #5827 (#10071)
Timothee Cour
2018-12-30
1
-0
/
+14
*
Const tuple unpacking: add tests (#10100)
ee7
2018-12-27
1
-0
/
+16
*
fixes #10101 (#10103)
Timothee Cour
2018-12-27
2
-5
/
+5
*
Add ability to sample elements from openArray according to a weight array (#1...
c-blake
2018-12-23
1
-1
/
+27
*
fixes #10033 [backport]
Araq
2018-12-22
1
-1
/
+24
*
Don't use parseutils.parseInt in the times module (#10028)
Oscar Nihlgård
2018-12-22
1
-0
/
+11
*
Fixed insert for nil seq in js (#10068)
Yuriy Glukhov
2018-12-21
1
-0
/
+32
*
C++: make async tests green on Windows
Araq
2018-12-21
1
-0
/
+1
*
os.walkDir: correctly evaluate paths when relative = true (#10057) [backport]
alaviss
2018-12-21
1
-0
/
+8
*
lots of testament bug fixes and improvements: (#10044)
Timothee Cour
2018-12-20
1
-11
/
+11
*
use anon structs and unions for a much better debug experience (#10055)
Andreas Rumpf
2018-12-20
1
-23
/
+20
*
Make copies for params which are captured in closures. Fixes #7048 (#10050)
rec
2018-12-20
1
-0
/
+44
*
fix test failure
Timothee Cour
2018-12-19
1
-0
/
+1
*
fix #8255 numerous issues with splitFile
Timothee Cour
2018-12-19
1
-0
/
+15
*
proc does not take untyped/typed as argument (#9981)
Neelesh Chandola
2018-12-19
2
-0
/
+14
*
[os] fix #10017 regression, fix #10025 regression (#10018)
Timothee Cour
2018-12-18
1
-2
/
+5
*
add `getCurrentCompilerExe` to vmops (eg allows to get nim compiler at CT); a...
Timothee Cour
2018-12-18
2
-0
/
+49
*
Fixes #10005
recloser
2018-12-15
1
-0
/
+17
*
fixes #9994
Andreas Rumpf
2018-12-15
3
-1
/
+5
*
fixes #9978
Andreas Rumpf
2018-12-14
2
-0
/
+9
*
os.nim: use the new pathnorm.normalizePath implementation
Araq
2018-12-14
1
-55
/
+26
[next]