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
/
compiler
/
rustc_ast_pretty
/
src
/
pprust
/
state.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-15
Add better ICE messages for some undescriptive panics
Ross Smyth
-1
/
+3
2023-12-11
Rollup merge of #118726 - dtolnay:matchguardlet, r=compiler-errors
Matthias Krüger
-22
/
+51
2023-12-11
Add spacing information to delimiters.
Nicholas Nethercote
-6
/
+4
2023-12-11
Improve `print_tts` by changing `tokenstream::Spacing`.
Nicholas Nethercote
-6
/
+23
2023-12-08
Fix tidy ```ignore error
David Tolnay
-2
/
+2
2023-12-08
Do not parenthesize exterior struct lit inside match guards
David Tolnay
-21
/
+47
2023-12-08
Delete special handling of some expr kinds from print_let
David Tolnay
-10
/
+2
2023-12-08
Rearrange logic of needs_par computation in print_let
David Tolnay
-2
/
+5
2023-12-08
Inline cond_needs_par into print_let
David Tolnay
-2
/
+7
2023-12-08
Inline npals closure
David Tolnay
-2
/
+5
2023-12-08
Support async gen fn
Michael Goulet
-0
/
+4
2023-12-08
coro_kind -> coroutine_kind
Michael Goulet
-3
/
+3
2023-12-04
Option<CoroutineKind>
Eric Holk
-2
/
+1
2023-12-04
Merge Async and Gen into CoroutineKind
Eric Holk
-4
/
+10
2023-11-29
Rollup merge of #118157 - Nadrieril:never_pat-feature-gate, r=compiler-errors
Matthias Krüger
-0
/
+1
2023-11-29
Add `never_patterns` feature gate
Nadrieril
-0
/
+1
2023-11-27
Fix some backticks in comments.
Nicholas Nethercote
-1
/
+1
2023-11-24
Add `Span` to `TraitBoundModifier`
Deadbeef
-1
/
+1
2023-11-22
Auto merge of #117928 - nnethercote:rustc_ast_pretty, r=fee1-dead
bors
-146
/
+126
2023-11-22
Add some comments.
Nicholas Nethercote
-0
/
+5
2023-11-22
Factor out common code in `PrintState`.
Nicholas Nethercote
-4
/
+8
2023-11-22
Streamline `PrintState`.
Nicholas Nethercote
-99
/
+83
2023-11-22
Remove unused `PrintState::generic_params_to_string` method.
Nicholas Nethercote
-4
/
+0
2023-11-22
Remove or downgrade unnecessary `pub` visibility markers.
Nicholas Nethercote
-36
/
+30
2023-11-22
Remove `IterDelimited`.
Nicholas Nethercote
-3
/
+0
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-2
/
+2
2023-11-16
More detail when expecting expression but encountering bad macro argument
Esteban Küber
-1
/
+1
2023-11-08
Clarify `space_between`.
Nicholas Nethercote
-30
/
+42
2023-10-12
Rename `tt_prepend_space` as `space_between`.
Nicholas Nethercote
-4
/
+4
2023-08-24
Auto merge of #115131 - frank-king:feature/unnamed-fields-lite, r=petrochenkov
bors
-0
/
+8
2023-08-24
Parse unnamed fields and anonymous structs or unions
Frank King
-0
/
+8
2023-08-17
Add helpful comments to `tt_prepend_space`.
Nicholas Nethercote
-0
/
+11
2023-08-03
Remove `MacDelimiter`.
Nicholas Nethercote
-3
/
+3
2023-06-15
Fix suggestion for E0404 not dealing with multiple generics
许杰友 Jieyou Xu (Joe)
-0
/
+7
2023-05-05
Rollup merge of #108801 - fee1-dead-contrib:c-str, r=compiler-errors
Dylan DPC
-0
/
+4
2023-05-02
Implement negative bounds
Michael Goulet
-0
/
+7
2023-05-02
fix TODO comments
Deadbeef
-2
/
+4
2023-05-02
initial step towards implementing C string literals
Deadbeef
-0
/
+2
2023-04-10
Remove `..` from return type notation
Michael Goulet
-4
/
+0
2023-04-09
Remove identity casts
Nilstrieb
-1
/
+1
2023-04-09
Fix some clippy::complexity
Nilstrieb
-1
/
+3
2023-03-28
Add `(..)` syntax for RTN
Michael Goulet
-0
/
+4
2023-02-21
Use `ThinVec` in `ast::WhereClause`.
Nicholas Nethercote
-1
/
+1
2023-02-21
Use `ThinVec` in `ast::Generics` and related types.
Nicholas Nethercote
-4
/
+3
2023-02-07
Expand const-if-const trait bounds correctly
Michael Goulet
-2
/
+12
2023-02-02
Rename `rust_2015` => `is_rust_2015`
Maybe Waffle
-1
/
+1
2023-01-31
Use `Edition` methods a bit more
Maybe Waffle
-1
/
+1
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-8
/
+8
2022-12-28
Rename `Rptr` to `Ref` in AST and HIR
Nilstrieb
-1
/
+1
2022-12-12
Auto merge of #105160 - nnethercote:rm-Lit-token_lit, r=petrochenkov
bors
-1
/
+1
[next]