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
Age
Commit message (
Expand
)
Author
Lines
2023-08-17
Add helpful comments to `tt_prepend_space`.
Nicholas Nethercote
-0
/
+11
2023-08-04
Improve spans for indexing expressions
Nilstrieb
-1
/
+1
2023-08-03
Remove `MacDelimiter`.
Nicholas Nethercote
-3
/
+3
2023-07-28
Parse generic const items
León Orell Valerian Liehr
-9
/
+26
2023-07-23
more clippy::style fixes:
Matthias Krüger
-4
/
+4
2023-06-19
Syntatically accept `become` expressions
Maybe Waffle
-0
/
+5
2023-06-15
Fix suggestion for E0404 not dealing with multiple generics
许杰友 Jieyou Xu (Joe)
-13
/
+26
2023-05-05
Migrate offset_of from a macro to builtin # syntax
est31
-2
/
+1
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-05-01
Rip it out
Nilstrieb
-3
/
+9
2023-05-01
Rollup merge of #111037 - Nilstrieb:close-the-offsetof, r=compiler-errors
Matthias Krüger
-1
/
+1
2023-04-30
Close parentheses for `offset_of` in AST pretty printing
Nilstrieb
-1
/
+1
2023-04-27
Tweak await span
Michael Goulet
-1
/
+1
2023-04-21
minor tweaks
DrMeepster
-7
/
+6
2023-04-21
offset_of
DrMeepster
-0
/
+21
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-04-04
Rename `ast::Static` to `ast::StaticItem` to match `ast::ConstItem`
Oli Scherer
-2
/
+2
2023-04-04
box a bunch of large types
Oli Scherer
-3
/
+3
2023-04-04
Split out ast::ItemKind::Const into its own struct
Oli Scherer
-4
/
+11
2023-04-04
rust-analyzer guided tuple field to named field
Oli Scherer
-1
/
+1
2023-04-04
rust-analyzer guided enum variant structification
Oli Scherer
-1
/
+2
2023-03-28
Add `(..)` syntax for RTN
Michael Goulet
-0
/
+4
2023-03-19
Remove the `NodeId` of `ast::ExprKind::Async`
Arpad Borsos
-1
/
+1
2023-03-12
Remove `box_syntax` from AST and use in tools
clubby789
-4
/
+0
2023-03-02
Force parentheses around `match` expression in binary expression
bwmf2
-0
/
+4
2023-02-21
Use `ThinVec` in various AST types.
Nicholas Nethercote
-2
/
+5
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-27
Replace format flags u32 by enums and bools.
Mara Bos
-14
/
+14
2023-01-26
Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obk
bors
-0
/
+104
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-2
/
+2
2023-01-14
Fix ast_pretty for format_args for {:x?} and {:X?}.
Mara Bos
-2
/
+2
2023-01-12
Add FIXME comments about asm and format_args ast_pretty.
Mara Bos
-0
/
+2
2023-01-12
parse const closures
Deadbeef
-0
/
+2
2023-01-12
Expand format_args!() in rust_ast_lowering.
Mara Bos
-0
/
+102
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-10
/
+10
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
-2
/
+4
2022-12-06
Remove outdated syntax from trait alias pretty printing
Maybe Waffle
-13
/
+2
2022-12-05
Remove three uses of `LitKind::synthesize_token_lit`.
Nicholas Nethercote
-2
/
+3
2022-12-03
Rollup merge of #105050 - WaffleLapkin:uselessrefign, r=jyn514
Matthias Krüger
-15
/
+15
2022-12-03
Rollup merge of #104199 - SarthakSingh31:issue-97417-1, r=cjgillot
Matthias Krüger
-0
/
+1
[prev]
[next]