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
*
path canonicalization and proper project relative paths
Zahary Karadjov
2011-12-09
9
-47
/
+61
*
Speed-up symbolFiles:on operations on windows
Zahary Karadjov
2011-12-07
2
-14
/
+12
*
'assert' is now implemented without compiler magic
Araq
2011-12-04
10
-12
/
+25
*
threads compile again; attempt to fix serious code gen issue (except + return)
Araq
2011-12-03
2
-6
/
+14
*
bugfixes for .rod files and visual C++
Araq
2011-12-03
3
-28
/
+32
*
bugfix: don't process arguments that are to be passed to the produced exe
Araq
2011-11-30
2
-16
/
+18
*
cleaned up configuration file handling and documented the new behaviour
Araq
2011-11-30
13
-126
/
+130
*
implemented 'let' statement
Araq
2011-11-29
22
-70
/
+69
*
thoughts about implicit includes and imports
Araq
2011-11-29
1
-11
/
+16
*
further steps to get rid of deprecated endOfFile and readLine
Araq
2011-11-29
1
-2
/
+2
*
compiler uses new 'readLine'
Araq
2011-11-27
6
-58
/
+51
*
argument passing with --run option works again
Araq
2011-11-27
2
-7
/
+7
*
fixes #31
Araq
2011-11-27
2
-10
/
+6
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-11-26
10
-384
/
+529
|
\
|
*
New algorithm for locating and loading nimrod config files.
Zahary Karadjov
2011-11-25
10
-384
/
+529
*
|
fixed bug that kept tls emulation from working
Araq
2011-11-25
1
-3
/
+3
*
|
new pragma: 'noinit'
Araq
2011-11-25
4
-17
/
+23
|
/
*
'export' is now a keyword
Araq
2011-11-24
2
-5
/
+7
*
C codegen: generate nimKeepAlive calls at strategic places to keep the C comp...
Araq
2011-11-24
3
-166
/
+236
*
unused constants are optimized away
Araq
2011-11-22
3
-36
/
+45
*
proper error message when attempting to eval C'imported procs
Araq
2011-11-20
2
-61
/
+52
*
bugfix: 'when' sections in generic objects now work, so TThread[void] compiles
Araq
2011-11-20
8
-73
/
+117
*
tester: threading tests added
Araq
2011-11-19
2
-5
/
+6
*
macros and templates can be expanded anywhere where a type is expected.
Zahary Karadjov
2011-11-18
5
-35
/
+79
*
cgen: no type canon for integral types; osproc use posix_spawn instead of for...
Araq
2011-11-18
3
-5
/
+10
*
bugfixes: objects still invalid for constants; fixed a typo concerning 'high'...
Araq
2011-11-15
4
-14
/
+19
*
compilation cache: improvement: switching from codegen to 'check only' does n...
Araq
2011-11-15
1
-1
/
+18
*
bugfix: s[1..n] = @[] produced wrong C code
Araq
2011-11-14
3
-14
/
+33
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-11-12
1
-2
/
+2
|
\
|
*
Added system.program_results for controlling the exit code of the program und...
Zahary Karadjov
2011-11-10
1
-2
/
+2
*
|
added another test case
Araq
2011-11-12
1
-1
/
+1
|
/
*
operator precedence changed: assignment like operators are supported; escapin...
Araq
2011-11-09
1
-14
/
+24
*
compilation cache: fixed recently introduced bug (lazy loading of bodies)
Araq
2011-11-06
3
-18
/
+33
*
memfiles now uses winlean; changed the interface to raise EOS
Araq
2011-11-05
1
-1
/
+4
*
new kind of AST printer that prints indented trees
Zahary Karadjov
2011-11-04
2
-4
/
+1
*
bugfix: new GCC version requires -ldl to come after object files
Araq
2011-11-03
1
-5
/
+5
*
bugfix: code gen for constant sequences
Araq
2011-11-02
1
-2
/
+7
*
fix of recently introduced parsing bug
Araq
2011-11-02
1
-1
/
+1
*
fixes #2
Araq
2011-11-02
1
-1
/
+3
*
fixes #59
Araq
2011-11-02
1
-0
/
+3
*
small bugfixes to make more tests green
Araq
2011-11-02
4
-3
/
+15
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-11-02
1
-1
/
+1
|
\
|
*
Fixed the tester. Some fixes and additions for the JS backend.
dom96
2011-10-31
1
-1
/
+1
*
|
better code generation for constant aggregates
Araq
2011-11-02
7
-23
/
+67
*
|
bugfix: template t(f_no_Type) does not crash the compiler anymore in 'check' ...
Araq
2011-10-30
1
-0
/
+6
|
/
*
lazy loading of body ast implemented
Araq
2011-10-30
19
-64
/
+126
*
compilation cache: slurped files are a dependency too
Araq
2011-10-30
4
-2
/
+12
*
constant folding for cnst[i] and cnst.attr
Araq
2011-10-29
4
-12
/
+71
*
eval context for macros lives as long as the current module is compiled
Araq
2011-10-28
4
-18
/
+44
*
JS backend: supports methods (untested)
Araq
2011-10-28
1
-14
/
+22
[next]