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
*
Removed nimsuggest from this repo.
Dominik Picheta
2015-06-07
2
-343
/
+2
*
Hopefully fixes nimsuggest building against the compiler package.
Dominik Picheta
2015-06-07
4
-19
/
+25
*
Parser: Inline expr pragmas with parenthesis
Adam Strzelecki
2015-06-07
1
-0
/
+4
*
Parser: Properly represent parsePar in grammar
Adam Strzelecki
2015-06-07
1
-4
/
+6
*
Introduce {.noRewrite.} expr pragma disabling TR
Adam Strzelecki
2015-06-07
5
-4
/
+11
*
Perform lambda lifting for compile-time stuff when targeting JS. Enable unitt...
yglukhov
2015-06-07
1
-1
/
+5
*
Dropped 'T' from types
pdw
2015-06-04
6
-41
/
+41
*
Merge pull request #2848 from ozra/bugfix-2523-number-literal-lexing
Andreas Rumpf
2015-06-04
2
-120
/
+164
|
\
|
*
Change const def to cleaner code per suggestion.
Oscar Campbell
2015-06-02
1
-2
/
+1
|
*
Remove forgotten debug echo statement.
Oscar Campbell
2015-05-31
1
-1
/
+0
|
*
Clean up to compiler style. Refine error-msg for illegal octal 'O'
Oscar Campbell
2015-05-31
2
-128
/
+68
|
*
Fix #2523 - first commit. Needs some cleanup.
Oscar Campbell
2015-05-31
1
-98
/
+204
*
|
Merge pull request #2849 from ozra/feature-2811-hump-snake-dash
Andreas Rumpf
2015-06-04
2
-6
/
+21
|
\
\
|
*
|
Restructure branching slighty. Fix error message.
Oscar Campbell
2015-06-01
1
-2
/
+3
|
*
|
Implement #2811 - Unicode en-dash (U+2013) as hump/snake alt.
Oscar Campbell
2015-05-31
2
-5
/
+19
|
|
/
*
/
Fixed codegen for DotDot magic
yglukhov
2015-06-04
1
-7
/
+14
|
/
*
Fixed renderer for asm node in JS
yglukhov
2015-05-28
1
-1
/
+2
*
Merge pull request #2695 from transfuturist/devel
Andreas Rumpf
2015-05-26
1
-2
/
+4
|
\
|
*
Add path directive to allow inclusion of config file's path itself
transfuturist
2015-05-14
1
-2
/
+4
*
|
Merge pull request #2804 from yglukhov/minor-cosmetics
Andreas Rumpf
2015-05-26
1
-17
/
+5
|
\
\
|
*
|
Minor cosmetic changes.
yglukhov
2015-05-26
1
-17
/
+5
*
|
|
Merge pull request #2810 from yglukhov/js-codegen-obj-field-byvar
Andreas Rumpf
2015-05-26
1
-2
/
+5
|
\
\
\
|
*
|
|
Fixes #2798
yglukhov
2015-05-26
1
-2
/
+5
|
|
/
/
*
/
/
Ship all testdata with dist
Sergey Avseyev
2015-05-26
1
-1
/
+5
|
/
/
*
|
now nimsuggest works on the first sug
Simon Hafner
2015-05-24
1
-5
/
+5
*
|
fixes #2694
Simon Hafner
2015-05-24
1
-1
/
+1
*
|
Merge pull request #2754 from def-/intval
Andreas Rumpf
2015-05-19
1
-2
/
+2
|
\
\
|
*
|
Update ast spec about uint literals
def
2015-05-18
1
-1
/
+1
|
*
|
Make intVal work for uint literals in the VM
def
2015-05-18
1
-1
/
+1
|
|
/
*
|
Merge pull request #2734 from def-/stdin-fix
Andreas Rumpf
2015-05-19
5
-22
/
+25
|
\
\
|
*
|
Use gProjectIsStdin instead
def
2015-05-17
3
-1
/
+3
|
*
|
Clean up stdin file reading of compiler.
def
2015-05-16
4
-22
/
+23
|
|
/
*
/
Fixed JS call codegen, when first parameters are compile-time.
yglukhov
2015-05-19
1
-1
/
+3
|
/
*
Merge pull request #2680 from reactormonk/epc
Andreas Rumpf
2015-05-14
3
-83
/
+258
|
\
|
*
changed from parseEnum to direct copy
Simon Hafner
2015-05-13
1
-5
/
+1
|
*
nextFreePort -> connectToNextFreePort
Simon Hafner
2015-05-13
1
-2
/
+2
|
*
hardcoded order
Simon Hafner
2015-05-08
1
-4
/
+2
|
*
removed unnecessary deps
Simon Hafner
2015-05-08
1
-2
/
+1
|
*
merged devel into epc
Simon Hafner
2015-05-08
44
-517
/
+1141
|
|
\
|
*
|
import sigmatch, not suggest in nimsuggest
Simon Hafner
2015-05-08
1
-3
/
+5
|
*
|
manually reapplied d40098ad
Simon Hafner
2015-05-02
1
-2
/
+3
|
*
|
method arrives as symbol
Simon Hafner
2015-05-02
1
-1
/
+1
|
*
|
removed debug echos
Simon Hafner
2015-05-02
1
-2
/
+0
|
*
|
some more bugs in epc fixed - removed try
Simon Hafner
2015-05-02
1
-29
/
+32
|
*
|
fixed first round of bugs
Simon Hafner
2015-05-02
1
-9
/
+8
|
*
|
implemented nextFreePort for nimsuggest
Simon Hafner
2015-05-02
1
-4
/
+21
|
*
|
epc waits on recv, not on accept
Simon Hafner
2015-04-27
1
-4
/
+5
|
*
|
Fixed a few socket things
Simon Hafner
2015-04-27
1
-4
/
+3
|
*
|
rough guess how methods should look like
Simon Hafner
2015-04-26
1
-1
/
+12
|
*
|
proc execute / return-error handling
Simon Hafner
2015-04-26
1
-49
/
+59
[next]