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