| Age | Commit message (Expand) | Author | Lines |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -2/+1 |
| 2023-05-05 | Rollup merge of #108801 - fee1-dead-contrib:c-str, r=compiler-errors | Dylan DPC | -1/+62 |
| 2023-05-02 | make it semantic error | Deadbeef | -0/+2 |
| 2023-05-02 | fix TODO comments | Deadbeef | -2/+8 |
| 2023-05-02 | update and add a few tests | Deadbeef | -2/+2 |
| 2023-05-02 | initial step towards implementing C string literals | Deadbeef | -1/+54 |
| 2023-05-01 | Rip it out | Nilstrieb | -14/+9 |
| 2023-04-27 | Tweak await span | Michael Goulet | -1/+1 |
| 2023-04-21 | offset_of | DrMeepster | -1/+3 |
| 2023-03-14 | Remove box expressions from HIR | clubby789 | -3/+1 |
| 2023-03-12 | Remove `box_syntax` from AST and use in tools | clubby789 | -1/+0 |
| 2023-03-03 | Match unmatched backticks in comments in compiler/ | est31 | -1/+1 |
| 2023-01-30 | Replace enum `==`s with `match`es where it makes sense | Maybe Waffle | -16/+17 |
| 2023-01-28 | Rollup merge of #107194 - xfix:remove-slice-internals-dependency-in-rustc-ast... | Yuki Okushi | -1/+1 |
| 2023-01-26 | Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obk | bors | -1/+3 |
| 2023-01-22 | Remove dependency on slice_internals feature in rustc_ast | Konrad Borowski | -1/+1 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -1/+1 |
| 2023-01-12 | Expand format_args!() in rust_ast_lowering. | Mara Bos | -1/+3 |
| 2023-01-05 | Fix `uninlined_format_args` for some compiler crates | nils | -3/+3 |
| 2023-01-02 | Print correct base for too-large literals | clubby789 | -2/+2 |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -1/+1 |
| 2022-12-12 | Auto merge of #105160 - nnethercote:rm-Lit-token_lit, r=petrochenkov | bors | -48/+94 |
| 2022-12-05 | Remove `LitKind::synthesize_token_lit`. | Nicholas Nethercote | -39/+44 |
| 2022-12-05 | Remove `ExtCtxt::expr_lit`. | Nicholas Nethercote | -11/+23 |
| 2022-12-04 | Rollup merge of #105142 - nbdd0121:inline_const, r=petrochenkov | Matthias Krüger | -0/+1 |
| 2022-12-02 | Remove `token::Lit` from `ast::MetaItemLit`. | Nicholas Nethercote | -2/+25 |
| 2022-12-02 | Add `StrStyle` to `ast::LitKind::ByteStr`. | Nicholas Nethercote | -5/+11 |
| 2022-12-02 | Rename `LitKind::to_token_lit` as `LitKind::synthesize_token_lit`. | Nicholas Nethercote | -2/+2 |
| 2022-12-01 | Make inline const block `ExprWithBlock` | Gary Guo | -0/+1 |
| 2022-12-01 | Remove useless borrows and derefs | Maybe Waffle | -11/+11 |
| 2022-11-29 | Avoid more `MetaItem`-to-`Attribute` conversions. | Nicholas Nethercote | -9/+0 |
| 2022-11-29 | Inline and remove `MetaItemLit::from_lit_kind`. | Nicholas Nethercote | -7/+0 |
| 2022-11-28 | Rename `ast::Lit` as `ast::MetaItemLit`. | Nicholas Nethercote | -12/+12 |
| 2022-11-28 | Remove `Lit::from_included_bytes`. | Nicholas Nethercote | -8/+0 |
| 2022-11-21 | Remove `ref` patterns from `rustc_ast` | Maybe Waffle | -11/+11 |
| 2022-11-17 | Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ... | Nicholas Nethercote | -2/+4 |
| 2022-11-16 | Use `token::Lit` in `ast::ExprKind::Lit`. | Nicholas Nethercote | -22/+5 |
| 2022-11-11 | Introduce `ExprKind::IncludedBytes` | clubby789 | -0/+8 |
| 2022-11-11 | Auto merge of #99918 - WaffleLapkin:fnFnfun, r=estebank | bors | -0/+6 |
| 2022-11-05 | Remove `unescape_byte_literal`. | Nicholas Nethercote | -18/+11 |
| 2022-10-01 | Replace some `bool` params with an enum | Maybe Waffle | -0/+6 |
| 2022-09-16 | more simple formatting | Rageking8 | -34/+34 |
| 2022-09-12 | Rollup merge of #100767 - kadiwa4:escape_ascii, r=jackh726 | Dylan DPC | -6/+1 |
| 2022-09-01 | Always import all tracing macros for the entire crate instead of piecemeal by... | Oli Scherer | -1/+0 |
| 2022-08-25 | Handle `Err` in `ast::LitKind::to_token_lit`. | Nicholas Nethercote | -1/+3 |
| 2022-08-23 | Remove the symbol from `ast::LitKind::Err`. | Nicholas Nethercote | -2/+2 |
| 2022-08-19 | use <[u8]>::escape_ascii instead of core::ascii::escape_default | KaDiWa | -6/+1 |
| 2022-08-16 | Rename some things related to literals. | Nicholas Nethercote | -9/+9 |
| 2022-08-10 | Do not consider method call receiver as an argument in AST. | Camille GILLOT | -2/+2 |
| 2022-08-01 | Shrink `Token`. | Nicholas Nethercote | -4/+6 |