| Age | Commit message (Expand) | Author | Lines |
| 2022-08-26 | fix an outdated machine hook name | Ralf Jung | -7/+7 |
| 2022-08-26 | Replace `Body::basic_blocks()` with field access | Tomasz Miąsko | -11/+11 |
| 2022-08-26 | no alignment check during interning | Ralf Jung | -3/+5 |
| 2022-08-26 | Move `ArgAbi::pad_i32` into `PassMode::Cast`. | Nicholas Nethercote | -4/+2 |
| 2022-08-26 | Turn `ArgAbi::pad` into a `bool`. | Nicholas Nethercote | -1/+1 |
| 2022-08-26 | Box `CastTarget` within `PassMode`. | Nicholas Nethercote | -2/+2 |
| 2022-08-25 | Auto merge of #100571 - cjgillot:mir-cost-visit, r=compiler-errors | bors | -16/+14 |
| 2022-08-23 | extra sanity check against consts pointing to mutable memory | Ralf Jung | -27/+45 |
| 2022-08-22 | Addressing tidy check fail | nidnogg | -2/+7 |
| 2022-08-22 | Addressing last comment on PR review | nidnogg | -4/+4 |
| 2022-08-22 | Switched errors to diags according to latest PRs | nidnogg | -12/+12 |
| 2022-08-21 | Hotfix ftl err name, added check for err.code in create_feature_err | nidnogg | -1/+1 |
| 2022-08-21 | Fixed failing tests (missing labels), added automatic error code in create_fe... | nidnogg | -18/+11 |
| 2022-08-21 | Added several more migrations under ops.rs, failing some tests though | nidnogg | -97/+138 |
| 2022-08-21 | Migration on ops.rs for unstable const functions | nidnogg | -5/+11 |
| 2022-08-21 | Migrated Unallowed function pointer calls in interpreter/ops | nidnogg | -5/+10 |
| 2022-08-21 | Finished const_eval module migration, moving onto sibling folders | nidnogg | -6/+14 |
| 2022-08-21 | fix ICE with extra-const-ub-checks | Ralf Jung | -7/+33 |
| 2022-08-21 | Also validate types before inlining. | Camille GILLOT | -16/+14 |
| 2022-08-21 | Replace #[lint/warning/error] with #[diag] | Xiretza | -9/+9 |
| 2022-08-20 | Rollup merge of #100507 - cameron1024:suggest-lazy, r=compiler-errors | Matthias Krüger | -0/+5 |
| 2022-08-19 | Rollup merge of #100208 - RalfJung:dyn-upcast-nop, r=petrochenkov | Dylan DPC | -1/+6 |
| 2022-08-17 | Rollup merge of #99972 - RalfJung:1zst, r=lcnr | Matthias Krüger | -1/+3 |
| 2022-08-16 | Rollup merge of #100600 - saethlin:rename-memory-hooks, r=RalfJung | Matthias Krüger | -8/+14 |
| 2022-08-15 | Rename Machine memory hooks to suggest when they run | Ben Kimock | -8/+14 |
| 2022-08-14 | suggest lazy-static for non-const statics | cameron | -0/+5 |
| 2022-08-13 | Rollup merge of #100438 - compiler-errors:issue-100360, r=lcnr | Michael Goulet | -7/+2 |
| 2022-08-12 | Adjust cfgs | Mark Rousskov | -1/+0 |
| 2022-08-12 | Rollup merge of #100229 - RalfJung:extra-const-ub-checks, r=lcnr | Dylan DPC | -12/+14 |
| 2022-08-12 | Erase regions better in promote_candidate | Michael Goulet | -7/+2 |
| 2022-08-11 | Rollup merge of #100391 - nnethercote:improve-size-assertions, r=lqd | Dylan DPC | -9/+11 |
| 2022-08-10 | Avoid repeating qualifiers on `static_assert_size` calls. | Nicholas Nethercote | -9/+11 |
| 2022-08-09 | dont rely on old macro-in-trait-impl bug | Ralf Jung | -12/+0 |
| 2022-08-09 | Rollup merge of #100181 - RalfJung:alloc-ref-mutability, r=jackh726 | Dylan DPC | -0/+7 |
| 2022-08-07 | add -Zextra-const-ub-checks to enable more UB checking in const-eval | Ralf Jung | -0/+14 |
| 2022-08-06 | make NOP dyn casts not require anything about the vtable | Ralf Jung | -1/+6 |
| 2022-08-06 | Auto merge of #99743 - compiler-errors:fulfillment-context-cleanups, r=jackh726 | bors | -10/+2 |
| 2022-08-05 | add method to get the mutability of an AllocId | Ralf Jung | -0/+7 |
| 2022-08-04 | Rollup merge of #100095 - jackh726:early-binder, r=lcnr | Matthias Krüger | -2/+2 |
| 2022-08-04 | Add `traits::fully_solve_obligation` that acts like `traits::fully_normalize` | Michael Goulet | -10/+2 |
| 2022-08-03 | Rollup merge of #99746 - compiler-errors:more-trait-engine, r=jackh726 | Matthias Krüger | -2/+2 |
| 2022-08-03 | Auto merge of #100064 - RalfJung:disaligned, r=petrochenkov | bors | -16/+12 |
| 2022-08-03 | fix is_disaligned logic for nested packed structs | Ralf Jung | -16/+12 |
| 2022-08-03 | Add bound_impl_subject and bound_return_ty | Jack Huey | -2/+2 |
| 2022-08-01 | Remove trait_of_item query. | Camille GILLOT | -1/+1 |
| 2022-08-01 | Remove DefId from AssocItemContainer. | Camille GILLOT | -3/+6 |
| 2022-08-01 | Rollup merge of #100003 - nnethercote:improve-size-assertions, r=lqd | Matthias Krüger | -27/+23 |
| 2022-08-01 | Improve size assertions. | Nicholas Nethercote | -27/+23 |
| 2022-07-30 | interpret: only consider 1-ZST when searching for receiver | Ralf Jung | -1/+3 |
| 2022-07-30 | Use LocalDefId for closures more | Cameron Steffen | -1/+1 |