| Age | Commit message (Expand) | Author | Lines |
| 2022-12-14 | Add documentation for custom mir | Jakob Degen | -36/+224 |
| 2022-12-14 | Support more projections in custom mir | Jakob Degen | -6/+210 |
| 2022-12-14 | Support common enum operations in custom mir | Jakob Degen | -3/+279 |
| 2022-12-14 | Fix unsafetyck disabling for custom MIR | Jakob Degen | -1/+30 |
| 2022-12-13 | Auto merge of #105667 - matthiaskrgr:rollup-fexlc0b, r=matthiaskrgr | bors | -3397/+3398 |
| 2022-12-13 | Rollup merge of #105659 - JakobDegen:storage-live-borrow, r=davidtwco | Matthias Krüger | -9/+10 |
| 2022-12-13 | Rollup merge of #105628 - spastorino:small-doc-fixes, r=compiler-errors | Matthias Krüger | -10/+7 |
| 2022-12-13 | Rollup merge of #105500 - oli-obk:unhide_unknown_spans, r=estebank | Matthias Krüger | -1666/+381 |
| 2022-12-13 | Rollup merge of #105476 - estebank:moves-n-borrows, r=compiler-errors | Matthias Krüger | -816/+1842 |
| 2022-12-13 | Rollup merge of #105464 - nbdd0121:hir, r=compiler-errors | Matthias Krüger | -49/+124 |
| 2022-12-13 | Rollup merge of #105438 - compiler-errors:move-methods, r=estebank | Matthias Krüger | -828/+857 |
| 2022-12-13 | Rollup merge of #105147 - nbdd0121:inline_const_unsafe, r=oli-obk | Matthias Krüger | -19/+177 |
| 2022-12-13 | Auto merge of #102813 - Akida31:issue-64915/simpler_diagnostic_when_passing_a... | bors | -14/+137 |
| 2022-12-13 | Account for dereference expressions | Esteban Küber | -140/+208 |
| 2022-12-13 | Fix span for `&mut ` removal suggestion | Esteban Küber | -29/+30 |
| 2022-12-13 | Suggest `ref` for some patterns as a fallback | Esteban Küber | -63/+476 |
| 2022-12-13 | Do not suggest borrowing binding in pattern in let else | Esteban Küber | -14/+15 |
| 2022-12-13 | Change pattern borrowing suggestions to be verbose | Esteban Küber | -766/+1309 |
| 2022-12-13 | fix tests | akida31 | -8/+0 |
| 2022-12-13 | Auto merge of #105646 - lqd:revert-thinlto, r=Mark-Simulacrum | bors | -2/+2 |
| 2022-12-13 | tidy: ignore filelength | akida31 | -0/+1 |
| 2022-12-13 | reduce to single suggestion for all arguments | akida31 | -89/+66 |
| 2022-12-13 | remove manual `fn_decl` extraction | akida31 | -17/+3 |
| 2022-12-13 | change error message | akida31 | -22/+26 |
| 2022-12-13 | move changes to an extra function | akida31 | -66/+76 |
| 2022-12-13 | Remove `hint` from help message | akida31 | -22/+22 |
| 2022-12-13 | Fix stderr of tests which have improved diagnostics | akida31 | -0/+80 |
| 2022-12-13 | Improve diagnostic when passing arg to closure and missing borrow. | akida31 | -0/+73 |
| 2022-12-13 | Auto merge of #105612 - oli-obk:bind_rustdoc, r=GuillaumeGomez | bors | -102/+174 |
| 2022-12-13 | Clarify explicit_predicates_of is_assoc_item_ty comment | Santiago Pastorino | -3/+4 |
| 2022-12-13 | Make InternalSubsts rust docs a bit clearer | Santiago Pastorino | -1/+1 |
| 2022-12-13 | Don't require owned data in `MaybeStorageLive` | Jakob Degen | -9/+10 |
| 2022-12-13 | bless fulldeps tests | Oli Scherer | -3/+1 |
| 2022-12-13 | Use a label instead of a note for the drop site to create denser diagnostics | Oli Scherer | -45/+16 |
| 2022-12-13 | Stop pointing to operators if their libcore method source is not available | Oli Scherer | -70/+16 |
| 2022-12-13 | Avoid rendering empty annotations | Oli Scherer | -195/+94 |
| 2022-12-13 | Don't emit empty notes | Oli Scherer | -46/+20 |
| 2022-12-13 | Clarify what "this" means | Oli Scherer | -50/+51 |
| 2022-12-13 | Inform the user which trait is meant in the diagnostic itself instead of rely... | Oli Scherer | -27/+40 |
| 2022-12-13 | Make some diagnostics not depend on the source of what they reference being a... | Oli Scherer | -1504/+417 |
| 2022-12-13 | Auto merge of #105350 - compiler-errors:faster-binder-relate, r=oli-obk | bors | -5/+63 |
| 2022-12-13 | Move some codegen-y methods from rustc_hir_analysis::collect -> rustc_codegen... | Michael Goulet | -828/+857 |
| 2022-12-13 | Auto merge of #105436 - nnethercote:inline-place_contents_drop_state_cannot_d... | bors | -51/+46 |
| 2022-12-13 | Fast path some binder relations | Michael Goulet | -5/+63 |
| 2022-12-13 | Extract shared logic into a new function | Gary Guo | -20/+14 |
| 2022-12-13 | Add tests (currently broken) for unsafe + inline const pat | Gary Guo | -0/+39 |
| 2022-12-13 | Remove unnecessary recursive call to parent unsafeck | Gary Guo | -3/+0 |
| 2022-12-13 | Ensure valid local_data is set for custom mir building | Gary Guo | -1/+7 |
| 2022-12-13 | Add tests | Gary Guo | -0/+80 |
| 2022-12-13 | Allow unsafe through inline const for THIR unsafety checker | Gary Guo | -12/+25 |