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
*
Fix missing stacktraces when using -d:useNimRtl (#6716)
Erwan Ameil
2017-11-10
1
-1
/
+1
*
Merge branch 'devel' into araq
Andreas Rumpf
2017-11-07
1
-1
/
+1
|
\
|
*
fixes #6609; 'if' expressions support multiple statements; minor breaking change
Araq
2017-11-05
1
-1
/
+1
*
|
Merge branch 'devel' into araq
Andreas Rumpf
2017-11-02
1
-1
/
+1
|
\
|
|
*
'ord' does not produce a range type anymore
Andreas Rumpf
2017-11-02
1
-1
/
+1
*
|
Merge branch 'devel' into araq
Andreas Rumpf
2017-11-02
17
-90
/
+142
|
\
|
|
*
Remove more usages of unary lt (fixes #6634) (#6641)
Fabian Keller
2017-10-31
3
-4
/
+4
|
*
getEnv now supports a 'default' parameter; refs #6019
Andreas Rumpf
2017-10-30
1
-1
/
+1
|
*
make some system modules compile again
Andreas Rumpf
2017-10-29
2
-19
/
+19
|
*
more replacements for the deprecated '<'
Andreas Rumpf
2017-10-29
7
-14
/
+14
|
*
sysstr: code formatting
Andreas Rumpf
2017-10-28
1
-3
/
+3
|
*
make the Windows build green again
Araq
2017-10-17
1
-2
/
+3
|
*
fixes the Windows build
Andreas Rumpf
2017-10-16
1
-4
/
+6
|
*
fixes #1137
Andreas Rumpf
2017-10-16
1
-0
/
+12
|
*
fixes #5143
Araq
2017-10-16
1
-1
/
+1
|
*
fixes #3558
Araq
2017-10-16
2
-15
/
+17
|
*
Merge branch 'araq-stringify-array' into devel
Andreas Rumpf
2017-10-10
5
-29
/
+53
|
|
\
|
|
*
make tests green again; closes #5861
Andreas Rumpf
2017-10-10
1
-15
/
+15
|
|
*
breaking change: arrays of char do not convert to cstring; ptr to array of ch...
Andreas Rumpf
2017-10-10
4
-10
/
+34
|
|
*
Merge branch 'stringify-array' of https://github.com/krux02/Nim into krux02-s...
Andreas Rumpf
2017-10-09
1
-7
/
+7
|
|
|
\
|
|
|
*
fix
Arne Döring
2017-07-24
1
-1
/
+1
|
|
|
*
removed newString proc again, reverted some unnecesary changes
Arne Döring
2017-07-24
1
-3
/
+3
|
|
|
*
remove $ for ptr/ref, prefer using string over array of char
Arne Döring
2017-07-24
1
-7
/
+7
|
|
|
*
arrays can now be printed
Arne Döring
2017-07-24
1
-2
/
+2
|
*
|
|
Futher improve seq assingment speed by 2x factor (#6437)
Eduardo Bart
2017-10-09
1
-2
/
+6
|
|
/
/
|
*
|
fixes to allow the usage of clang on windows with the msvc abi and ms headers...
Charlie Barto
2017-10-09
2
-5
/
+12
*
|
|
Merge branch 'devel' into araq
Andreas Rumpf
2017-10-02
12
-426
/
+257
|
\
|
|
|
*
|
revert the 'wasMoved' logic until the write barrier has been adapted
Andreas Rumpf
2017-09-29
1
-1
/
+2
|
*
|
GCs: use add instead of &
Andreas Rumpf
2017-09-29
2
-6
/
+6
|
*
|
GC v2 works sometimes
Andreas Rumpf
2017-09-28
1
-370
/
+122
|
*
|
fixes #6433
Andreas Rumpf
2017-09-25
1
-6
/
+11
|
*
|
first steps of making 'opt' a first class type for Nim
Andreas Rumpf
2017-09-25
7
-18
/
+47
|
*
|
newSeqOfCap: skip initialization step for non-GC-ed data
Andreas Rumpf
2017-09-24
1
-1
/
+5
|
*
|
Merge branch 'devel' into araq-better-codegen
Andreas Rumpf
2017-09-23
1
-0
/
+9
|
|
\
\
|
|
*
|
NimScript: added buildOS and buildCPU constants
Andreas Rumpf
2017-09-22
1
-0
/
+9
|
*
|
|
make gc:v2 compile again
Andreas Rumpf
2017-09-22
2
-19
/
+21
|
*
|
|
new string behaviour now available under nimShallowStrings
Andreas Rumpf
2017-09-22
1
-6
/
+3
|
*
|
|
preparations for string optimizations
Andreas Rumpf
2017-09-22
1
-2
/
+25
|
|
/
/
|
*
|
hotfix: fixes seq.add and str.add for edge cases
Andreas Rumpf
2017-09-16
1
-8
/
+12
|
*
|
balance Genode CPU pinning, deadlock at Genode exit (#6317)
Emery Hemingway
2017-09-16
1
-2
/
+7
*
|
|
Merge branch 'araq' of github.com:nim-lang/Nim into araq
Andreas Rumpf
2017-09-15
1
-2
/
+19
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Merge branch 'devel' into araq
Andreas Rumpf
2017-09-15
16
-323
/
+319
|
|
\
\
|
*
\
\
Merge branch 'devel' into araq
Andreas Rumpf
2017-07-13
11
-18
/
+118
|
|
\
\
\
|
|
*
|
|
fixes #5871
Andreas Rumpf
2017-07-13
1
-3
/
+2
|
*
|
|
|
Merge branch 'devel' into araq
Andreas Rumpf
2017-05-16
3
-26
/
+113
|
|
\
\
\
\
|
*
\
\
\
\
Merge branch 'devel' into araq
Andreas Rumpf
2017-05-04
1
-1
/
+1
|
|
\
\
\
\
\
|
*
|
|
|
|
|
precise stack scanning for Nim's GCs; work in progress
Andreas Rumpf
2017-04-19
1
-2
/
+19
*
|
|
|
|
|
|
Fixed handling of surrogate pairs (#6332)
Yuriy Glukhov
2017-09-05
1
-8
/
+17
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
|
|
remove ArrayDummySize with unchecked arrays (#5818)
Jacek Sieka
2017-08-28
4
-9
/
+8
*
|
|
|
|
|
memory regions seem to work now
Araq
2017-08-13
1
-18
/
+32
[next]