| Age | Commit message (Expand) | Author | Lines |
| 2024-08-04 | Revert "Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix" | Michael Goulet | -162/+43 |
| 2024-08-04 | Revert "Rollup merge of #126315 - mu001999-contrib:fix/126289, r=petrochenkov" | Michael Goulet | -33/+0 |
| 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 | -91/+159 |
| 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-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 #125572 - mu001999-contrib:dead/enhance, r=pnkfelix | Matthias Krüger | -43/+162 |
| 2024-06-07 | Rollup merge of #124214 - carbotaniuman:parse_unsafe_attrs, r=michaelwoerister | Matthias Krüger | -0/+119 |
| 2024-06-07 | Auto merge of #125918 - oli-obk:const_block_ice, r=compiler-errors | bors | -9/+31 |
| 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 | -9/+13 |
| 2024-06-06 | Rollup merge of #126101 - lqd:revert-124099, r=wesleywiser | Jubilee | -86/+11 |
| 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 | -0/+1 |
| 2024-06-06 | Rollup merge of #125220 - ferrocene:hoverbear/repair-riscv64-codegen-tests, r... | Jubilee | -0/+1 |
| 2024-06-06 | Revert "Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davi... | Rémy Rakic | -86/+11 |
| 2024-06-06 | Auto merge of #126068 - lqd:revert-124976, r=petrochenkov | bors | -1/+8 |
| 2024-06-06 | Don't warn on fields in the `unreachable_pub` lint | Urgau | -23/+19 |
| 2024-06-06 | Auto merge of #125406 - tbu-:pr_rm_path_with_extension, r=Nadrieril | bors | -2/+2 |
| 2024-06-06 | Revert "Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obk" | Rémy Rakic | -1/+8 |
| 2024-06-06 | Auto merge of #124482 - spastorino:unsafe-extern-blocks, r=oli-obk | bors | -62/+389 |
| 2024-06-06 | Auto merge of #126056 - matthiaskrgr:rollup-ytwg62v, r=matthiaskrgr | bors | -260/+329 |
| 2024-06-06 | Auto merge of #125958 - BoxyUwU:remove_const_ty, r=lcnr | bors | -263/+382 |
| 2024-06-06 | Rollup merge of #126045 - olafes:master, r=compiler-errors | Matthias Krüger | -0/+75 |
| 2024-06-06 | Rollup merge of #125987 - estebank:issue-122622, r=Nadrieril | Matthias Krüger | -0/+13 |
| 2024-06-06 | Rollup merge of #125925 - tbu-:pr_unsafe_env_unsafe_op_in_unsafe_fn, r=Nadrieril | Matthias Krüger | -11/+77 |
| 2024-06-06 | Rollup merge of #125168 - Jules-Bertholet:match-ergonomics-2024-align-with-rf... | Matthias Krüger | -249/+164 |
| 2024-06-05 | Don't trigger `unsafe_op_in_unsafe_fn` for deprecated safe fns | Tobias Bucher | -11/+77 |
| 2024-06-05 | Bless tests and handle tests/crashes | Boxy | -263/+382 |
| 2024-06-05 | Auto merge of #126038 - matthiaskrgr:rollup-h4rm3x2, r=matthiaskrgr | bors | -19/+249 |
| 2024-06-05 | check_expr_struct_fields: taint context with errors if struct definition is m... | Olaf Siwiński | -0/+75 |
| 2024-06-05 | Repair several riscv64gc-unknown-linux-gnu codegen tests | Ana Hobden | -0/+1 |
| 2024-06-05 | Rollup merge of #125871 - fmease:fix-orphanck-opaques, r=lcnr | Matthias Krüger | -1/+90 |
| 2024-06-05 | Rollup merge of #126022 - lcnr:generalize-alias-bivariant, r=compiler-errors | Matthias Krüger | -0/+20 |
| 2024-06-05 | Rollup merge of #125622 - oli-obk:define_opaque_types15, r=compiler-errors | Matthias Krüger | -18/+46 |
| 2024-06-05 | Rollup merge of #124840 - bvanjoi:fix-124490, r=petrochenkov | Matthias Krüger | -0/+113 |