| Age | Commit message (Expand) | Author | Lines |
| 2022-04-13 | Auto merge of #95968 - davidtwco:translation-lazy-fallback, r=oli-obk | bors | -64/+74 |
| 2022-04-13 | Rollup merge of #95991 - PoorlyDefinedBehaviour:fix/issue_95898, r=fee1-dead | Dylan DPC | -2/+8 |
| 2022-04-13 | fix: wrong trait import suggestion for T: | Bruno Felipe Francisco | -2/+8 |
| 2022-04-13 | Auto merge of #95656 - cjgillot:no-id-hashing-mode, r=Aaron1011 | bors | -359/+55 |
| 2022-04-13 | Auto merge of #94255 - b-naber:use-mir-constant-in-thir, r=oli-obk | bors | -50/+224 |
| 2022-04-13 | errors: lazily load fallback fluent bundle | David Wood | -64/+74 |
| 2022-04-12 | Rollup merge of #95973 - oli-obk:tait_ub3, r=compiler-errors | Dylan DPC | -7/+51 |
| 2022-04-12 | Rollup merge of #95970 - WaffleLapkin:nicer_trait_suggestions, r=compiler-errors | Dylan DPC | -8/+63 |
| 2022-04-12 | Rollup merge of #95918 - compiler-errors:issue-95878, r=cjgillot | Dylan DPC | -0/+9 |
| 2022-04-12 | Rollup merge of #95405 - cjgillot:probe, r=petrochenkov | Dylan DPC | -2191/+2337 |
| 2022-04-12 | Handle `unusable_binding` more compactly. | Vadim Petrochenkov | -17/+14 |
| 2022-04-12 | Apply suggestions from code review | Oli Scherer | -1/+1 |
| 2022-04-12 | Auto merge of #95987 - m-ou-se:rollup-sdevd9b, r=m-ou-se | bors | -28/+13 |
| 2022-04-12 | Remove NodeIdHashingMode. | Camille GILLOT | -359/+55 |
| 2022-04-12 | Rollup merge of #95794 - nnethercote:parse_tt-a-few-more-tweaks, r=petrochenkov | Mara Bos | -28/+13 |
| 2022-04-12 | Fix imports. | Camille GILLOT | -8/+3 |
| 2022-04-12 | Move diagnostic methods to the dedicated module. | Camille GILLOT | -477/+472 |
| 2022-04-12 | Simplify error reporting. | Camille GILLOT | -85/+76 |
| 2022-04-12 | Move path resolution error to rustc_resolve::diagnostics. | Camille GILLOT | -164/+207 |
| 2022-04-12 | Make the logic more explicit with let chains. | Camille GILLOT | -18/+16 |
| 2022-04-12 | Do not record Res when builing a suggestion. | Camille GILLOT | -6/+9 |
| 2022-04-12 | Insert error after checking for binding usability. | Camille GILLOT | -6/+6 |
| 2022-04-12 | Pass last_import_segment and unusable_binding as parameters. | Camille GILLOT | -79/+177 |
| 2022-04-12 | Simplify binding finalization. | Camille GILLOT | -53/+54 |
| 2022-04-12 | Move ident resolution to a dedicated module. | Camille GILLOT | -1643/+1668 |
| 2022-04-12 | Auto merge of #95867 - cjgillot:fixed-size, r=oli-obk | bors | -142/+322 |
| 2022-04-12 | Auto merge of #95974 - fee1-dead:rollup-2fr55cs, r=fee1-dead | bors | -119/+152 |
| 2022-04-12 | Rollup merge of #95947 - cuviper:default-box, r=dtolnay | fee1-dead | -8/+3 |
| 2022-04-12 | Rollup merge of #95820 - OliverMD:95150, r=lcnr | fee1-dead | -70/+82 |
| 2022-04-12 | Explain the span search logic | Oli Scherer | -0/+6 |
| 2022-04-12 | Compute a more precise span for opaque type impls | Oli Scherer | -2/+31 |
| 2022-04-12 | sess: try sysroot candidates for fluent bundle | David Wood | -41/+67 |
| 2022-04-12 | Fix wrong suggestions for `T:` | Maybe Waffle | -8/+63 |
| 2022-04-12 | Rollup merge of #95936 - TaKO8Ki:fix-relative-paths-error-message, r=Dylan-DPC | Matthias Krüger | -1/+1 |
| 2022-04-12 | Rollup merge of #95920 - compiler-errors:cast-suggestion-span, r=oli-obk | Matthias Krüger | -18/+19 |
| 2022-04-12 | Rollup merge of #95910 - ehuss:fix-crate-type-duplicate, r=Dylan-DPC | Matthias Krüger | -1/+1 |
| 2022-04-12 | Rollup merge of #95881 - TaKO8Ki:use-to-string-instead-of-format, r=compiler-... | Matthias Krüger | -1/+1 |
| 2022-04-12 | Rollup merge of #95320 - JakobDegen:mir-docs, r=oli-obk | Matthias Krüger | -124/+612 |
| 2022-04-12 | Auto merge of #95893 - luqmana:no-prepopulate-passes-tweaks, r=nikic | bors | -0/+7 |
| 2022-04-12 | use `to_string` instead of `format!` | Takayuki Maeda | -1/+1 |
| 2022-04-11 | simplify const params diagnostic on stable | Oliver Downard | -70/+82 |
| 2022-04-11 | Remove rule that place loads may not happen with variant index set | Jakob Degen | -10/+6 |
| 2022-04-11 | Add more clarifications in response to Ralf's comments | Jakob Degen | -102/+84 |
| 2022-04-11 | Address various comments and change some details around place to value conver... | Jakob Degen | -36/+37 |
| 2022-04-11 | Improve MIR phases documentation with summaries of changes | Jakob Degen | -1/+23 |
| 2022-04-11 | Adjust MIR validator to check a few more things for terminators | Jakob Degen | -5/+19 |
| 2022-04-11 | Improve documentation for MIR terminators | Jakob Degen | -27/+121 |
| 2022-04-11 | Improve documentation for MIR statement kinds. | Jakob Degen | -16/+76 |
| 2022-04-11 | Extend the MIR validator to check many more things around rvalues. | Jakob Degen | -39/+161 |
| 2022-04-11 | Add documentation for the semantics of MIR rvalues | Jakob Degen | -23/+101 |