about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-06-23Temporarily disable submodule archive downloads.Eric Huss-8/+11
2022-06-23Suggest defining variable as mutable on `&mut _` type mismatch in patsMaybe Waffle-1/+122
2022-06-23Update browser-ui-test version to 0.9.6Guillaume Gomez-1/+1
2022-06-22Merge commit 'c4416f20dcaec5d93077f72470e83e150fb923b1' into sync-rustfmtCaleb Cartwright-11633/+533
2022-06-22Revert "Memoize format_expr"Caleb Cartwright-73/+4
2022-06-22Merge remote-tracking branch 'upstream/master' into subtree-sync-2022-06-22Caleb Cartwright-123/+241
2022-06-22Update booksEric Huss-0/+0
2022-06-22Fix issue where `cargo fmt --version` would not display version infoYacin Tmimi-1/+2
2022-06-22Revert "Memoize format_expr"Yacin Tmimi-73/+4
2022-06-22update MiriRalf Jung-14/+8
2022-06-22Add tracking issues to `--extern` option docs.Eric Huss-0/+5
2022-06-22Remove (transitive) reliance on sorting by DefId in pretty-printerAaron Hill-16/+16
2022-06-22Add test for keywords in rustdoc JSON outputGuillaume Gomez-0/+21
2022-06-22Filter out keyword items in rustdoc JSON outputGuillaume Gomez-7/+4
2022-06-22use `-Cstrip=debuginfo` with ui tests to reduce disk space usageklensy-4/+20
2022-06-22Auto merge of #98279 - cjgillot:all-fresh-nofn, r=petrochenkovbors-68/+81
2022-06-22Fix debug info testRobin Raymond-5/+2
2022-06-22Rollup merge of #98226 - ChrisDenton:doc-extern-options, r=ehussYuki Okushi-0/+22
2022-06-22Rollup merge of #98005 - compiler-errors:impossible-bounds, r=Mark-SimulacrumYuki Okushi-18/+151
2022-06-22Rollup merge of #97818 - compiler-errors:rpit-error-spanned, r=oli-obkYuki Okushi-0/+27
2022-06-22Rollup merge of #95446 - notseanray:master, r=Mark-SimulacrumYuki Okushi-5/+15
2022-06-22add "was" to pluralize macro and use itTakayuki Maeda-3/+3
2022-06-22Remove individual crate checks for bootstrap in tidyJoshua Nelson-83/+0
2022-06-21Remove vendoring support when building from git sourcesJoshua Nelson-43/+31
2022-06-21Add bootstrap to tidy checkJoshua Nelson-4/+106
2022-06-22point to type param definition when not finding variant, method and assoc typeTakayuki Maeda-110/+147
2022-06-21Fully remove submodule handling from bootstrap.pyJoshua Nelson-105/+699
2022-06-22Document unstable `--extern` optionsChris Denton-0/+22
2022-06-22stop pointing at definitions of missing fieldsTakayuki Maeda-24/+4
2022-06-22Auto merge of #97853 - TaKO8Ki:emit-only-one-note-per-unused-struct-field, r=...bors-244/+403
2022-06-21Add some tests for impossible boundsMichael Goulet-18/+151
2022-06-21Point at return expression for RPIT-related errorMichael Goulet-0/+27
2022-06-21Improve suggestion for calling closure on type mismatchMichael Goulet-11/+66
2022-06-21Address review comments from #98259Joshua Nelson-8/+8
2022-06-22Rollup merge of #98336 - fmease:remove-faulty-doc-hidden-lint, r=GuillaumeGomezYuki Okushi-177/+0
2022-06-22Rollup merge of #98334 - JohnTitor:issue-73727, r=compiler-errorsYuki Okushi-7/+15
2022-06-22Rollup merge of #98199 - c410-f3r:z-errors, r=petrochenkovYuki Okushi-1/+1
2022-06-22Rollup merge of #97867 - lcnr:lub-binder, r=oli-obkYuki Okushi-0/+181
2022-06-21Rustdoc fallout.Camille GILLOT-32/+35
2022-06-21Always create parameters for functions-like types.Camille GILLOT-36/+46
2022-06-21Add UI test for `cfg!(foo, bar)`beetrees-1/+10
2022-06-21Auto merge of #98335 - JohnTitor:rollup-j2zudxv, r=JohnTitorbors-151/+162
2022-06-21Move some tests to more reasonable directoriesCaio-1/+1
2022-06-21Remove `#[doc(hidden)]` logic from `unused_attributes` lintLeón Orell Valerian Liehr-177/+0
2022-06-21Rollup merge of #98329 - oli-obk:fast_path_ice, r=cjgillotYuki Okushi-0/+27
2022-06-21Rollup merge of #98323 - lnicola:rust-analyzer-2022-06-21, r=lnicolaYuki Okushi-9/+7
2022-06-21Rollup merge of #98124 - jsha:defer-crates, r=GuillaumeGomezYuki Okushi-141/+91
2022-06-21Rollup merge of #98022 - compiler-errors:erroneous-borrowck-span, r=oli-obkYuki Okushi-1/+37
2022-06-21Auto merge of #95576 - DrMeepster:box_erasure, r=oli-obkbors-71/+105
2022-06-21update cpu-usage-over-time-plot scriptnotseanray-5/+15