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
/
lib
/
system
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
removes deprecated T/P types
Araq
2018-11-16
11
-23
/
+2
*
make testament compile again with -d:nimCoroutines
Araq
2018-11-15
1
-21
/
+21
*
gc_common: fixes a typo
Andreas Rumpf
2018-11-15
1
-19
/
+19
*
deprecated ospaths (#9665)
Andreas Rumpf
2018-11-09
2
-2
/
+3
*
change system.nim to adhere to the style guide
Araq
2018-10-30
1
-8
/
+8
*
Implements #9434. Minimal Stacktrace for Exceptions in release mode (#9480)
cooldome
2018-10-28
1
-1
/
+9
*
Fix printing and comparing uninitialized strings
recloser
2018-10-21
1
-0
/
+3
*
fixes #9456 by only calling `c_fclose` if non nil
Vindaar
2018-10-20
1
-1
/
+4
*
[nimscript] document currentSourcePath in thisDir (#9402)
Timothee Cour
2018-10-18
1
-1
/
+3
*
No setjump in GC for emscripten/wasm (#9386)
Yuriy Glukhov
2018-10-17
1
-14
/
+21
*
Fix repr() for UncheckedArray (#9385)
LemonBoy
2018-10-16
2
-1
/
+3
*
Avoid memory allocation during dynlib loading (#9320)
LemonBoy
2018-10-12
1
-4
/
+4
*
gogc: GCC-8.2.0 compatibility and other improvements (#9211)
Ștefan Talpalaru
2018-10-11
2
-107
/
+55
*
Add procs to retrieve project name, directory and full path to nimscript (#9274)
Solitude
2018-10-11
1
-0
/
+12
*
Fix linking issue in cpp codegen
LemonBoy
2018-09-19
1
-1
/
+5
*
don't reuse code from 0.18.0
skilchen
2018-09-15
1
-9
/
+2
*
more efficient fix for #8961
skilchen
2018-09-15
1
-0
/
+6
*
Merge pull request #8966 from LemonBoy/fix-8964
Andreas Rumpf
2018-09-14
1
-9
/
+3
|
\
|
*
Fix hashing for codegenProc (sic) types
LemonBoy
2018-09-14
1
-9
/
+3
*
|
Merge branch 'devel' into araq-better-docgen
Araq
2018-09-14
2
-15
/
+7
|
\
|
|
*
Always emit hti object types if needed (#8940)
LemonBoy
2018-09-11
1
-1
/
+1
|
*
JS strings have no trailing zero anymore (#8936)
LemonBoy
2018-09-11
1
-14
/
+6
*
|
fixes #8961
Araq
2018-09-14
1
-2
/
+2
|
/
*
system/excpt: nil is no longer vaild for seqs (#8825)
alaviss
2018-08-31
1
-1
/
+1
*
Allow Nimble to override the ``task`` template in nimscript. (#8798)
Dominik Picheta
2018-08-28
1
-18
/
+18
*
doAssert, assert now print full path of failing line on error (#8555)
Timothee Cour
2018-08-25
1
-0
/
+11
*
fixes #8739; allow --hint:foo:on --warning:bar:off (#8757)
Timothee Cour
2018-08-25
1
-2
/
+2
*
make more tests green; system.repr does not produce 'nil' for strings and seq...
Araq
2018-08-22
1
-3
/
+6
*
make tio test green again
Araq
2018-08-22
1
-3
/
+7
*
even more strict isNil handling for strings/seqs in order to detect bugs
Araq
2018-08-22
5
-20
/
+12
*
fixes merge conflict
Andreas Rumpf
2018-08-19
10
-25
/
+63
|
\
|
*
Genode fixes (#8501)
Emery Hemingway
2018-08-16
2
-2
/
+6
|
*
Merge branch 'devel' into araq-misc
Andreas Rumpf
2018-08-16
3
-2
/
+28
|
|
\
|
|
*
Haiku support for Nim (#8542)
alaviss
2018-08-14
3
-2
/
+28
|
*
|
make more tests green
Andreas Rumpf
2018-08-13
1
-1
/
+1
|
*
|
Merge branch 'devel' into araq-misc
Andreas Rumpf
2018-08-10
1
-1
/
+1
|
|
\
|
|
|
*
Update channels.nim (#8583)
Grant
2018-08-09
1
-1
/
+1
|
*
|
fixes more nil string bugs
Araq
2018-08-08
1
-0
/
+1
|
*
|
fixes a long standing nil bug in substr
Araq
2018-08-08
1
-0
/
+1
|
|
/
|
*
Iterator over heap instances (#8548)
Emery Hemingway
2018-08-07
1
-8
/
+14
|
*
fixes 7833 (#8533)
Andreas Rumpf
2018-08-05
2
-10
/
+74
|
*
Try to let memTracker compile (#8502)
Christopher Dunn
2018-08-05
2
-11
/
+11
*
|
make at least bootstrapping work
Araq
2018-08-05
6
-10
/
+102
|
\
\
|
*
|
make setLengthStr compile for the old version
Araq
2018-08-04
1
-3
/
+2
|
*
|
Merge branch 'devel' into araq-fixes-7833
Araq
2018-08-04
1
-0
/
+8
|
|
\
|
|
|
*
make 'echo' threadsafe on Windows; fixes #8511
Araq
2018-08-04
1
-0
/
+8
|
*
|
fixes yet another regression
Araq
2018-08-04
1
-3
/
+12
|
*
|
Merge branch 'devel' into araq-fixes-7833
Araq
2018-08-04
1
-1
/
+2
|
|
\
|
|
|
*
fixed #7894 (#8496)
jcosborn
2018-08-01
1
-1
/
+2
|
*
|
WIP: avoid using the old growObj in order to fix the newly introduced seq leaks
Araq
2018-08-03
1
-6
/
+59
[prev]
[next]