| Age | Commit message (Expand) | Author | Lines |
| 2023-07-27 | Rollup merge of #114123 - oli-obk:tait_wtf, r=WaffleLapkin | Guillaume Gomez | -0/+16 |
| 2023-07-27 | Rollup merge of #114117 - compiler-errors:return-to-uniq, r=lcnr | Guillaume Gomez | -1/+33 |
| 2023-07-27 | Rollup merge of #114088 - oli-obk:syn, r=davidtwco | Guillaume Gomez | -178/+185 |
| 2023-07-27 | Rollup merge of #114059 - fmease:rustdoc-fix-x-crate-impl-sized, r=GuillaumeG... | Guillaume Gomez | -2/+50 |
| 2023-07-27 | Turns out opaque types can have hidden types registered during mir validation | Oli Scherer | -0/+16 |
| 2023-07-27 | Consider a goal as NOT changed if its response is identity modulo regions | Michael Goulet | -1/+33 |
| 2023-07-27 | Auto merge of #113708 - rcvalle:rust-cfi-fix-100778, r=compiler-errors | bors | -0/+59 |
| 2023-07-26 | Auto merge of #113843 - wesleywiser:replace_rustc_apfloat, r=pnkfelix | bors | -0/+39 |
| 2023-07-26 | Auto merge of #114103 - matthiaskrgr:rollup-01m6l2w, r=matthiaskrgr | bors | -2/+2 |
| 2023-07-26 | Rollup merge of #114070 - blyxyas:iter_mut_symbol, r=oli-obk | Matthias Krüger | -2/+2 |
| 2023-07-26 | Auto merge of #114012 - GuillaumeGomez:fix-113982, r=notriddle | bors | -0/+22 |
| 2023-07-26 | Add tests for #102403 and #113407 | Ralf Jung | -0/+24 |
| 2023-07-26 | Add test case for #109567 | yukang | -0/+15 |
| 2023-07-26 | Auto merge of #113457 - davidtwco:lint-ctypes-issue-113436, r=oli-obk | bors | -0/+97 |
| 2023-07-26 | Bump syn dependency | Oli Scherer | -98/+106 |
| 2023-07-26 | Bump syn now that it doesn't affect diagnostics anymore | Oli Scherer | -90/+89 |
| 2023-07-26 | Auto merge of #113893 - mdibaiee:type-name-spill-flag, r=compiler-errors | bors | -28/+14 |
| 2023-07-26 | rustdoc: fix cross-crate impl-Sized | León Orell Valerian Liehr | -2/+50 |
| 2023-07-25 | Add `sym::iter_mut` + `sym::as_mut_ptr` | blyxyas | -2/+2 |
| 2023-07-25 | Rollup merge of #113661 - oli-obk:tait_wtf, r=lcnr | Matthias Krüger | -2/+73 |
| 2023-07-25 | Rollup merge of #113578 - compiler-errors:uncallable-sig, r=b-naber | Matthias Krüger | -0/+17 |
| 2023-07-25 | Rollup merge of #112995 - strottos:ref-clone-suggestions, r=fee1-dead | Matthias Krüger | -1/+330 |
| 2023-07-25 | Auto merge of #114063 - matthiaskrgr:rollup-c90czu6, r=matthiaskrgr | bors | -3/+155 |
| 2023-07-25 | Rollup merge of #114060 - davidtwco:issue-113279, r=wesleywiser | Matthias Krüger | -0/+43 |
| 2023-07-25 | Rollup merge of #114058 - chenyukang:yukang-fix-113981-crate-arg, r=fmease,ol... | Matthias Krüger | -0/+8 |
| 2023-07-25 | Rollup merge of #114052 - clubby789:suggest-option-asref, r=WaffleLapkin | Matthias Krüger | -3/+51 |
| 2023-07-25 | Rollup merge of #114051 - Enselic:const-local-var, r=cjgillot | Matthias Krüger | -0/+23 |
| 2023-07-25 | Rollup merge of #114014 - davidtwco:issue-114010-env-rawstr, r=cjgillot | Matthias Krüger | -0/+30 |
| 2023-07-25 | Auto merge of #113393 - compiler-errors:next-solver-unsize-rhs, r=lcnr | bors | -0/+25 |
| 2023-07-26 | Add help for crate arg when crate name is invalid | yukang | -0/+8 |
| 2023-07-25 | Make sure to detect trait upcasting coercion even after normalization | Michael Goulet | -0/+4 |
| 2023-07-25 | Normalize the RHS of an unsize goal | Michael Goulet | -0/+21 |
| 2023-07-25 | abi: unsized field in union - assert to delay bug | David Wood | -0/+43 |
| 2023-07-25 | Auto merge of #114011 - RalfJung:place-projection, r=oli-obk | bors | -46/+106 |
| 2023-07-25 | Suggest `{Option,Result}::as_ref()` instead of `cloned()` in some cases | clubby789 | -3/+51 |
| 2023-07-25 | bless more | Ralf Jung | -7/+20 |
| 2023-07-25 | interpret: refactor projection code to work on a common trait, and use that f... | Ralf Jung | -38/+85 |
| 2023-07-25 | Auto merge of #113476 - fee1-dead-contrib:c-str-lit, r=petrochenkov | bors | -88/+42 |
| 2023-07-25 | write-long-types-to-disk: update tests | Mahdi Dibaiee | -58/+38 |
| 2023-07-25 | Add regression test for invalid unused const in method | Martin Nordholts | -0/+23 |
| 2023-07-25 | builtin_macros: raw str in diagnostic output | David Wood | -3/+16 |
| 2023-07-25 | Added recursive checking back up to see if a `Clone` suggestion would be help... | Steven Trotter | -1/+330 |
| 2023-07-25 | Auto merge of #113980 - bvanjoi:fix-113953, r=petrochenkov | bors | -0/+15 |
| 2023-07-25 | Auto merge of #113958 - lukas-code:doc-links, r=GuillaumeGomez,petrochenkov | bors | -121/+121 |
| 2023-07-24 | Auto merge of #113687 - saethlin:inline-assertion-helpers, r=cuviper | bors | -8/+2 |
| 2023-07-24 | Auto merge of #113921 - davidtwco:lint-ctypes-issue-113900, r=petrochenkov | bors | -0/+12 |
| 2023-07-25 | fix(resolve): skip panic when resolution is dummy | bohan | -0/+15 |
| 2023-07-24 | Auto merge of #114024 - matthiaskrgr:rollup-uhdbq64, r=matthiaskrgr | bors | -0/+49 |
| 2023-07-24 | validate `doc(masked)` | Lukas Markeffsky | -117/+57 |
| 2023-07-24 | Rollup merge of #113985 - compiler-errors:issue-113951, r=estebank | Matthias Krüger | -0/+49 |