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
*
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
*
custom integer literals (#17489)
Andreas Rumpf
2021-03-24
1
-5
/
+13
*
new-style concepts implementation, WIP (#15251)
Andreas Rumpf
2021-02-24
1
-5
/
+11
*
add finally as post expr block [backport:1.4] (#16896)
hlaaftana
2021-02-01
1
-1
/
+5
*
remove conditionals on nimHasUserErrors, nimNoNilSeqs2, nimNoNilSeqs (#16861)
Timothee Cour
2021-01-29
1
-2
/
+0
*
Use modern enums in compiler (#15775)
cooldome
2020-11-02
1
-1
/
+1
*
implements https://github.com/nim-lang/RFCs/issues/258 (#15503)
Andreas Rumpf
2020-10-06
1
-9
/
+16
*
parser hotfix: don't run into endless loops; regression (#15468)
Andreas Rumpf
2020-10-02
1
-4
/
+16
*
Fix #15305 (#15311)
Clyybber
2020-09-12
1
-2
/
+1
*
Better semiStmtList parsing (#15123)
Clyybber
2020-09-09
1
-78
/
+44
*
Expand hoisted default params in sem (#15270)
Clyybber
2020-09-05
1
-1
/
+1
*
Big compiler Cleanup (#14777)
Clyybber
2020-08-28
1
-187
/
+182
*
fixes #15111 (#15136)
Andreas Rumpf
2020-08-01
1
-1
/
+3
*
init checks and 'out' parameters (#14521)
Andreas Rumpf
2020-06-23
1
-1
/
+5
*
improve the parser's error message
Araq
2020-06-19
1
-1
/
+1
*
parser.nim: minor refactorings (#14540)
Andreas Rumpf
2020-06-01
1
-9
/
+6
*
make `from` an operator (#14241)
hlaaftana
2020-05-08
1
-3
/
+5
*
make case-object transitions explicit, make unknownLineInfo a const, replace ...
Jasper Jenkins
2020-01-17
1
-9
/
+9
*
fixes #10665 (#13141) [backport]
Andreas Rumpf
2020-01-14
1
-22
/
+26
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-191
/
+190
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-1
/
+1
*
nimpretty: fixes #11616
Araq
2019-07-18
1
-6
/
+27
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-1
/
+1
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-3
/
+3
*
nimpretty: nimpretty now understands splitting newlines
Araq
2019-07-04
1
-4
/
+13
*
[bugfix] fix #11469, new rules for a newline in nimpretty (#11512)
Miran
2019-06-26
1
-0
/
+2
*
[bugfix] nimpretty: fixes #11468
Araq
2019-06-13
1
-2
/
+6
*
nimpretty: smart tabs support, fixes #9399 [bugfix]
Andreas Rumpf
2019-06-10
1
-21
/
+34
*
nimpretty: fixes #10295
Araq
2019-06-07
1
-0
/
+2
*
revert parser stmtListExpr (#11007)
cooldome
2019-04-17
1
-19
/
+9
*
relax warning about inconsistent spacing (#10968)
Miran
2019-04-05
1
-1
/
+1
*
fixes #10896 (#10903)
Andreas Rumpf
2019-03-25
1
-1
/
+3
*
fixes #10861 (#10877)
cooldome
2019-03-21
1
-2
/
+3
*
REVERT "optPar"
Andrii Riabushenko
2019-03-21
1
-3
/
+2
[next]