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
...
*
|
[documentation] fix #11281, httpclient examples (#11455)
Juan Carlos
2019-06-10
1
-1
/
+48
*
|
nimpretty: keep a seq of tokens instead of a single string to enable better t...
Andreas Rumpf
2019-06-09
1
-72
/
+90
*
|
complex.nim: reformating [other]
Andreas Rumpf
2019-06-09
1
-6
/
+2
*
|
Make -d:tempDir switch work once again [bugfix] (#11442)
Kaushal Modi
2019-06-09
1
-2
/
+3
*
|
fix `koch docs` failing at io.nim with `import os` in config.nims (#11418) [b...
nc-x
2019-06-08
2
-4
/
+2
*
|
[bugfix] hashes: fix regression for nested containers (#11426)
Miran
2019-06-08
1
-6
/
+6
*
|
update the nimc.rst document about the release/danger split [bugfix]
Andreas Rumpf
2019-06-08
1
-4
/
+8
*
|
nimpretty: fixes #10156 [bugfix]
Andreas Rumpf
2019-06-08
3
-1
/
+128
*
|
updates the contributing guidelines [other]
Andreas Rumpf
2019-06-07
1
-6
/
+4
*
|
fix for passing tuples as static params to macros (#11423); fixes #10751 [bug...
Arne Döring
2019-06-07
2
-3
/
+32
*
|
nimpretty: closes #10159 [bugfix]
Araq
2019-06-07
2
-0
/
+24
*
|
nimpretty: fixes #9505 [bugfix]
Araq
2019-06-07
3
-1
/
+57
*
|
nimpretty: fixes #10177 [bugfix]
Araq
2019-06-07
3
-40
/
+85
*
|
develop version is 0.20.99 [feature]
Araq
2019-06-07
2
-263
/
+2
*
|
nimpretty: fixes #10295
Araq
2019-06-07
4
-5
/
+30
*
|
Create FUNDING.yml
Dominik Picheta
2019-06-06
1
-0
/
+12
*
|
koch.nim: hotfix for nightly builds
Andreas Rumpf
2019-06-06
1
-21
/
+12
*
|
cleanup nimpretty's config
Andreas Rumpf
2019-06-06
1
-1
/
+1
*
|
more changelog fixes
narimiran
2019-06-06
2
-21
/
+15
*
|
Bit operator names 2 (#11413)
Arne Döring
2019-06-06
2
-1
/
+48
*
|
fixes #11412
Araq
2019-06-06
1
-3
/
+3
*
|
a new dawn
Araq
2019-06-06
1
-1
/
+1
*
|
changelog: fix typos, create a changelog for 0.20
narimiran
2019-06-05
2
-7
/
+304
*
|
cleaned up the changelog
Araq
2019-06-05
1
-27
/
+31
*
|
make megatest work with 'koch boot -d:release' too
Araq
2019-06-05
1
-0
/
+4
*
|
bump version to 0.20.0
narimiran
2019-06-05
1
-2
/
+2
*
|
Ignore dochack.js (#11409)
Tristano Ajmone
2019-06-05
1
-0
/
+1
*
|
fixes #11405
Araq
2019-06-05
1
-0
/
+2
*
|
Fix strscans Docs (#11408) [ci skip]
Tristano Ajmone
2019-06-05
1
-2
/
+2
*
|
fix macrocache implementation (#11404)
andri lim
2019-06-05
2
-8
/
+62
*
|
intVal works now on enum field symbols (#11403)
Arne Döring
2019-06-05
4
-3
/
+24
*
|
koch now ignores the existance of .git and always builds the latest tagged st...
Araq
2019-06-05
2
-9
/
+6
*
|
refs #11402; now koch ships a fixed version of Nimble so that the connection ...
Araq
2019-06-05
1
-2
/
+3
*
|
pass typedesc as NimNode to macros (#11400)
Arne Döring
2019-06-05
6
-39
/
+54
*
|
remove stdlib case transitions (#11401)
Jasper Jenkins
2019-06-05
3
-4
/
+6
*
|
make fullpaths the default in error messages and stack traces for mor… (#11...
Andreas Rumpf
2019-06-05
15
-27
/
+41
*
|
parameter runtime discriminators (#11397)
Jasper Jenkins
2019-06-04
3
-4
/
+20
*
|
improve 'marshal' documentation, refs #10330 (#11398)
Miran
2019-06-04
1
-16
/
+55
*
|
appveyor: test using nim-lang.org gcc (#11382)
alaviss
2019-06-04
1
-2
/
+2
*
|
use proper mathematical expressions for subsets [ci skip]
narimiran
2019-06-04
1
-1
/
+1
*
|
revert unintended changes
narimiran
2019-06-04
1
-2
/
+2
*
|
fix `c2nim` link
narimiran
2019-06-04
1
-1
/
+1
*
|
better documentation for the new `shr`
narimiran
2019-06-04
2
-5
/
+9
*
|
added a nice test case for macro based lookup tables
Araq
2019-06-04
1
-0
/
+28
*
|
rename (un)likely (#11391)
Jasper Jenkins
2019-06-03
2
-6
/
+6
*
|
disable 3 packages until they merge their pending PRs which fix failures
narimiran
2019-06-03
1
-3
/
+3
*
|
Fixed "is not GC-safe as it calls 'createThread'" when creating a thread in a...
Dankr4d
2019-06-03
1
-1
/
+1
*
|
Genode compiler configuration for arm64 and riscv64 (#11389)
ehmry
2019-06-03
1
-1
/
+8
*
|
disable the new CaseTransition warning for the Nim compiler itself
Araq
2019-06-03
1
-0
/
+4
*
|
Render deprecated pragmas (#8886)
LemonBoy
2019-06-03
21
-117
/
+180
[prev]
[next]