about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-03-27Update target_has_atomic documentation for stabilizationEric Huss-3/+4
2022-03-27Auto merge of #95382 - Dylan-DPC:rollup-bebyfd1, r=Dylan-DPCbors-80/+287
2022-03-27Fix from rebaseNoah Lev-24/+32
2022-03-27Rollup merge of #95368 - lopopolo:lopopolo/string-try-reserve-exact-doc-typo,...Dylan DPC-1/+1
2022-03-27Rollup merge of #95366 - c410-f3r:moar-tests, r=petrochenkovDylan DPC-64/+0
2022-03-27Rollup merge of #95364 - GuillaumeGomez:long-error-explanation-e0667, r=Dylan...Dylan DPC-2/+22
2022-03-27Rollup merge of #95120 - smoelius:backward-switch-int, r=ecstatic-morseDylan DPC-8/+153
2022-03-27Rollup merge of #94939 - notriddle:notriddle/fru-comma-suggestion, r=cjgillotDylan DPC-5/+111
2022-03-27fix other source of box derefDrMeepster-3/+23
2022-03-27Auto merge of #94495 - estebank:missing-closing-gt, r=jackh726bors-14/+208
2022-03-27NitDylan MacKenzie-3/+1
2022-03-27Update ui test outputGuillaume Gomez-1/+3
2022-03-27diagnostics: suggest missing comma in bad FRU syntaxMichael Howell-5/+111
2022-03-27Auto merge of #95345 - dtolnay:escape0, r=Dylan-DPCbors-6/+7
2022-03-27[bootstrap] Don't print `Suite not skipped` unless `--verbose` is setJoshua Nelson-2/+2
2022-03-27Fix typo in `String::try_reserve_exact` docsRyan Lopopolo-1/+1
2022-03-27Remove duplicated test filesCaio-64/+0
2022-03-27Add long error explanation for E0667Guillaume Gomez-1/+19
2022-03-27Debug print char 0 as '\0' rather than '\u{0}'David Tolnay-6/+7
2022-03-27Auto merge of #95355 - dtolnay:ripgreptest, r=Dylan-DPCbors-1/+1
2022-03-27Auto merge of #93957 - SaltyKitkat:stablize_const_ptr_offset, r=dtolnaybors-69/+62
2022-03-27Handle `,` to `;` substitution in arg paramsEsteban Kuber-7/+36
2022-03-26Bump the ripgrep commit exercised by cargotestDavid Tolnay-1/+1
2022-03-27Auto merge of #95351 - Dylan-DPC:rollup-o1il7tx, r=Dylan-DPCbors-149/+281
2022-03-26Bump const_ptr_offset stabilization to 1.61David Tolnay-17/+17
2022-03-26Do not use ParamEnv::and to cache param-env with candidateMichael Goulet-12/+20
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-44/+18
2022-03-27Rollup merge of #91981 - estebank:tweakaroo, r=lcnrDylan DPC-60/+209
2022-03-27Provide suggestion for missing `>` in a type parameter listEsteban Kuber-10/+175
2022-03-27review comments and rebaseEsteban Kuber-12/+10
2022-03-27Change wording of missing return type suggestionEsteban Kuber-16/+28
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-31/+125
2022-03-27Also resolve `const` param suggestionEsteban Kuber-1/+6
2022-03-27Eagerly replace `{integer}`/`{float}` with `i32`/`f64` for suggestionEsteban Kuber-12/+49
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-19/+28
2022-03-26Auto merge of #92472 - petrochenkov:nowrapident, r=Aaron1011bors-520/+25
2022-03-26Auto merge of #95274 - jendrikw:slice-must-use, r=Dylan-DPCbors-49/+126
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
2022-03-26interpret: mark a dead match arm as deadRalf Jung-1/+2
2022-03-26Merge pull request #146 from bjorn3/rustupantoyo-68/+98
2022-03-26Review commentsbjorn3-2/+2
2022-03-26Move resolve_path to rustc_builtin_macros and make it privateBadel2-41/+45