| Age | Commit message (Expand) | Author | Lines |
| 2022-03-29 | Disable #[thread_local] support on i686-pc-windows-msvc | Chris Denton | -0/+2 |
| 2022-03-28 | Suggest function borrow ignoring needs_note | Michael Goulet | -2/+6 |
| 2022-03-28 | drive-by: move Copy bound suggestion to its own function | Michael Goulet | -60/+65 |
| 2022-03-28 | Add suggestion to borrow opaque Fn and FnMut instead of move | Michael Goulet | -13/+90 |
| 2022-03-28 | Rollup merge of #95328 - DrMeepster:box_gep_err, r=oli-obk | Dylan DPC | -7/+13 |
| 2022-03-28 | Rollup merge of #95318 - rust-lang:notriddle/issue-95208, r=wesleywiser | Dylan DPC | -0/+29 |
| 2022-03-28 | Rollup merge of #93787 - klensy:really-not-a-features, r=wesleywiser | Dylan DPC | -34/+52 |
| 2022-03-28 | Rollup merge of #95390 - nnethercote:allow-doc-comments-in-macros, r=petroche... | Dylan DPC | -7/+8 |
| 2022-03-28 | Rollup merge of #95350 - petrochenkov:qpathregr, r=cjgillot | Dylan DPC | -17/+4 |
| 2022-03-28 | Rollup merge of #95314 - c410-f3r:aqui-vamos-nos, r=lcnr | Dylan DPC | -1/+4 |
| 2022-03-28 | Rollup merge of #95301 - nnethercote:rm-NtTT, r=petrochenkov | Dylan DPC | -55/+52 |
| 2022-03-28 | Auto merge of #94789 - compiler-errors:fatal-never, r=eddyb | bors | -46/+82 |
| 2022-03-28 | Auto merge of #95396 - TaKO8Ki:suggest-replacing-field-when-using-the-same-ty... | bors | -22/+37 |
| 2022-03-28 | Auto merge of #95300 - workingjubilee:less-bitsets, r=eddyb | bors | -12/+14 |
| 2022-03-28 | Propagate `parallel_compiler` feature through rustc crates. Turned off featur... | klensy | -9/+25 |
| 2022-03-28 | use cfg attribute instead of macro | klensy | -25/+27 |
| 2022-03-27 | Make fatal DiagnosticBuilder yield never | Michael Goulet | -46/+82 |
| 2022-03-28 | use `can_coerce` instead of `same_type_modulo_infer` | Takayuki Maeda | -2/+1 |
| 2022-03-28 | suggest replacing field when using the same type | Takayuki Maeda | -22/+38 |
| 2022-03-28 | Auto merge of #95333 - GuillaumeGomez:auto-trait-perf-issue, r=oli-obk | bors | -28/+31 |
| 2022-03-28 | Ignore doc comments in a declarative macro matcher. | Nicholas Nethercote | -7/+8 |
| 2022-03-28 | Remove `Nonterminal::NtTT`. | Nicholas Nethercote | -55/+52 |
| 2022-03-27 | Auto merge of #95382 - Dylan-DPC:rollup-bebyfd1, r=Dylan-DPC | bors | -14/+227 |
| 2022-03-27 | Rollup merge of #95364 - GuillaumeGomez:long-error-explanation-e0667, r=Dylan... | Dylan DPC | -1/+19 |
| 2022-03-27 | Rollup merge of #95120 - smoelius:backward-switch-int, r=ecstatic-morse | Dylan DPC | -8/+153 |
| 2022-03-27 | fix other source of box deref | DrMeepster | -3/+11 |
| 2022-03-27 | Auto merge of #94495 - estebank:missing-closing-gt, r=jackh726 | bors | -1/+34 |
| 2022-03-27 | Nit | Dylan MacKenzie | -3/+1 |
| 2022-03-27 | diagnostics: suggest missing comma in bad FRU syntax | Michael Howell | -5/+55 |
| 2022-03-27 | Add long error explanation for E0667 | Guillaume Gomez | -1/+19 |
| 2022-03-27 | Handle `,` to `;` substitution in arg params | Esteban Kuber | -0/+17 |
| 2022-03-27 | Auto merge of #95351 - Dylan-DPC:rollup-o1il7tx, r=Dylan-DPC | bors | -50/+106 |
| 2022-03-27 | Rollup merge of #95341 - Meziu:armv6k-3ds-target, r=nagisa | Dylan DPC | -0/+1 |
| 2022-03-27 | Rollup merge of #95340 - RalfJung:pnvi, r=oli-obk | Dylan DPC | -4/+8 |
| 2022-03-27 | Rollup merge of #95335 - Badel2:resolve-path, r=Dylan-DPC | Dylan DPC | -41/+45 |
| 2022-03-27 | Rollup merge of #93469 - compiler-errors:issue-93450, r=estebank | Dylan DPC | -1/+1 |
| 2022-03-27 | Rollup merge of #91981 - estebank:tweakaroo, r=lcnr | Dylan DPC | -4/+51 |
| 2022-03-27 | Provide suggestion for missing `>` in a type parameter list | Esteban Kuber | -1/+17 |
| 2022-03-27 | review comments and rebase | Esteban Kuber | -12/+10 |
| 2022-03-27 | Change wording of missing return type suggestion | Esteban Kuber | -2/+9 |
| 2022-03-27 | Drive by: handle references in `same_type_modulo_infer` | Esteban Kuber | -0/+3 |
| 2022-03-27 | Point (again) to more expressions with their type, even if not fully resolved | Esteban Kuber | -1/+2 |
| 2022-03-27 | Also resolve `const` param suggestion | Esteban Kuber | -1/+6 |
| 2022-03-27 | Eagerly replace `{integer}`/`{float}` with `i32`/`f64` for suggestion | Esteban Kuber | -0/+33 |
| 2022-03-27 | Auto merge of #95338 - bjorn3:sync_cg_gcc-2022-03-26, r=antoyo | bors | -558/+1705 |
| 2022-03-27 | Remove SelectionContext::allow_negative_impls field | Guillaume Gomez | -26/+2 |
| 2022-03-27 | resolve: Simplify some diagnostic code to avoid an ICE | Vadim Petrochenkov | -17/+4 |
| 2022-03-26 | Merge pull request #16 from ian-h-chamberlain/feature/target-thread-local | Meziu | -0/+1 |
| 2022-03-26 | interpret: with enforce_number_validity, ensure integers are truly Scalar::In... | Ralf Jung | -3/+6 |
| 2022-03-26 | Merge commit '39683d8eb7a32a74bea96ecbf1e87675d3338506' into sync_cg_gcc-2022... | bjorn3 | -558/+1705 |