about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2022-12-16Auto merge of #104334 - compiler-errors:ufcs-sugg-wrong-def-id, r=estebankbors-6/+69
2022-12-15Auto merge of #105760 - matthiaskrgr:rollup-r8beo9w, r=matthiaskrgrbors-94/+282
2022-12-15Rollup merge of #105743 - nnethercote:SimplifiedType-cleanups, r=lcnrMatthias Krüger-3/+3
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-15/+65
2022-12-15Rollup merge of #105694 - ouz-a:issue_105689, r=estebankMatthias Krüger-0/+14
2022-12-15Rollup merge of #105679 - estebank:suggest-clone, r=compiler-errorsMatthias Krüger-0/+78
2022-12-15Rollup merge of #105674 - estebank:iterator-chains, r=oli-obkMatthias Krüger-65/+114
2022-12-15Rollup merge of #105481 - lqd:mono-stats, r=wesleywiserMatthias Krüger-0/+1
2022-12-15Auto merge of #105356 - JakobDegen:more-custom-mir, r=oli-obkbors-0/+376
2022-12-15Consider lifetimes when comparing assoc types in method chainEsteban Küber-13/+43
2022-12-15Trim paths in E0599Esteban Küber-37/+37
2022-12-15Shorten trimmed display of closuresEsteban Küber-3/+3
2022-12-15Use `with_forced_trimmed_paths` moreEsteban Küber-13/+13
2022-12-15Point at method chains on `E0271` errorsEsteban Küber-0/+19
2022-12-15Migrate Jump to def links background to CSS variableGuillaume Gomez-11/+7
2022-12-15Suggest `#[derive(Clone)]`Esteban Küber-1/+38
2022-12-15Suggest constraining type parameter with `Clone`Esteban Küber-0/+41
2022-12-15Auto merge of #104616 - RalfJung:ctfe-alignment, r=oli-obk,RalfJungbors-223/+288
2022-12-15Reuse the ctfe error emitting logic for the future incompat lintOli Scherer-36/+32
2022-12-15Always report alignment failures in future incompat summariesOli Scherer-0/+36
2022-12-15Move alignment failure error reporting to machineOli Scherer-1/+10
2022-12-15Make alignment checks a future incompat lintOli Scherer-20/+29
2022-12-15adjust testsRalf Jung-267/+248
2022-12-15always check alignment during CTFERalf Jung-40/+74
2022-12-15Auto merge of #105746 - matthiaskrgr:rollup-sz3grbv, r=matthiaskrgrbors-162/+292
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 #105715 - estebank:unsatisfied-bounds-label, r=compiler-errorsMatthias Krüger-4/+4
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 #105633 - compiler-errors:term-agnostic, r=oli-obkMatthias Krüger-2/+65
2022-12-15Rollup merge of #105627 - compiler-errors:dyn-auto-suggestable, r=davidtwcoMatthias Krüger-0/+27
2022-12-15Rollup merge of #105623 - compiler-errors:generator-type-size-fix, r=NilstriebMatthias Krüger-122/+66
2022-12-15Rollup merge of #104592 - ComputerDruid:async_check, r=compiler-errorsMatthias Krüger-25/+99
2022-12-15Auto merge of #105285 - compiler-errors:conflicting-param-env-2, r=estebankbors-13/+84
2022-12-15Auto merge of #105713 - bjorn3:sync_cg_clif-2022-12-14, r=bjorn3bors-0/+6
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-11/+11
2022-12-15Merge `SimplifiedTypeGen<D>` into `SimplifiedType`.Nicholas Nethercote-3/+3
2022-12-14Tweak output for bare `dyn Trait` in argumentsEsteban Küber-15/+65
2022-12-15Auto merge of #104765 - chenyukang:yukang-fix-104639-lifetime-check, r=oli-obkbors-0/+10
2022-12-14Ensure async trait impls are async (or otherwise return an opaque type)Dan Johnson-25/+99
2022-12-14rustdoc: remove no-op CSS `.scrape-example .src-line-numbers { margin: 0 }`Michael Howell-1/+0
2022-12-14Auto merge of #105704 - weihanglo:update-cargo, r=weihanglobors-0/+0
2022-12-14bless rustdoc test for unstable optionsRémy Rakic-0/+1
2022-12-14Do not mention long types in E0599 labelEsteban Küber-4/+4
2022-12-14Auto merge of #105703 - matthiaskrgr:rollup-tfpeam2, r=matthiaskrgrbors-10/+106
2022-12-14Add tidy exceptionsbjorn3-0/+6
2022-12-14Add testMichael Goulet-0/+25