| Age | Commit message (Expand) | Author | Lines |
| 2023-04-18 | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros` | Nilstrieb | -95/+151 |
| 2023-04-18 | Auto merge of #110481 - matthiaskrgr:rollup-phkkgm9, r=matthiaskrgr | bors | -33/+71 |
| 2023-04-18 | Rollup merge of #110465 - WaffleLapkin:assure_everyone_that_has_type_flags_is... | Matthias Krüger | -0/+8 |
| 2023-04-18 | Rollup merge of #110461 - WaffleLapkin:expect_, r=Nilstrieb | Matthias Krüger | -24/+11 |
| 2023-04-18 | Rollup merge of #110409 - Nilstrieb:some-manual-javascript-object-notationing... | Matthias Krüger | -9/+52 |
| 2023-04-18 | Auto merge of #110410 - saethlin:hash-u128-as-u64s, r=oli-obk | bors | -1/+2 |
| 2023-04-17 | Auto merge of #110243 - WaffleLapkin:bless_tagged_pointers🙏, r=Nilstrieb | bors | -233/+657 |
| 2023-04-17 | Auto merge of #110343 - saethlin:encode-initmask, r=lqd | bors | -1/+31 |
| 2023-04-17 | Assure everyone that `has_type_flags` is fast | Maybe Waffle | -0/+8 |
| 2023-04-17 | doc fix | Maybe Waffle | -2/+0 |
| 2023-04-17 | Use `Item::expect_*` and `ImplItem::expect_*` more | Maybe Waffle | -22/+11 |
| 2023-04-17 | Rollup merge of #110434 - compiler-errors:issue-110171, r=oli-obk | Matthias Krüger | -2/+3 |
| 2023-04-17 | Rollup merge of #110425 - compiler-errors:def-span-for-ct-param, r=petrochenkov | Matthias Krüger | -2/+2 |
| 2023-04-17 | Rollup merge of #110394 - scottmcm:less-idx-new, r=WaffleLapkin | Matthias Krüger | -52/+55 |
| 2023-04-17 | Rollup merge of #110386 - nnethercote:clean-up-traversal-macros, r=lcnr | Matthias Krüger | -206/+54 |
| 2023-04-17 | Rollup merge of #110313 - fee1-dead-contrib:repr_align_method, r=WaffleLapkin | Matthias Krüger | -8/+14 |
| 2023-04-17 | Rollup merge of #110257 - lukas-code:why-would-anyone-write-code-like-that-an... | Matthias Krüger | -18/+32 |
| 2023-04-17 | Rollup merge of #104055 - AndyJado:bck_errors, r=davidtwco | Matthias Krüger | -252/+612 |
| 2023-04-17 | Bypass the varint path when encoding InitMask | Ben Kimock | -1/+31 |
| 2023-04-17 | Auto merge of #110367 - saethlin:no-truncations, r=oli-obk | bors | -33/+9 |
| 2023-04-17 | Auto merge of #110440 - matthiaskrgr:rollup-eit19vi, r=matthiaskrgr | bors | -107/+79 |
| 2023-04-17 | Rollup merge of #110404 - matthiaskrgr:mapmap, r=Nilstrieb | Matthias Krüger | -66/+39 |
| 2023-04-17 | Rollup merge of #110038 - compiler-errors:infer-regions-in-transmutability, r... | Matthias Krüger | -41/+40 |
| 2023-04-17 | Auto merge of #109588 - Nilstrieb:dropless-expr, r=compiler-errors | bors | -33/+29 |
| 2023-04-17 | Encode def span for ConstParam | Michael Goulet | -2/+2 |
| 2023-04-17 | Auto merge of #109247 - saethlin:inline-without-inline, r=oli-obk | bors | -8/+2 |
| 2023-04-17 | Auto merge of #109061 - saethlin:leak-backtraces, r=oli-obk | bors | -18/+18 |
| 2023-04-16 | Remove some unnecessary hash truncations | Ben Kimock | -33/+9 |
| 2023-04-16 | Check freeze with right param-env | Michael Goulet | -2/+3 |
| 2023-04-16 | Erase regions when confirming transmutability candidate | Michael Goulet | -41/+40 |
| 2023-04-16 | Alloc `hir::Lit` in an arena to remove the destructor from `Expr` | Nilstrieb | -33/+29 |
| 2023-04-16 | Implement StableHasher::write_u128 via write_u64 | Ben Kimock | -1/+2 |
| 2023-04-16 | Auto merge of #110405 - fee1-dead-contrib:rollup-9rkree6, r=fee1-dead | bors | -112/+90 |
| 2023-04-16 | Don't use `serde_json` to serialize a simple JSON object | Nilstrieb | -9/+52 |
| 2023-04-16 | Report a backtrace for memory leaks under Miri | Ben Kimock | -18/+18 |
| 2023-04-16 | Rollup merge of #110402 - scottmcm:align-tz, r=fee1-dead | fee1-dead | -7/+4 |
| 2023-04-16 | Rollup merge of #110400 - matthiaskrgr:style_mix, r=fee1-dead | fee1-dead | -6/+4 |
| 2023-04-16 | Rollup merge of #110398 - matthiaskrgr:clippy_match, r=Nilstrieb,fee1-dead | fee1-dead | -75/+52 |
| 2023-04-16 | fix clippy::toplevel_ref_arg and ::manual_map | Matthias Krüger | -66/+39 |
| 2023-04-16 | Remove the loop in `Align::from_bytes` | Scott McMurray | -7/+4 |
| 2023-04-16 | Rollup merge of #110396 - Nilstrieb:speedy-bootstrap, r=jyn514 | fee1-dead | -2/+2 |
| 2023-04-16 | Rollup merge of #110345 - nnethercote:rm-Super-impls-for-Region, r=compiler-e... | fee1-dead | -60/+46 |
| 2023-04-16 | Rollup merge of #109665 - fee1-dead-contrib:rm-remap-queries, r=oli-obk | fee1-dead | -68/+2 |
| 2023-04-16 | more clippy fixes: clippy::{iter_cloned_collect, unwarp_or_else_default, opti... | Matthias Krüger | -6/+4 |
| 2023-04-16 | use matches! macro in more places | Matthias Krüger | -75/+52 |
| 2023-04-16 | Move some utils out of `rustc_const_eval` | Nilstrieb | -24/+30 |
| 2023-04-16 | Use lints via `lint_defs` instead of `lints` | Nilstrieb | -2/+2 |
| 2023-04-16 | Various minor Idx-related tweaks | Scott McMurray | -52/+55 |
| 2023-04-16 | Allow all associated functions and add test | Deadbeef | -11/+7 |
| 2023-04-16 | Rollup merge of #110387 - nnethercote:rm-use-rustc_hir-as-ast, r=fee1-dead | fee1-dead | -7/+7 |