about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-09-28add regression testRageking8-0/+49
2022-09-28Auto merge of #102388 - JohnTitor:rollup-mbyw6fl, r=JohnTitorbors-127/+622
2022-09-28Rollup merge of #102380 - notriddle:notriddle/rustdoc-source-sidebar, r=camelidYuki Okushi-3/+0
2022-09-28Rollup merge of #102378 - compiler-errors:issue-102289, r=jackh726Yuki Okushi-1/+56
2022-09-28Rollup merge of #102348 - nnethercote:tweak-FulfillProcessor, r=jackh726Yuki Okushi-12/+12
2022-09-28Rollup merge of #102347 - nnethercote:unescaping-cleanups, r=matkladYuki Okushi-15/+12
2022-09-28Rollup merge of #102338 - compiler-errors:assoc-ty-binding-in-assoc-ty-bindin...Yuki Okushi-5/+82
2022-09-28Rollup merge of #102288 - mejrs:inner, r=compiler-errorsYuki Okushi-61/+373
2022-09-28Rollup merge of #102232 - Urgau:stabilize-bench_black_box, r=TaKO8KiYuki Okushi-28/+8
2022-09-28Rollup merge of #100747 - MatthewPeterKelly:mpk/add-long-error-message-for-E0...Yuki Okushi-2/+79
2022-09-28Auto merge of #100996 - m-ou-se:format-args-2, r=estebankbors-1540/+1449
2022-09-28Deduplicate some logicmejrs-62/+42
2022-09-27review updatesMatthew Kelly-2/+2
2022-09-27Auto merge of #102377 - matthiaskrgr:rollup-1zvj50t, r=matthiaskrgrbors-295/+593
2022-09-28Small cleanups in unescaping code.Nicholas Nethercote-14/+11
2022-09-27rustdoc: remove redundant mobile `.source > .sidebar` CSSMichael Howell-3/+0
2022-09-27Add newlinemejrs-3/+3
2022-09-27Use already resolved self_ty in confirm_fn_pointer_candidateMichael Goulet-1/+56
2022-09-27Auto merge of #102365 - weihanglo:update-cargo, r=ehussbors-1/+23
2022-09-27Rollup merge of #102369 - GuillaumeGomez:results-colors, r=notriddleMatthias Krüger-5/+155
2022-09-27Rollup merge of #102367 - notriddle:notriddle/help-text-align, r=GuillaumeGomezMatthias Krüger-5/+0
2022-09-27Rollup merge of #102356 - davidtwco:translation-bootstrap-bump-allow-lint, r=...Matthias Krüger-52/+0
2022-09-27Rollup merge of #102337 - cuviper:llvm-optional-bool, r=nikicMatthias Krüger-1/+1
2022-09-27Rollup merge of #102330 - notriddle:notriddle/srclink, r=GuillaumeGomezMatthias Krüger-7/+0
2022-09-27Rollup merge of #102284 - compiler-errors:missing-type-in-raw-ptr, r=davidtwcoMatthias Krüger-8/+38
2022-09-27Rollup merge of #102281 - RalfJung:invalid-enums, r=cjgillotMatthias Krüger-163/+343
2022-09-27Rollup merge of #102253 - jsha:css-contain, r=notriddleMatthias Krüger-16/+32
2022-09-27Rollup merge of #101555 - jhpratt:stabilize-mixed_integer_ops, r=joshtriplettMatthias Krüger-38/+24
2022-09-27Address feedbackmejrs-30/+113
2022-09-27Wrapper suggestionsmejrs-67/+316
2022-09-27Add GUI regression test for search results colorsGuillaume Gomez-4/+152
2022-09-27Fix regression for results colorsGuillaume Gomez-1/+3
2022-09-27rustdoc: remove redundant `#help-button` CSSMichael Howell-5/+0
2022-09-27Update src/test/rustdoc-gui/sidebar-mobile-scroll.gomlJacob Hoffman-Andrews-3/+3
2022-09-27Deny associated type bindings within associated type bindingsMichael Goulet-5/+82
2022-09-27Update cargoWeihang Lo-1/+23
2022-09-27rustdoc: use CSS containment to speed up renderJacob Hoffman-Andrews-16/+32
2022-09-27Stabilize bench_black_boxUrgau-28/+8
2022-09-27also query type_uninhabited_fromRalf Jung-40/+49
2022-09-27Remove confusing drop.Mara Bos-1/+0
2022-09-27Update doc comments.Mara Bos-2/+2
2022-09-27Turn format arguments Vec into its own struct.Mara Bos-84/+146
2022-09-27Update test.Mara Bos-6/+4
2022-09-27Add clarifying comments.Mara Bos-0/+3
2022-09-27Flatten if-let and match into one.Mara Bos-19/+14
2022-09-27Move enum definition closer to its usage.Mara Bos-5/+5
2022-09-27Use if let chain.Mara Bos-4/+2
2022-09-27Tweak comments.Mara Bos-2/+2
2022-09-27Prefer new_v1_formatted instead of new_v1 with duplicates.Mara Bos-36/+33
2022-09-27Fix typo.Mara Bos-1/+1