about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-12-16Auto merge of #104334 - compiler-errors:ufcs-sugg-wrong-def-id, r=estebankbors-11/+75
2022-12-15Auto merge of #105760 - matthiaskrgr:rollup-r8beo9w, r=matthiaskrgrbors-996/+1345
2022-12-15Rollup merge of #105758 - Nilstrieb:typeck-results-mod, r=compiler-errorsMatthias Krüger-706/+724
2022-12-15Rollup merge of #105743 - nnethercote:SimplifiedType-cleanups, r=lcnrMatthias Krüger-55/+15
2022-12-15Rollup merge of #105739 - GuillaumeGomez:migrate-jump-to-def-link-to-css-var,...Matthias Krüger-11/+7
2022-12-15Rollup merge of #105727 - estebank:use-impl-trait, r=oli-obkMatthias Krüger-23/+85
2022-12-15Rollup merge of #105694 - ouz-a:issue_105689, r=estebankMatthias Krüger-13/+29
2022-12-15Rollup merge of #105679 - estebank:suggest-clone, r=compiler-errorsMatthias Krüger-6/+97
2022-12-15Rollup merge of #105674 - estebank:iterator-chains, r=oli-obkMatthias Krüger-181/+289
2022-12-15Rollup merge of #105481 - lqd:mono-stats, r=wesleywiserMatthias Krüger-1/+99
2022-12-15Auto merge of #105356 - JakobDegen:more-custom-mir, r=oli-obkbors-32/+731
2022-12-15Consider lifetimes when comparing assoc types in method chainEsteban Küber-14/+44
2022-12-15Trim paths in E0599Esteban Küber-42/+46
2022-12-15Move `TypeckResults` to seperate moduleNilstrieb-684/+708
2022-12-15Small cleanup in parameterizedNilstrieb-22/+16
2022-12-15Shorten trimmed display of closuresEsteban Küber-8/+28
2022-12-15Use `with_forced_trimmed_paths` moreEsteban Küber-29/+34
2022-12-15Point at method chains on `E0271` errorsEsteban Küber-89/+138
2022-12-15Migrate Jump to def links background to CSS variableGuillaume Gomez-11/+7
2022-12-15Suggest `#[derive(Clone)]`Esteban Küber-7/+44
2022-12-15Suggest constraining type parameter with `Clone`Esteban Küber-1/+55
2022-12-15Auto merge of #104616 - RalfJung:ctfe-alignment, r=oli-obk,RalfJungbors-351/+543
2022-12-15Make the test actually emit the future incompat lintOli Scherer-3/+4
2022-12-15simplify alignment_check_failed a bitRalf Jung-14/+5
2022-12-15Fix docsOli Scherer-1/+1
2022-12-15Reuse the ctfe error emitting logic for the future incompat lintOli Scherer-53/+54
2022-12-15Factor decorate closure out into a methodOli Scherer-70/+65
2022-12-15Always report alignment failures in future incompat summariesOli Scherer-0/+37
2022-12-15Move alignment failure error reporting to machineOli Scherer-44/+78
2022-12-15Make alignment checks a future incompat lintOli Scherer-70/+180
2022-12-15Always pass alignment and handle checking lazilyOli Scherer-9/+17
2022-12-15adjust testsRalf Jung-267/+248
2022-12-15always check alignment during CTFERalf Jung-41/+75
2022-12-15Auto merge of #105746 - matthiaskrgr:rollup-sz3grbv, r=matthiaskrgrbors-325/+509
2022-12-15Rollup merge of #105730 - notriddle:notriddle/item-info-before, r=GuillaumeGomezMatthias Krüger-6/+0
2022-12-15Rollup merge of #105724 - notriddle:notriddle/scrape-example-src-line-numbers...Matthias Krüger-1/+0
2022-12-15Rollup merge of #105722 - matthiaskrgr:compl2, r=compiler-errorsMatthias Krüger-41/+23
2022-12-15Rollup merge of #105715 - estebank:unsatisfied-bounds-label, r=compiler-errorsMatthias Krüger-5/+12
2022-12-15Rollup merge of #105707 - notriddle:notriddle/kbd-cursor, r=jhpratt,Guillaume...Matthias Krüger-2/+0
2022-12-15Rollup merge of #105692 - JohnTitor:issue-104678, r=compiler-errorsMatthias Krüger-0/+31
2022-12-15Rollup merge of #105683 - JakobDegen:dest-prop-storage, r=tmiaskoMatthias Krüger-83/+88
2022-12-15Rollup merge of #105633 - compiler-errors:term-agnostic, r=oli-obkMatthias Krüger-20/+91
2022-12-15Rollup merge of #105627 - compiler-errors:dyn-auto-suggestable, r=davidtwcoMatthias Krüger-13/+29
2022-12-15Rollup merge of #105623 - compiler-errors:generator-type-size-fix, r=NilstriebMatthias Krüger-129/+89
2022-12-15Rollup merge of #104592 - ComputerDruid:async_check, r=compiler-errorsMatthias Krüger-25/+146
2022-12-15Auto merge of #105285 - compiler-errors:conflicting-param-env-2, r=estebankbors-41/+183
2022-12-15Auto merge of #105713 - bjorn3:sync_cg_clif-2022-12-14, r=bjorn3bors-1028/+1697
2022-12-14Various cleanups to dest propJakob Degen-83/+88
2022-12-14rustdoc: remove no-op CSS `.item-info:before { color }`Michael Howell-6/+0
2022-12-15Auto merge of #105657 - oli-obk:mk_projection_ty, r=lcnrbors-282/+262