about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-03-29Rollup merge of #94566 - yanganto:show-ignore-message, r=m-ou-seDylan DPC-8/+7
2022-03-29Auto merge of #95257 - compiler-errors:fn-borrow, r=lcnrbors-3/+116
2022-03-28Suggest function borrow ignoring needs_noteMichael Goulet-2/+47
2022-03-28Add suggestion to borrow opaque Fn and FnMut instead of moveMichael Goulet-3/+71
2022-03-28Update booksEric Huss-0/+0
2022-03-29Auto merge of #95417 - ehuss:doc-no_std-error, r=Dylan-DPCbors-0/+6
2022-03-28bootstrap: better error message for no_std docsEric Huss-0/+6
2022-03-28Rollup merge of #95328 - DrMeepster:box_gep_err, r=oli-obkDylan DPC-0/+22
2022-03-28Rollup merge of #95318 - rust-lang:notriddle/issue-95208, r=wesleywiserDylan DPC-0/+64
2022-03-28Rollup merge of #93787 - klensy:really-not-a-features, r=wesleywiserDylan DPC-5/+11
2022-03-28Auto merge of #95403 - Dylan-DPC:rollup-9on30mg, r=Dylan-DPCbors-216/+50
2022-03-28Rollup merge of #95401 - c410-f3r:moar-tests, r=petrochenkovDylan DPC-201/+0
2022-03-28Rollup merge of #95390 - nnethercote:allow-doc-comments-in-macros, r=petroche...Dylan DPC-0/+13
2022-03-28Rollup merge of #95370 - jyn514:less-verbose-skips, r=Dylan-DPCDylan DPC-2/+2
2022-03-28Rollup merge of #95350 - petrochenkov:qpathregr, r=cjgillotDylan DPC-2/+24
2022-03-28Rollup merge of #95314 - c410-f3r:aqui-vamos-nos, r=lcnrDylan DPC-11/+11
2022-03-28Auto merge of #95024 - koehlma:rustdoc-private-items, r=GuillaumeGomez,cameli...bors-3/+43
2022-03-28Remove duplicated and unused test filesCaio-201/+0
2022-03-28Auto merge of #95396 - TaKO8Ki:suggest-replacing-field-when-using-the-same-ty...bors-0/+122
2022-03-28Propagate `parallel_compiler` feature through rustc crates. Turned off featur...klensy-5/+11
2022-03-28use `can_coerce` instead of `same_type_modulo_infer`Takayuki Maeda-1/+4
2022-03-28suggest replacing field when using the same typeTakayuki Maeda-4/+123
2022-03-28Ignore doc comments in a declarative macro matcher.Nicholas Nethercote-0/+13
2022-03-27Auto merge of #95382 - Dylan-DPC:rollup-bebyfd1, r=Dylan-DPCbors-65/+59
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-1/+3
2022-03-27Rollup merge of #94939 - notriddle:notriddle/fru-comma-suggestion, r=cjgillotDylan DPC-0/+56
2022-03-27fix other source of box derefDrMeepster-0/+12
2022-03-27Auto merge of #94495 - estebank:missing-closing-gt, r=jackh726bors-13/+174
2022-03-27Update ui test outputGuillaume Gomez-1/+3
2022-03-27diagnostics: suggest missing comma in bad FRU syntaxMichael Howell-0/+56
2022-03-27[bootstrap] Don't print `Suite not skipped` unless `--verbose` is setJoshua Nelson-2/+2
2022-03-27Remove duplicated test filesCaio-64/+0
2022-03-27Debug print char 0 as '\0' rather than '\u{0}'David Tolnay-3/+3
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-49/+43
2022-03-27Handle `,` to `;` substitution in arg paramsEsteban Kuber-7/+19
2022-03-26Bump the ripgrep commit exercised by cargotestDavid Tolnay-1/+1
2022-03-27Rollup merge of #93469 - compiler-errors:issue-93450, r=estebankDylan DPC-43/+17
2022-03-27Rollup merge of #91981 - estebank:tweakaroo, r=lcnrDylan DPC-56/+158
2022-03-27Provide suggestion for missing `>` in a type parameter listEsteban Kuber-9/+158
2022-03-27Change wording of missing return type suggestionEsteban Kuber-14/+19
2022-03-27Point (again) to more expressions with their type, even if not fully resolvedEsteban Kuber-30/+123
2022-03-27Eagerly replace `{integer}`/`{float}` with `i32`/`f64` for suggestionEsteban Kuber-12/+16
2022-03-27resolve: Simplify some diagnostic code to avoid an ICEVadim Petrochenkov-2/+24
2022-03-26Auto merge of #92472 - petrochenkov:nowrapident, r=Aaron1011bors-414/+21
2022-03-26Auto merge of #95274 - jendrikw:slice-must-use, r=Dylan-DPCbors-42/+44
2022-03-26add #[must_use] to functions of slice and its iterators.Jendrik-18/+18
2022-03-26add #[must_use] to functions of slice and its iterators.Jendrik-12/+12
2022-03-26proc-macro: Stop wrapping `ident` matchers into groupsVadim Petrochenkov-414/+21