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
...
*
|
update issue templates [ci skip]
narimiran
2019-01-08
2
-16
/
+25
*
|
[CI] fixes #10041 move bulk of `travis` and `appveyor` logic to koch.nim (#10...
Timothee Cour
2019-01-08
4
-38
/
+53
*
|
os.execShellCmd: fixes #10231 (#10232)
alaviss
2019-01-08
2
-1
/
+16
*
|
[nimpretty] fix #10211; fix #10199 (#10212)
Timothee Cour
2019-01-08
2
-8
/
+18
*
|
Don't use deprecated pragma syntax (#10187)
Clyybber
2019-01-08
1
-1
/
+1
*
|
Better LibSSL search order. (#10230)
treeform
2019-01-08
1
-1
/
+1
*
|
system/strmantle: avoid leaking docs to system.nim [ci skip] (#10233)
alaviss
2019-01-08
1
-1
/
+1
*
|
Fix for sizeof bitsize combination (#10227)
Arne Döring
2019-01-07
2
-3
/
+20
*
|
Show error when trying to export individual enum field (#10109)
Neelesh Chandola
2019-01-07
1
-1
/
+3
*
|
add custom pragma support for var and let symbols (#9582)
jcosborn
2019-01-07
9
-20
/
+77
*
|
os.execShellCmd: use WEXITSTATUS to retrieve exit code (#10222)
alaviss
2019-01-07
1
-1
/
+1
*
|
Fix #10073 (#10218)
zah
2019-01-07
2
-1
/
+24
*
|
remove deprecated modules (#10215)
Miran
2019-01-07
19
-1194
/
+5
*
|
Added examples to strtabs module (#10160)
Ico Doornekamp
2019-01-07
1
-0
/
+31
*
|
Fix defer not not-working at top level (#10191)
Neelesh Chandola
2019-01-07
4
-13
/
+4
*
|
Add changelog for the isNil JavaScript change (#10184)
Alexander Ivanov
2019-01-07
1
-0
/
+2
*
|
Fix ODBC SQL Error string decoding (#10207) [backport]
Leonardo Cecchi
2019-01-07
1
-1
/
+1
*
|
Remove totally unneeded import of hashes. (#10221)
c-blake
2019-01-07
3
-3
/
+3
*
|
Fix getAddrInfo, add IPPROTO_ICMPV6 Closes #10198
Federico Ceratto
2019-01-06
5
-2
/
+44
*
|
Minor Fixes to Manual Wording (#10214)
Tristano Ajmone
2019-01-06
1
-3
/
+3
*
|
testament megatest: we can now tell which test failed; helps debugging and pr...
Timothee Cour
2019-01-05
3
-20
/
+50
*
|
* move up runnableExamples definition so can be used more in system.nim (#10196)
Timothee Cour
2019-01-05
1
-28
/
+30
*
|
Fix the tuple returned by `os.splitFile()` in documentation (#10197)
Hugo Locurcio
2019-01-05
1
-1
/
+1
*
|
fix system.nim documentations (#10168)
alaviss
2019-01-04
2
-4
/
+4
*
|
expandFilename on windows is now consistent with other platforms (#10154)
Neelesh Chandola
2019-01-04
2
-52
/
+49
*
|
Guard against null exception (#10162)
rec
2019-01-04
2
-1
/
+4
*
|
Fix Typo in Compiler Guide (#10189)
Tristano Ajmone
2019-01-04
1
-1
/
+1
*
|
fix bug in doAssertRaises when exception==Exception (#10172)
Timothee Cour
2019-01-04
2
-11
/
+31
*
|
fixes #10188
Araq
2019-01-04
1
-0
/
+1
*
|
[backport] improve unicode docs, fixes #2353 (#10174)
Miran
2019-01-04
1
-85
/
+122
*
|
Undocument --genmapping (#10175)
Neelesh Chandola
2019-01-04
1
-2
/
+0
*
|
runnableExamples: compile and test them as a single file; fixes #9300
Araq
2019-01-04
1
-2
/
+10
*
|
[backport] correctly document `toInt`, fixes #2764 [ci skip] (#10176)
Miran
2019-01-04
1
-4
/
+6
*
|
koch.nim: speed up tests for the 'testinstall' target for the nightly builds ...
Araq
2019-01-03
1
-2
/
+1
*
|
exportc is now not allowed for type aliases (#9979)
Neelesh Chandola
2019-01-02
2
-0
/
+14
*
|
Add {.noReturn.} to system.raiseAssert (#10161)
Oscar Nihlgård
2019-01-02
1
-1
/
+1
*
|
[cleanup] remove dead code compiler.options.mergeConfigs (#10165)
Timothee Cour
2019-01-02
1
-78
/
+0
*
|
Add link to tutorial part III to docs.rst (#10157) [ci skip]
Ico Doornekamp
2019-01-01
1
-0
/
+3
*
|
Show field not initialized warning only when `notnil` used (#10155)
Neelesh Chandola
2019-01-01
1
-1
/
+1
*
|
Deprecate gc v2 (#10151)
Neelesh Chandola
2019-01-01
12
-21
/
+21
*
|
Add Example code to Documentation comment of wordWrap proc. (#10146)
jiro
2019-01-01
1
-0
/
+5
*
|
fixes #10148 (#10149)
cooldome
2018-12-31
2
-13
/
+47
*
|
fix off by 1 error in `col` shown by toFileLineCol (#10138)
Timothee Cour
2018-12-31
4
-4
/
+4
*
|
Resolve things raised in https://github.com/nim-lang/Nim/issues/10081 ? (#10084)
c-blake
2018-12-31
3
-30
/
+86
*
|
Check there are no side effects before optimizing away compile time expressio...
deech
2018-12-31
3
-8
/
+56
*
|
Before showing deprecated warning, check whether enum field was marked deprec...
Neelesh Chandola
2018-12-30
1
-2
/
+2
*
|
help Nim optimize intsets.initIntSet
Andreas Rumpf
2018-12-30
1
-8
/
+7
*
|
Dead code elimination for entire modules and their init procs if empty (#10032)
cooldome
2018-12-30
6
-99
/
+176
*
|
Show deprecation warning for fields of a deprecated enum (#10112)
Neelesh Chandola
2018-12-30
2
-7
/
+22
*
|
Deprecated pragma is now supported on enum fields (#10113)
Neelesh Chandola
2018-12-30
5
-12
/
+63
[prev]
[next]