about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-10-20Rollup merge of #103276 - compiler-errors:default-on-uninit-ice, r=TaKO8KiMatthias Krüger-0/+54
2022-10-20Rollup merge of #103268 - notriddle:notriddle/nav-sub-font-size, r=GuillaumeG...Matthias Krüger-1/+0
2022-10-20Rollup merge of #103262 - andrewpollack:switch-needs-unwind, r=tmandryMatthias Krüger-1/+1
2022-10-20Rollup merge of #103251 - GuillaumeGomez:item-decl-highlighting, r=notriddleMatthias Krüger-25/+118
2022-10-20Auto merge of #103220 - compiler-errors:deny-infers, r=lcnrbors-22/+22
2022-10-19Adjust `transmute{,_copy}` to be clearer about which of `T` and `U` is input ...Thom Chiovoloni-3/+3
2022-10-20Bless testMichael Goulet-3/+19
2022-10-20fix span for suggestionyukang-2/+3
2022-10-20fix #103112, add diagnostic for calling a function with the same name when a ...yukang-0/+18
2022-10-20Auto merge of #103205 - spastorino:fix-rpits-lifetime-remapping, r=cjgillotbors-0/+23
2022-10-19Magic functions for writing to stdout/stderr.Cliff L. Biffle-3/+111
2022-10-19Bless ui testsRyan Lopopolo-2/+2
2022-10-20Adjusting test to needs-unwind, with linking issueAndrew Pollack-1/+1
2022-10-20Auto merge of #102417 - oli-obk:opaque_lifetimes2, r=jackh726bors-25/+65
2022-10-19allowlist displaydocManish Goregaokar-0/+1
2022-10-19Update licenseManish Goregaokar-0/+1
2022-10-19Erase regions before checking for default in uninitialized binding errorMichael Goulet-0/+54
2022-10-19rustdoc: remove no-op CSS `nav.sub { font-size: 1rem }`Michael Howell-1/+0
2022-10-19Do anonymous lifetimes remapping correctly for nested rpitsSantiago Pastorino-0/+23
2022-10-19Rollup merge of #103258 - SUPERCILEX:miri, r=RalfJungMatthias Krüger-11/+17
2022-10-19Rollup merge of #103257 - notriddle:notriddle/setting-line, r=GuillaumeGomezMatthias Krüger-19/+19
2022-10-19Rollup merge of #103246 - ferrocene:pa-rust-analyzer-hosts, r=Mark-SimulacrumMatthias Krüger-2/+2
2022-10-19Rollup merge of #103239 - m-ou-se:unstable-abi-fn-impl-check, r=lcnrMatthias Krüger-5/+27
2022-10-19Rollup merge of #103237 - GuillaumeGomez:codeblock-tooltip-cleanup, r=notriddleMatthias Krüger-93/+77
2022-10-19Rollup merge of #103223 - compiler-errors:deref-sugg-slow, r=wesleywiserMatthias Krüger-0/+213
2022-10-19Rollup merge of #103211 - notriddle:notriddle/dot-location, r=GuillaumeGomezMatthias Krüger-38/+39
2022-10-19Add regression test for item-decl highlightingGuillaume Gomez-5/+98
2022-10-19Make miri read_dir test a little more robustAlex Saveau-11/+17
2022-10-19Fixup a few tests needing asm supportJosh Stone-48/+42
2022-10-19compiletest: refactor rustcflags to VecAndrew Pollack-39/+22
2022-10-19Make ClosureOutlivesRequirement not rely on an unresolved typeMichael Goulet-22/+22
2022-10-19rustdoc: move `setting-line` color CSS to settings.cssMichael Howell-19/+19
2022-10-19rustdoc: render bounds of cross-crate GAT paramsLeón Orell Valerian Liehr-22/+41
2022-10-19rustdoc: add test case for masked blanket implMichael Howell-0/+5
2022-10-19rustdoc: Do not filter out `Self: Sized` boundsLeón Orell Valerian Liehr-18/+56
2022-10-19Fix regression in item-decl highlightingGuillaume Gomez-20/+20
2022-10-19Auto merge of #2600 - saethlin:ice, r=RalfJungbors-4/+29
2022-10-19Never start the Stack::retain loop at offset 0 so that the left element is al...Ben Kimock-4/+29
2022-10-19resolve: Revert "Set effective visibilities for imports more precisely"Vadim Petrochenkov-1/+8
2022-10-19Auto merge of #2604 - RalfJung:ret-scalar, r=RalfJungbors-35/+39
2022-10-19use Scalar return types for Windows shimsRalf Jung-35/+39
2022-10-19Add testcase for next_point, fix more trivial issues in find_width_of_charact...yukang-2/+1
2022-10-19mark rust-analyzer as a host-only toolPietro Albini-2/+2
2022-10-19Allow #[unstable] impl for fn() -> UnstableType.Mara Bos-0/+3
2022-10-19Add test for #[unstable] impl for fn() -> !.Mara Bos-1/+13
2022-10-19Auto merge of #103228 - Dylan-DPC:rollup-31yiauw, r=Dylan-DPCbors-44/+135
2022-10-19Add test.Mara Bos-4/+11
2022-10-19Clean up codeblock-tooltip rustdoc-gui testGuillaume Gomez-92/+76
2022-10-19Update browser-ui-test version to 0.12.7Guillaume Gomez-1/+1
2022-10-19rustdoc: Eliminate uses of `EarlyDocLinkResolver::all_traits`Vadim Petrochenkov-128/+117