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
*
nim doc: simplifiy index generation
Araq
2018-09-13
1
-7
/
+10
*
integrate 'koch web' features into koch; deprecate 'nimweb' tool
Araq
2018-09-13
6
-76
/
+352
*
cleanup lib.rst, remove deprecated modules
Araq
2018-09-13
1
-28
/
+1
*
index generation for docgen knows about subdirectories; index knows about enu...
Araq
2018-09-13
6
-41
/
+1337
*
nim doc: fixes cross-link generation when --out is used
Araq
2018-09-10
2
-5
/
+10
*
build nimble in debug mode to enable stack traces
Araq
2018-09-10
1
-1
/
+1
*
appveyor: attempt to make the build more robust
Araq
2018-09-10
1
-3
/
+2
*
some protection against injected doc comments from templates
Araq
2018-09-08
2
-7
/
+12
*
'nim doc': fixes index generation regression
Araq
2018-09-08
2
-4
/
+8
*
fixes merge conflict
Araq
2018-09-07
0
-0
/
+0
|
\
|
*
fixes bootstrapping problems
Araq
2018-09-07
3
-3
/
+3
|
*
added a test for 'nim doc'
Andreas Rumpf
2018-09-07
10
-7
/
+2696
|
*
compiler refactoring; use typesafe path handing; docgen: render symbols betwe...
Andreas Rumpf
2018-09-07
45
-505
/
+817
|
*
system.nim: fix doc comment for 'once'
Andreas Rumpf
2018-09-05
1
-6
/
+6
|
*
fixes #3655
Andreas Rumpf
2018-09-05
1
-5
/
+10
*
|
make tests green again
Araq
2018-09-07
4
-9
/
+16
*
|
fixes bootstrapping problems
Araq
2018-09-07
3
-3
/
+3
*
|
added a test for 'nim doc'
Andreas Rumpf
2018-09-07
10
-7
/
+2696
*
|
compiler refactoring; use typesafe path handing; docgen: render symbols betwe...
Andreas Rumpf
2018-09-07
45
-505
/
+817
*
|
system.nim: fix doc comment for 'once'
Andreas Rumpf
2018-09-07
1
-6
/
+6
*
|
fixes #3655
Andreas Rumpf
2018-09-07
1
-5
/
+10
*
|
Minor fixes for asyncjs (#8894)
LemonBoy
2018-09-07
2
-5
/
+13
*
|
Fixes #8243 (#8904)
Yuriy Glukhov
2018-09-07
2
-0
/
+42
*
|
Allow wCodegenDecl on lambdas (#8892)
LemonBoy
2018-09-07
2
-1
/
+14
*
|
Sync line generation between C and JS backends (#8888)
LemonBoy
2018-09-07
2
-3
/
+29
*
|
Automatic deref for everything but pointers in asm/emit (#8891)
LemonBoy
2018-09-07
5
-10
/
+42
*
|
Renderer bug fixes (#8804)
cooldome
2018-09-07
4
-51
/
+151
*
|
Fix too broad generic match for toHex (#8889)
LemonBoy
2018-09-05
1
-1
/
+1
*
|
[DOC] fix typos in `strscans` documentation (#8885)
Vindaar
2018-09-05
1
-3
/
+3
*
|
Codegen fix for function pointers marked inline (#8866)
LemonBoy
2018-09-04
3
-0
/
+29
*
|
This has been unnecessary as long as rawNewObj has called zeroMem, (#8867)
c-blake
2018-09-04
1
-1
/
+0
*
|
Fixes #8851 (#8859)
Yuriy Glukhov
2018-09-04
2
-3
/
+16
*
|
Merge pull request #8840 from pigmej/fix_with_timeout
Dominik Picheta
2018-09-03
1
-1
/
+5
|
\
\
|
|
/
|
/
|
|
*
Handle fut.failed in asyncdispatch.WithTimeout
Jedrzej Nowak
2018-09-02
1
-1
/
+5
*
|
system.compileDate and compileTime are in UTC; fixes #7305; docgen supports S...
Andreas Rumpf
2018-09-03
3
-19
/
+23
*
|
make 'koch web' work again
Araq
2018-09-03
2
-26
/
+149
*
|
cleanup Nim's examples/ directory; closes #7725
Araq
2018-09-03
68
-8623
/
+2
*
|
Correctly mangle `this` in the JS backend (#8853)
LemonBoy
2018-09-03
3
-3
/
+27
*
|
fixes #8043
Araq
2018-09-03
3
-4
/
+34
*
|
Add sym owner to macros (#8253)
cooldome
2018-09-03
7
-3
/
+50
*
|
improve the error message for 'addQuitProc' etc; fixes #5794
Araq
2018-09-03
2
-13
/
+14
*
|
document the fact that --define symbols are completely case insensitive; clos...
Araq
2018-09-03
1
-0
/
+3
*
|
manual: add a note about the terminating zero for strings; refs #5596
Araq
2018-09-03
1
-0
/
+5
*
|
document Nim's signal handling briefly; closes #8224
Araq
2018-09-03
1
-34
/
+45
*
|
manual: more documentation for the 'using' statement; closes #8565
Araq
2018-09-03
1
-2
/
+8
*
|
manual: document the 'unsafeAddr' operator; closes #5038
Araq
2018-09-03
1
-0
/
+13
*
|
document 'var T' and 'typedesc' restriction in generics; closes #1156
Araq
2018-09-03
1
-0
/
+28
*
|
fixes #8852
Araq
2018-09-03
1
-5
/
+5
*
|
fix items for cstring for the JS target; makes tests green again
Araq
2018-09-03
2
-6
/
+13
*
|
fixes #5745
Araq
2018-09-03
3
-7
/
+11
[next]