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
*
require `not nil` to be on the same line after a type (#24134)
metagn
2024-09-18
1
-1
/
+1
*
Adds support for custom ASTs in the Nim parser (#23417)
Andreas Rumpf
2024-03-18
1
-46
/
+58
*
* fixed nimsuggest crash with 'Something = concept' put (erroneously) outside...
Nikolay Nikolov
2024-02-24
1
-1
/
+1
*
Fixes #23085: update grammars for 'concept' (#23256)
Silly Carbon
2024-01-26
1
-2
/
+3
*
Allow `parseAll` to parse statements separated by semicolons (#23088)
Jake Leahy
2023-12-17
1
-16
/
+10
*
fixes yet another strictdefs bug (#23069)
ringabout
2023-12-15
1
-1
/
+1
*
nimpretty: check the rendered AST for wrong output (#23057)
Andreas Rumpf
2023-12-13
1
-2
/
+0
*
lexer cleanups (#23037)
Jacek Sieka
2023-12-06
1
-8
/
+4
*
prepare for the enforcement of `std` prefix (#22873)
ringabout
2023-10-29
1
-1
/
+3
*
type annotations for variable tuple unpacking, better error messages (#22611)
metagn
2023-09-01
1
-2
/
+7
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-0
/
+2
*
Fix grammar top rule (#22325)
Khaled Hammouda
2023-07-24
1
-1
/
+1
*
make binary `not` not parse complex expressions on right side (#22078)
metagn
2023-06-12
1
-4
/
+4
*
post expr blocks colon fix + correct grammar (#21983)
metagn
2023-06-06
1
-12
/
+16
*
some Token refactors (#21762)
metagn
2023-05-06
1
-9
/
+8
*
make grammar a bit more honest (#21655)
metagn
2023-04-14
1
-9
/
+10
*
`proc` typeclass accounts for `iterator`, call conventions + `nil` fix + docu...
metagn
2023-04-11
1
-2
/
+5
*
fix #19430 (#21603)
metagn
2023-04-06
1
-2
/
+3
*
tuple unpacking for vars as just sugar, allowing nesting (#21563)
metagn
2023-03-28
1
-3
/
+9
*
allow omitting stmts using `finally` as post expr blocks; make it consistent ...
ringabout
2023-02-14
1
-1
/
+1
*
Implemented basic macro expand functionality (#20579)
Ivan Yonchovski
2023-01-27
1
-5
/
+65
*
fix in msg `doAssert()` to update grammar.txt (#21179)
rockcavera
2022-12-27
1
-1
/
+1
*
fixes #21144; try expression will not match the less indentation except (#21152)
ringabout
2022-12-21
1
-1
/
+3
*
fix issue #20922 by handling missing expr in `exprList` for `tkOf` (#20930)
Vindaar
2022-12-08
1
-5
/
+23
*
Named arguments in commands + many grammar fixes (#20994)
metagn
2022-12-06
1
-112
/
+154
*
allow proc expressions in place of statements (#20935)
metagn
2022-11-29
1
-7
/
+15
*
refactor strongSpaceB with an enum (#20809)
ringabout
2022-11-10
1
-2
/
+2
*
fixes #15688; handle `strongSpace` overflow issues (#20724)
ringabout
2022-11-03
1
-8
/
+8
*
DAA and 'out' parameters (#20506)
Andreas Rumpf
2022-10-06
1
-4
/
+1
*
correct grammar (ref #20199) and add check for grammar.txt (#20494)
ringabout
2022-10-06
1
-10
/
+27
*
add default field support for object in ARC/ORC (#20480)
ringabout
2022-10-04
1
-6
/
+2
*
remove deprecated type pragma syntax, fix bugs that required it (#20199)
metagn
2022-09-03
1
-28
/
+10
*
fixes #19662; Indent level errored for first line (#19718)
flywind
2022-04-25
1
-0
/
+4
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+3
*
Allow full commands and blocks in type sections (#19181)
hlaaftana
2022-01-02
1
-9
/
+19
*
fixes grammar typos [backport] (#19289)
Andreas Rumpf
2021-12-27
1
-3
/
+3
*
treat do with pragmas but no parens as proc (#19191)
hlaaftana
2021-12-05
1
-3
/
+9
*
fix #12274 (#19180)
hlaaftana
2021-11-24
1
-1
/
+1
*
fixes #19011 [backport:1.6] (#19114)
Andreas Rumpf
2021-11-09
1
-1
/
+1
*
fixes #18847 [backport] (#18870)
Andreas Rumpf
2021-09-20
1
-2
/
+3
*
formal grammar updates [backport:1.2] (#18803)
Andreas Rumpf
2021-09-04
1
-27
/
+23
*
move PNode.comment to a side channel, reducing memory usage during compilatio...
Timothee Cour
2021-08-29
1
-5
/
+9
*
fix RFC #341: dot-like operators are now parsed with same precedence as `.` (...
Timothee Cour
2021-08-25
1
-5
/
+29
*
support same-line doc comments in routines (#18595)
Timothee Cour
2021-07-27
1
-0
/
+7
*
Make error message for empty new-styled concept more descriptive (#18506)
konsumlamm
2021-07-18
1
-0
/
+2
*
Fix #16426 (#18377)
Clyybber
2021-06-28
1
-5
/
+8
*
Small parser loop fix (#17904)
Clyybber
2021-04-30
1
-0
/
+1
*
refs #15667 improve invalid indentation errors, report when & where `=` could...
Timothee Cour
2021-04-10
1
-4
/
+15
*
parser.nim: simply layout change
Araq
2021-03-30
1
-1
/
+2
*
unify tuple expressions (#13793)
Arne Döring
2021-03-30
1
-6
/
+9
[next]