| Age | Commit message (Expand) | Author | Lines |
| 2022-12-19 | more markdown list formatting | Ezra Shaw | -3/+3 |
| 2022-12-19 | docs: add long-form error-code docs for E0457 | Ezra Shaw | -1/+37 |
| 2022-12-19 | docs: add long-form error-code docs for E0460 | Ezra Shaw | -1/+72 |
| 2022-12-17 | Rollup merge of #105814 - JakobDegen:custom-mir-terms, r=oli-obk | Matthias Krüger | -0/+49 |
| 2022-12-17 | Rollup merge of #105792 - Ezrashaw:add-e0320-long-docs, r=GuillaumeGomez | Matthias Krüger | -1/+28 |
| 2022-12-17 | Auto merge of #105800 - lqd:dylib-thinlto, r=bjorn3 | bors | -1/+1 |
| 2022-12-17 | Auto merge of #105421 - jacobbramley:jb/branch-prot-check, r=nagisa | bors | -15/+20 |
| 2022-12-17 | Rollup merge of #105770 - oli-obk:deref_all_the_things, r=compiler-errors | Matthias Krüger | -16/+16 |
| 2022-12-16 | Support call and drop terminators in custom mir | Jakob Degen | -0/+49 |
| 2022-12-17 | Auto merge of #105804 - matthiaskrgr:rollup-iaqlbl3, r=matthiaskrgr | bors | -3/+121 |
| 2022-12-17 | Rollup merge of #105768 - fee1-dead-contrib:iat-style, r=eholk | Matthias Krüger | -1/+11 |
| 2022-12-17 | Rollup merge of #105711 - compiler-errors:rpitit-references-errors, r=eholk | Matthias Krüger | -0/+2 |
| 2022-12-17 | Rollup merge of #105710 - compiler-errors:dyn-star-rigid-cast, r=eholk | Matthias Krüger | -1/+3 |
| 2022-12-17 | Rollup merge of #105493 - WaffleLapkin:unchoke-r-a, r=Nilstrieb | Matthias Krüger | -1/+105 |
| 2022-12-16 | Auto merge of #102318 - Amanieu:default_alloc_error_handler, r=oli-obk | bors | -24/+5 |
| 2022-12-16 | don't copy symbols from dylibs with -Zdylib-lto | Rémy Rakic | -1/+1 |
| 2022-12-17 | docs: add long error explanation for error E0320 | Ezra Shaw | -1/+28 |
| 2022-12-16 | Auto merge of #105775 - matthiaskrgr:rollup-2o8qn7e, r=matthiaskrgr | bors | -26/+45 |
| 2022-12-16 | Add a comment warning against using associated type defaults <3 | Maybe Waffle | -0/+8 |
| 2022-12-16 | Detect inherent associated types not having CamelCase | Deadbeef | -1/+11 |
| 2022-12-16 | Rollup merge of #105747 - chenyukang:yukang/fix-105732-auto-trait, r=compiler... | Matthias Krüger | -0/+10 |
| 2022-12-16 | Rollup merge of #105744 - Ezrashaw:e0158-clarity, r=GuillaumeGomez | Matthias Krüger | -19/+34 |
| 2022-12-16 | Rollup merge of #105725 - fee1-dead-contrib:allow-impl-const-trait, r=oli-obk | Matthias Krüger | -7/+1 |
| 2022-12-16 | Auto merge of #103880 - b-naber:field-ty-mir, r=lcnr | bors | -99/+357 |
| 2022-12-16 | Make a field only as public as it needs to be | Oli Scherer | -1/+1 |
| 2022-12-16 | Rename ConstS to ConstData | Oli Scherer | -16/+16 |
| 2022-12-16 | Auto merge of #105717 - compiler-errors:anonymize, r=jackh726 | bors | -36/+6 |
| 2022-12-16 | Auto merge of #104334 - compiler-errors:ufcs-sugg-wrong-def-id, r=estebank | bors | -5/+6 |
| 2022-12-15 | Auto merge of #105760 - matthiaskrgr:rollup-r8beo9w, r=matthiaskrgr | bors | -902/+1063 |
| 2022-12-16 | fix #105732, Fix ICE calling method on auto trait | yukang | -0/+10 |
| 2022-12-15 | Rollup merge of #105758 - Nilstrieb:typeck-results-mod, r=compiler-errors | Matthias Krüger | -706/+724 |
| 2022-12-15 | Rollup merge of #105743 - nnethercote:SimplifiedType-cleanups, r=lcnr | Matthias Krüger | -52/+12 |
| 2022-12-15 | Rollup merge of #105727 - estebank:use-impl-trait, r=oli-obk | Matthias Krüger | -8/+20 |
| 2022-12-15 | Rollup merge of #105694 - ouz-a:issue_105689, r=estebank | Matthias Krüger | -13/+15 |
| 2022-12-15 | Rollup merge of #105679 - estebank:suggest-clone, r=compiler-errors | Matthias Krüger | -6/+19 |
| 2022-12-15 | Rollup merge of #105674 - estebank:iterator-chains, r=oli-obk | Matthias Krüger | -116/+175 |
| 2022-12-15 | Rollup merge of #105481 - lqd:mono-stats, r=wesleywiser | Matthias Krüger | -1/+98 |
| 2022-12-15 | Auto merge of #105356 - JakobDegen:more-custom-mir, r=oli-obk | bors | -10/+115 |
| 2022-12-15 | Consider lifetimes when comparing assoc types in method chain | Esteban Küber | -1/+1 |
| 2022-12-15 | Trim paths in E0599 | Esteban Küber | -5/+9 |
| 2022-12-15 | Move `TypeckResults` to seperate module | Nilstrieb | -684/+708 |
| 2022-12-15 | Small cleanup in parameterized | Nilstrieb | -22/+16 |
| 2022-12-16 | docs: rewrite E0158 error-code docs for clarity | Ezra Shaw | -19/+34 |
| 2022-12-15 | Shorten trimmed display of closures | Esteban Küber | -5/+25 |
| 2022-12-15 | Use `with_forced_trimmed_paths` more | Esteban Küber | -16/+21 |
| 2022-12-15 | Point at method chains on `E0271` errors | Esteban Küber | -89/+119 |
| 2022-12-15 | Suggest `#[derive(Clone)]` | Esteban Küber | -6/+6 |
| 2022-12-15 | Suggest constraining type parameter with `Clone` | Esteban Küber | -1/+14 |
| 2022-12-15 | Auto merge of #104616 - RalfJung:ctfe-alignment, r=oli-obk,RalfJung | bors | -128/+255 |
| 2022-12-15 | Make the test actually emit the future incompat lint | Oli Scherer | -3/+4 |