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
*
columns are 1 based for nimsuggest
Araq
2015-04-30
1
-5
/
+6
*
fixes regression caused by code cleanups
Araq
2015-04-29
1
-1
/
+1
*
fixes #2470, fixes #1354
Araq
2015-04-28
8
-53
/
+99
*
sempass2: bugfixes
Araq
2015-04-28
2
-9
/
+7
*
fixes #1888
Araq
2015-04-27
1
-15
/
+13
*
fixes #2577
Araq
2015-04-27
1
-0
/
+1
*
fixes #2607
Araq
2015-04-26
1
-1
/
+1
*
fixes #2602
Araq
2015-04-26
1
-0
/
+1
*
fixes #2603
Araq
2015-04-26
1
-4
/
+4
*
Merge pull request #2605 from jyapayne/devel
Andreas Rumpf
2015-04-26
2
-2
/
+2
|
\
|
*
Fixed the paths of nimfix and nimsuggest to be relative.
Joey Payne
2015-04-25
2
-2
/
+2
*
|
fixes regression: overloading by 'var'
Araq
2015-04-25
1
-2
/
+3
*
|
marshalling can be done at compile-time
Araq
2015-04-25
4
-13
/
+346
*
|
fixes #2600
Araq
2015-04-25
1
-5
/
+5
*
|
fixes #2551; fixes #2212; breaks bootstrapping in debug mode; bootstrap with ...
Araq
2015-04-25
3
-12
/
+13
*
|
fixes #2372
Araq
2015-04-25
1
-1
/
+1
|
/
*
Merge pull request #2598 from jyapayne/devel
Andreas Rumpf
2015-04-24
1
-1
/
+1
|
\
|
*
Removed explicit imports in compiler/nimfix/*.nim and added cfg path modifica...
Joey Payne
2015-04-24
4
-10
/
+6
|
*
Added explicit imports for compiler modules to fix compiling nimsuggest.
Joey Payne
2015-04-24
3
-5
/
+9
*
|
cleanups for underscores in tuple unpacking
Araq
2015-04-24
2
-10
/
+15
*
|
finishes #2566
Araq
2015-04-24
1
-2
/
+2
*
|
fixes #2533
Araq
2015-04-24
1
-1
/
+1
*
|
fixes #2335
Araq
2015-04-24
1
-2
/
+9
*
|
fixes #2524
Araq
2015-04-24
1
-1
/
+1
*
|
Merge pull request #2566 from nanoant/parser-diagnostic-location
Andreas Rumpf
2015-04-24
3
-4
/
+11
|
\
\
|
*
|
Parser: Fix location (line, col) for diagnostics
Adam Strzelecki
2015-04-21
2
-3
/
+7
|
*
|
msg: Output column numbers starting from 1
Adam Strzelecki
2015-04-21
1
-1
/
+4
*
|
|
Merge pull request #2437 from Araq/underscore-tuple-unpack
Andreas Rumpf
2015-04-24
2
-2
/
+13
|
\
\
\
|
*
|
|
Add sfGenSym for (_).
Dominik Picheta
2015-04-23
1
-0
/
+2
|
*
|
|
Merge branch 'devel' into underscore-tuple-unpack
Dominik Picheta
2015-04-23
53
-2448
/
+2853
|
|
\
\
\
|
*
|
|
|
Get rid of tkUnderscore. Map _ to tkSymbol.
Dominik Picheta
2015-04-08
3
-13
/
+6
|
*
|
|
|
Rewrite in order to not introduce a new node kind.
Dominik Picheta
2015-04-05
5
-8
/
+9
|
*
|
|
|
Implements #2154.
Dominik Picheta
2015-03-31
7
-6
/
+21
*
|
|
|
|
system.locals is now a plugin for education
Araq
2015-04-24
7
-35
/
+61
*
|
|
|
|
fixes #2569
Araq
2015-04-23
3
-155
/
+96
*
|
|
|
|
fixes #2589
Araq
2015-04-23
1
-1
/
+1
|
|
/
/
/
|
/
|
|
|
*
|
|
|
fix #2585 properly
Araq
2015-04-22
1
-1
/
+3
*
|
|
|
fixes #2585
Araq
2015-04-22
2
-5
/
+7
*
|
|
|
fixes #2447
Araq
2015-04-22
2
-2
/
+3
*
|
|
|
fixed nil.add for JS
Araq
2015-04-22
1
-1
/
+1
*
|
|
|
added '..^' and '..<' operators; 'nil' is allowed for 'len'; added plugin sys...
Araq
2015-04-22
8
-16
/
+75
*
|
|
|
fixes #2581
Araq
2015-04-22
1
-9
/
+16
*
|
|
|
cleaned up some magics to make room for new magics; added '..<' and '..^' tem...
Araq
2015-04-22
5
-18
/
+9
*
|
|
|
fixes #2550
Araq
2015-04-22
1
-9
/
+13
*
|
|
|
Merge pull request #2565 from nanoant/parser-consistency
Andreas Rumpf
2015-04-22
1
-22
/
+11
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Parser: Make exprList() not comsume endToken
Adam Strzelecki
2015-04-20
1
-14
/
+7
|
*
|
|
Parser: Use colcom(...) when possible
Adam Strzelecki
2015-04-20
1
-8
/
+4
*
|
|
|
fixes #2520
Araq
2015-04-21
1
-0
/
+3
*
|
|
|
attempt to fix JS codegen regression
Araq
2015-04-20
1
-1
/
+1
*
|
|
|
fixes #2505, fixes #1853, fixes #2522
Araq
2015-04-20
6
-6
/
+15
[next]