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
/
src
/
ast.rs
Age
Commit message (
Expand
)
Author
Lines
2023-08-04
Improve spans for indexing expressions
Nilstrieb
-1
/
+2
2023-08-03
Remove `MacDelimiter`.
Nicholas Nethercote
-29
/
+3
2023-07-28
Parse generic const items
León Orell Valerian Liehr
-0
/
+2
2023-07-22
Rollup merge of #112508 - compiler-errors:trait-sig-lifetime-sugg-ice, r=cjgi...
Matthias Krüger
-1
/
+6
2023-07-04
Add effects during lowering for `~const` bounds
Deadbeef
-0
/
+9
2023-06-28
Adjust inner span of implicit self ref argument
Michael Goulet
-1
/
+6
2023-06-19
Syntatically accept `become` expressions
Maybe Waffle
-0
/
+6
2023-05-24
Use `Option::is_some_and` and `Result::is_ok_and` in the compiler
Maybe Waffle
-2
/
+2
2023-05-09
Rollup merge of #111215 - BoxyUwU:resolve_anon_consts_differently, r=cjgillot
Matthias Krüger
-3
/
+10
2023-05-05
misc nameres changes for anon consts
Boxy
-3
/
+10
2023-05-05
Rollup merge of #108801 - fee1-dead-contrib:c-str, r=compiler-errors
Dylan DPC
-0
/
+3
2023-05-02
Implement negative bounds
Michael Goulet
-0
/
+18
2023-05-02
address comments
Deadbeef
-1
/
+1
2023-05-02
update and add a few tests
Deadbeef
-1
/
+1
2023-05-02
initial step towards implementing C string literals
Deadbeef
-0
/
+3
2023-05-01
Rip it out
Nilstrieb
-1
/
+0
2023-05-01
Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naber
Matthias Krüger
-2
/
+2
2023-04-27
Tweak await span
Michael Goulet
-2
/
+2
2023-04-27
Migrate trivially translatable `rustc_parse` diagnostics
clubby789
-2
/
+2
2023-04-21
use P<[Ident]> instead of Vec<Ident>
DrMeepster
-1
/
+1
2023-04-21
offset_of
DrMeepster
-0
/
+4
2023-04-16
use matches! macro in more places
Matthias Krüger
-10
/
+10
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
[next]