| Age | Commit message (Expand) | Author | Lines |
| 2023-07-29 | Auto merge of #113422 - Urgau:cast_ref_to_mut-pre-beta, r=Nilstrieb | bors | -15/+16 |
| 2023-07-29 | Auto merge of #113099 - bvanjoi:fix-112713-2, r=petrochenkov | bors | -46/+256 |
| 2023-07-29 | Auto merge of #114197 - matthiaskrgr:rollup-iluf7u4, r=matthiaskrgr | bors | -14/+34 |
| 2023-07-29 | Rollup merge of #113773 - compiler-errors:err-layout-bail, r=cjgillot | Matthias Krüger | -14/+34 |
| 2023-07-29 | Auto merge of #111916 - fee1-dead-contrib:noop-method-call-warn, r=compiler-e... | bors | -13/+13 |
| 2023-07-28 | Auto merge of #114181 - matthiaskrgr:rollup-14m8s7f, r=matthiaskrgr | bors | -22/+62 |
| 2023-07-28 | Type-check generic const items | León Orell Valerian Liehr | -103/+122 |
| 2023-07-28 | Resolve generic const items | León Orell Valerian Liehr | -69/+109 |
| 2023-07-28 | Lower generic const items to HIR | León Orell Valerian Liehr | -40/+82 |
| 2023-07-28 | Parse generic const items | León Orell Valerian Liehr | -34/+220 |
| 2023-07-28 | Rollup merge of #114155 - Zalathar:once-cell, r=lcnr | Matthias Krüger | -4/+3 |
| 2023-07-28 | Rollup merge of #114147 - compiler-errors:missing-rpitits, r=spastorino | Matthias Krüger | -4/+22 |
| 2023-07-28 | Rollup merge of #114146 - compiler-errors:dont-report-rpitit-name, r=spastorino | Matthias Krüger | -8/+22 |
| 2023-07-28 | Rollup merge of #114138 - compiler-errors:bad-rcvr-span-on-method-sugg, r=est... | Matthias Krüger | -2/+6 |
| 2023-07-28 | Rollup merge of #114128 - estebank:delayed-span-bug-dump, r=davidtwco | Matthias Krüger | -2/+2 |
| 2023-07-28 | Rollup merge of #114099 - davidtwco:issue-113860-staged-api-effective-vis-gt-... | Matthias Krüger | -2/+7 |
| 2023-07-29 | fix(resolve): update the ambiguity glob binding as warning recursively | bohan | -46/+256 |
| 2023-07-28 | Auto merge of #111780 - weiznich:diagnostic_namespace, r=petrochenkov | bors | -3/+58 |
| 2023-07-28 | privacy: no nominal visibility for assoc fns | David Wood | -2/+7 |
| 2023-07-28 | Auto merge of #114119 - nnethercote:opt-TokenKind-clone, r=petrochenkov | bors | -1/+16 |
| 2023-07-28 | Introduce the `#[diagnostic]` attribute namespace | Georg Semmler | -3/+58 |
| 2023-07-28 | Auto merge of #113312 - Ddystopia:auto-trait-fun, r=lcnr | bors | -17/+80 |
| 2023-07-28 | Change the description of `SUSPICIOUS_AUTO_TRAIT_IMPLS` | Oleksandr Babak | -3/+3 |
| 2023-07-28 | Auto merge of #114134 - fee1-dead-contrib:rm-constness-from-param-env, r=oli-obk | bors | -362/+94 |
| 2023-07-28 | Replace a lazy `RefCell<Option<T>>` with `OnceCell<T>` | Zalathar | -4/+3 |
| 2023-07-28 | Auto merge of #114115 - nnethercote:less-token-tree-cloning, r=petrochenkov | bors | -71/+64 |
| 2023-07-27 | Insert RPITITs that were shadowed by missing ADTs that resolve to type error | Michael Goulet | -4/+22 |
| 2023-07-27 | tighten span slightly for synthetic item | Michael Goulet | -2/+10 |
| 2023-07-27 | Skip reporting item name when checking RPITIT GAT's associated type bounds hold | Michael Goulet | -6/+12 |
| 2023-07-27 | Rollup merge of #114139 - Urgau:make-print-with-path-unstable, r=jackh726 | Jubilee | -0/+6 |
| 2023-07-27 | Dont report CTFE errors that are due to references-error layouts | Michael Goulet | -1/+4 |
| 2023-07-27 | Don't attempt to compute layout of type referencing error | Michael Goulet | -13/+30 |
| 2023-07-27 | bless clippy | Deadbeef | -5/+8 |
| 2023-07-27 | Auto merge of #113298 - tgross35:update-bless-envs, r=oli-obk | bors | -1/+1 |
| 2023-07-27 | Make `--print KIND=PATH` unstable | Urgau | -0/+6 |
| 2023-07-27 | Adjust spans correctly for fn -> method suggestion | Michael Goulet | -2/+6 |
| 2023-07-27 | Remove `constness` from `ParamEnv` | Deadbeef | -357/+86 |
| 2023-07-27 | When flushing delayed span bugs, write to the ICE dump file even if it doesn'... | Esteban Küber | -2/+2 |
| 2023-07-27 | Rollup merge of #114123 - oli-obk:tait_wtf, r=WaffleLapkin | Guillaume Gomez | -6/+9 |
| 2023-07-27 | Rollup merge of #114117 - compiler-errors:return-to-uniq, r=lcnr | Guillaume Gomez | -12/+15 |
| 2023-07-27 | Rollup merge of #114088 - oli-obk:syn, r=davidtwco | Guillaume Gomez | -2/+1 |
| 2023-07-27 | Auto merge of #113281 - dayo05:master, r=davidtwco | bors | -14/+111 |
| 2023-07-27 | Turns out opaque types can have hidden types registered during mir validation | Oli Scherer | -6/+9 |
| 2023-07-27 | Auto merge of #114080 - compiler-errors:negative, r=spastorino | bors | -1/+1 |
| 2023-07-27 | Optimize `TokenKind::clone`. | Nicholas Nethercote | -1/+16 |
| 2023-07-27 | Auto merge of #114116 - matthiaskrgr:rollup-dtdfk76, r=matthiaskrgr | bors | -527/+426 |
| 2023-07-27 | Rollup merge of #114098 - klensy:drop-atty, r=fee1-dead | Matthias Krüger | -4/+4 |
| 2023-07-27 | Rollup merge of #114082 - ericmarkmartin:smir-nullary-op, r=spastorino | Matthias Krüger | -1/+6 |
| 2023-07-27 | Rollup merge of #114081 - nnethercote:desugar_doc_comments-cleanups, r=petroc... | Matthias Krüger | -21/+27 |
| 2023-07-27 | Rollup merge of #114075 - matthiaskrgr:fmt_args_rustc_3, r=wesleywiser | Matthias Krüger | -498/+385 |