summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* added more data to few more tags92745/rustdoc-semantic-idsDylan DPC2022-06-063-4/+2
* remove conflict tagDylan DPC2022-06-051-1/+0
* rustdoc: Add more semantic information to impl idspierwill2022-06-0518-74/+55
* Auto merge of #97644 - Dylan-DPC:rollup-xaeio91, r=Dylan-DPCbors2022-06-0240-246/+746
|\
| * Rollup merge of #97635 - rgwood:patch-1, r=ChrisDentonDylan DPC2022-06-021-2/+2
| |\
| | * Fix Windows file metadata docsReilly Wood2022-06-011-2/+2
| * | Rollup merge of #97603 - ximon18:arc-make-mut-spelling-correction, r=Guillaum...Dylan DPC2022-06-021-3/+3
| |\ \
| | * | Update sync.rsDylan DPC2022-06-011-1/+1
| | * | Update sync.rsDylan DPC2022-06-011-3/+3
| | * | Spelling correction.Ximon Eighteen2022-06-011-1/+1
| * | | Rollup merge of #97587 - pvdrz:maybe-recover-from-bad-qpath-stage-2, r=davidtwcoDylan DPC2022-06-022-44/+95
| |\ \ \
| | * | | rename `sp` to `span`Christian Poveda2022-06-011-2/+2
| | * | | migrate `check_for_for_in_in_typo` diagnosticChristian Poveda2022-05-312-8/+17
| | * | | merge diagnostics about incorrect uses of `.await`Christian Poveda2022-05-312-9/+5
| | * | | migrate `error_on_incorrect_await` diagnosticChristian Poveda2022-05-312-9/+27
| | * | | use `suggestion_short` for incorrect semicolon diagnosticChristian Poveda2022-05-311-1/+1
| | * | | migrate `recover_from_await_method_call` diagnosticChristian Poveda2022-05-312-8/+14
| | * | | migrate `maybe_consume_incorrect_semicolon` diagnosticChristian Poveda2022-05-312-9/+23
| | * | | migrate `maybe_recover_from_bad_qpath_stage_2` diagnosticChristian Poveda2022-05-312-9/+17
| * | | | Rollup merge of #97397 - JohnTitor:stabilize-box-into-pin, r=Mark-SimulacrumDylan DPC2022-06-021-2/+21
| |\ \ \ \
| | * | | | Stabilize `box_into_pin`Yuki Okushi2022-06-021-2/+21
| * | | | | Rollup merge of #97023 - cjgillot:uniform-anon, r=estebankDylan DPC2022-06-0233-194/+620
| |\ \ \ \ \
| | * | | | | Rebase fallout.Camille GILLOT2022-05-291-1/+1
| | * | | | | Handle anonymous lifetimes properly in diagnostics.Camille GILLOT2022-05-293-37/+39
| | * | | | | Fortify check for number of generic parameters.Camille GILLOT2022-05-293-76/+127
| | * | | | | Make lifetime errors more precise in the presence of `Fresh` lifetimes.Camille GILLOT2022-05-2927-46/+434
| | * | | | | Stop pretty-printing anonymous lifetimes.Camille GILLOT2022-05-291-43/+28
| * | | | | | Rollup merge of #96894 - JohnTitor:expect-non-local-track-caller, r=petrochenkovDylan DPC2022-06-022-1/+5
| |\ \ \ \ \ \
| | * | | | | | Apply track_caller to closure on `expect_non_local()`Yuki Okushi2022-05-312-1/+5
| | | |_|/ / / | | |/| | | |
* | | | | | | Auto merge of #96737 - ChrisDenton:win-manifest, r=wesleywiserbors2022-06-022-0/+52
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add Windows application manifest to rustc-mainChris Denton2022-05-062-0/+52
* | | | | | | Auto merge of #97414 - LYF1999:yf/cachealign, r=Mark-Simulacrumbors2022-06-021-1/+2
|\ \ \ \ \ \ \
| * | | | | | | use 128 cache align for m1 macyifei2022-06-011-1/+2
* | | | | | | | Auto merge of #97632 - JohnTitor:rollup-d2ucrjw, r=JohnTitorbors2022-06-0131-82/+293
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Rollup merge of #97626 - RalfJung:expose, r=tmiaskoYuki Okushi2022-06-0212-18/+23
| |\ \ \ \ \ \ \
| | * | | | | | | rename PointerAddress → PointerExposeAddressRalf Jung2022-06-0112-18/+23
| * | | | | | | | Rollup merge of #97613 - jsha:implementation-is-on-local-type, r=GuillaumeGomezYuki Okushi2022-06-024-7/+29
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Improve calculation of "Impls on Foreign Types"Jacob Hoffman-Andrews2022-06-014-7/+29
| * | | | | | | | | Rollup merge of #97605 - estebank:suggestion-filename, r=oli-obkYuki Okushi2022-06-027-4/+39
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Mention filename in suggestion when it differs from primary spanEsteban Küber2022-06-017-4/+39
| * | | | | | | | | | Rollup merge of #97166 - nnethercote:move-conditions-out, r=estebankYuki Okushi2022-06-025-50/+41
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Move condition out of `maybe_recover_unexpected_comma`.Nicholas Nethercote2022-05-192-6/+9
| | * | | | | | | | | | Move condition out of `maybe_recover_colon_colon_in_pat_typo`.Nicholas Nethercote2022-05-192-6/+7
| | * | | | | | | | | | Move condition out of `maybe_report_ambiguous_plus` and `maybe_recover_from_b...Nicholas Nethercote2022-05-192-16/+9
| | * | | | | | | | | | Move condition out of `maybe_recover_from_question_mark`.Nicholas Nethercote2022-05-192-11/+6
| | * | | | | | | | | | Move condition out of `maybe_recover_from_bad_qpath`.Nicholas Nethercote2022-05-195-14/+13
| * | | | | | | | | | | Rollup merge of #97130 - notriddle:notriddle/collect-trait-impls-dup, r=Guill...Yuki Okushi2022-06-022-2/+43
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | rustdoc: add test case for auto traits on slice primitiveMichael Howell2022-06-011-0/+14
| | * | | | | | | | | | | Update src/librustdoc/passes/collect_trait_impls.rsMichael Howell2022-06-011-3/+5
| | * | | | | | | | | | | rustdoc: avoid including impl blocks with filled-in genericsMichael Howell2022-05-171-2/+27