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
/
rod
Commit message (
Collapse
)
Author
Age
Files
Lines
*
big repo cleanup
Araq
2011-04-12
95
-39994
/
+0
|
*
p[] instead of p^
Araq
2011-04-11
9
-33
/
+33
|
*
p[] instead of p^
Araq
2011-04-11
5
-16
/
+28
|
*
some tests cleaned up; some bugfixes
Araq
2011-04-11
3
-10
/
+19
|
*
bugfix: tmacros1.nim works
Araq
2011-04-05
1
-1
/
+2
|
*
fixes #25
Araq
2011-04-05
1
-1
/
+1
|
*
fixes #27
dom96
2011-04-04
1
-2
/
+2
|
*
bugfix: GC more forgiving
Araq
2011-04-03
1
-0
/
+2
|
*
less cascading errors for 'check' and 'ide-tools'
Araq
2011-04-03
4
-23
/
+33
|
*
Koenig's lookup implementation
Araq
2011-04-03
4
-129
/
+135
|
*
ugh, maybe broke git
Araq
2011-04-01
7
-121
/
+320
|
*
some little bugfixes
Araq
2011-03-27
6
-63
/
+74
|
*
added 'reset' magic proc
Araq
2011-03-25
4
-10
/
+17
|
*
bugfix: type converter that converts to bool in 'if' context
Araq
2011-03-25
6
-23
/
+38
|
*
support for clang
Araq
2011-03-24
1
-2
/
+16
|
*
fixes #21
Araq
2011-03-24
1
-1
/
+1
|
*
bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmas
Araq
2011-03-23
12
-127
/
+191
|
*
linearScanEnd pragma; string case statement optimization
Araq
2011-03-14
12
-224
/
+225
|
*
fixes #20
Araq
2011-03-12
3
-71
/
+77
|
*
always compile with at least O1; bugfix set initialization for interactive mode
Araq
2011-03-10
2
-3
/
+8
|
*
more fixes for dy(n)lib typo; fixes #15
Araq
2011-03-08
2
-36
/
+47
|
*
fixes #13; fixes #18
Araq
2011-03-08
2
-21
/
+44
|
*
bugfix: tuple access in macros (issue #17)
Araq
2011-03-07
1
-9
/
+35
|
*
distinction between re.replace and re.replacef; speed improvements for re module
Araq
2011-03-06
8
-111
/
+46
|
*
various bugfixes for generics; added generic sort proc
Araq
2011-03-03
8
-52
/
+93
|
*
--stdout make compiler messages go to stderr
Araq
2011-02-25
10
-33
/
+36
|
*
--stdout support; idetools implemented
Araq
2011-02-25
14
-96
/
+166
|
*
suggest: got rid of debug code
Araq
2011-02-23
1
-3
/
+0
|
*
suggest: improvements
Araq
2011-02-23
2
-14
/
+51
|
*
next steps to perfect 'suggest'
Araq
2011-02-22
6
-38
/
+104
|
*
refactoring: suggest can import sigmatch for type matching
Araq
2011-02-21
10
-266
/
+356
|
*
somewhat better 'suggest'
Araq
2011-02-21
3
-2
/
+5
|
*
koch: 'git' command
Araq
2011-02-20
1
-3
/
+8
|
*
regenerated C code; attempt to support powerpc64
Araq
2011-02-20
1
-0
/
+1
|
*
tests themselves contain the expected result
Araq
2011-02-20
4
-11
/
+15
|
*
ugh, forgot to add rod/suggest.nim
Araq
2011-02-16
1
-0
/
+51
|
*
first implementation of suggest
Araq
2011-02-16
10
-22
/
+49
|
*
bugfix: readline wrapper; bugfix: evaluation of type conversions
Araq
2011-02-14
3
-26
/
+31
|
*
REPL improvements
Araq
2011-02-13
8
-39
/
+101
|
*
basic continue after error works; interactive mode more useful
Araq
2011-02-13
9
-29
/
+48
|
*
non-nil AST; continue after errors for IDE support
Araq
2011-02-12
40
-705
/
+665
|
*
first step to get rid of nil in the AST
Araq
2011-02-09
16
-435
/
+500
|
*
changed handling of generalized string literals
Araq
2011-02-07
5
-29
/
+50
|
*
documentation improvements
Araq
2011-02-06
1
-2
/
+2
|
*
rebuilt C code for installation
Araq
2011-02-04
1
-0
/
+1
|
*
documentation improvements
Araq
2011-01-31
2
-2
/
+2
|
*
--recursivePath may handle dots correctly now
Araq
2011-01-29
1
-1
/
+3
|
*
unary <; countup two type parameters; --recursivePath should work now
Araq
2011-01-29
6
-45
/
+31
|
*
changes to threads; --recursivePath support
Araq
2011-01-29
12
-118
/
+136
|
*
c2nim: bugfix: less picky about newlines in preprocessor defines
Araq
2011-01-19
2
-1
/
+10
|
[next]