| Age | Commit message (Expand) | Author | Lines |
| 2024-11-13 | Delete tests/codegen/fmt_int_no_panic.rs | iximeow | -24/+0 |
| 2024-03-23 | try adding a test that LowerHex and friends don't panic, but it doesn't work | iximeow | -0/+38 |
| 2024-03-20 | improve codegen of fmt_num to delete unreachable panic | iximeow | -4/+4 |
| 2024-03-20 | Auto merge of #122119 - estebank:issue-117846, r=Nadrieril | bors | -1/+94 |
| 2024-03-20 | Auto merge of #122753 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-03-19 | Update cargo | Weihang Lo | -0/+0 |
| 2024-03-19 | Auto merge of #122029 - estebank:drive-by-ui-test, r=oli-obk | bors | -35/+323 |
| 2024-03-19 | Silence unecessary `!Sized` binding error | Esteban Küber | -15/+56 |
| 2024-03-19 | Add test for #117846 | Esteban Küber | -0/+52 |
| 2024-03-19 | Auto merge of #116935 - oli-obk:different_lifetime_taits_in_same_sig, r=compi... | bors | -54/+383 |
| 2024-03-19 | Auto merge of #122735 - matthiaskrgr:rollup-pgb1s90, r=matthiaskrgr | bors | -367/+5597 |
| 2024-03-19 | Rollup merge of #122724 - lukas-code:unsized-union-cast-ice-test, r=compiler-... | Matthias Krüger | -0/+37 |
| 2024-03-19 | Rollup merge of #122720 - heisen-li:offset_of, r=workingjubilee | Matthias Krüger | -3/+3 |
| 2024-03-19 | Rollup merge of #122719 - oli-obk:nested_static_feed_hir, r=fee1-dead | Matthias Krüger | -49/+45 |
| 2024-03-19 | Rollup merge of #122717 - workingjubilee:handle-call-call-call-call-calling-m... | Matthias Krüger | -1/+4911 |
| 2024-03-19 | Rollup merge of #122695 - surechen:make_only_local_explict_argument, r=lcnr | Matthias Krüger | -213/+277 |
| 2024-03-19 | Rollup merge of #122691 - veera-sivarajan:bugfix-121099, r=Amanieu | Matthias Krüger | -17/+55 |
| 2024-03-19 | Rollup merge of #122677 - surechen:fix_122415, r=Nadrieril | Matthias Krüger | -15/+71 |
| 2024-03-19 | Rollup merge of #122634 - Enselic:aux-bin, r=oli-obk | Matthias Krüger | -29/+98 |
| 2024-03-19 | Rollup merge of #122556 - jieyouxu:non-identifier-format-arg, r=petrochenkov | Matthias Krüger | -15/+70 |
| 2024-03-19 | Rollup merge of #122435 - jieyouxu:unused_qualifications_global_paths, r=petr... | Matthias Krüger | -25/+30 |
| 2024-03-19 | Auto merge of #122392 - BoxyUwU:misc_cleanup, r=lcnr | bors | -173/+205 |
| 2024-03-19 | compiletest: Add support for `//@ aux-bin: foo.rs` | Martin Nordholts | -20/+83 |
| 2024-03-19 | compiletest: Replace bool with enum AuxType for clarity | Martin Nordholts | -23/+29 |
| 2024-03-19 | compiletest: Fix typos in get_lib_name() comment | Martin Nordholts | -2/+2 |
| 2024-03-19 | Auto merge of #122037 - oli-obk:more_new_intrinsics, r=Nilstrieb | bors | -128/+147 |
| 2024-03-19 | add test for casting pointer to union with unsized tail | Lukas Markeffsky | -0/+37 |
| 2024-03-19 | Change only_local to enum type and change the macros to always require a vari... | surechen | -213/+277 |
| 2024-03-19 | Auto merge of #122021 - oli-obk:delangitemification, r=compiler-errors | bors | -185/+55 |
| 2024-03-19 | Ensure nested statics have a HIR node to prevent various queries from ICEing | Oli Scherer | -25/+27 |
| 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 | [doc]:fix error code example | heisen-li | -3/+3 |
| 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 | The AssocOpaqueTy HIR node is not actually needed to differentiate from other... | Oli Scherer | -27/+21 |
| 2024-03-19 | Auto merge of #122645 - saethlin:portable-mir-opt-tests, r=Nadrieril | bors | -13/+3 |
| 2024-03-18 | Ensure stack before parsing dot-or-call | Jubilee Young | -1/+4911 |
| 2024-03-19 | Fix incorrect mutable suggestion information for binding in ref pattern. | surechen | -15/+71 |
| 2024-03-19 | Auto merge of #122493 - lukas-code:sized-constraint, r=lcnr | bors | -126/+126 |
| 2024-03-18 | Update test with `//@ needs-asm-support` | Veera | -2/+3 |
| 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 |