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
/
src
/
ast.rs
Age
Commit message (
Expand
)
Author
Lines
2023-04-10
Remove `..` from return type notation
Michael Goulet
-4
/
+0
2023-04-04
Rename `ast::Static` to `ast::StaticItem` to match `ast::ConstItem`
Oli Scherer
-4
/
+4
2023-04-04
box a bunch of large types
Oli Scherer
-8
/
+8
2023-04-04
Split out ast::ItemKind::Const into its own struct
Oli Scherer
-5
/
+12
2023-04-04
rust-analyzer guided tuple field to named field
Oli Scherer
-4
/
+12
2023-04-04
rust-analyzer guided enum variant structification
Oli Scherer
-4
/
+7
2023-03-31
Auto merge of #109010 - compiler-errors:rtn, r=eholk
bors
-6
/
+10
2023-03-28
Fix mismatched punctuation in Debug impl of AttrId
David Tolnay
-1
/
+1
2023-03-28
Add `(..)` syntax for RTN
Michael Goulet
-10
/
+10
2023-03-28
Feature gate
Michael Goulet
-0
/
+4
2023-03-19
Remove the `NodeId` of `ast::ExprKind::Async`
Arpad Borsos
-7
/
+3
2023-03-16
Support flattening/inlining format_args through & and ().
Mara Bos
-0
/
+9
2023-03-12
Remove `box_syntax` from AST and use in tools
clubby789
-5
/
+1
2023-02-21
Use `ThinVec` in a few more AST types.
Nicholas Nethercote
-6
/
+6
2023-02-21
Use `ThinVec` in `ast::ExprKind::Match`.
Nicholas Nethercote
-1
/
+1
2023-02-21
Use `ThinVec` in `ast::PatKind::Struct`.
Nicholas Nethercote
-3
/
+3
2023-02-21
Use `ThinVec` in `ast::AngleBracketedArgs`.
Nicholas Nethercote
-1
/
+1
2023-02-21
Use `ThinVec` in `ast::Block`.
Nicholas Nethercote
-2
/
+2
2023-02-21
Use `ThinVec` in various AST types.
Nicholas Nethercote
-19
/
+19
2023-02-21
Use `ThinVec` in `ast::Impl` and related types.
Nicholas Nethercote
-4
/
+4
2023-02-21
Use `ThinVec` in `ast::WhereClause`.
Nicholas Nethercote
-7
/
+7
2023-02-21
Use `ThinVec` in `ast::Generics` and related types.
Nicholas Nethercote
-14
/
+14
2023-02-01
ast: Optimize list and value extraction primitives for attributes
Vadim Petrochenkov
-0
/
+7
2023-01-26
Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obk
bors
-0
/
+5
2023-01-15
make error emitted on `impl &Trait` nicer
Ezra Shaw
-1
/
+2
2023-01-12
parse const closures
Deadbeef
-0
/
+1
2023-01-12
Expand format_args!() in rust_ast_lowering.
Mara Bos
-0
/
+5
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-3
/
+3
2023-01-02
Rollup merge of #106383 - Manishearth:ast-docs, r=compiler-errors
Michael Goulet
-0
/
+15
2023-01-02
Document rustc_ast::FnHeader fields
Manish Goregaokar
-0
/
+4
2023-01-02
Document rustc_ast::Extern variants
Manish Goregaokar
-0
/
+11
2022-12-28
Rename `Rptr` to `Ref` in AST and HIR
Nilstrieb
-6
/
+6
2022-12-18
A few small cleanups for `newtype_index`
Nilstrieb
-2
/
+1
2022-12-18
Make `#[debug_format]` an attribute in `newtype_index`
Nilstrieb
-1
/
+1
2022-12-18
Make `#[custom_encodable]` an attribute for `newtype_index`
Nilstrieb
-1
/
+1
2022-12-15
more clippy::complexity fixes
Matthias Krüger
-7
/
+1
2022-12-12
Auto merge of #105160 - nnethercote:rm-Lit-token_lit, r=petrochenkov
bors
-10
/
+14
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-1
/
+0
2022-12-03
Rollup merge of #105050 - WaffleLapkin:uselessrefign, r=jyn514
Matthias Krüger
-2
/
+2
2022-12-03
Rollup merge of #104199 - SarthakSingh31:issue-97417-1, r=cjgillot
Matthias Krüger
-1
/
+3
2022-12-02
Reorder `StrLit` fields.
Nicholas Nethercote
-4
/
+5
2022-12-02
Remove `token::Lit` from `ast::MetaItemLit`.
Nicholas Nethercote
-3
/
+5
2022-12-02
Add `StrStyle` to `ast::LitKind::ByteStr`.
Nicholas Nethercote
-3
/
+4
2022-12-01
Remove useless borrows and derefs
Maybe Waffle
-2
/
+2
2022-12-01
rustc_ast_lowering: Stop lowering imports into multiple items
Vadim Petrochenkov
-6
/
+3
2022-11-29
Reorder some types.
Nicholas Nethercote
-27
/
+27
2022-11-29
Improve comments about attributes and meta items.
Nicholas Nethercote
-10
/
+14
2022-11-28
Keep track of the start of the argument block of a closure
Sarthak Singh
-1
/
+3
2022-11-28
Rename `NestedMetaItem::[Ll]iteral` as `NestedMetaItem::[Ll]it`.
Nicholas Nethercote
-1
/
+1
2022-11-28
Adjust comments on `StrLit`.
Nicholas Nethercote
-2
/
+1
[next]