| Age | Commit message (Expand) | Author | Lines |
| 2021-07-22 | Resolve nested inference variables. | Oli Scherer | -19/+7 |
| 2021-07-22 | Remove an unnecessary variable | Oli Scherer | -2/+1 |
| 2021-07-22 | Make mir borrowck's use of opaque types independent of the typeck query's result | Oli Scherer | -87/+62 |
| 2021-07-21 | Rollup merge of #87311 - oli-obk:nll_suggestion_span, r=estebank | Guillaume Gomez | -4/+6 |
| 2021-07-21 | Rollup merge of #87273 - fee1-dead:impl-const-impl-bounds, r=oli-obk | Guillaume Gomez | -8/+11 |
| 2021-07-20 | Get back the more precise suggestion spans of old regionck | Oli Scherer | -4/+6 |
| 2021-07-20 | Auto merge of #87224 - RalfJung:miri-ptr-oob, r=oli-obk | bors | -4/+10 |
| 2021-07-20 | Auto merge of #87141 - spastorino:remove_impl_trait_in_bindings, r=oli-obk | bors | -72/+13 |
| 2021-07-19 | Iterate through impls only when permitted | Deadbeef | -8/+11 |
| 2021-07-18 | Move mir_def_id inside `eq_opaque_type_and_type` | Santiago Pastorino | -8/+5 |
| 2021-07-18 | Remove `sub_types_or_anon` | Santiago Pastorino | -30/+2 |
| 2021-07-18 | Add `sub_types` docs | Santiago Pastorino | -0/+1 |
| 2021-07-18 | Removing unhandled region constraint error that is only for impl_trait_in_bin... | Santiago Pastorino | -34/+5 |
| 2021-07-18 | miri: better ptr-out-of-bounds errors | Ralf Jung | -4/+10 |
| 2021-07-18 | Auto merge of #85686 - ptrojahn:loop_reinitialize, r=estebank | bors | -18/+74 |
| 2021-07-17 | Auto merge of #87123 - RalfJung:miri-provenance-overhaul, r=oli-obk | bors | -700/+634 |
| 2021-07-17 | Auto merge of #87195 - yaahc:move-assert_matches-again, r=oli-obk | bors | -1/+1 |
| 2021-07-16 | Add initial implementation of HIR-based WF checking for diagnostics | Aaron Hill | -17/+19 |
| 2021-07-16 | avoid manual Debug impls by adding extra Provenance bounds to types | Ralf Jung | -149/+46 |
| 2021-07-16 | rename assert_matches module | Jane Lusby | -1/+1 |
| 2021-07-16 | get rid of incorrect erase_for_fmt | Ralf Jung | -56/+50 |
| 2021-07-15 | make check_ptr_access_align work on function pointer allocations | Ralf Jung | -6/+12 |
| 2021-07-15 | enable Miri to fix the bytes in an allocation (since ptr offsets have differe... | Ralf Jung | -53/+41 |
| 2021-07-15 | adjustions and cleanup to make Miri build again | Ralf Jung | -138/+118 |
| 2021-07-15 | Rollup merge of #86947 - m-ou-se:assert-matches-to-submodule, r=yaahc | Yuki Okushi | -0/+1 |
| 2021-07-14 | remove unused error variant | Ralf Jung | -8/+3 |
| 2021-07-14 | more precise message for the ptr access check on deref | Ralf Jung | -8/+7 |
| 2021-07-14 | use NonZeroU64 for AllocId to restore old type sizes | Ralf Jung | -7/+7 |
| 2021-07-14 | consistently treat None-tagged pointers as ints; get rid of some deprecated S... | Ralf Jung | -40/+49 |
| 2021-07-14 | CTFE/Miri engine Pointer type overhaul: make Scalar-to-Pointer conversion inf... | Ralf Jung | -518/+584 |
| 2021-07-13 | Auto merge of #87044 - cjgillot:expnhash, r=petrochenkov | bors | -1/+2 |
| 2021-07-13 | Cache expansion hash. | Camille GILLOT | -1/+2 |
| 2021-07-13 | Auto merge of #86857 - fee1-dead:add-attr, r=oli-obk | bors | -8/+37 |
| 2021-07-12 | remove unnecessary deallocate_local hack | Ralf Jung | -15/+8 |
| 2021-07-12 | remove remaining use of Pointer in Allocation API | Ralf Jung | -2/+2 |
| 2021-07-12 | Auto merge of #86815 - FabianWolff:issue-84210, r=varkor | bors | -4/+20 |
| 2021-07-10 | rustc_span: Revert addition of `proc_macro` field to `ExpnKind::Macro` | Vadim Petrochenkov | -5/+2 |
| 2021-07-11 | Rollup merge of #87028 - aDotInTheVoid:patch-1, r=petrochenkov | Yuki Okushi | -1/+1 |
| 2021-07-10 | Fix typo: `satic` -> `static` | Nixon Enraght-Moony | -1/+1 |
| 2021-07-10 | Update tests | Deadbeef | -1/+1 |
| 2021-07-10 | Update CTFE to allow fns marked with the attr | Deadbeef | -6/+9 |
| 2021-07-10 | Permit calls to default const fns of impl const | Deadbeef | -7/+25 |
| 2021-07-10 | functions marked with attr are not const | Deadbeef | -3/+0 |
| 2021-07-10 | Skip check for calling functions in same trait | Deadbeef | -3/+11 |
| 2021-07-10 | Treat trait fns marked with the attr as const | Deadbeef | -1/+4 |
| 2021-07-10 | remove const_raw_ptr_to_usize_cast feature | Ralf Jung | -40/+16 |
| 2021-07-09 | Rollup merge of #87000 - m-ou-se:const-panic-track-caller, r=oli-obk | Mara Bos | -2/+11 |
| 2021-07-09 | Use #[track_caller] in const panic diagnostics. | Mara Bos | -2/+11 |
| 2021-07-08 | PR feedback | Scott McMurray | -1/+2 |
| 2021-07-08 | Stop generating `alloca`s+`memcmp` for simple array equality | Scott McMurray | -0/+18 |