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
/
web
Commit message (
Expand
)
Author
Age
Files
Lines
*
code gen bugfixes; marshal.nim implemented
Araq
2011-06-26
2
-4
/
+8
*
zipfiles compiles again; added system.shallowCopy
Araq
2011-06-20
1
-1
/
+2
*
case branches support constant sets for convenience
Araq
2011-06-19
1
-0
/
+2
*
got rid of unsound co/contravariance in procvars
Araq
2011-06-17
1
-0
/
+1
*
readFile raises EIO instead of returning nil; added system.writeFile
Araq
2011-06-16
1
-1
/
+4
*
added encodings stdlib
Araq
2011-06-16
2
-1
/
+2
*
tuple unpacking is not enforced in for loops anymore
Araq
2011-06-15
1
-0
/
+1
*
bugfix: endless loop in parser; added sphinx wrapper
Araq
2011-06-14
2
-1
/
+2
*
intsets are now a proper module and part of the stdlib
Araq
2011-06-14
2
-1
/
+3
*
basic generic collections implemented and tested
Araq
2011-06-07
2
-0
/
+4
*
bugfix: generic instantiation across module boundaries
Araq
2011-06-06
1
-9
/
+4
*
threads clean up their heap
Araq
2011-06-04
1
-0
/
+2
*
first steps to thread local heaps
Araq
2011-06-02
2
-5
/
+7
*
Added a helpful iterator to redis. Fixed some issues with stderr in osproc. F...
dom96
2011-05-22
1
-1
/
+1
*
further steps for thread support; bootstrapping should require unzip C source...
Araq
2011-05-16
1
-0
/
+1
*
deprecated system.copy: use system.substr instead
Araq
2011-05-14
1
-0
/
+1
*
newStringOfCap implemented and used to optimize some procs
Araq
2011-05-08
1
-1
/
+2
*
C source regenerated
Araq
2011-04-24
1
-0
/
+2
*
hashtables: 1st version; parseutils additions
Araq
2011-04-18
1
-0
/
+1
*
p[] instead of p^
Araq
2011-04-11
1
-0
/
+4
*
added another system.open; bugfix: koch clean may not break .git dirs anymore
Araq
2011-04-03
1
-1
/
+2
*
added 'reset' news entry; fixed #23
Araq
2011-03-25
1
-0
/
+1
*
bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmas
Araq
2011-03-23
1
-1
/
+1
*
linearScanEnd pragma; string case statement optimization
Araq
2011-03-14
1
-1
/
+5
*
distinction between re.replace and re.replacef; speed improvements for re module
Araq
2011-03-06
1
-1
/
+2
*
tests themselves contain the expected result
Araq
2011-02-20
1
-0
/
+2
*
bugfix: readline wrapper; bugfix: evaluation of type conversions
Araq
2011-02-14
1
-0
/
+4
*
REPL improvements
Araq
2011-02-13
1
-4
/
+4
*
non-nil AST; continue after errors for IDE support
Araq
2011-02-12
2
-0
/
+1
*
changed handling of generalized string literals
Araq
2011-02-07
1
-0
/
+2
*
nimgrep --ext support
Araq
2011-02-02
1
-0
/
+4
*
nimgrep: first working version
Araq
2011-02-02
1
-0
/
+1
*
unary <; countup two type parameters; --recursivePath should work now
Araq
2011-01-29
1
-2
/
+3
*
changes to threads; --recursivePath support
Araq
2011-01-29
1
-1
/
+3
*
c2nim: bugfix: less picky about newlines in preprocessor defines
Araq
2011-01-19
1
-1
/
+2
*
basic thread support; still broken on Windows; untested on Mac OS X
Araq
2011-01-18
1
-0
/
+1
*
explicit indices in array literals
Araq
2011-01-16
1
-0
/
+2
*
json module changes
Araq
2011-01-15
1
-1
/
+1
*
Feature: explicit string representation for enum fields
Araq
2011-01-11
1
-0
/
+11
*
bugfix: floating point precision; added strutils.formatFloat
Araq
2011-01-09
1
-0
/
+3
*
additions to complex module
Araq
2011-01-07
1
-0
/
+1
*
implemented 'emit' pragma
Araq
2011-01-07
1
-1
/
+2
*
added test tmultim4.nim
Araq
2011-01-06
1
-0
/
+1
*
better tester; yet another iterator bugfix
Araq
2011-01-06
1
-0
/
+2
*
bugfix: multiple yield statements and loop body vars
Araq
2010-12-13
1
-1
/
+3
*
added strutils.align
Araq
2010-12-07
1
-0
/
+1
*
docgen understands and ignores *when false*
Araq
2010-11-18
1
-4
/
+5
*
pegs: captured search loop
Araq
2010-11-07
1
-0
/
+1
*
Bugfix: niminst: nimrod is not default dir for *every* project
Araq
2010-11-02
1
-0
/
+1
*
bugfix: dialogs.ChooseFilesToOpen
Araq
2010-11-01
1
-0
/
+2
[next]