| Age | Commit message (Expand) | Author | Lines |
| 2024-05-28 | Auto merge of #125682 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-05-28 | Update cargo | Weihang Lo | -0/+0 |
| 2024-05-28 | Auto merge of #125665 - matthiaskrgr:rollup-srkx0v1, r=matthiaskrgr | bors | -286/+720 |
| 2024-05-28 | Rollup merge of #125637 - nnethercote:rustfmt-fixes, r=GuillaumeGomez | Matthias Krüger | -40/+37 |
| 2024-05-28 | Rollup merge of #125598 - compiler-errors:proof-tree-builder, r=lcnr | Matthias Krüger | -175/+210 |
| 2024-05-28 | Rollup merge of #125590 - ChrisDenton:mingw-ci-3, r=Kobzol | Matthias Krüger | -49/+11 |
| 2024-05-28 | Rollup merge of #125573 - GuillaumeGomez:migrate-allow-warnings-cmdline-stabi... | Matthias Krüger | -17/+22 |
| 2024-05-28 | Rollup merge of #117671 - kjetilkjeka:nvptx_c_abi_avoid_direct, r=davidtwco | Matthias Krüger | -5/+440 |
| 2024-05-28 | Auto merge of #122662 - Mark-Simulacrum:optional-drop, r=bjorn3 | bors | -116/+203 |
| 2024-05-28 | Make ProofTreeBuilder actually generic over interner | Michael Goulet | -83/+102 |
| 2024-05-28 | EvalCtxt::tcx() -> EvalCtxt::interner() | Michael Goulet | -92/+108 |
| 2024-05-28 | Auto merge of #124650 - oli-obk:pattern_types_syntax, r=nnethercote | bors | -277/+263 |
| 2024-05-28 | Bless codegen test | Oli Scherer | -21/+23 |
| 2024-05-28 | Cache whether a body has inline consts | Oli Scherer | -4/+21 |
| 2024-05-28 | Create const block DefIds in typeck instead of ast lowering | Oli Scherer | -189/+162 |
| 2024-05-28 | Use the HIR instead of mir_keys for determining whether something will have a... | Oli Scherer | -1/+1 |
| 2024-05-28 | Make body-visiting logic reusable | Oli Scherer | -53/+59 |
| 2024-05-28 | Remove a CTFE check that was only ever used to ICE | Oli Scherer | -13/+1 |
| 2024-05-28 | Don't format `tests/run-make/*/rmake.rs`. | Nicholas Nethercote | -21/+16 |
| 2024-05-28 | Fix comments. | Nicholas Nethercote | -21/+24 |
| 2024-05-28 | Migrate `run-make/allow-warnings-cmdline-stability` to `rmake.rs` | Guillaume Gomez | -17/+11 |
| 2024-05-28 | Add `assert_not_contains` to `run-make-support` library | Guillaume Gomez | -0/+11 |
| 2024-05-28 | Auto merge of #125649 - workingjubilee:rollup-zwoum3k, r=workingjubilee | bors | -593/+1377 |
| 2024-05-28 | Rollup merge of #125647 - tspiteri:track-lazy_cell_consume, r=workingjubilee | Jubilee | -2/+2 |
| 2024-05-28 | Rollup merge of #125640 - fmease:plz-no-stringify, r=estebank | Jubilee | -11/+66 |
| 2024-05-28 | Rollup merge of #125551 - clarfonthey:ip-bits, r=jhpratt | Jubilee | -19/+10 |
| 2024-05-28 | Rollup merge of #125343 - lcnr:eagerly-normalize-added-goals, r=compiler-errors | Jubilee | -62/+250 |
| 2024-05-28 | Rollup merge of #125089 - Urgau:non_local_def-suggestions, r=estebank | Jubilee | -499/+1049 |
| 2024-05-28 | update tracking issue for lazy_cell_consume | Trevor Spiteri | -2/+2 |
| 2024-05-28 | Don't suggest turning non-char-literal exprs of ty `char` into string literals | León Orell Valerian Liehr | -11/+66 |
| 2024-05-28 | Auto merge of #125636 - workingjubilee:bump-backtrace-0.3.72, r=workingjubilee | bors | -8/+28 |
| 2024-05-28 | eagerly normalize when adding goals | lcnr | -16/+207 |
| 2024-05-28 | refactor analyse visitor to instantiate states in order | lcnr | -45/+41 |
| 2024-05-28 | change selection test to run-pass | lcnr | -1/+1 |
| 2024-05-28 | add debug_assert to alias-relate | lcnr | -0/+1 |
| 2024-05-27 | Sync libstd deps with backtrace | Jubilee Young | -8/+28 |
| 2024-05-27 | Bump backtrace to 0.3.72 | Jubilee Young | -0/+0 |
| 2024-05-28 | Auto merge of #125609 - diondokter:opt-size-char-count, r=thomcc | bors | -1/+1 |
| 2024-05-28 | Remove out-of-date comment. | Nicholas Nethercote | -1/+0 |
| 2024-05-28 | Auto merge of #125539 - matthiaskrgr:cräsh, r=jieyouxu | bors | -1/+305 |
| 2024-05-27 | non_local_defs: point the parent item when appropriate | Urgau | -490/+339 |
| 2024-05-27 | non_local_defs: point to Self and Trait to give more context | Urgau | -69/+311 |
| 2024-05-27 | non_local_defs: suggest removing leading ref/ptr to make the impl local | Urgau | -34/+75 |
| 2024-05-27 | non_local_defs: improve main without a trait note | Urgau | -8/+8 |
| 2024-05-27 | non_local_defs: be more precise about what needs to be moved | Urgau | -232/+171 |
| 2024-05-27 | non_local_defs: improve exception note for impl and macro_rules! | Urgau | -14/+6 |
| 2024-05-27 | non_local_defs: use labels to indicate what may need to be moved | Urgau | -59/+587 |
| 2024-05-27 | non_local_defs: use span of the impl def and not the impl block | Urgau | -180/+79 |
| 2024-05-27 | non_local_defs: improve some notes around trait, bounds, consts | Urgau | -128/+141 |
| 2024-05-27 | non_local_defs: switch to more friendly primary message | Urgau | -64/+64 |