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
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed lineinfo in getType
Yuriy Glukhov
2015-12-25
1
-8
/
+8
*
fix issue #3550
trustable-code
2015-12-24
1
-4
/
+1
*
Merge pull request #3651 from jangko/vm_'excl'
Andreas Rumpf
2015-12-21
1
-1
/
+1
|
\
|
*
fixed compile time `excl ` cause SIGSEGV #3639
jangko
2015-12-17
1
-1
/
+1
*
|
Merge pull request #3654 from jangko/vm_uinttouint64conv
Andreas Rumpf
2015-12-21
1
-1
/
+8
|
\
\
|
*
|
fixed VM touint conversion #2514
jangko
2015-12-19
1
-1
/
+8
|
|
/
*
/
Fix regression in set.excl code generation.
Hans Raaf
2015-12-21
1
-1
/
+1
|
/
*
fixes a critical bug concerning a[^1] rewritings
Andreas Rumpf
2015-12-14
1
-1
/
+1
*
fixes #3622
Andreas Rumpf
2015-12-04
4
-6
/
+7
*
Merge pull request #3530 from rbehrends/fix-setop-shifts
Andreas Rumpf
2015-12-03
1
-9
/
+9
|
\
|
*
Avoid signed shifts and bit operations for sets.
Reimer Behrends
2015-11-11
1
-9
/
+9
*
|
removes 'x is iterator' special casing in the language
Araq
2015-12-03
6
-48
/
+22
*
|
fixes tlocals regression
Araq
2015-12-03
1
-1
/
+1
*
|
Merge pull request #3605 from ephja/echo-flush
Andreas Rumpf
2015-12-01
1
-0
/
+1
|
\
\
|
*
|
flush after printing
Erik Johansson Andersson
2015-11-28
1
-0
/
+1
*
|
|
lambda lifting support for iterToProc plugin
Araq
2015-12-01
3
-17
/
+81
*
|
|
added iterToProc plugin
Araq
2015-12-01
3
-7
/
+27
*
|
|
--gc:v2 requires global root tracking
Araq
2015-12-01
1
-1
/
+1
|
/
/
*
|
fixes #3222
Araq
2015-11-26
1
-1
/
+9
*
|
fixes #2285
Araq
2015-11-26
1
-2
/
+4
*
|
'out T' is an alias for 'var T'
Araq
2015-11-26
1
-4
/
+5
*
|
'importc' allows 'not nil' annotation
Araq
2015-11-26
1
-1
/
+2
*
|
allow 'nil ref T' as a first step which does nothing
Araq
2015-11-26
1
-4
/
+18
*
|
Fixed JS codegen for distinct types
Yuriy Glukhov
2015-11-23
1
-1
/
+1
*
|
Fixed SIGSEGV on wrong slurp usage
Anatoly Galiulin
2015-11-23
1
-2
/
+0
*
|
fixes #3546
Araq
2015-11-18
1
-2
/
+5
*
|
better error handling for bug #3550
Araq
2015-11-18
1
-2
/
+2
*
|
fixes #3550
Araq
2015-11-18
1
-1
/
+6
*
|
allows macros to access documentation comments
Araq
2015-11-18
1
-0
/
+1
*
|
fixes a critical error handling bug for nimsuggest
Araq
2015-11-18
1
-0
/
+1
|
/
*
os.walkDir is available at compile time
Araq
2015-11-10
3
-3
/
+20
*
added newTree to ast.nim
Araq
2015-11-10
1
-0
/
+4
*
Modified setDefaultLibpath to search using findExe"nim".
Dominik Picheta
2015-11-07
1
-0
/
+11
*
better nimsuggest support
Araq
2015-11-03
2
-4
/
+5
*
nimrod is obsolete
Araq
2015-11-03
1
-2
/
+2
*
fixes a critical xlen codegen bug
Araq
2015-11-03
1
-1
/
+1
*
Install stdlib.nimble in lib
Victor Korkin
2015-11-02
1
-0
/
+1
*
nimsuggest: added 'chk', 'outline' and 'highlight' features
Araq
2015-11-01
8
-71
/
+167
*
development version is 0.12.1, not 0.12.0
Araq
2015-10-29
1
-0
/
+496
*
fixes #3476
Araq
2015-10-27
1
-2
/
+2
*
fixes #3431, fixes #3370, fixes #3468
Araq
2015-10-25
1
-3
/
+4
*
fixes #1799 properly
Araq
2015-10-25
1
-8
/
+15
*
fixes #1799
Araq
2015-10-25
2
-3
/
+4
*
compiler/commands: Always write usage to stdout
Adam Strzelecki
2015-10-22
1
-3
/
+4
*
msgs: One msgWriteln with optional flags
Adam Strzelecki
2015-10-22
3
-24
/
+19
*
fixes #3452
Araq
2015-10-22
2
-2
/
+12
*
doc\advopt.txt
Araq
2015-10-22
3
-4
/
+8
*
fixes #3338
Araq
2015-10-22
3
-4
/
+16
*
mitigates unclear nimsuggest problem
Araq
2015-10-22
1
-0
/
+1
*
fixes installation problems on unix by hardcoding the dlls.zip name
Araq
2015-10-16
1
-1
/
+1
[next]