about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-11-04Rollup merge of #103680 - RalfJung:cstr-links, r=JohnTitorMatthias Krüger-2/+5
2022-11-04Auto merge of #103098 - Amanieu:asm-tied-fixed, r=bjorn3bors-2/+11
2022-11-04Small style improvementsnils-12/+13
2022-11-04Auto merge of #103954 - matthiaskrgr:rollup-tskpxnj, r=matthiaskrgrbors-83/+125
2022-11-03Make mir opt unused file check blessableJakob Degen-7/+11
2022-11-04Update linker-plugin-lto.md to contain up to Rust 1.65Jack Grigg-1/+6
2022-11-04Rollup merge of #103940 - notriddle:notriddle/main-content-item-info-margin-t...Matthias Krüger-1/+0
2022-11-04Rollup merge of #103938 - notriddle:notriddle/search-results-border-bottom, r...Matthias Krüger-2/+19
2022-11-04Rollup merge of #103931 - pnkfelix:note-eh-personality-limit-atop-lld, r=Mark...Matthias Krüger-0/+3
2022-11-04Rollup merge of #103930 - fee1-dead-contrib:mv-from-root, r=jyn514Matthias Krüger-8/+8
2022-11-04Rollup merge of #103915 - chenyukang:yukang/fix-103874, r=lcnrMatthias Krüger-51/+30
2022-11-04Rollup merge of #103912 - flba-eb:doc_adding_tier3_target, r=davidtwcoMatthias Krüger-0/+25
2022-11-04Rollup merge of #103905 - notriddle:notriddle/sidebar-elems-background, r=Gui...Matthias Krüger-1/+0
2022-11-04Rollup merge of #103892 - compiler-errors:afit-rustdoc, r=GuillaumeGomezMatthias Krüger-18/+35
2022-11-04Rollup merge of #103884 - spastorino:visit-fn-ret-ty-intravisit, r=compiler-e...Matthias Krüger-1/+4
2022-11-04Rollup merge of #103825 - Mark-Simulacrum:fix-relnotes, r=pietroalbiniMatthias Krüger-1/+1
2022-11-04UPDATE - accept dyn error and make Box<dyn error> conform to IntoDiagnosticArgJhonny Bill Mena-22/+22
2022-11-04UPDATE - address PR CommentsJhonny Bill Mena-83/+40
2022-11-04FIX - Migrate missing errors in link.rsJhonny Bill Mena-4/+21
2022-11-04ADD - ExtractBundledLibsError. Migrated extract_bundled_libs to translatable ...Jhonny Bill Mena-19/+98
2022-11-04UPDATE - Complete link.rs migration to new diagnostics infraestructureJhonny Bill Mena-81/+227
2022-11-03Remove reference from the intra-doc link checker.Eric Huss-24/+10
2022-11-03Move intra-doc link checks to a separate function.Eric Huss-6/+17
2022-11-04remove unused argument from `throw_unresolved_import_error`Takayuki Maeda-18/+10
2022-11-04Auto merge of #102928 - notriddle:notriddle/rustdoc-thin-vec, r=GuillaumeGomezbors-75/+72
2022-11-04Inline and remove `validate_int_literal`.Nicholas Nethercote-23/+18
2022-11-04Refactor `cook_lexer_literal`.Nicholas Nethercote-42/+36
2022-11-04Improve comments.Nicholas Nethercote-4/+1
2022-11-04Make non-ASCII errors more consistent.Nicholas Nethercote-74/+62
2022-11-04Fix ICE when negative impl is collected during eager monoGary Guo-0/+16
2022-11-04fix #102806, suggest use .. to fill in the rest of the fields of Structyukang-3/+103
2022-11-03clarify no_data_race_after_complete testDrMeepster-2/+2
2022-11-03refactor into private functionsDrMeepster-26/+51
2022-11-04Auto merge of #101834 - compiler-errors:super-deduce-closure-sig, r=lcnrbors-102/+125
2022-11-03Cleanup bind_pattern argsCameron Steffen-37/+14
2022-11-03Auto merge of #103922 - Mark-Simulacrum:revert-cargo, r=Mark-Simulacrumbors-4/+4
2022-11-03Fixed typosDouwe Schulte-2/+2
2022-11-03Clarify what commands are debug commands in VSCodeLukas Wirth-9/+9
2022-11-03rustdoc: remove no-op CSS `#main-content > .item-info { margin-top: 0 }`Michael Howell-1/+0
2022-11-03rustdoc: clean up hardcoded CSS border color on search resultsMichael Howell-2/+19
2022-11-04Use `derive(Subdiagnostic)` for `ChangeFieldsToBeOfUnitType`.Charles Lew-25/+4
2022-11-03CleanupsBoxy-101/+56
2022-11-03Remove rustdoc clean::Visibility typeGuillaume Gomez-153/+129
2022-11-03std: sync "Dependencies of the `backtrace` crate" with `backtrace`Michael Howell-54/+28
2022-11-03Move some tests from `src/test/ui` to more reasonable placesDeadbeef-8/+8
2022-11-03reverse obligations for better diagnostics on multiple conflicting fn boundsMichael Goulet-2/+6
2022-11-03Elaborate supertrait obligations when deducing closure signatureMichael Goulet-35/+41
2022-11-03Make obligations_for_self_ty only return an obligationMichael Goulet-71/+84
2022-11-03Add note to RELEASES.md regarding issue 102754.Felix S. Klock II-0/+3
2022-11-03address review commentPietro Albini-2/+5