about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-11-01Rollup merge of #103799 - GuillaumeGomez:search-index-tuple-struct-field, r=n...Yuki Okushi-15/+40
2022-11-01Rollup merge of #103793 - notriddle:notriddle/rustdoc-toggle-in-impl-items, r...Yuki Okushi-6/+42
2022-11-01Rollup merge of #103788 - chenyukang:yukang/fix-ice-103783, r=compiler-errorsYuki Okushi-0/+33
2022-11-01Rollup merge of #103772 - compiler-errors:better-strict-coherence-err, r=davi...Yuki Okushi-0/+17
2022-11-01Rollup merge of #103749 - est31:reduce_irrefutable_let_else_span, r=cjgillotYuki Okushi-5/+18
2022-11-01Rollup merge of #103674 - ehuss:split-debuginfo-doc-unstable, r=davidtwcoYuki Okushi-2/+4
2022-10-31Auto merge of #102950 - oli-obk:check_miri, r=RalfJungbors-53/+26
2022-10-31Auto merge of #103795 - thomcc:untest, r=Mark-Simulacrumbors-0/+25
2022-10-31rustdoc: add test case for associated type marginsMichael Howell-0/+34
2022-10-31bump up recursion limit for miri crateRalf Jung-0/+2
2022-10-31Add `ignore-cross-compile` to the `#[bench]` smoketest, and move it back to r...Thom Chiovoloni-1/+3
2022-10-31move libtest bench smoketest to run-make-fulldepsThom Chiovoloni-1/+1
2022-10-31smoketest that libtest doesn't panic in `#[bench]`Thom Chiovoloni-0/+23
2022-10-31Add test for tuple struct field generation in search indexGuillaume Gomez-0/+18
2022-10-31Don't generate tuple struct fields into the search indexGuillaume Gomez-15/+22
2022-10-31Rollup merge of #103732 - Mark-Simulacrum:revert-compiler-builtins, r=jyn514Dylan DPC-40/+22
2022-10-31Rollup merge of #103603 - camsteffen:refactor-lang, r=oli-obkDylan DPC-39/+29
2022-10-31Rollup merge of #103338 - l4l:enum-unreachable-pub, r=nagisaDylan DPC-0/+45
2022-10-30rustdoc: add margins to all impl-item toggles, not just methodsMichael Howell-6/+8
2022-10-31Auto merge of #103787 - notriddle:rollup-q1vmxsb, r=notriddlebors-152/+424
2022-10-30Rollup merge of #103764 - SarthakSingh31:issue-94187-2, r=compiler-errorsMichael Howell-5/+11
2022-10-30Rollup merge of #103758 - GuillaumeGomez:reexports-search-result-test, r=notr...Michael Howell-0/+28
2022-10-30Rollup merge of #103746 - notriddle:notriddle/incoherent-dyn-trait, r=Guillau...Michael Howell-0/+50
2022-10-30Rollup merge of #102689 - ayrtonm:master, r=cjgillotMichael Howell-0/+51
2022-10-30Rollup merge of #102101 - BelovDV:new-check-lld-version, r=petrochenkovMichael Howell-9/+22
2022-10-30Rollup merge of #101944 - notriddle:notriddle/toggle-all-docs, r=jsha,Guillau...Michael Howell-7/+14
2022-10-30Rollup merge of #101428 - JakobDegen:build-tests, r=oli-obkMichael Howell-110/+134
2022-10-30Rollup merge of #97971 - Soveu:varargs, r=jackh726Michael Howell-21/+114
2022-10-31Auto merge of #103331 - nnethercote:convert-switch-to-br, r=scottmcmbors-29/+83
2022-10-31Use `br` instead of `switch` in more cases.Nicholas Nethercote-29/+83
2022-10-30Auto merge of #103479 - nikic:update-llvm-9, r=cuviperbors-0/+0
2022-10-30better error for rustc_strict_coherence misuseMichael Goulet-0/+17
2022-10-30Auto merge of #103299 - nikic:usub-overflow, r=wesleywiserbors-0/+16
2022-10-30All verbosity checks in `PrettyPrinter` now go through `PrettyPrinter::should...Sarthak Singh-5/+11
2022-10-30Auto merge of #103295 - ishitatsuyuki:ninja, r=cuviperbors-4/+5
2022-10-30Add regression test for reexports in search resultsGuillaume Gomez-0/+28
2022-10-30Auto merge of #103010 - petrochenkov:effvisdoc, r=GuillaumeGomezbors-112/+92
2022-10-30Auto merge of #103755 - Dylan-DPC:rollup-dl2hups, r=Dylan-DPCbors-93/+299
2022-10-30Rollup merge of #103740 - notriddle:notriddle/search-results-padding-bottom, ...Dylan DPC-1/+0
2022-10-30Rollup merge of #103588 - weihanglo:rustdoc/url-redirect, r=notriddleDylan DPC-7/+11
2022-10-30Rollup merge of #103560 - zbyrn:issue-103358-fix, r=cjgillotDylan DPC-10/+11
2022-10-30Rollup merge of #93582 - WaffleLapkin:rpitirpit, r=compiler-errorsDylan DPC-75/+277
2022-10-30Auto merge of #103721 - RalfJung:miri, r=RalfJungbors-74/+346
2022-10-30Reduce span of let else irrefutable_let_patterns warningest31-5/+18
2022-10-30Auto merge of #103745 - matthiaskrgr:rollup-hipjva8, r=matthiaskrgrbors-38/+181
2022-10-29Auto merge of #103731 - Mark-Simulacrum:new-version, r=Mark-Simulacrumbors-2/+6
2022-10-29rustdoc: add support for incoherent impls on structs and traitsMichael Howell-0/+50
2022-10-30fix #103783, fix ICE checking transmutability of NaughtyLenArrayyukang-0/+33
2022-10-30Rollup merge of #103737 - notriddle:notriddle/margin, r=GuillaumeGomezMatthias Krüger-10/+3
2022-10-30Rollup merge of #103722 - GuillaumeGomez:cleanup-code-example-css, r=notriddleMatthias Krüger-28/+24