| Age | Commit message (Expand) | Author | Lines |
| 2021-07-25 | Use more of OwnerNode. | Camille GILLOT | -54/+43 |
| 2021-07-25 | Use OwnerNode in indexing. | Camille GILLOT | -106/+57 |
| 2021-07-25 | Introduce OwnerNode::Crate. | Camille GILLOT | -18/+2 |
| 2021-07-25 | clippy::needless_question_mark | Matthias Krüger | -1/+1 |
| 2021-07-25 | Merge the BTreeMap in hir::Crate. | Camille GILLOT | -9/+5 |
| 2021-07-25 | Add inferred args to typeck | kadmin | -6/+1 |
| 2021-07-25 | Add generic arg infer | kadmin | -0/+16 |
| 2021-07-24 | Hide allocator details from TryReserveError | Kornel | -0/+1 |
| 2021-07-24 | Support -Z unpretty=thir-tree again | Smitty | -0/+6 |
| 2021-07-24 | Auto merge of #86580 - BoxyUwU:cgd-subst-ice, r=nikomatsakis | bors | -0/+13 |
| 2021-07-24 | Rollup merge of #87348 - SkiFire13:fix-87261, r=oli-obk | Manish Goregaokar | -20/+45 |
| 2021-07-24 | get rid of NoMirFor error variant | Ralf Jung | -3/+0 |
| 2021-07-24 | Auto merge of #86461 - crlf0710:rich_vtable, r=nikomatsakis | bors | -19/+39 |
| 2021-07-23 | Improve `get_by_key_enumerated` more | Yuki Okushi | -1/+1 |
| 2021-07-23 | Fix span when suggesting to add an associated type bound | Giacomo Stevanato | -20/+45 |
| 2021-07-22 | Add comment and more tests. | Charles Lew | -0/+6 |
| 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 | Switch to store `Instance` directly within `VtblEntry`, fix `TraitVPtr` repre... | Charles Lew | -21/+29 |
| 2021-07-20 | Refactor vtable format. | Charles Lew | -1/+7 |
| 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 |