| Age | Commit message (Expand) | Author | Lines |
| 2021-07-16 | Infer all inference variables via InferCx | Oli Scherer | -1/+1 |
| 2021-07-16 | rename assert_matches module | Jane Lusby | -1/+1 |
| 2021-07-16 | add some comments regarding the two major quirks of our memory model | Ralf Jung | -1/+8 |
| 2021-07-16 | get rid of incorrect erase_for_fmt | Ralf Jung | -62/+30 |
| 2021-07-16 | Auto merge of #86993 - jackh726:project-gat-binders, r=nikomatsakis | bors | -1/+2 |
| 2021-07-15 | tweak pointer out-of-bounds error message | Ralf Jung | -5/+15 |
| 2021-07-15 | Auto merge of #83319 - tmiasko:packed-aligned, r=jackh726 | bors | -2/+7 |
| 2021-07-15 | Separate encoding paths. | Camille GILLOT | -10/+4 |
| 2021-07-15 | Layout error instead of an ICE for packed and aligned types | Tomasz Miąsko | -2/+7 |
| 2021-07-15 | enable Miri to fix the bytes in an allocation (since ptr offsets have differe... | Ralf Jung | -16/+24 |
| 2021-07-15 | adjustions and cleanup to make Miri build again | Ralf Jung | -63/+16 |
| 2021-07-15 | Rollup merge of #86947 - m-ou-se:assert-matches-to-submodule, r=yaahc | Yuki Okushi | -0/+1 |
| 2021-07-15 | Rollup merge of #86478 - ehuss:future-incompat-test, r=oli-obk | Yuki Okushi | -7/+7 |
| 2021-07-14 | remove unused error variant | Ralf Jung | -3/+0 |
| 2021-07-14 | more precise message for the ptr access check on deref | Ralf Jung | -1/+8 |
| 2021-07-14 | use NonZeroU64 for AllocId to restore old type sizes | Ralf Jung | -6/+7 |
| 2021-07-14 | consistently treat None-tagged pointers as ints; get rid of some deprecated S... | Ralf Jung | -88/+78 |
| 2021-07-14 | CTFE/Miri engine Pointer type overhaul: make Scalar-to-Pointer conversion inf... | Ralf Jung | -200/+248 |
| 2021-07-14 | Add -Zfuture-incompat-test to assist with testing future-incompat reports. | Eric Huss | -7/+7 |
| 2021-07-14 | Shrink the CrateStore dynamic interface. | Camille GILLOT | -27/+21 |
| 2021-07-13 | Auto merge of #87044 - cjgillot:expnhash, r=petrochenkov | bors | -12/+4 |
| 2021-07-13 | Cache expansion hash. | Camille GILLOT | -12/+4 |
| 2021-07-13 | Conditionally call normalize_erasing_regions only if polymorhization is enabled | jackh726 | -1/+2 |
| 2021-07-13 | Put checking if anonct is a default into a method on hir map | Ellen | -0/+13 |
| 2021-07-13 | Auto merge of #86857 - fee1-dead:add-attr, r=oli-obk | bors | -1/+13 |
| 2021-07-13 | Rollup merge of #87089 - RalfJung:ctfe-memory-cleanup, r=oli-obk | Yuki Okushi | -10/+9 |
| 2021-07-13 | Rollup merge of #87070 - ehuss:simplify-future-report, r=oli-obk | Yuki Okushi | -3/+8 |
| 2021-07-12 | Auto merge of #86320 - hi-rustin:rustin-patch-fix-span, r=estebank | bors | -4/+5 |
| 2021-07-12 | remove remaining use of Pointer in Allocation API | Ralf Jung | -10/+9 |
| 2021-07-11 | Simplify future incompatible reporting. | Eric Huss | -3/+8 |
| 2021-07-11 | Auto merge of #85941 - cjgillot:qresolve, r=Aaron1011 | bors | -90/+96 |
| 2021-07-10 | rustc_span: Revert addition of `proc_macro` field to `ExpnKind::Macro` | Vadim Petrochenkov | -1/+1 |
| 2021-07-10 | Auto merge of #87029 - JohnTitor:rollup-0yapv7z, r=JohnTitor | bors | -3/+3 |
| 2021-07-10 | Moves changes to explicit_preds_of/inferred_outlives_of/generics_of | Ellen | -31/+2 |
| 2021-07-11 | Rollup merge of #87006 - ptrojahn:implsource_vtable, r=jonas-schievink | Yuki Okushi | -3/+3 |
| 2021-07-10 | Dont provide all parent generics to cgdefaults | Ellen | -2/+31 |
| 2021-07-10 | Auto merge of #81360 - Aaron1011:trait-caller-loc, r=nagisa | bors | -5/+53 |
| 2021-07-10 | Update `DepNode`'s size | Deadbeef | -1/+1 |
| 2021-07-10 | Test for misusing attribute | Deadbeef | -1/+1 |
| 2021-07-10 | functions marked with attr are not const | Deadbeef | -1/+9 |
| 2021-07-10 | Add impl_constness query | Deadbeef | -0/+4 |
| 2021-07-09 | Auto merge of #86419 - ricobbe:raw-dylib-stdcall, r=petrochenkov | bors | -1/+20 |
| 2021-07-09 | Add support for raw-dylib with stdcall, fastcall functions on i686-pc-windows... | Richard Cobbe | -1/+20 |
| 2021-07-09 | Revert the revert of renaming traits::VTable to ImplSource | Paul Trojahn | -3/+3 |
| 2021-07-10 | Add a query for `CapturedPlace::to_symbol` | lrh2000 | -3/+32 |
| 2021-07-09 | Store names of captured variables in `optimized_mir` | lrh2000 | -22/+13 |
| 2021-07-09 | Name the captured upvars for closures/generators in debuginfo | lrh2000 | -0/+48 |
| 2021-07-09 | Rollup merge of #86855 - LeSeulArtichaut:patch-1, r=davidtwco | Mara Bos | -2/+2 |
| 2021-07-08 | Move [debug_]assert_matches to mod {core, std}::assert. | Mara Bos | -0/+1 |
| 2021-07-07 | Auto merge of #86105 - bjorn3:link_info_refactor, r=petrochenkov | bors | -27/+0 |