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
/
tests
/
parser
Commit message (
Expand
)
Author
Age
Files
Lines
*
removed the undocumented #? strongSpaces parsing mode
Araq
2018-11-06
1
-83
/
+0
*
Fix #8126 (#8712)
zah
2018-08-21
1
-0
/
+4
*
Implement the `is` operator for the new static and typedesc type classes
Zahary Karadjov
2018-06-16
1
-7
/
+32
*
A minimal patch enabling the new typedesc and static types syntax
Zahary Karadjov
2018-06-16
1
-53
/
+99
*
Starting test recording the current state of the parser
Zahary Karadjov
2018-06-16
1
-0
/
+481
*
make tests green again
Araq
2018-05-14
4
-7
/
+7
*
update the changelog
Andreas Rumpf
2018-05-06
1
-432
/
+0
*
fixes #7582
Andreas Rumpf
2018-05-05
2
-2
/
+13
*
Get symbol kind (#7491)
Arne Döring
2018-04-11
1
-89
/
+89
*
Fix parser bug with type classes (#7480)
Oscar Nihlgård
2018-04-06
1
-0
/
+17
*
added the 'x.p[:T]' notation for explicit generic instantiations in combinati...
Araq
2018-04-06
1
-1
/
+7
*
Fixes #7473 (#7475)
Arne Döring
2018-04-04
1
-5
/
+4
*
make tests green again
Andreas Rumpf
2017-11-19
1
-89
/
+89
*
Block expressions (#6695)
Fabian Keller
2017-11-06
1
-1
/
+10
*
fixes #6609; 'if' expressions support multiple statements; minor breaking change
Araq
2017-11-05
1
-0
/
+18
*
Restore the old behavior of parsing "quote do:"
Zahary Karadjov
2017-08-19
1
-182
/
+212
*
Remove expr/stmt (#5857)
Arne Döring
2017-07-25
2
-11
/
+10
*
Merge branch 'zahary' into araq2
Andreas Rumpf
2017-05-16
1
-0
/
+513
|
\
|
*
fix a parsing regression (do is still mandatory in some situations)
Zahary Karadjov
2017-04-14
1
-0
/
+16
|
*
fix a parsing regression (calls with do inside param lists)
Zahary Karadjov
2017-04-10
1
-0
/
+19
|
*
fully consisent parsing between the new and the old 'do blocks'
Zahary Karadjov
2017-04-10
1
-0
/
+478
*
|
fixes a parser bug
Araq
2017-04-25
1
-0
/
+6
|
/
*
assignments support ': stmtList' like let/var do
Andreas Rumpf
2017-04-04
1
-1
/
+2
*
language addition: colon-block for expressions in let/var context
Andreas Rumpf
2017-04-02
1
-0
/
+33
*
implements #?braces syntax
Araq
2016-10-16
1
-0
/
+432
*
fixes critical 'do' parsing bug
Andreas Rumpf
2016-05-28
1
-0
/
+79
*
fixes multi-line comments
Andreas Rumpf
2016-01-17
1
-0
/
+30
*
fixes multiline comments
Andreas Rumpf
2016-01-17
1
-0
/
+16
*
fixes strutils.unescape; refs #3634
Andreas Rumpf
2016-01-17
1
-0
/
+18
*
fixes #1799 properly
Araq
2015-10-25
1
-0
/
+71
*
sequtils related changes
Peter Mora
2015-10-05
1
-0
/
+1
*
minor testsuite cleanup
Araq
2015-09-10
1
-1
/
+1
*
tests: Trim .nim files trailing whitespace
Adam Strzelecki
2015-09-04
3
-13
/
+13
*
cleanups for underscores in tuple unpacking
Araq
2015-04-24
1
-2
/
+8
*
Merge pull request #2566 from nanoant/parser-diagnostic-location
Andreas Rumpf
2015-04-24
3
-0
/
+39
|
\
|
*
Parser: Test for exact missing ':' location column
Adam Strzelecki
2015-04-21
3
-0
/
+39
*
|
Add sfGenSym for (_).
Dominik Picheta
2015-04-23
1
-12
/
+20
*
|
Merge branch 'devel' into underscore-tuple-unpack
Dominik Picheta
2015-04-23
1
-1
/
+32
|
\
|
|
*
Changing the rule for arrow like operators again.
ReneSac
2015-04-10
1
-5
/
+5
|
*
Restore newline at the end of the file.
ReneSac
2015-04-09
1
-1
/
+1
|
*
Add tests for arrow like ops in tstrongspaces.nim
ReneSac
2015-04-09
1
-0
/
+14
|
*
Added tests for keyword operators in tstrongspaces
ReneSac
2015-04-08
1
-1
/
+18
*
|
Get rid of tkUnderscore. Map _ to tkSymbol.
Dominik Picheta
2015-04-08
1
-0
/
+3
*
|
Implements #2154.
Dominik Picheta
2015-03-31
1
-0
/
+18
|
/
*
fixes long standing parsing issue with command syntax
Araq
2015-03-22
2
-3
/
+13
*
fixes #1802
Araq
2015-03-22
1
-0
/
+19
*
fixes #1805
Araq
2015-03-21
1
-0
/
+19
*
fixes #2123
Araq
2015-02-14
1
-0
/
+11
*
fixes a small bug concerning semicolons for top level statements
Araq
2014-12-23
1
-2
/
+6
*
osproc compiles again for haiku
Araq
2014-03-10
1
-0
/
+52
[next]