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
*
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
*
optPar
Andrii Riabushenko
2019-03-21
1
-2
/
+3
*
Support for stmtListExpr in parser after major keywords. Scaled down version....
cooldome
2019-03-18
1
-10
/
+21
*
fixes #10838 (#10841)
cooldome
2019-03-18
1
-0
/
+2
*
Tuple unpacking now works for `for` vars (#10152)
Neelesh Chandola
2019-02-23
1
-15
/
+24
*
gc: destructors is beginning to work (#10483)
Andreas Rumpf
2019-01-29
1
-26
/
+22
*
Correct lineinfo for accent quoted symbols in proc definition (#10399)
alaviss
2019-01-21
1
-1
/
+4
*
Deprecate gc v2 (#10151)
Neelesh Chandola
2019-01-01
1
-2
/
+2
*
Deprecated pragma is now supported on enum fields (#10113)
Neelesh Chandola
2018-12-30
1
-11
/
+21
*
Pragma syntax is now consistent (#9993)
Neelesh Chandola
2018-12-27
1
-3
/
+34
*
much simpler implementation of constant tuple declarations
Andreas Rumpf
2018-12-19
1
-37
/
+17
*
Const tuple unpacking (#9964)
Neelesh Chandola
2018-12-19
1
-9
/
+31
[next]