| Age | Commit message (Expand) | Author | Lines |
| 2021-07-18 | Remove OpaqueTyOrigin::Misc, use TyAlias instead | Santiago Pastorino | -9/+6 |
| 2021-07-18 | Removing unhandled region constraint error that is only for impl_trait_in_bin... | Santiago Pastorino | -34/+5 |
| 2021-07-18 | Remove impl_trait_in_bindings handling on inference error reporting | Santiago Pastorino | -120/+2 |
| 2021-07-18 | Remove impl trait bindings handling on const AST lowering | Santiago Pastorino | -238/+104 |
| 2021-07-17 | Remove impl traits bindings error message handling on AST lowering | Santiago Pastorino | -6/+1 |
| 2021-07-17 | Fix TypeAliasesOpaqueTy origin docs | Santiago Pastorino | -1/+1 |
| 2021-07-17 | Rename OtherOpaqueTy to TypeAliasesOpaqueTy | Santiago Pastorino | -12/+16 |
| 2021-07-17 | Remove OpaqueTyOrigin::Binding | Santiago Pastorino | -734/+84 |
| 2021-07-17 | Auto merge of #87129 - FabianWolff:issue-75356, r=varkor | bors | -0/+151 |
| 2021-07-17 | Auto merge of #87203 - jackh726:logging, r=nikomatsakis | bors | -18/+45 |
| 2021-07-17 | Add needs_normalization | jackh726 | -4/+21 |
| 2021-07-17 | Some perf optimizations and logging | jackh726 | -14/+24 |
| 2021-07-17 | Auto merge of #86676 - cjgillot:localexpn, r=petrochenkov | bors | -436/+615 |
| 2021-07-17 | Simplify Expn creation. | Camille GILLOT | -27/+25 |
| 2021-07-17 | Rename expn_info -> expn_data. | Camille GILLOT | -8/+8 |
| 2021-07-17 | Pass ExpnData by reference. | Camille GILLOT | -4/+4 |
| 2021-07-17 | Always hash spans in expn. | Camille GILLOT | -1/+1 |
| 2021-07-17 | Drop ExpnData::krate. | Camille GILLOT | -20/+11 |
| 2021-07-17 | Drop orig_id. | Camille GILLOT | -34/+10 |
| 2021-07-17 | Encode ExpnId using ExpnHash for incr. comp. | Camille GILLOT | -121/+161 |
| 2021-07-17 | Choose encoding format in caller code. | Camille GILLOT | -85/+55 |
| 2021-07-17 | Use LocalExpnId where possible. | Camille GILLOT | -147/+169 |
| 2021-07-17 | Make the CrateNum part of the ExpnId. | Camille GILLOT | -112/+307 |
| 2021-07-17 | Auto merge of #87123 - RalfJung:miri-provenance-overhaul, r=oli-obk | bors | -1401/+1311 |
| 2021-07-17 | Auto merge of #86761 - Alexhuszagh:master, r=estebank | bors | -2823/+2530 |
| 2021-07-17 | Auto merge of #87124 - Andy-Python-Programmer:code_model_uefi_patch, r=petroc... | bors | -6/+2 |
| 2021-07-17 | Auto merge of #86062 - nagisa:nagisa/what-a-lie, r=estebank | bors | -6/+25 |
| 2021-07-17 | Changed dec2flt to use the Eisel-Lemire algorithm. | Alex Huszagh | -2823/+2530 |
| 2021-07-17 | Use small code model for UEFI targets | Andy-Python-Programmer | -6/+2 |
| 2021-07-17 | Auto merge of #87195 - yaahc:move-assert_matches-again, r=oli-obk | bors | -11/+11 |
| 2021-07-16 | Auto merge of #83898 - Aaron1011:feature/hir-wf, r=estebank | bors | -66/+350 |
| 2021-07-16 | Add initial implementation of HIR-based WF checking for diagnostics | Aaron Hill | -66/+350 |
| 2021-07-16 | i sweat to god | Jane Lusby | -1/+1 |
| 2021-07-16 | pls this time | Jane Lusby | -2/+2 |
| 2021-07-16 | Auto merge of #87201 - GuillaumeGomez:rollup-4loi2q9, r=GuillaumeGomez | bors | -233/+162 |
| 2021-07-16 | fix ui tests | Jane Lusby | -2/+2 |
| 2021-07-16 | avoid manual Debug impls by adding extra Provenance bounds to types | Ralf Jung | -152/+51 |
| 2021-07-16 | Rollup merge of #87200 - oli-obk:fixup_fixup_opaque_types, r=nikomatsakis | Guillaume Gomez | -152/+42 |
| 2021-07-16 | Rollup merge of #87188 - GuillaumeGomez:gui-test-auto-hide-trait-impl, r=notr... | Guillaume Gomez | -0/+20 |
| 2021-07-16 | Rollup merge of #87180 - notriddle:notriddle/sidebar-keyboard-mobile, r=Guill... | Guillaume Gomez | -1/+12 |
| 2021-07-16 | Rollup merge of #87179 - fee1-dead:active-const-impl, r=oli-obk | Guillaume Gomez | -47/+24 |
| 2021-07-16 | Rollup merge of #87174 - inquisitivecrystal:array-map, r=kennytm | Guillaume Gomez | -4/+2 |
| 2021-07-16 | Rollup merge of #87158 - In-line:suggest-full-enum-variant-for-local-module, ... | Guillaume Gomez | -1/+29 |
| 2021-07-16 | Rollup merge of #87107 - oli-obk:tait_double, r=nikomatsakis | Guillaume Gomez | -28/+33 |
| 2021-07-16 | Infer all inference variables via InferCx | Oli Scherer | -144/+36 |
| 2021-07-16 | Add some more tracing instrumentation | Oli Scherer | -8/+6 |
| 2021-07-16 | Auto merge of #84623 - jackh726:gats-incomplete, r=nikomatsakis | bors | -587/+197 |
| 2021-07-16 | rename assert_matches module | Jane Lusby | -6/+6 |
| 2021-07-16 | feat(rustdoc): open sidebar menu when links inside it are focused | Michael Howell | -1/+12 |
| 2021-07-16 | Auto merge of #87140 - camsteffen:pat-slice-refs, r=oli-obk | bors | -68/+85 |