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-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
2022-12-02
Remove `token::Lit` from `ast::MetaItemLit`.
Nicholas Nethercote
-1
/
+1
2022-12-01
Remove useless borrows and derefs
Maybe Waffle
-12
/
+12
2022-12-01
Auto merge of #104861 - nnethercote:attr-cleanups, r=petrochenkov
bors
-8
/
+11
2022-11-29
add `FIXME:` where it belongs
Waffle Maybe
-1
/
+1
2022-11-29
`rustc_ast_pretty`: remove `ref` patterns
Maybe Waffle
-87
/
+88
2022-11-29
Avoid more `MetaItem`-to-`Attribute` conversions.
Nicholas Nethercote
-8
/
+11
2022-11-28
Rename `NestedMetaItem::[Ll]iteral` as `NestedMetaItem::[Ll]it`.
Nicholas Nethercote
-1
/
+1
2022-11-28
Rename `ast::Lit` as `ast::MetaItemLit`.
Nicholas Nethercote
-6
/
+6
2022-11-22
Split `MacArgs` in two.
Nicholas Nethercote
-23
/
+17
2022-11-16
Use `token::Lit` in `ast::ExprKind::Lit`.
Nicholas Nethercote
-3
/
+7
2022-09-14
make `mk_attr_id` part of `ParseSess`
SparrowLii
-2
/
+4
2022-09-02
Refactor and re-use BindingAnnotation
Cameron Steffen
-16
/
+10
2022-08-17
Rollup merge of #100018 - nnethercote:clean-up-LitKind, r=petrochenkov
Matthias Krüger
-1
/
+1
2022-08-16
Rename some things related to literals.
Nicholas Nethercote
-1
/
+1
2022-08-16
Shrink `ast::Attribute`.
Nicholas Nethercote
-2
/
+2
2022-08-04
Enable unused_parens for match arms
wcampbell
-1
/
+1
2022-07-29
Remove `TreeAndSpacing`.
Nicholas Nethercote
-5
/
+5
2022-07-02
ast: Add span to `Extern`
Nixon Enraght-Moony
-2
/
+2
2022-06-16
Fix pretty printing of empty type bound lists in where-clause
David Tolnay
-44
/
+49
2022-06-02
Revert #96682.
Nicholas Nethercote
-18
/
+5
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-26
/
+31
2022-05-18
use `CursorRef` more, to not to clone `Tree`s
klensy
-2
/
+2
2022-05-11
ast: Introduce some traits to get AST node properties generically
Vadim Petrochenkov
-0
/
+8
2022-05-05
Rollup merge of #96682 - nnethercote:show-invisible-delims, r=petrochenkov
Matthias Krüger
-5
/
+18
2022-05-05
Overhaul `MacArgs::Eq`.
Nicholas Nethercote
-3
/
+14
2022-05-04
Show invisible delimeters (within comments) when pretty printing.
Nicholas Nethercote
-5
/
+18
2022-04-29
Tweak `print_attr_item`.
Nicholas Nethercote
-7
/
+8
2022-04-28
rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter`
Vadim Petrochenkov
-13
/
+15
2022-04-27
Avoid producing `NoDelim` values in `MacArgs::delim()`.
Nicholas Nethercote
-18
/
+20
[next]