about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-09-23rustdoc: CSS prevent sidebar width change jankMichael Howell-1/+1
2022-09-23Auto merge of #102165 - matthiaskrgr:rollup-n5oquhe, r=matthiaskrgrbors-29/+257
2022-09-23Auto merge of #102150 - matthiaskrgr:rollup-6xmd8f3, r=matthiaskrgrbors-32/+72
2022-09-23Auto merge of #100488 - khyperia:invalid-calling-convention-help-message, r=n...bors-2/+49
2022-09-23Rollup merge of #102104 - Aaron1011:no-test-backtrace, r=Mark-SimulacrumMatthias Krüger-2/+4
2022-09-23Rollup merge of #102066 - notriddle:notriddle/headers-max-width, r=GuillaumeG...Matthias Krüger-2/+1
2022-09-23Rollup merge of #102042 - LukeMathWalker:add-rust-json-docs-to-rustup, r=Mark...Matthias Krüger-11/+8
2022-09-23Rollup merge of #101664 - mejrs:similarity, r=fee1-deadMatthias Krüger-0/+132
2022-09-23Rollup merge of #100734 - ComputerDruid:afit_feature, r=compiler-errorsMatthias Krüger-14/+112
2022-09-23Auto merge of #101708 - compiler-errors:issue-101696, r=jackh726bors-0/+36
2022-09-22Improve the help message for an invalid calling conventionkhyperia-2/+49
2022-09-22Rollup merge of #102147 - notriddle:notriddle/location-border-none, r=Guillau...Matthias Krüger-4/+0
2022-09-22Rollup merge of #102135 - GuillaumeGomez:rename-alltypes-fields, r=notriddleMatthias Krüger-10/+12
2022-09-22Rollup merge of #102125 - notriddle:notriddle/content-item-info, r=GuillaumeG...Matthias Krüger-1/+0
2022-09-22Rollup merge of #102123 - schteve:clippy-note, r=ManishearthMatthias Krüger-0/+4
2022-09-22Rollup merge of #102118 - notriddle:notriddle/line-numbers, r=GuillaumeGomezMatthias Krüger-17/+56
2022-09-22rustdoc: remove no-op CSS `.location:empty { border: none }`Michael Howell-4/+0
2022-09-22Auto merge of #102139 - Dylan-DPC:rollup-ljlipt8, r=Dylan-DPCbors-6/+30
2022-09-22Rollup merge of #102119 - steffahn:fix-pararmeter, r=dtolnayDylan DPC-4/+4
2022-09-22Rollup merge of #102107 - Urgau:rustdoc-missing-space-before-where-clause, r=...Dylan DPC-2/+19
2022-09-22Rollup merge of #102037 - jyn514:normalize-docs, r=lcnrDylan DPC-0/+1
2022-09-22Rollup merge of #101598 - chriswailes:sanitizers, r=nagisa,eholkDylan DPC-0/+6
2022-09-22Auto merge of #100980 - compiler-errors:normalize-opaque-w-bound-vars, r=lcnrbors-20/+1
2022-09-22Distribute rust-json-docs via rustup.Luca Palmieri-11/+8
2022-09-22Improve some AllTypes fields nameGuillaume Gomez-10/+12
2022-09-22Auto merge of #102028 - oli-obk:miri_subtree, r=oli-obkbors-236/+54930
2022-09-22Allow miri docs to keep failing for nowOli Scherer-1/+1
2022-09-21rustdoc: remove no-op CSS `.content .item-info { position: relative }`Michael Howell-1/+0
2022-09-22Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=...bors-174/+248
2022-09-21Split out async_fn_in_trait into a separate featureDan Johnson-14/+112
2022-09-22Optimize subtyping and equation of GeneratorWitnessMichael Goulet-20/+1
2022-09-22Auto merge of #102121 - JohnTitor:rollup-3fb1wrt, r=JohnTitorbors-73/+239
2022-09-21rustdoc: update test case for headers without max-widthMichael Howell-1/+1
2022-09-21rustdoc: remove unnecessary `max-width` on headersMichael Howell-1/+0
2022-09-22Rollup merge of #102100 - GuillaumeGomez:stab-in-docblocks, r=notriddleYuki Okushi-0/+45
2022-09-22Rollup merge of #102084 - andrewpollack:add-issue-panic-unwind, r=bjorn3Yuki Okushi-2/+3
2022-09-22Rollup merge of #102079 - ehuss:update-books, r=ehussYuki Okushi-0/+0
2022-09-22Rollup merge of #102075 - notriddle:notriddle/content-methods-method, r=Guill...Yuki Okushi-4/+0
2022-09-22Rollup merge of #102073 - andrewpollack:add-execvp-call-ignore, r=tmandryYuki Okushi-0/+1
2022-09-22Rollup merge of #102071 - andrewpollack:add-needs-unwind-for-binary-size, r=t...Yuki Okushi-0/+3
2022-09-22Rollup merge of #102054 - GuillaumeGomez:sidebar-all-page, r=notriddleYuki Okushi-44/+139
2022-09-22Rollup merge of #102033 - andrewpollack:add-unwind-on-pretty, r=tmandryYuki Okushi-0/+3
2022-09-22Rollup merge of #102032 - andrewpollack:bad-signal-compiler-tests, r=tmandryYuki Okushi-0/+5
2022-09-22Rollup merge of #102030 - est31:tidy_walk_no_reexport, r=Mark-SimulacrumYuki Okushi-21/+28
2022-09-22Rollup merge of #101952 - Mark-Simulacrum:missing-fallback, r=ehussYuki Okushi-2/+12
2022-09-21Add note to clippy::non_expressive_names docSteve Heindel-0/+4
2022-09-21rustdoc: adjust test to cope with slightly different scrolling behaviourMichael Howell-1/+1
2022-09-22Bless test output changesFrank Steffahn-4/+4
2022-09-21rustdoc: dynamically show-hide line numbers on code examplesMichael Howell-11/+54
2022-09-21Auto merge of #102106 - djkoloski:sync-from-clippy, r=Manishearthbors-1631/+1997