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
/
lib
/
system.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #684 from gradha/pr_clarifies_docs
Andreas Rumpf
2013-11-30
1
-8
/
+8
|
\
|
*
Clarifies wording of newSeq proc docstrings.
Grzegorz Adam Hankiewicz
2013-11-22
1
-8
/
+8
*
|
removed 'system.eval'
Araq
2013-11-27
1
-6
/
+7
*
|
Merge branch 'master' of https://github.com/Araq/Nimrod
Araq
2013-11-25
1
-2
/
+2
|
\
|
|
*
Fixed definition of seqShallowFlag.
Dominik Picheta
2013-10-19
1
-1
/
+1
|
*
Fixed regression on ARM caused by the changed behaviour of noStackFrame in co...
Dominik Picheta
2013-10-19
1
-1
/
+1
*
|
fixed definition of culong on win64
Araq
2013-10-15
1
-10
/
+14
|
/
*
some fixes for win64
Araq
2013-10-10
1
-2
/
+7
*
first version of the debug GC; doesn't work yet
Araq
2013-10-01
1
-16
/
+5
*
Merge pull request #580 from gradha/pr_adds_equality_for_arrays
Araq
2013-09-01
1
-0
/
+6
|
\
|
*
Adds equality comparison for arrays.
Grzegorz Adam Hankiewicz
2013-08-22
1
-0
/
+6
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-08-30
1
-6
/
+17
|
\
\
|
*
|
implemented and documented the new typedesc binding rules
Zahary Karadjov
2013-08-23
1
-6
/
+17
|
|
/
*
/
float64 is now an alias to 'float'; fixes #545
Araq
2013-08-30
1
-2
/
+16
|
/
*
new VM: next steps
Araq
2013-08-03
1
-23
/
+46
*
bugfix: system.& for sequences
Araq
2013-07-27
1
-2
/
+2
*
Documents passC/passL pragmas. Refs #506.
Grzegorz Adam Hankiewicz
2013-07-05
1
-3
/
+9
*
fixes --os:standalone
Araq
2013-06-30
1
-3
/
+5
*
--os:standalone works again
Araq
2013-06-30
1
-325
/
+361
*
added "standalone" to possible OS options
Simon Hafner
2013-05-20
1
-1
/
+1
*
preparations for the new symbol binding rules for clean templates
Araq
2013-05-18
1
-1
/
+2
*
Adds note to quit() about being called for termination.
Grzegorz Adam Hankiewicz
2013-05-10
1
-6
/
+11
*
test-runner for caas multi-step tests
Zahary Karadjov
2013-05-04
1
-2
/
+5
*
bugfix: varargs min/max procs; fixes #373
Araq
2013-04-08
1
-6
/
+8
*
rod file viewer for easier debugging of rod files
Araq
2013-04-04
1
-0
/
+12
*
added system.locals
Araq
2013-03-21
1
-0
/
+7
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
Adds example to instantiationInfo docstring.
Grzegorz Adam Hankiewicz
2013-03-16
1
-3
/
+28
*
Merge pull request #357 from gradha/pr_adds_newseq_documentation_example
Araq
2013-03-16
1
-0
/
+25
|
\
|
*
Adds newSeq documentation example.
Grzegorz Adam Hankiewicz
2013-03-13
1
-0
/
+25
*
|
debugger improvements
Araq
2013-03-16
1
-11
/
+8
|
/
*
better overloading resolution for generics
Araq
2013-02-28
1
-2
/
+2
*
some bugfixes; no system.$ for object as it breaks code
Araq
2013-02-24
1
-2
/
+2
*
removed `$` for refs upon request
Simon Hafner
2013-02-21
1
-2
/
+0
*
added $ for refs and removed == for ref test
Simon Hafner
2013-02-21
1
-0
/
+2
*
added tests, actually implemented $ and ==
Simon Hafner
2013-02-21
1
-2
/
+2
*
small cleanups
Araq
2013-02-19
1
-2
/
+2
*
system.fields|fieldPairs for objects
Araq
2013-02-18
1
-4
/
+5
*
EcmaScript => JS. Fixes #330
Simon Hafner
2013-02-15
1
-12
/
+12
*
merged upstream master
Zahary Karadjov
2013-01-27
1
-274
/
+333
|
\
|
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-01-27
1
-5
/
+42
|
|
\
|
|
*
Merge pull request #316 from gradha/pr_renames_each_to_map
Araq
2013-01-23
1
-4
/
+40
|
|
|
\
|
|
|
*
Renames each proc to map, each is left deprecated.
Grzegorz Adam Hankiewicz
2013-01-22
1
-4
/
+40
|
|
*
|
Moves addr out of tutorial into manual, indexing it too.
Grzegorz Adam Hankiewicz
2013-01-23
1
-1
/
+2
|
|
|
/
|
*
/
incompleteStruct pragma for C's FILE
Araq
2013-01-27
1
-3
/
+2
|
|
/
|
*
Adds each's map alias to index.
Grzegorz Adam Hankiewicz
2013-01-09
1
-3
/
+3
|
*
FFI at compiletime improvements
Araq
2013-01-08
1
-105
/
+107
|
*
next steps for FFI at compile time
Araq
2013-01-02
1
-158
/
+168
|
*
small improvements for FFI
Araq
2012-12-26
1
-4
/
+9
|
*
first version of ropes.nim with unsafeNew (broken)
Araq
2012-12-02
1
-2
/
+8
[next]