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_ast_pretty
/
src
/
pprust
/
state.rs
Age
Commit message (
Expand
)
Author
Lines
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
2022-04-16
Rollup merge of #94985 - dtolnay:constattr, r=pnkfelix
Dylan DPC
-1
/
+1
2022-04-14
Reimplement lowering of sym operands for asm! so that it also works with glob...
Amanieu d'Antras
-2
/
+6
2022-03-28
Remove `Nonterminal::NtTT`.
Nicholas Nethercote
-1
/
+0
2022-03-15
Parse inner attributes on inline const block
David Tolnay
-1
/
+1
2022-02-03
Change struct expr pretty printing to match rustfmt style
David Tolnay
-0
/
+3
2022-02-03
Change pp indent to signed to allow negative indents
David Tolnay
-1
/
+1
[prev]
[next]