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_builtin_macros
/
src
/
assert
Age
Commit message (
Expand
)
Author
Lines
2025-08-09
remove `P`
Deadbeef
-14
/
+18
2025-04-01
Move `ast::Item::ident` into `ast::ItemKind`.
Nicholas Nethercote
-1
/
+0
2025-03-06
Implement .use keyword as an alias of clone
Santiago Pastorino
-0
/
+1
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-12-12
Add unwrap_unsafe_binder and wrap_unsafe_binder macro operators
Michael Goulet
-1
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-4
/
+4
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-7
/
+5
2024-06-27
Tighten spans for async blocks
Michael Goulet
-1
/
+1
2024-06-06
Rollup merge of #126096 - c410-f3r:tests-tests-tests, r=jhpratt
Jubilee
-1
/
+0
2024-06-06
[RFC-2011] Allow `core_intrinsics` when activated
Caio
-1
/
+0
2024-05-23
Convert some `token_joint_hidden` calls to `token_joint`.
Nicholas Nethercote
-2
/
+2
2024-04-14
store the span of the nested part of the use tree in the ast
Pietro Albini
-4
/
+7
2024-03-06
Add MatchKind member to the Match expr for pretty printing & fmt
Ross Smyth
-1
/
+1
2024-02-25
Add `ErrorGuaranteed` to `ast::ExprKind::Err`
Lieselotte
-1
/
+1
2024-02-25
Add `ast::ExprKind::Dummy`
Lieselotte
-0
/
+1
2024-02-20
Add newtype for raw idents
clubby789
-3
/
+5
2023-12-19
Desugar for await loops
Eric Holk
-1
/
+1
2023-12-19
Plumb awaitness of for loops
Eric Holk
-1
/
+1
2023-12-11
Improve `print_tts` by changing `tokenstream::Spacing`.
Nicholas Nethercote
-2
/
+2
2023-10-27
Add gen blocks to ast and do some broken ast lowering
Oli Scherer
-1
/
+1
2023-10-13
Format all the let chains in compiler
Michael Goulet
-9
/
+7
2023-09-11
Move let expression checking to parsing
Matthew Jasper
-1
/
+1
2023-08-04
Improve spans for indexing expressions
Nilstrieb
-1
/
+1
2023-08-03
Remove `MacDelimiter`.
Nicholas Nethercote
-3
/
+4
2023-06-19
Syntatically accept `become` expressions
Maybe Waffle
-0
/
+1
2023-05-24
[RFC-2011] Expand more expressions
Caio
-5
/
+11
2023-05-01
Rip it out
Nilstrieb
-1
/
+0
2023-04-27
Tweak await span
Michael Goulet
-1
/
+1
2023-04-21
offset_of
DrMeepster
-0
/
+1
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
-1
/
+0
2023-02-21
Use `ThinVec` in `ast::Block`.
Nicholas Nethercote
-3
/
+3
2023-02-21
Use `ThinVec` in various AST types.
Nicholas Nethercote
-7
/
+7
2023-01-12
Expand format_args!() in rust_ast_lowering.
Mara Bos
-0
/
+1
2022-12-06
`rustc_builtin_macros`: remove `ref` patterns
Maybe Waffle
-19
/
+19
2022-12-01
rustc_ast_lowering: Stop lowering imports into multiple items
Vadim Petrochenkov
-1
/
+1
2022-11-29
Avoid more `MetaItem`-to-`Attribute` conversions.
Nicholas Nethercote
-5
/
+1
2022-11-23
Suggest `.clone()` or `ref binding` on E0382
Esteban Küber
-1
/
+1
2022-11-22
Split `MacArgs` in two.
Nicholas Nethercote
-6
/
+6
2022-11-17
Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ...
Nicholas Nethercote
-8
/
+8
2022-11-11
Introduce `ExprKind::IncludedBytes`
clubby789
-0
/
+1
2022-09-29
Fix docs in compiler/rustc_builtin_macros/src/assert/context.rs
reez12g
-1
/
+1
2022-09-29
Add feature flag to docs in compiler/rustc_builtin_macros/src/assert/context.rs
reez12g
-0
/
+1
2022-08-29
Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`.
Nicholas Nethercote
-3
/
+3
2022-08-22
Use `AttrVec` in more places.
Nicholas Nethercote
-1
/
+2
2022-08-17
Box the `MacCall` in various types.
Nicholas Nethercote
-2
/
+2
2022-08-10
Do not consider method call receiver as an argument in AST.
Camille GILLOT
-11
/
+10
2022-07-29
Remove `TreeAndSpacing`.
Nicholas Nethercote
-4
/
+4
2022-07-12
Parse closure binders
Maybe Waffle
-1
/
+1
2022-06-21
[RFC 2011] Optimize non-consuming operators
Caio
-15
/
+81
[next]