| Age | Commit message (Expand) | Author | Lines |
| 2024-03-19 | conditionally ignore fatal diagnostic in the SilentEmitter | Yacin Tmimi | -4/+19 |
| 2024-03-19 | Auto merge of #122037 - oli-obk:more_new_intrinsics, r=Nilstrieb | bors | -128/+147 |
| 2024-03-19 | Auto merge of #122021 - oli-obk:delangitemification, r=compiler-errors | bors | -185/+55 |
| 2024-03-19 | Remove all checks of `IntrinsicDef::must_be_overridden` except for the actual... | Oli Scherer | -32/+11 |
| 2024-03-19 | Make span_bug panic site useful again | Oli Scherer | -9/+18 |
| 2024-03-19 | Make ptr_guaranteed_cmp a rustc_intrinsic and favor its body over backends im... | Oli Scherer | -24/+19 |
| 2024-03-19 | Make `vtable_align` a rustc_intrinsic | Oli Scherer | -2/+14 |
| 2024-03-19 | Make `const_eval_select` a rustc_intrinsic | Oli Scherer | -71/+95 |
| 2024-03-19 | Auto merge of #119212 - w-utter:pretty-print-const-expr, r=compiler-errors | bors | -12/+160 |
| 2024-03-19 | Auto merge of #122645 - saethlin:portable-mir-opt-tests, r=Nadrieril | bors | -13/+3 |
| 2024-03-19 | Auto merge of #122493 - lukas-code:sized-constraint, r=lcnr | bors | -126/+126 |
| 2024-03-19 | Auto merge of #122375 - rcvalle:rust-cfi-break-tests-into-smaller-files, r=co... | bors | -606/+759 |
| 2024-03-19 | Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obk | bors | -533/+147 |
| 2024-03-18 | address nits | Lukas Markeffsky | -17/+18 |
| 2024-03-18 | Auto merge of #122713 - matthiaskrgr:rollup-81grkpm, r=matthiaskrgr | bors | -771/+2568 |
| 2024-03-18 | Rollup merge of #122701 - compiler-errors:allocator-suspend, r=oli-obk | Matthias Krüger | -4/+62 |
| 2024-03-18 | Rollup merge of #122700 - esp-rs:remove-old-files, r=workingjubilee | Matthias Krüger | -10/+6 |
| 2024-03-18 | Rollup merge of #122699 - cuviper:relnotes-1.77.0-as, r=ehuss | Matthias Krüger | -1/+1 |
| 2024-03-18 | Rollup merge of #122693 - ehuss:rust-css-header, r=GuillaumeGomez | Matthias Krüger | -0/+22 |
| 2024-03-18 | Rollup merge of #122687 - lcnr:normalizes-to-emit-nested-goals, r=compiler-er... | Matthias Krüger | -198/+267 |
| 2024-03-18 | Rollup merge of #122675 - tmfink:doc-clarify, r=scottmcm | Matthias Krüger | -0/+2 |
| 2024-03-18 | Rollup merge of #122642 - pallix:improve-wording-for-vec-swap_remove, r=Amanieu | Matthias Krüger | -1/+1 |
| 2024-03-18 | Rollup merge of #122158 - estebank:feature-sugg, r=WaffleLapkin | Matthias Krüger | -253/+755 |
| 2024-03-18 | Rollup merge of #122060 - clubby789:stabilize-imported-main, r=lcnr | Matthias Krüger | -51/+7 |
| 2024-03-18 | Rollup merge of #121823 - Nadrieril:never-witnesses, r=compiler-errors | Matthias Krüger | -242/+982 |
| 2024-03-18 | Rollup merge of #121258 - fmease:assoc-const-eq-reject-overly-generic-tys, r=... | Matthias Krüger | -11/+463 |
| 2024-03-18 | Remove redundant files, rename base risc32 file | Scott Mabin | -10/+6 |
| 2024-03-18 | Use `hir::Node` helper methods instead of repeat the same impl multiple times | Oli Scherer | -119/+22 |
| 2024-03-18 | Deduplicate `associated_body` and `body_id` | Oli Scherer | -66/+33 |
| 2024-03-18 | Detect allocator for box in must_not_suspend lint | Michael Goulet | -4/+62 |
| 2024-03-18 | Fix a typo in the 1.77.0 relnotes | Josh Stone | -1/+1 |
| 2024-03-18 | cleanup + review | lcnr | -35/+31 |
| 2024-03-18 | improve comments | lcnr | -7/+8 |
| 2024-03-18 | Auto merge of #122690 - matthiaskrgr:rollup-43fggl0, r=matthiaskrgr | bors | -365/+241 |
| 2024-03-18 | Fix heading anchors in doc pages. | Eric Huss | -0/+22 |
| 2024-03-18 | Provide structured suggestion for `#![feature(foo)]` | Esteban Küber | -253/+755 |
| 2024-03-18 | move tests | lcnr | -0/+0 |
| 2024-03-18 | Rollup merge of #122689 - Jarcho:missing_try, r=compiler-errors | Matthias Krüger | -3/+3 |
| 2024-03-18 | Rollup merge of #122683 - tshepang:missing-test, r=Nadrieril | Matthias Krüger | -0/+23 |
| 2024-03-18 | Rollup merge of #122680 - lqd:nested-await-args, r=compiler-errors | Matthias Krüger | -2/+23 |
| 2024-03-18 | Rollup merge of #122649 - cuviper:min-llvm-17, r=nikic | Matthias Krüger | -170/+20 |
| 2024-03-18 | Rollup merge of #122647 - RalfJung:box-to-raw-retag, r=oli-obk | Matthias Krüger | -104/+92 |
| 2024-03-18 | Rollup merge of #122588 - klensy:imported_source_file, r=michaelwoerister | Matthias Krüger | -10/+10 |
| 2024-03-18 | Rollup merge of #122567 - erikdesjardins:noname, r=oli-obk | Matthias Krüger | -1/+0 |
| 2024-03-18 | Rollup merge of #122480 - oli-obk:const-eval-span-no-opt, r=RalfJung | Matthias Krüger | -75/+70 |
| 2024-03-18 | Add missing `try_visit` calls in visitors. | Jason Newcomb | -3/+3 |
| 2024-03-18 | `NormalizesTo` return nested goals | lcnr | -94/+173 |
| 2024-03-18 | Remove some only- clauses from mir-opt tests | Ben Kimock | -13/+3 |
| 2024-03-18 | Auto merge of #122646 - saethlin:library-frame-pointers, r=onur-ozkan | bors | -0/+4 |
| 2024-03-18 | add missing test: expected paren or brace in macro | Tshepang Mbambo | -0/+23 |