about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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-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-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-27Auto merge of #102306 - lcnr:rustc_hir_analysis, r=compiler-errorsbors-102/+101
2022-09-27session: remove now-unnecessary lint `#[allow]`sDavid Wood-52/+0
2022-09-27rustc_typeck to rustc_hir_analysislcnr-102/+101
2022-09-27Auto merge of #102314 - TaKO8Ki:add-label-to-struct-enum-union-ident, r=estebankbors-21/+96
2022-09-27Tweak `FulfillProcessor`.Nicholas Nethercote-12/+12
2022-09-27Fix an incorrect comment.Nicholas Nethercote-1/+1
2022-09-27Auto merge of #102189 - davidtwco:translation-derive-enums, r=compiler-errorsbors-308/+371
2022-09-27Structured suggestion for missing mut/const in pointerMichael Goulet-8/+38
2022-09-27Auto merge of #102331 - notriddle:rollup-dmefd2d, r=notriddlebors-70/+116
2022-09-27fix a ui testTakayuki Maeda-0/+2
2022-09-27add a label to struct/enum/union ident nameTakayuki Maeda-16/+91
2022-09-27create a new local varTakayuki Maeda-5/+3
2022-09-26remove implied link bound per reviewMatthew Kelly-5/+4
2022-09-26Merge remote-tracking branch 'origin/master' into mpk/add-long-error-message-...Matthew Kelly-36183/+128128
2022-09-26Avoid LLVM-deprecated `Optional::hasValue`Josh Stone-1/+1
2022-09-26Auto merge of #102283 - GuillaumeGomez:option-code-example-unwrap-or-default,...bors-12/+4