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
*
bugfix: compiler errors for explicit initialization of thread local variables...
Araq
2011-12-23
2
-2
/
+5
*
generated scripts do no contain paths anymore; regenerated C sources
Araq
2011-12-23
1
-8
/
+15
*
bugfix: the code gen can now handle alias TLock = TSysLock; this fixes thread...
Araq
2011-12-23
4
-5
/
+19
*
bugfix: suggest feature
Araq
2011-12-22
2
-28
/
+23
*
code gen can generate code to keep alive stack roots
Araq
2011-12-22
7
-29
/
+54
*
C code gen: generate even better code for the GC
Araq
2011-12-12
1
-6
/
+13
*
c2nim compiles again
Araq
2011-12-12
2
-8
/
+12
*
compiler takes advantage of 'new(Obj|New)RC1
Araq
2011-12-12
1
-77
/
+84
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-12-12
18
-120
/
+149
|
\
|
*
the current directory is no longer taken into account when resolving module p...
Zahary Karadjov
2011-12-11
5
-30
/
+24
|
*
Merge branch 'master' of github.com:Araq/Nimrod into upstream
Zahary Karadjov
2011-12-11
15
-142
/
+363
|
|
\
|
*
|
path canonicalization for imported modules, relative paths written in rod files
Zahary Karadjov
2011-12-11
10
-58
/
+73
|
*
|
proc arguments are in scope when the result type definition is being processed
Zahary Karadjov
2011-12-09
4
-5
/
+13
|
*
|
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
*
|
|
compiler generates volatile temps to keep C compiler from optimizing away sta...
Araq
2011-12-12
3
-22
/
+56
|
|
/
|
/
|
*
|
codegen uses alias analysis to generate better code
Araq
2011-12-10
9
-66
/
+104
*
|
alias analysis as required for the code gen and the HLO
Araq
2011-12-08
11
-79
/
+261
*
|
fixes #71; sorry about the polling implementation
Araq
2011-12-05
1
-2
/
+3
|
/
*
'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
[next]