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
...
|
|
*
|
EcmaScript => JS. Fixes #330
Simon Hafner
2013-02-15
25
-126
/
+127
|
|
/
/
*
|
|
preparations for a generational GC
Araq
2013-02-16
6
-6
/
+13
*
|
|
micro optimizations for the evaluation engine
Araq
2013-02-14
4
-43
/
+64
|
/
/
*
|
added GC_addCycleRoot
Araq
2013-02-12
3
-4
/
+16
*
|
GC: incRef needs to add cycleroots
Araq
2013-02-12
2
-6
/
+5
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-02-11
24
-201
/
+832
|
\
\
|
*
|
updated news.txt
Araq
2013-02-10
1
-2
/
+8
|
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-02-10
3
-16
/
+28
|
|
\
\
|
|
*
\
Merge pull request #327 from Tass/master
Araq
2013-02-09
3
-16
/
+28
|
|
|
\
\
|
|
|
*
|
hack for long string literals in C bugs in JS. Fixed.
Simon Hafner
2013-02-09
1
-14
/
+16
|
|
|
*
|
fix for exit code of compiler (JS bug?)
Simon Hafner
2013-02-09
1
-1
/
+1
|
|
|
*
|
rawEcho hack for kwin target
Simon Hafner
2013-02-08
1
-1
/
+11
|
|
|
/
/
|
*
|
|
open arrays documented in the manual
Araq
2013-02-10
5
-6
/
+38
|
*
|
|
working cycle collector for old GC
Araq
2013-02-10
1
-253
/
+133
|
|
/
/
|
*
|
made some tests green
Araq
2013-02-08
3
-2
/
+4
|
*
|
code cleanup for mark&sweep GC
Araq
2013-02-07
7
-88
/
+43
|
*
|
first version of a simple mark&sweep GC; activate with --gc:markAndSweep
Araq
2013-02-07
12
-87
/
+832
*
|
|
fixed embarrassing memory leak in 'collectCycles'
Araq
2013-01-31
1
-0
/
+1
|
/
/
*
|
rebuilt C sources for bootstrapping
Araq
2013-01-31
3
-40
/
+480
*
|
revert to old GC; use --gc:v2 to activate the new GC
Araq
2013-01-31
6
-1149
/
+1047
*
|
cleaner GC switching
Araq
2013-01-31
7
-25
/
+32
*
|
Fixed osproc.execCmdEx; tester should now succeed.
Dominik Picheta
2013-01-28
1
-16
/
+15
*
|
Fixes #317
Dominik Picheta
2013-01-27
1
-12
/
+29
*
|
Merge remote-tracking branch 'upstream/master' into upstream
Zahary Karadjov
2013-01-28
4
-10
/
+25
|
\
\
|
*
|
bugfix: overlap checking for 'case'
Araq
2013-01-27
4
-10
/
+25
*
|
|
fixes nimrtl compilation
Zahary Karadjov
2013-01-28
3
-4
/
+4
*
|
|
the `mainmodule` option has effect only when no explicit module is given
Zahary Karadjov
2013-01-28
5
-12
/
+11
*
|
|
merged upstream master
Zahary Karadjov
2013-01-27
127
-1499
/
+4443
|
\
|
|
|
*
|
bugfix: typeinfo.extendSeq
Araq
2013-01-27
5
-27
/
+40
|
*
|
implemented $/repr for enums for the JS target
Araq
2013-01-27
1
-16
/
+18
|
*
|
Merge pull request #320 from Tass/master
Araq
2013-01-26
1
-1
/
+1
|
|
\
\
|
|
*
|
no symbol shall be generated for imported procs
Simon Hafner
2013-01-26
1
-1
/
+1
|
*
|
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-01-27
12
-42
/
+222
|
|
\
\
\
|
|
*
|
|
Added gtk_window_is_active to gtk wrapper.
Dominik Picheta
2013-01-26
1
-0
/
+4
|
|
*
|
|
Added strutils.unescape and fixed issue with strutils.escape.
Dominik Picheta
2013-01-25
1
-1
/
+39
|
|
*
|
|
Added some tooltip functions to the gtk wrapper.
Dominik Picheta
2013-01-25
1
-0
/
+13
|
|
|
/
/
|
|
*
|
Merge pull request #306 from gradha/pr_adds_randomize_with_specific_seed
Araq
2013-01-23
1
-4
/
+27
|
|
|
\
\
|
|
|
*
|
Adds randomize(seed) for repeatable pseudo random numbers.
Grzegorz Adam Hankiewicz
2013-01-23
1
-4
/
+27
|
|
*
|
|
Merge pull request #316 from gradha/pr_renames_each_to_map
Araq
2013-01-23
7
-12
/
+48
|
|
|
\
\
\
|
|
|
*
|
|
Renames each proc to map, each is left deprecated.
Grzegorz Adam Hankiewicz
2013-01-22
7
-12
/
+48
|
|
|
|
/
/
|
|
*
|
|
Merge pull request #311 from gradha/pr_documents_two_variable_for_loop
Araq
2013-01-23
1
-0
/
+25
|
|
|
\
\
\
|
|
|
*
|
|
Documents two-variable for loop with sequences.
Grzegorz Adam Hankiewicz
2013-01-21
1
-0
/
+25
|
|
|
|
/
/
|
|
*
|
|
Merge pull request #313 from gradha/pr_fixes_rst_format_enumerated_list
Araq
2013-01-23
1
-8
/
+6
|
|
|
\
\
\
|
|
|
*
|
|
Fixes rst format for enumerated list in html output.
Grzegorz Adam Hankiewicz
2013-01-22
1
-8
/
+6
|
|
|
|
/
/
|
|
*
|
|
Merge pull request #315 from gradha/pr_adds_example_of_addr_cast_usage
Araq
2013-01-23
3
-17
/
+29
|
|
|
\
\
\
|
|
|
*
|
|
Moves addr out of tutorial into manual, indexing it too.
Grzegorz Adam Hankiewicz
2013-01-23
3
-17
/
+29
|
|
|
|
/
/
|
|
*
|
|
Merge pull request #312 from gradha/pr_adds_some_docs_about_exceptions
Araq
2013-01-23
2
-0
/
+31
|
|
|
\
\
\
|
|
|
*
|
|
Adds some documentation related to exceptions.
Grzegorz Adam Hankiewicz
2013-01-22
2
-0
/
+31
|
|
|
|
/
/
|
*
|
|
|
incompleteStruct pragma for C's FILE
Araq
2013-01-27
1
-3
/
+2
|
*
|
|
|
incompleteStruct pragma for C's FILE
Araq
2013-01-27
1
-3
/
+2
[prev]
[next]