| Age | Commit message (Expand) | Author | Lines |
| 2021-07-22 | Auto merge of #87265 - Aaron1011:hir-wf-fn, r=estebank | bors | -9/+34 |
| 2021-07-22 | Auto merge of #87246 - rust-lang:placeholder-pretty, r=nikomatsakis | bors | -35/+107 |
| 2021-07-21 | Rename force-warns to force-warn | Ryan Levick | -1/+1 |
| 2021-07-20 | Support HIR wf checking for function signatures | Aaron Hill | -9/+34 |
| 2021-07-20 | Auto merge of #87244 - jackh726:issue-71883, r=estebank | bors | -0/+3 |
| 2021-07-20 | Auto merge of #87224 - RalfJung:miri-ptr-oob, r=oli-obk | bors | -14/+30 |
| 2021-07-19 | Better diagnostics when mismatched types due to implict static lifetime | jackh726 | -0/+3 |
| 2021-07-19 | Rollup merge of #87268 - SkiFire13:fix-uninit-ref-list, r=nagisa | Guillaume Gomez | -6/+6 |
| 2021-07-19 | Don't create references to uninitialized data in List::from_arena | Giacomo Stevanato | -6/+6 |
| 2021-07-18 | Auto merge of #86698 - cjgillot:modc, r=estebank | bors | -1249/+54 |
| 2021-07-18 | Remove deadlock virtual call. | Camille GILLOT | -4/+1 |
| 2021-07-18 | Move OnDiskCache to rustc_query_impl. | Camille GILLOT | -1247/+55 |
| 2021-07-18 | miri: better ptr-out-of-bounds errors | Ralf Jung | -14/+30 |
| 2021-07-18 | When pretty printing, name placeholders as bound regions | jackh726 | -35/+107 |
| 2021-07-18 | Rollup merge of #87205 - matthiaskrgr:clippy_cln, r=oli-obk | Yuki Okushi | -3/+2 |
| 2021-07-18 | Rollup merge of #87092 - ricobbe:fix-raw-dylib-multiple-definitions, r=petroc... | Yuki Okushi | -3/+3 |
| 2021-07-17 | Auto merge of #86676 - cjgillot:localexpn, r=petrochenkov | bors | -37/+66 |
| 2021-07-17 | Pass ExpnData by reference. | Camille GILLOT | -1/+1 |
| 2021-07-17 | Always hash spans in expn. | Camille GILLOT | -1/+1 |
| 2021-07-17 | Encode ExpnId using ExpnHash for incr. comp. | Camille GILLOT | -37/+61 |
| 2021-07-17 | Choose encoding format in caller code. | Camille GILLOT | -10/+13 |
| 2021-07-17 | Make the CrateNum part of the ExpnId. | Camille GILLOT | -5/+13 |
| 2021-07-17 | Auto merge of #87123 - RalfJung:miri-provenance-overhaul, r=oli-obk | bors | -320/+311 |
| 2021-07-17 | Auto merge of #86761 - Alexhuszagh:master, r=estebank | bors | -1/+0 |
| 2021-07-17 | Changed dec2flt to use the Eisel-Lemire algorithm. | Alex Huszagh | -1/+0 |
| 2021-07-17 | Auto merge of #87195 - yaahc:move-assert_matches-again, r=oli-obk | bors | -1/+1 |
| 2021-07-17 | rustc_middle: remove redundant clone | Matthias Krüger | -3/+2 |
| 2021-07-16 | Auto merge of #83898 - Aaron1011:feature/hir-wf, r=estebank | bors | -5/+26 |
| 2021-07-16 | Add initial implementation of HIR-based WF checking for diagnostics | Aaron Hill | -5/+26 |
| 2021-07-16 | Consider all fields when comparing DllImports, to remove nondetermininsm in m... | Richard Cobbe | -3/+3 |
| 2021-07-16 | avoid manual Debug impls by adding extra Provenance bounds to types | Ralf Jung | -3/+5 |
| 2021-07-16 | Rollup merge of #87200 - oli-obk:fixup_fixup_opaque_types, r=nikomatsakis | Guillaume Gomez | -1/+1 |
| 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 |