| Age | Commit message (Expand) | Author | Lines |
| 2023-03-18 | Fix linker detection for clang with prefix | Taiki Endo | -1/+3 |
| 2023-03-18 | Don't eagerly convert principal to string | clubby789 | -4/+9 |
| 2023-03-03 | Yeet point_at_expr_source_of_inferred_type for now | Michael Goulet | -233/+3 |
| 2023-02-14 | Do not eagerly recover for bad impl-trait in macros | Michael Goulet | -2/+3 |
| 2023-02-02 | Revert "Avoid a temporary file when processing macOS fat archives" | bjorn3 | -34/+36 |
| 2023-02-02 | Revert "Remove macOS fat archive support from LlvmArchiveBuilder" | bjorn3 | -4/+10 |
| 2023-02-02 | Revert back to LlvmArchiveBuilder on all platforms | bjorn3 | -1/+3 |
| 2023-01-24 | Set version placeholders to 1.68 | Mark Rousskov | -4/+4 |
| 2023-01-22 | Auto merge of #107185 - compiler-errors:rollup-wkomjma, r=compiler-errors | bors | -42/+109 |
| 2023-01-21 | Rollup merge of #106935 - TaKO8Ki:fix-104440, r=cjgillot | Michael Goulet | -25/+46 |
| 2023-01-21 | Rollup merge of #106578 - compiler-errors:recursive-opaque-closure, r=TaKO8Ki | Michael Goulet | -6/+53 |
| 2023-01-21 | Rollup merge of #106113 - krasimirgg:llvm-16-ext-tyid, r=nikic | Michael Goulet | -11/+9 |
| 2023-01-22 | Auto merge of #107133 - pnkfelix:revert-pr-84022-for-issue-106337, r=Mark-Sim... | bors | -13/+138 |
| 2023-01-21 | Add `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` to future-incompat report | Aaron Hill | -0/+1 |
| 2023-01-21 | Auto merge of #106977 - michaelwoerister:unord_id_collections, r=oli-obk | bors | -89/+364 |
| 2023-01-21 | Auto merge of #106976 - tmiasko:borrowck-lazy-dominators, r=cjgillot | bors | -12/+12 |
| 2023-01-21 | Auto merge of #106884 - clubby789:fieldless-enum-debug, r=michaelwoerister | bors | -42/+124 |
| 2023-01-21 | Label closure captures/generator locals that make opaque types recursive | Michael Goulet | -6/+53 |
| 2023-01-20 | Rollup merge of #107112 - eltociear:patch-19, r=albertlarsan68 | Michael Goulet | -2/+2 |
| 2023-01-20 | Rollup merge of #107061 - compiler-errors:new-solver-new-candidates-3, r=lcnr | Michael Goulet | -21/+208 |
| 2023-01-20 | Rollup merge of #104347 - notriddle:notriddle/import-macro-from-self-fixup, r... | Michael Goulet | -5/+17 |
| 2023-01-20 | Rollup merge of #104154 - timrobertsdev:deny-by-default-bindings_with_variant... | Michael Goulet | -2/+2 |
| 2023-01-20 | Revert "Make PROC_MACRO_DERIVE_RESOLUTION_FALLBACK a hard error" | Felix S. Klock II | -13/+138 |
| 2023-01-20 | diagnostics: remvoe unnecessary use of `source_map.start_point` | Michael Howell | -1/+1 |
| 2023-01-20 | diagnostics: use `module_path` to check crate import instead of strings | Michael Howell | -20/+4 |
| 2023-01-20 | diagnostics: add `};` only if `{` was added too | Michael Howell | -5/+5 |
| 2023-01-20 | diagnostics: suggest changing `s@self::{macro}@::macro` for exported | Michael Howell | -1/+29 |
| 2023-01-20 | Auto merge of #105102 - compiler-errors:copy-impl-considering-regions, r=lcnr | bors | -75/+146 |
| 2023-01-20 | Auto merge of #107106 - matthiaskrgr:rollup-g7r1ep0, r=matthiaskrgr | bors | -54/+94 |
| 2023-01-20 | Auto merge of #107105 - matthiaskrgr:rollup-rkz9t7r, r=matthiaskrgr | bors | -357/+415 |
| 2023-01-20 | Fix typo in opaque_types.rs | Ikko Eltociear Ashimine | -2/+2 |
| 2023-01-20 | Add `compile_fail` to doctest for `bindings_with_variant_name` | --global | -1/+1 |
| 2023-01-20 | Change `bindings_with_variant_name` to deny-by-default | --global | -1/+1 |
| 2023-01-20 | Rollup merge of #107068 - mejrs:use_derive, r=estebank | Matthias Krüger | -33/+27 |
| 2023-01-20 | Rollup merge of #106928 - bvanjoi:print-keyword-raw-identifier, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2023-01-20 | Rollup merge of #106891 - estebank:issue-45727, r=petrochenkov | Matthias Krüger | -8/+26 |
| 2023-01-20 | Rollup merge of #106699 - eholk:await-chains-drop-tracking, r=wesleywiser | Matthias Krüger | -12/+40 |
| 2023-01-20 | Rollup merge of #107091 - clubby789:infer-ftl-missing-dollar, r=compiler-errors | Matthias Krüger | -8/+8 |
| 2023-01-20 | Rollup merge of #107067 - tmiasko:custom-mir-storage-statements, r=oli-obk | Matthias Krüger | -0/+6 |
| 2023-01-20 | Rollup merge of #107058 - clubby789:eqeq-homoglyph, r=wesleywiser | Matthias Krüger | -320/+322 |
| 2023-01-20 | Rollup merge of #106979 - Nilstrieb:type-of-default-assoc-type, r=petrochenkov | Matthias Krüger | -0/+5 |
| 2023-01-20 | Rollup merge of #106973 - oli-obk:tait_ice_closure_in_impl_header, r=lcnr | Matthias Krüger | -22/+20 |
| 2023-01-20 | Rollup merge of #106783 - WaffleLapkin:break-my-ident, r=wesleywiser | Matthias Krüger | -7/+54 |
| 2023-01-20 | Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb | bors | -590/+518 |
| 2023-01-19 | Fix broken format strings in `infer.ftl` | clubby789 | -8/+8 |
| 2023-01-19 | Tweak "borrow closure argument" suggestion | Esteban Küber | -8/+26 |
| 2023-01-19 | Auto merge of #107038 - compiler-errors:dont-wfcheck-non-local-rpit, r=oli-obk | bors | -3/+35 |
| 2023-01-19 | Clean up and document unord collections a bit. | Michael Woerister | -38/+66 |
| 2023-01-20 | add raw identifier for keyword in suggestion | bohan | -1/+1 |
| 2023-01-19 | trait solver: Implement Fn traits and tuple trait | Michael Goulet | -7/+142 |