index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
parser
Age
Commit message (
Expand
)
Author
Lines
2020-02-24
parse: test bad variants wrt. issue 48137.
Mazdak Farrokhzad
-0
/
+97
2020-02-24
parse: tweak diagnostic wordings
Mazdak Farrokhzad
-96
/
+96
2020-02-24
parse/ast: move `Defaultness` into variants.
Mazdak Farrokhzad
-182
/
+448
2020-02-24
parse: `NtItem` -> `parse_item_common`.
Mazdak Farrokhzad
-0
/
+34
2020-02-24
parser: tweak item kind wording
Mazdak Farrokhzad
-80
/
+80
2020-02-24
parser: tweak unmatched wording
Mazdak Farrokhzad
-24
/
+36
2020-02-24
parse: harden `default` test.
Mazdak Farrokhzad
-56
/
+96
2020-02-24
parse: use `parse_item_common` in `parse_assoc_item_`.
Mazdak Farrokhzad
-86
/
+479
2020-02-24
parse: use `parse_item_common` in `parse_foreign_item`.
Mazdak Farrokhzad
-31
/
+327
2020-02-24
parse: recover `default` on free items.
Mazdak Farrokhzad
-5
/
+180
2020-02-24
add `Span` to `ast::Defaultness::Default`.
Mazdak Farrokhzad
-8
/
+24
2020-02-22
Use multipart suggestion
David Ross
-53
/
+229
2020-02-22
Add more double cast + method call tests
David Ross
-22
/
+105
2020-02-22
Add note regarding argument ordering
varkor
-0
/
+4
2020-02-22
Move generic arg / param validation to `create_substs_for_generic_args`
varkor
-8
/
+10
2020-02-22
parse: allow `type Foo: Ord` syntactically.
Mazdak Farrokhzad
-3
/
+103
2020-02-18
Rollup merge of #69236 - Centril:mut-parens-at-recovery, r=estebank
Mazdak Farrokhzad
-11
/
+21
2020-02-18
Rollup merge of #69194 - Centril:assoc-extern-fuse, r=petrochenkov
Mazdak Farrokhzad
-100
/
+680
2020-02-18
Rollup merge of #69192 - JohnTitor:add-tests, r=Centril
Dylan DPC
-0
/
+54
2020-02-17
parse: recover `mut (x @ y)` as `(mut x @ mut y)`.
Mazdak Farrokhzad
-11
/
+21
2020-02-17
Auto merge of #69129 - Centril:macro-legacy-errors, r=petrochenkov
bors
-0
/
+21
2020-02-15
Fix test stderr after rebasing on master.
David Ross
-2
/
+2
2020-02-15
Remove trailing whitespace
David Ross
-3
/
+3
2020-02-15
Add more error cases to issue 35813 tests
David Ross
-58
/
+225
2020-02-15
Parse & reject postfix operators after casts
David Ross
-0
/
+137
2020-02-15
reject assoc statics & extern consts during parsing
Mazdak Farrokhzad
-67
/
+154
2020-02-15
fuse extern & associated item parsing up to defaultness
Mazdak Farrokhzad
-21
/
+25
2020-02-15
parse extern consts
Mazdak Farrokhzad
-14
/
+46
2020-02-15
parse associated statics.
Mazdak Farrokhzad
-15
/
+197
2020-02-15
ast/parser: fuse `static` & `const` grammars in all contexts.
Mazdak Farrokhzad
-46
/
+122
2020-02-15
ast: make `= <expr>;` optional in free statics/consts.
Mazdak Farrokhzad
-0
/
+104
2020-02-16
Add test for issue-62894
Yuki Okushi
-0
/
+54
2020-02-15
ast: normalize `ForeignItemKind::Ty` & `AssocItemKind::TyAlias`.
Mazdak Farrokhzad
-4
/
+99
2020-02-14
Suggest a comma if a struct initializer field fails to parse
Aaron Hill
-2
/
+3
2020-02-13
parser: misc small item related improvements & cleanups.
Mazdak Farrokhzad
-84
/
+88
2020-02-13
parser: unify item list parsing.
Mazdak Farrokhzad
-14
/
+25
2020-02-13
macro_legacy_warnings -> error
Mazdak Farrokhzad
-0
/
+21
2020-02-13
parser: add test for 'extern crate async'
Mazdak Farrokhzad
-0
/
+12
2020-02-13
ast_validation: tweak diagnostic output
Mazdak Farrokhzad
-20
/
+20
2020-02-13
parser: fuse free `fn` parsing together.
Mazdak Farrokhzad
-33
/
+79
2020-02-13
parser_fn_front_matter: allow `const .. extern`
Mazdak Farrokhzad
-45
/
+50
2020-02-13
IsAsync -> enum Async { Yes { span: Span, .. }, No }
Mazdak Farrokhzad
-4
/
+12
2020-02-12
Rollup merge of #68981 - estebank:silence, r=davidtwco
Dylan DPC
-6
/
+6
2020-02-11
Auto merge of #68929 - matprec:consistent-issue-references, r=Dylan-DPC
bors
-4
/
+4
2020-02-10
review comment: wording
Esteban Küber
-6
/
+6
2020-02-10
Rollup merge of #69014 - dwrensha:fix-68890, r=Centril
Dylan DPC
-0
/
+24
2020-02-09
[parser] change an instance of span_bug() to struct_span_err() to avoid ICE
David Renshaw
-0
/
+24
2020-02-10
parser: Keep current and previous tokens precisely
Vadim Petrochenkov
-2
/
+2
2020-02-09
--bless --compare-mode=nll
Matthias Prechtl
-4
/
+4
2020-02-06
rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.
Eduard-Mihai Burtescu
-0
/
+22
[prev]
[next]