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
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Uint64 to string in pure nim. array[char] to string fixed in vm.
Yuriy Glukhov
2015-09-14
1
-1
/
+12
|
*
|
Merge pull request #3307 from rogercloud/devel
Andreas Rumpf
2015-09-14
1
-1
/
+1
|
|
\
\
|
|
*
|
Fix issue #2245
Roger Shi
2015-09-08
1
-1
/
+1
|
*
|
|
Fixed JS gen for generic array types.
Yuriy Glukhov
2015-09-14
1
-3
/
+2
*
|
|
|
fixes #3212
Araq
2015-09-14
1
-3
/
+3
*
|
|
|
clarify the meaning of the 'auto' metatype; 'auto' is now bind-multiple; fixe...
Araq
2015-09-14
1
-6
/
+14
*
|
|
|
make the compiler less verbose
Araq
2015-09-14
1
-0
/
+1
*
|
|
|
usage of NimNode triggers .compileTime context; fixes #1679
Araq
2015-09-14
5
-2
/
+16
*
|
|
|
fixes #2599
Araq
2015-09-13
2
-12
/
+2
*
|
|
|
next steps in binding [] properly
Araq
2015-09-13
4
-16
/
+33
*
|
|
|
Merge branch 'devel' into fix_bracket_expr
Araq
2015-09-12
3
-0
/
+16
|
\
|
|
|
|
*
|
|
fixes generic instantations in concepts
Araq
2015-09-12
1
-0
/
+3
|
*
|
|
fixes some regressions
Araq
2015-09-12
2
-0
/
+13
|
*
|
|
preparations for better handling of 'a[i]' in generics; stmt lists can be lva...
Araq
2015-09-12
2
-2
/
+13
|
*
|
|
implicit return types for iterators are now deprecated
Araq
2015-09-12
1
-0
/
+1
|
*
|
|
fixes #1528
Araq
2015-09-12
2
-25
/
+2
*
|
|
|
first attempt to fix 'a[i]' handling in generics
Araq
2015-09-12
10
-6
/
+142
*
|
|
|
preparations for better handling of 'a[i]' in generics; stmt lists can be lva...
Araq
2015-09-12
2
-2
/
+13
*
|
|
|
implicit return types for iterators are now deprecated
Araq
2015-09-10
1
-0
/
+1
*
|
|
|
fixes #1528
Araq
2015-09-10
2
-25
/
+2
|
/
/
/
*
|
|
fixes Nim's bigbang regression
Araq
2015-09-10
1
-2
/
+2
*
|
|
fixes #2559
Araq
2015-09-10
1
-1
/
+6
*
|
|
fixes a critical codegen bug triggered by .async
Araq
2015-09-10
3
-52
/
+53
*
|
|
Merge pull request #3274 from yglukhov/seq-insert-js-fix
Andreas Rumpf
2015-09-09
1
-0
/
+1
|
\
\
\
|
*
|
|
Fixed seq.insert and seq.delete for js.
Yuriy Glukhov
2015-09-07
1
-0
/
+1
*
|
|
|
fixes typo
Araq
2015-09-09
1
-1
/
+1
*
|
|
|
fixes #3230
Araq
2015-09-09
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
gangbang support for NimScript
Araq
2015-09-08
1
-2
/
+9
|
/
/
*
|
Merge pull request #3293 from Matt14916/usebase-msg-fix
Andreas Rumpf
2015-09-07
1
-1
/
+1
|
\
\
|
*
|
Replace incorrect warning string.
Matt Sullivan
2015-09-05
1
-1
/
+1
*
|
|
Merge pull request #3295 from nanoant/patch/fix-type-to-string-flags
Andreas Rumpf
2015-09-07
1
-6
/
+11
|
\
\
\
|
*
|
|
typeToString: Fix shared/not nil on complex types
Adam Strzelecki
2015-09-06
1
-6
/
+11
|
|
/
/
*
|
|
Fixed nimvm in generics.
Yuriy Glukhov
2015-09-07
2
-5
/
+11
*
|
|
Nimscript: documented; 'exec' now produces output immediately
Araq
2015-09-07
1
-1
/
+4
|
/
/
*
|
fixes #2590; methods now require a .base annotation
Araq
2015-09-06
5
-14
/
+36
*
|
VM produces objects.
Yuriy Glukhov
2015-09-05
5
-23
/
+39
*
|
Merge pull request #3286 from yglukhov/when-nimvm
Andreas Rumpf
2015-09-05
8
-14
/
+47
|
\
\
|
*
|
nimvm is magic
Yuriy Glukhov
2015-09-04
2
-1
/
+4
|
*
|
when nimvm stmt proof of concept
Yuriy Glukhov
2015-09-04
6
-13
/
+43
*
|
|
compiler: Trim .nim files trailing whitespace
Adam Strzelecki
2015-09-04
32
-570
/
+570
|
/
/
*
|
split os into os and ospaths parts; ospaths is available for NimScript; bette...
Araq
2015-09-04
2
-1
/
+16
*
|
improvements for NimScript support
Araq
2015-09-03
2
-57
/
+60
*
|
optimized writetracking
Araq
2015-09-03
1
-139
/
+149
*
|
'var T' doesn't imply escaping
Araq
2015-09-02
1
-1
/
+1
*
|
write tracking: leaner code; minor bug fixes (still unusable)
Araq
2015-08-31
1
-85
/
+61
*
|
first implementation of write tracking and escape analysis; still disabled
Araq
2015-08-31
5
-21
/
+319
*
|
Merge pull request #3242 from yglukhov/byvar-fix
Andreas Rumpf
2015-08-28
1
-5
/
+23
|
\
\
|
*
|
Fixed passing byvar
Yuriy Glukhov
2015-08-25
1
-5
/
+23
*
|
|
update Visual Studio command line flags
Araq
2015-08-27
1
-1
/
+1
*
|
|
add msp430 cpu support
Keerthan Jaic
2015-08-26
1
-2
/
+3
[prev]
[next]