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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_parse
/
src
/
parser
/
item.rs
Age
Commit message (
Expand
)
Author
Lines
2022-07-29
Recover from c++ style `enum struct`
Obei Sideg
-0
/
+19
2022-07-29
Remove `TreeAndSpacing`.
Nicholas Nethercote
-2
/
+2
2022-07-28
remove an unnecessary line break
Takayuki Maeda
-1
/
+0
2022-06-28
Use pre-interned symbols in import recovery
bjorn3
-2
/
+1
2022-06-16
Do not suggest adding semicolon/changing delimiters for macros in item positi...
Chayim Refael Friedman
-21
/
+25
2022-06-13
remove unnecessary `to_string` and `String::new`
Takayuki Maeda
-23
/
+18
2022-06-07
recover `import` instead of `use` in item
Michael Goulet
-20
/
+49
2022-05-30
Rollup merge of #97172 - SparrowLii:unsafe_extern, r=compiler-errors
Michael Goulet
-26
/
+15
2022-05-30
Optimize the diagnostic generation for `extern unsafe`
SparrowLii
-26
/
+15
2022-05-21
Remove feature: `crate` visibility modifier
Jacob Pratt
-2
/
+1
2022-05-07
Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors
bors
-5
/
+5
2022-05-02
fix most compiler/ doctests
Elliot Roberts
-5
/
+5
2022-05-02
Fix invalid keyword order for function declarations
Ken Matsui
-2
/
+2
2022-04-29
errors: `span_suggestion` takes `impl ToString`
David Wood
-5
/
+5
2022-04-28
rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter`
Vadim Petrochenkov
-42
/
+43
2022-04-12
use `to_string` instead of `format!`
Takayuki Maeda
-1
/
+1
2022-04-05
errors: implement fallback diagnostic translation
David Wood
-1
/
+1
2022-04-05
errors: introduce `DiagnosticMessage`
David Wood
-1
/
+2
2022-03-20
fix a not emitted unmatched angle bracket error
Takayuki Maeda
-1
/
+1
2022-03-17
Rollup merge of #94960 - codehorseman:master, r=oli-obk
Dylan DPC
-1
/
+1
2022-03-17
Rollup merge of #93222 - mark-i-m:errorreported, r=oli-obk
Dylan DPC
-3
/
+3
2022-03-17
Rollup merge of #91133 - terrarier2111:unsafe-diagnostic, r=jackh726
Dylan DPC
-3
/
+25
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-3
/
+3
2022-03-16
resolve the conflict in compiler/rustc_session/src/parse.rs
codehorseman
-1
/
+1
2022-03-15
use `format_args_capture` in some parts of rustc_parse
Takayuki Maeda
-27
/
+26
2022-03-15
Auto merge of #94584 - pnkfelix:inject-use-suggestion-sites, r=ekuber
bors
-4
/
+7
2022-03-11
Rollup merge of #94839 - TaKO8Ki:suggest-using-double-colon-for-struct-field-...
Dylan DPC
-0
/
+10
2022-03-11
fix a suggestion message
Takayuki Maeda
-1
/
+1
2022-03-11
suggest using double colon when using single colon in struct field type path
Takayuki Maeda
-0
/
+10
2022-03-07
diagnostics: only talk about `Cargo.toml` if running under Cargo
Michael Howell
-3
/
+2
2022-03-06
Auto merge of #90076 - jackh726:wherethewhere, r=nikomatsakis
bors
-53
/
+29
2022-03-05
Change syntax for TyAlias where clauses
Jack Huey
-53
/
+29
2022-03-06
suggest removing a semicolon after derive attributes
Takayuki Maeda
-0
/
+10
2022-03-03
Adjusted diagnostic output so that if there is no `use` in a item sequence,
Felix S. Klock II
-1
/
+4
2022-03-03
Associate multiple with a crate too.
Felix S. Klock II
-2
/
+1
2022-03-03
refactor: prepare to associate multiple spans with a module.
Felix S. Klock II
-3
/
+4
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-2
/
+2
2022-02-28
4 - Make more use of `let_chains`
Caio
-7
/
+5
2022-02-23
rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".
Eduard-Mihai Burtescu
-2
/
+2
2022-02-23
rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`.
Eduard-Mihai Burtescu
-5
/
+7
2022-02-19
Adopt let else in more places
est31
-3
/
+2
2022-02-02
better suggestion for duplicated `where`
Michael Goulet
-7
/
+22
2022-01-26
Introduce a limit to Levenshtein distance computation
Tomasz Miąsko
-1
/
+1
2022-01-05
ast: Always keep a `NodeId` in `ast::Crate`
Vadim Petrochenkov
-1
/
+1
2021-12-28
Parse and suggest moving where clauses after equals for type aliases
Jack Huey
-0
/
+53
2021-12-13
Use Inherited Visibility instead of None when no vis is present
Alexis Bourget
-13
/
+14
2021-12-13
Update test to new error message
Alexis Bourget
-1
/
+1
2021-12-13
Suggest remove on const async const instead of const const async
Alexis Bourget
-16
/
+45
2021-12-13
Fix broken span and related tests
Alexis Bourget
-1
/
+1
2021-12-13
Change error for pub in fn decl if already present
Alexis Bourget
-13
/
+37
[prev]
[next]