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
*
require `not nil` to be on the same line after a type (#24134)
metagn
2024-09-18
2
-0
/
+13
*
second test case haul for templates and generics (#22728)
metagn
2023-09-19
1
-1
/
+12
*
type annotations for variable tuple unpacking, better error messages (#22611)
metagn
2023-09-01
1
-0
/
+17
*
some test cleanups & category reorganization (#22010)
metagn
2023-06-06
1
-0
/
+30
*
post expr blocks colon fix + correct grammar (#21983)
metagn
2023-06-06
1
-0
/
+8
*
fix #19430 (#21603)
metagn
2023-04-06
1
-0
/
+3
*
tuple unpacking for vars as just sugar, allowing nesting (#21563)
metagn
2023-03-28
1
-0
/
+48
*
fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now pa...
ringabout
2023-02-22
1
-20
/
+9
*
allow omitting stmts using `finally` as post expr blocks; make it consistent ...
ringabout
2023-02-14
1
-0
/
+11
*
fixes #21144; try expression will not match the less indentation except (#21152)
ringabout
2022-12-21
1
-0
/
+27
*
fix issue #20922 by handling missing expr in `exprList` for `tkOf` (#20930)
Vindaar
2022-12-08
1
-0
/
+46
*
Named arguments in commands + many grammar fixes (#20994)
metagn
2022-12-06
6
-0
/
+80
*
allow proc expressions in place of statements (#20935)
metagn
2022-11-29
1
-0
/
+3
*
defaults to ORC (#19972)
ringabout
2022-09-23
1
-0
/
+4
*
use arrow precedence in spec (#20166)
metagn
2022-09-06
1
-0
/
+7
*
new .redefine pragma for templates, warn on redefinition without it (#20211)
metagn
2022-08-23
1
-1
/
+1
*
fixes #19662; Indent level errored for first line (#19718)
flywind
2022-04-25
1
-0
/
+6
*
Allow full commands and blocks in type sections (#19181)
hlaaftana
2022-01-02
5
-0
/
+368
*
treat do with pragmas but no parens as proc (#19191)
hlaaftana
2021-12-05
1
-2
/
+17
*
fix #12274 (#19180)
hlaaftana
2021-11-24
1
-0
/
+9
*
fixes #18847 [backport] (#18870)
Andreas Rumpf
2021-09-20
1
-0
/
+4
*
Fix #16426 (#18377)
Clyybber
2021-06-28
1
-0
/
+15
*
Small parser loop fix (#17904)
Clyybber
2021-04-30
1
-1
/
+4
*
refs #15667 improve invalid indentation errors, report when & where `=` could...
Timothee Cour
2021-04-10
1
-0
/
+58
*
unify tuple expressions (#13793)
Arne Döring
2021-03-30
2
-11
/
+10
*
add finally as post expr block [backport:1.4] (#16896)
hlaaftana
2021-02-01
1
-0
/
+115
*
use doAssert in tests (#16486)
flywind
2020-12-28
1
-25
/
+25
*
Add testcase for invalid if statement (#15313)
Clyybber
2020-09-12
1
-0
/
+12
*
Fix #15305 (#15311)
Clyybber
2020-09-12
1
-0
/
+12
*
Better semiStmtList parsing (#15123)
Clyybber
2020-09-09
1
-0
/
+165
*
make `from` an operator (#14241)
hlaaftana
2020-05-08
1
-0
/
+12
*
Remove immediate pragma (#11308)
Arne Döring
2019-05-29
1
-5
/
+5
*
revert parser stmtListExpr (#11007)
cooldome
2019-04-17
1
-20
/
+0
*
fixes #10896 (#10903)
Andreas Rumpf
2019-03-25
1
-0
/
+5
*
fixes #10861 (#10877)
cooldome
2019-03-21
1
-1
/
+15
*
Support for stmtListExpr in parser after major keywords. Scaled down version....
cooldome
2019-03-18
1
-0
/
+20
*
gc: destructors is beginning to work (#10483)
Andreas Rumpf
2019-01-29
1
-0
/
+9
*
require errormsg to be specified before file.
Arne Döring
2018-12-11
7
-15
/
+6
*
fixes #9633
Andreas Rumpf
2018-11-08
1
-1
/
+17
*
parser change: 'not' is always a unary operator; fixes #9574
Andreas Rumpf
2018-11-07
1
-0
/
+5
*
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
[next]