about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-12-19more markdown list formattingEzra Shaw-3/+3
2022-12-19docs: add long-form error-code docs for E0457Ezra Shaw-1/+37
2022-12-19docs: add long-form error-code docs for E0460Ezra Shaw-1/+72
2022-12-17Rollup merge of #105814 - JakobDegen:custom-mir-terms, r=oli-obkMatthias Krüger-0/+49
2022-12-17Rollup merge of #105792 - Ezrashaw:add-e0320-long-docs, r=GuillaumeGomezMatthias Krüger-1/+28
2022-12-17Auto merge of #105800 - lqd:dylib-thinlto, r=bjorn3bors-1/+1
2022-12-17Auto merge of #105421 - jacobbramley:jb/branch-prot-check, r=nagisabors-15/+20
2022-12-17Rollup merge of #105770 - oli-obk:deref_all_the_things, r=compiler-errorsMatthias Krüger-16/+16
2022-12-16Support call and drop terminators in custom mirJakob Degen-0/+49
2022-12-17Auto merge of #105804 - matthiaskrgr:rollup-iaqlbl3, r=matthiaskrgrbors-3/+121
2022-12-17Rollup merge of #105768 - fee1-dead-contrib:iat-style, r=eholkMatthias Krüger-1/+11
2022-12-17Rollup merge of #105711 - compiler-errors:rpitit-references-errors, r=eholkMatthias Krüger-0/+2
2022-12-17Rollup merge of #105710 - compiler-errors:dyn-star-rigid-cast, r=eholkMatthias Krüger-1/+3
2022-12-17Rollup merge of #105493 - WaffleLapkin:unchoke-r-a, r=NilstriebMatthias Krüger-1/+105
2022-12-16Auto merge of #102318 - Amanieu:default_alloc_error_handler, r=oli-obkbors-24/+5
2022-12-16don't copy symbols from dylibs with -Zdylib-ltoRémy Rakic-1/+1
2022-12-17docs: add long error explanation for error E0320Ezra Shaw-1/+28
2022-12-16Auto merge of #105775 - matthiaskrgr:rollup-2o8qn7e, r=matthiaskrgrbors-26/+45
2022-12-16Add a comment warning against using associated type defaults <3Maybe Waffle-0/+8
2022-12-16Detect inherent associated types not having CamelCaseDeadbeef-1/+11
2022-12-16Rollup merge of #105747 - chenyukang:yukang/fix-105732-auto-trait, r=compiler...Matthias Krüger-0/+10
2022-12-16Rollup merge of #105744 - Ezrashaw:e0158-clarity, r=GuillaumeGomezMatthias Krüger-19/+34
2022-12-16Rollup merge of #105725 - fee1-dead-contrib:allow-impl-const-trait, r=oli-obkMatthias Krüger-7/+1
2022-12-16Auto merge of #103880 - b-naber:field-ty-mir, r=lcnrbors-99/+357
2022-12-16Make a field only as public as it needs to beOli Scherer-1/+1
2022-12-16Rename ConstS to ConstDataOli Scherer-16/+16
2022-12-16Auto merge of #105717 - compiler-errors:anonymize, r=jackh726bors-36/+6
2022-12-16Auto merge of #104334 - compiler-errors:ufcs-sugg-wrong-def-id, r=estebankbors-5/+6
2022-12-15Auto merge of #105760 - matthiaskrgr:rollup-r8beo9w, r=matthiaskrgrbors-902/+1063
2022-12-16fix #105732, Fix ICE calling method on auto traityukang-0/+10
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-52/+12
2022-12-15Rollup merge of #105727 - estebank:use-impl-trait, r=oli-obkMatthias Krüger-8/+20
2022-12-15Rollup merge of #105694 - ouz-a:issue_105689, r=estebankMatthias Krüger-13/+15
2022-12-15Rollup merge of #105679 - estebank:suggest-clone, r=compiler-errorsMatthias Krüger-6/+19
2022-12-15Rollup merge of #105674 - estebank:iterator-chains, r=oli-obkMatthias Krüger-116/+175
2022-12-15Rollup merge of #105481 - lqd:mono-stats, r=wesleywiserMatthias Krüger-1/+98
2022-12-15Auto merge of #105356 - JakobDegen:more-custom-mir, r=oli-obkbors-10/+115
2022-12-15Consider lifetimes when comparing assoc types in method chainEsteban Küber-1/+1
2022-12-15Trim paths in E0599Esteban Küber-5/+9
2022-12-15Move `TypeckResults` to seperate moduleNilstrieb-684/+708
2022-12-15Small cleanup in parameterizedNilstrieb-22/+16
2022-12-16docs: rewrite E0158 error-code docs for clarityEzra Shaw-19/+34
2022-12-15Shorten trimmed display of closuresEsteban Küber-5/+25
2022-12-15Use `with_forced_trimmed_paths` moreEsteban Küber-16/+21
2022-12-15Point at method chains on `E0271` errorsEsteban Küber-89/+119
2022-12-15Suggest `#[derive(Clone)]`Esteban Küber-6/+6
2022-12-15Suggest constraining type parameter with `Clone`Esteban Küber-1/+14
2022-12-15Auto merge of #104616 - RalfJung:ctfe-alignment, r=oli-obk,RalfJungbors-128/+255
2022-12-15Make the test actually emit the future incompat lintOli Scherer-3/+4