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
*
Merge pull request #2031 from reactormonk/high-cstring
Andreas Rumpf
2015-02-04
3
-4
/
+5
|
\
|
*
Fixed high(cstring) in vmgen too
Simon Hafner
2015-02-01
1
-1
/
+2
|
*
Fixes #2030
Simon Hafner
2015-01-29
2
-3
/
+3
*
|
fixes stupid regression
Araq
2015-02-04
1
-1
/
+1
*
|
C++ support: codegen generates C++'s references and avoids copies
Araq
2015-02-04
6
-99
/
+149
*
|
better error message for auto-deref
Araq
2015-02-04
1
-0
/
+2
*
|
fixes #1989
Araq
2015-02-01
2
-3
/
+6
*
|
fixes #2023
Araq
2015-02-01
1
-3
/
+3
*
|
Merge pull request #2033 from reactormonk/round-in-js
Andreas Rumpf
2015-02-01
1
-1
/
+10
|
\
\
|
*
|
Fixes #1959, rounding floats in JS
Simon Hafner
2015-01-29
1
-1
/
+10
|
|
/
*
|
fixes #1988
Araq
2015-01-31
1
-5
/
+7
*
|
fixes #2022
Araq
2015-01-31
1
-2
/
+4
*
|
fixes #2039
Araq
2015-01-31
2
-5
/
+6
*
|
removed dead code
Araq
2015-01-30
1
-9
/
+2
*
|
nimsuggest improvements
Araq
2015-01-30
16
-53
/
+110
|
/
*
asm stmt: don't quote what is already quoted
Araq
2015-01-29
1
-1
/
+1
*
fixes yet another GAS parsing bug
Araq
2015-01-29
1
-2
/
+2
*
nimsuggest: sane dirty buffer handling
Araq
2015-01-29
9
-56
/
+51
*
nimsuggest: filenames in quotes now work; general hints are not emitted
Araq
2015-01-29
2
-5
/
+6
*
Fixes #1642.
Dominik Picheta
2015-01-28
1
-2
/
+6
*
fixes #325
Araq
2015-01-28
4
-31
/
+39
*
Move lib/pure/nodejs to compiler/nodejs. Ref #2017.
Dominik Picheta
2015-01-28
1
-0
/
+6
*
Merge pull request #2017 from reactormonk/nodejs-binary
Andreas Rumpf
2015-01-28
1
-2
/
+3
|
\
|
*
added suggested fixes
Simon Hafner
2015-01-27
1
-1
/
+1
|
*
find the nodejs binary
Simon Hafner
2015-01-27
1
-2
/
+3
*
|
the compiler knows vxWorks is an OS
Araq
2015-01-28
2
-4
/
+8
*
|
added missing file
Araq
2015-01-27
1
-0
/
+18
*
|
nimsuggest: first version
Araq
2015-01-27
18
-216
/
+361
*
|
do not warn about unknown conditional symbols anymore
Araq
2015-01-27
1
-4
/
+0
*
|
implements auto-deref for the first argument (requires .experimental)
Araq
2015-01-27
2
-8
/
+38
|
/
*
non-destructible context only produces a warning for now
Araq
2015-01-24
2
-6
/
+7
*
Nim can interface with C++ templates
Araq
2015-01-23
1
-46
/
+63
*
preparations for C++ template support
Araq
2015-01-23
5
-20
/
+24
*
bugfixes for the new C++ patterns
Araq
2015-01-23
1
-8
/
+7
*
better error message for 'invalid type'
Araq
2015-01-23
4
-58
/
+66
*
get rid of debug output
Araq
2015-01-18
1
-1
/
+0
*
fixes #1833
Araq
2015-01-18
1
-1
/
+2
*
fixes #1944
Araq
2015-01-18
3
-13
/
+26
*
Merge pull request #1981 from Varriount/zielmicha-devel
Varriount
2015-01-17
1
-2
/
+1
|
\
|
*
Fixes #1955
Varriount
2015-01-17
1
-2
/
+2
|
*
Merge branch 'devel' of git://github.com/zielmicha/Nimrod into zielmicha-devel
Varriount
2015-01-16
1
-2
/
+1
|
|
\
|
|
*
quote filenames in when invoking compiler from C backend
Michał Zieliński
2015-01-14
1
-2
/
+1
*
|
|
Merge pull request #1972 from skyfex/vm_opcLdConst
Andreas Rumpf
2015-01-18
1
-0
/
+1
|
\
\
\
|
*
|
|
Proposed fix for issue #1946
Audun Wilhelmsen
2015-01-16
1
-0
/
+1
|
|
/
/
*
|
|
revert to old behaviour: tuple field names are not ignored anymore; fixes #1920
Araq
2015-01-18
3
-4
/
+25
*
|
|
better C++ support wrt 'this'
Araq
2015-01-18
1
-20
/
+90
|
/
/
*
/
fixes #1947
Araq
2015-01-15
1
-1
/
+16
|
/
*
patterns for 'importcpp' (still undocumented)
Araq
2015-01-14
2
-28
/
+92
*
handle 'T&' properly for better C++ support
Araq
2015-01-13
1
-3
/
+11
*
fixes the integer conversion regressions
Araq
2015-01-13
3
-16
/
+20
[next]