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
/
parser.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
big refactoring: parser compiles again
Andreas Rumpf
2018-05-10
1
-16
/
+27
*
compiler refactoring, pass config around explicitly
Andreas Rumpf
2018-05-05
1
-8
/
+8
*
warn about inconsistent spacing around binary operators; fixes #7582
Andreas Rumpf
2018-05-05
1
-6
/
+2
*
fixes #7582
Andreas Rumpf
2018-05-05
1
-2
/
+3
*
refactoring: make FileIndex a distinct type; make line information an uint16;...
Andreas Rumpf
2018-04-21
1
-1
/
+1
*
nimpretty: next steps
Araq
2018-04-18
1
-1
/
+7
*
fixes #7610
Andreas Rumpf
2018-04-14
1
-1
/
+1
*
introduce nkTupleConstr AST node for unary tuple construction; breaking change
Andreas Rumpf
2018-04-13
1
-0
/
+6
*
Fix parser bug with type classes (#7480)
Oscar NihlgÄrd
2018-04-06
1
-0
/
+1
*
added the 'x.p[:T]' notation for explicit generic instantiations in combinati...
Araq
2018-04-06
1
-14
/
+27
*
better error messages
Araq
2018-03-18
1
-2
/
+11
*
Fix casing in rule 'typeDesc' (#7324)
Robert Hencke
2018-03-12
1
-1
/
+3
*
improve error message for twrongcolon
Andreas Rumpf
2018-02-06
1
-2
/
+2
*
language change: 'generic' and 'atomic' are not keywords anymore
Andreas Rumpf
2017-11-21
1
-5
/
+1
*
Block expressions (#6695)
Fabian Keller
2017-11-06
1
-1
/
+5
*
fixes #6609; 'if' expressions support multiple statements; minor breaking change
Araq
2017-11-05
1
-14
/
+56
*
work in progress: new implementation for 'a[^1]'
Andreas Rumpf
2017-10-29
1
-1
/
+1
*
beginnings of the new nimpretty tool; still unusable
Andreas Rumpf
2017-10-05
1
-1
/
+1
*
the parser finally parses 'echo {1,2}' as it should
Andreas Rumpf
2017-09-30
1
-13
/
+1
*
'with' and 'without' are not keywords anymore
Araq
2017-09-30
1
-3
/
+9
*
first implementation of the 'func' keyword
Andreas Rumpf
2017-09-23
1
-19
/
+11
*
Restore the old behavior of parsing "quote do:"
Zahary Karadjov
2017-08-19
1
-5
/
+8
*
parser enhancement: allow keywords after dots
Andreas Rumpf
2017-07-11
1
-18
/
+28
*
first steps to allow easy functors via macros
Andreas Rumpf
2017-06-04
1
-3
/
+4
*
cleanup of in/out covariance handling
Andreas Rumpf
2017-05-17
1
-3
/
+3
*
Merge branch 'zahary' into araq2
Andreas Rumpf
2017-05-17
1
-1
/
+8
|
\
|
*
support for external types with covariant generic params
Zahary Karadjov
2017-05-08
1
-1
/
+8
*
|
Merge branch 'zahary' into araq2
Andreas Rumpf
2017-05-16
1
-82
/
+81
|
\
|
|
*
fix a parsing regression (do is still mandatory in some situations)
Zahary Karadjov
2017-04-14
1
-1
/
+4
|
*
lift parameter-less do block to lambdas
Zahary Karadjov
2017-04-10
1
-6
/
+7
|
*
support post expression blocks in return and yield
Zahary Karadjov
2017-04-10
1
-1
/
+3
|
*
fix a regression in tlexerex
Zahary Karadjov
2017-04-10
1
-13
/
+14
|
*
fix a parsing regression (calls with do inside param lists)
Zahary Karadjov
2017-04-10
1
-2
/
+5
|
*
fully consisent parsing between the new and the old 'do blocks'
Zahary Karadjov
2017-04-10
1
-78
/
+67
|
*
the new blocks without 'do' produce compatible AST with 'do blocks'
Zahary Karadjov
2017-04-09
1
-4
/
+4
*
|
fixes a parser bug
Araq
2017-04-25
1
-4
/
+1
|
/
*
assignments support ': stmtList' like let/var do
Andreas Rumpf
2017-04-04
1
-1
/
+7
*
language addition: colon-block for expressions in let/var context
Andreas Rumpf
2017-04-02
1
-10
/
+16
*
make pragma expression parsing use the same parser mechanism as elsewhere
Andreas Rumpf
2017-03-31
1
-3
/
+2
*
proper error reporting for concepts and the introduction of the {.explain.} p...
Zahary Karadjov
2017-03-24
1
-0
/
+8
*
support the full range of type modifiers when declaring concept vars and test...
Zahary Karadjov
2017-03-24
1
-2
/
+10
*
nimsuggest: suggest types in a type section
Andreas Rumpf
2017-03-14
1
-0
/
+1
*
nimsuggest: make tests green again
Araq
2017-03-10
1
-2
/
+2
*
nimsuggest: fixes nimsuggest bug #45; do not show suggestions in string liter...
Araq
2017-03-08
1
-6
/
+52
*
fixes #5430
Araq
2017-02-26
1
-4
/
+4
*
big refactoring: step 1
Araq
2016-10-31
1
-7
/
+10
*
implements #?braces syntax
Araq
2016-10-16
1
-7
/
+7
*
remove unused stuff
Jacek Sieka
2016-08-09
1
-20
/
+0
*
compiler almost free of deprecated expr/stmt names
Andreas Rumpf
2016-07-30
1
-2
/
+2
*
stdlib and compiler don't use .immediate anymore
Andreas Rumpf
2016-07-29
1
-1
/
+1
[next]