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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Last bits, etc.
Amrykid
2011-12-27
1
-2
/
+4
*
Final bits added. Needs testing.
Amrykid
2011-12-25
1
-15
/
+30
*
- Koch update is nearly finished.
Amrykid
2011-12-24
1
-12
/
+43
*
- Added extractFile and extractAll to zipfiles.nim
Amrykid
2011-12-24
2
-0
/
+42
*
bugfix: compiler errors for explicit initialization of thread local variables...
Araq
2011-12-23
3
-4
/
+9
*
generated scripts do no contain paths anymore; regenerated C sources
Araq
2011-12-23
4
-15
/
+25
*
bugfix: the code gen can now handle alias TLock = TSysLock; this fixes thread...
Araq
2011-12-23
5
-5
/
+20
*
bugfix: suggest feature
Araq
2011-12-22
2
-28
/
+23
*
bugfix: environment var caching is now thread safe
Araq
2011-12-22
1
-3
/
+3
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-12-22
6
-3
/
+22
|
\
|
*
fixes #77
dom96
2011-12-19
1
-0
/
+10
|
*
Added a couple of GTK 2.12 functions.
Dominik Picheta
2011-12-18
2
-0
/
+9
|
*
fixed some recently introduced compilation errors in the standard library
Zahary Karadjov
2011-12-13
3
-3
/
+3
*
|
code gen can generate code to keep alive stack roots
Araq
2011-12-22
12
-44
/
+125
|
/
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-12-13
1
-764
/
+764
|
\
|
*
windows.nim compiles again
Zahary Karadjov
2011-12-13
1
-764
/
+764
*
|
GC: some inlining to improve performance sensitive parts
Araq
2011-12-13
1
-1
/
+11
|
/
*
added binary trees benchmark
Araq
2011-12-12
1
-0
/
+54
*
C code gen: generate even better code for the GC
Araq
2011-12-12
4
-15
/
+41
*
c2nim compiles again
Araq
2011-12-12
5
-10
/
+15
*
compiler takes advantage of 'new(Obj|New)RC1
Araq
2011-12-12
3
-77
/
+89
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-12-12
24
-146
/
+223
|
\
|
*
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
25
-201
/
+486
|
|
\
|
*
|
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
5
-5
/
+16
|
*
|
path canonicalization and proper project relative paths
Zahary Karadjov
2011-12-09
9
-47
/
+61
|
*
|
The test runner will print out encountered exceptions
Zahary Karadjov
2011-12-07
1
-0
/
+4
|
*
|
New implementation for os.sameFile on Windows
Zahary Karadjov
2011-12-07
3
-25
/
+66
|
*
|
removed incompatible flags for debugging VCC release builds
Zahary Karadjov
2011-12-07
1
-1
/
+1
|
*
|
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
5
-28
/
+85
|
|
/
|
/
|
*
|
codegen uses alias analysis to generate better code
Araq
2011-12-10
14
-114
/
+167
*
|
alias analysis as required for the code gen and the HLO
Araq
2011-12-08
12
-80
/
+262
*
|
fixes #71; sorry about the polling implementation
Araq
2011-12-05
6
-12
/
+62
|
/
*
fixes 70
Araq
2011-12-04
2
-11
/
+11
*
rebuilt C sources
Araq
2011-12-04
0
-0
/
+0
*
'assert' is now implemented without compiler magic
Araq
2011-12-04
16
-24
/
+66
*
threads compile again; attempt to fix serious code gen issue (except + return)
Araq
2011-12-03
4
-17
/
+25
*
bugfixes for .rod files and visual C++
Araq
2011-12-03
13
-130
/
+135
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-11-30
1
-1
/
+22
|
\
|
*
Added a `chmod` function to the ftpclient module.
dom96
2011-11-30
1
-1
/
+22
*
|
bugfix: don't process arguments that are to be passed to the produced exe
Araq
2011-11-30
4
-18
/
+29
|
/
*
made 2 tests green
Araq
2011-11-30
2
-2
/
+2
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-11-30
1
-1
/
+4
|
\
|
*
Fixed `ftpclient.createDir`.
dom96
2011-11-29
1
-1
/
+4
*
|
cleaned up configuration file handling and documented the new behaviour
Araq
2011-11-30
19
-151
/
+156
|
/
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-11-29
1
-0
/
+14
|
\
|
*
Merge pull request #69 from hametsu/master
Araq
2011-11-29
1
-0
/
+14
|
|
\
|
|
*
sorry, i didnt test and commit...
takano32
2011-11-29
1
-4
/
+4
[next]