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
Age
Commit message (
Expand
)
Author
Lines
2022-09-27
Rework "inner attribute not permitted" errors
Xiretza
-58
/
+58
2022-09-27
Remove error condition in parse_attribute
Xiretza
-25
/
+12
2022-09-27
Migrate more rustc_parse diagnostics to diagnostic structs
Xiretza
-155
/
+156
2022-09-27
Move rustc_parse diagnostic structs to separate module
Xiretza
-811
/
+819
2022-09-27
Migrate "invalid literal suffix" diagnostic to diagnostic structs
Xiretza
-47
/
+56
2022-09-27
Migrate more diagnostics in rustc_parse to diagnostic structs
Xiretza
-218
/
+402
2022-09-28
improve errors for incomplete functions in struct definitions
Takayuki Maeda
-11
/
+17
2022-09-27
Structured suggestion for missing mut/const in pointer
Michael Goulet
-4
/
+7
2022-09-27
Rename some variables.
Nicholas Nethercote
-10
/
+10
2022-09-27
add a label to struct/enum/union ident name
Takayuki Maeda
-10
/
+26
2022-09-27
create a new local var
Takayuki Maeda
-5
/
+3
2022-09-27
Minor improvements.
Nicholas Nethercote
-3
/
+5
2022-09-26
Rollup merge of #102286 - compiler-errors:recover-semi-in-block-item, r=david...
Matthias Krüger
-7
/
+30
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2022-09-26
Auto merge of #102297 - fee1-dead-contrib:rollup-2np0cre, r=fee1-dead
bors
-0
/
+17
2022-09-26
Inline and remove `cook_lexer_token`.
Nicholas Nethercote
-171
/
+174
2022-09-26
Add `rustc_lexer::TokenKind::Eof`.
Nicholas Nethercote
-8
/
+2
2022-09-26
Use less DRY in `cook_lexer_token`.
Nicholas Nethercote
-19
/
+19
2022-09-26
Make `rustc_lexer::cursor::Cursor` public.
Nicholas Nethercote
-10
/
+13
2022-09-26
[ui] Rearrange `StringReader`/`TokenTreesReader` creation.
Nicholas Nethercote
-20
/
+20
2022-09-26
Remove `ast::Token::take`.
Nicholas Nethercote
-2
/
+1
2022-09-26
Remove `TokenTreesReader::bump`.
Nicholas Nethercote
-17
/
+9
2022-09-26
Clarify spacing computation.
Nicholas Nethercote
-13
/
+20
2022-09-26
Move `#!` checking.
Nicholas Nethercote
-9
/
+8
2022-09-25
Recover some items that expect braces and don't take semicolons
Michael Goulet
-7
/
+30
2022-09-26
Remove unnecessary `spacing` assignment.
Nicholas Nethercote
-1
/
+0
2022-09-26
Rearrange `TokenTreesReader::parse_token_tree`.
Nicholas Nethercote
-178
/
+168
2022-09-22
recover from struct nested in struct
Rageking8
-0
/
+17
2022-09-22
Add missing code="" attributes to suggestion subdiagnostics
Xiretza
-4
/
+4
2022-09-21
FIX - adopt new Diagnostic naming in newly migrated modules
Jhonny Bill Mena
-2
/
+2
2022-09-21
UPDATE - rename SessionSubdiagnostic macro to Subdiagnostic
Jhonny Bill Mena
-7
/
+7
2022-09-21
UPDATE - rename DiagnosticHandler macro to Diagnostic
Jhonny Bill Mena
-42
/
+42
2022-09-21
UPDATE - rename DiagnosticHandler trait to IntoDiagnostic
Jhonny Bill Mena
-43
/
+43
2022-09-21
UPDATE - move SessionDiagnostic from rustc_session to rustc_errors
Jhonny Bill Mena
-1
/
+1
2022-09-21
Auto merge of #101846 - chenyukang:fix-101793, r=davidtwco
bors
-5
/
+41
2022-09-20
Rollup merge of #100250 - cjgillot:recover-token-stream, r=Aaron1011
Michael Howell
-1
/
+0
2022-09-17
Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplett
Dylan DPC
-1
/
+1
2022-09-16
Rollup merge of #101859 - Rageking8:slight-vertical-formatting, r=compiler-er...
Guillaume Gomez
-12
/
+12
2022-09-16
use subdiagnostic for logical negation, bitwise not
yukang
-11
/
+37
2022-09-15
Only enable the let_else feature on bootstrap
est31
-1
/
+1
2022-09-16
tweak suggestion
yukang
-1
/
+1
2022-09-15
slight vertical formatting
Rageking8
-12
/
+12
2022-09-15
more tweak on diagnostic messages
yukang
-0
/
+10
2022-09-15
fix #101797: Suggest associated const for incorrect use of let in traits
yukang
-4
/
+15
2022-09-14
Auto merge of #101313 - SparrowLii:mk_attr_id, r=cjgillot
bors
-2
/
+15
2022-09-14
Auto merge of #101212 - eholk:dyn-star, r=compiler-errors
bors
-2
/
+11
2022-09-14
make `mk_attr_id` part of `ParseSess`
SparrowLii
-2
/
+15
2022-09-13
Address code review comments
Eric Holk
-3
/
+1
2022-09-13
Emit an error instead of reconstructing token stream.
Camille GILLOT
-30
/
+14
2022-09-13
Manually cleanup token stream when macro expansion aborts.
Camille GILLOT
-15
/
+30
[prev]
[next]