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: type alias to generic; generic type not stripped away from for loop v...
Araq
2012-01-07
4
-12
/
+24
*
bugfix: removed newSons legacy
Araq
2012-01-07
3
-8
/
+13
*
test t99bott.nim works now
Araq
2012-01-06
2
-21
/
+19
*
implemented incompleteStruct pragma; embedded debugger works with posix module
Araq
2012-01-05
6
-12
/
+22
*
bugfix: tester should compile again
Araq
2012-01-03
1
-1
/
+1
*
C sources regenerated for new len(openarray) header that catches more bugs; s...
Araq
2012-01-03
1
-2
/
+2
*
year 2012 for most copyright headers
Araq
2012-01-02
86
-94
/
+94
*
new len(openarray) implementation
Araq
2011-12-31
2
-4
/
+9
*
make trecinca|b tests green
Araq
2011-12-31
3
-3
/
+8
*
critbits added to stdlib
Araq
2011-12-30
1
-2
/
+0
*
bugfix: preliminary symbol declaration in first pass of generics
Araq
2011-12-30
3
-10
/
+17
*
c2nim: bugfix: 'type x[10];' was not parsed properly
Araq
2011-12-30
2
-5
/
+3
*
GC stack scanning cares about interior pointers
Araq
2011-12-30
4
-8
/
+11
*
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
[prev]
[next]