| Age | Commit message (Expand) | Author | Lines |
| 2024-08-04 | Revert "Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix" | Michael Goulet | -179/+60 |
| 2024-08-04 | Revert "Rollup merge of #126315 - mu001999-contrib:fix/126289, r=petrochenkov" | Michael Goulet | -33/+0 |
| 2024-08-04 | Disable jump threading of float equality | Nilstrieb | -0/+130 |
| 2024-07-19 | Auto merge of #127944 - compiler-errors:beta-no-unsafe, r=Mark-Simulacrum | bors | -0/+25 |
| 2024-07-18 | Don't allow unsafe statics outside of extern blocks | Michael Goulet | -0/+25 |
| 2024-07-11 | instantiate higher ranked goals in candidate selection | lcnr | -245/+109 |
| 2024-07-05 | Don't inline drop shims with unsubstituted generic consts in MIR inliner | Michael Goulet | -261/+1 |
| 2024-07-05 | Failing test for computing drop shim that has const param | Michael Goulet | -0/+278 |
| 2024-07-05 | Switch back `non_local_definitions` lint to allow-by-default | Urgau | -94/+168 |
| 2024-07-05 | Properly gate `safe` keyword in pre-expansion | Michael Goulet | -1/+20 |
| 2024-06-20 | Add pub struct with allow(dead_code) into worklist | r0cky | -0/+33 |
| 2024-06-20 | Only compute specializes query if specialization is enabled in the crate of t... | Michael Goulet | -12/+12 |
| 2024-06-20 | Failing test | Michael Goulet | -0/+43 |
| 2024-06-14 | Remove failing GUI test to stop blocking CI until it is fixed | Guillaume Gomez | -69/+0 |
| 2024-06-13 | Also test under next solver | Oli Scherer | -10/+71 |
| 2024-06-13 | Revert "When checking whether an impl applies, constrain hidden types of opaq... | Oli Scherer | -171/+120 |
| 2024-06-13 | Add regression test | Oli Scherer | -0/+60 |
| 2024-06-07 | Rollup merge of #126112 - Kobzol:runmake-source-root, r=jieyouxu | Matthias Krüger | -2/+2 |
| 2024-06-07 | Rollup merge of #126077 - oli-obk:revert_is_mir_available, r=BoxyUwU | Matthias Krüger | -3/+8 |
| 2024-06-07 | Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix | Matthias Krüger | -60/+179 |
| 2024-06-07 | Rollup merge of #124214 - carbotaniuman:parse_unsafe_attrs, r=michaelwoerister | Matthias Krüger | -0/+119 |
| 2024-06-07 | Add regression test | Oli Scherer | -3/+8 |
| 2024-06-07 | Auto merge of #125918 - oli-obk:const_block_ice, r=compiler-errors | bors | -14/+41 |
| 2024-06-07 | Fix codegen test | Oli Scherer | -3/+3 |
| 2024-06-07 | Add regression test | Oli Scherer | -0/+18 |
| 2024-06-07 | Revert "Create const block DefIds in typeck instead of ast lowering" | Oli Scherer | -11/+20 |
| 2024-06-07 | Do not pass source root when building run-make tests | Jakub Beránek | -2/+2 |
| 2024-06-06 | Rollup merge of #126101 - lqd:revert-124099, r=wesleywiser | Jubilee | -101/+26 |
| 2024-06-06 | Rollup merge of #126098 - Kobzol:remove-same-lib-runmake-test, r=jieyouxu | Jubilee | -32/+0 |
| 2024-06-06 | Rollup merge of #126040 - Urgau:unreachable_pub-fields-less, r=petrochenkov | Jubilee | -23/+19 |
| 2024-06-06 | Add double unsafe test | carbotaniuman | -0/+36 |
| 2024-06-06 | Error on unsafe on non-unsafe attribute | carbotaniuman | -0/+34 |
| 2024-06-06 | Add tests | carbotaniuman | -0/+14 |
| 2024-06-06 | Disallow unsafe in derive | carbotaniuman | -0/+14 |
| 2024-06-06 | Parse unsafe attributes | carbotaniuman | -0/+21 |
| 2024-06-06 | Auto merge of #126104 - workingjubilee:rollup-t1ac2ld, r=workingjubilee | bors | -59/+62 |
| 2024-06-06 | Rollup merge of #126081 - Kobzol:run-make-relative-paths, r=jieyouxu | Jubilee | -13/+13 |
| 2024-06-06 | Rollup merge of #126073 - Zalathar:fulldeps-borrowck, r=jieyouxu | Jubilee | -26/+9 |
| 2024-06-06 | Rollup merge of #126064 - GuillaumeGomez:migrate-run-make-manual-crate-name, ... | Jubilee | -5/+6 |
| 2024-06-06 | Rollup merge of #125220 - ferrocene:hoverbear/repair-riscv64-codegen-tests, r... | Jubilee | -15/+34 |
| 2024-06-06 | Revert "Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davi... | Rémy Rakic | -101/+26 |
| 2024-06-06 | Auto merge of #126068 - lqd:revert-124976, r=petrochenkov | bors | -1/+36 |
| 2024-06-06 | Remove `same-lib-two-locations-no-panic` run-make test | Jakub Beránek | -32/+0 |
| 2024-06-06 | Do not use relative paths to Rust source root in run-make tests | Jakub Beránek | -13/+13 |
| 2024-06-06 | Don't warn on fields in the `unreachable_pub` lint | Urgau | -23/+19 |
| 2024-06-07 | Port `tests/run-make-fulldeps/obtain-borrowck` to ui-fulldeps | Zalathar | -26/+9 |
| 2024-06-06 | Auto merge of #125406 - tbu-:pr_rm_path_with_extension, r=Nadrieril | bors | -2/+2 |
| 2024-06-06 | add non-regression run-make test for issues 125474, 125484, and 125646 | Rémy Rakic | -0/+28 |
| 2024-06-06 | Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk" | Rémy Rakic | -1/+8 |
| 2024-06-06 | Migrate `run-make/manual-crate-name` to `rmake.rs` | Guillaume Gomez | -5/+6 |