| Age | Commit message (Expand) | Author | Lines |
| 2023-07-29 | tests/codegen/enum-* -> enum/enum-* | Jubilee Young | -0/+0 |
| 2023-07-29 | Auto merge of #114156 - calebzulawski:simd-bswap, r=compiler-errors | bors | -25/+118 |
| 2023-07-29 | Auto merge of #114028 - Centri3:ternary-operator, r=compiler-errors | bors | -0/+184 |
| 2023-07-29 | Auto merge of #114148 - cuviper:drop-llvm-14, r=nikic | bors | -287/+253 |
| 2023-07-29 | Auto merge of #114150 - clubby789:improve-option-ref-suggestion, r=WaffleLapkin | bors | -5/+59 |
| 2023-07-29 | Auto merge of #113422 - Urgau:cast_ref_to_mut-pre-beta, r=Nilstrieb | bors | -22/+18 |
| 2023-07-29 | Auto merge of #113099 - bvanjoi:fix-112713-2, r=petrochenkov | bors | -11/+1277 |
| 2023-07-29 | Auto merge of #114197 - matthiaskrgr:rollup-iluf7u4, r=matthiaskrgr | bors | -8/+25 |
| 2023-07-29 | Rollup merge of #114124 - Enselic:proc-fixme, r=cjgillot | Matthias Krüger | -8/+8 |
| 2023-07-29 | Rollup merge of #113773 - compiler-errors:err-layout-bail, r=cjgillot | Matthias Krüger | -0/+17 |
| 2023-07-29 | Auto merge of #111916 - fee1-dead-contrib:noop-method-call-warn, r=compiler-e... | bors | -78/+132 |
| 2023-07-28 | Auto merge of #114181 - matthiaskrgr:rollup-14m8s7f, r=matthiaskrgr | bors | -0/+350 |
| 2023-07-28 | Add rustdoc tests for generic const items | León Orell Valerian Liehr | -0/+86 |
| 2023-07-28 | Update existing UI tests | León Orell Valerian Liehr | -38/+69 |
| 2023-07-28 | Add UI tests for generic const items | León Orell Valerian Liehr | -0/+825 |
| 2023-07-28 | Rollup merge of #114164 - Enselic:lint-cap-trait-bounds, r=compiler-errors | Matthias Krüger | -0/+8 |
| 2023-07-28 | Rollup merge of #114147 - compiler-errors:missing-rpitits, r=spastorino | Matthias Krüger | -0/+27 |
| 2023-07-28 | Rollup merge of #114146 - compiler-errors:dont-report-rpitit-name, r=spastorino | Matthias Krüger | -0/+99 |
| 2023-07-28 | Rollup merge of #114138 - compiler-errors:bad-rcvr-span-on-method-sugg, r=est... | Matthias Krüger | -0/+21 |
| 2023-07-28 | Rollup merge of #114099 - davidtwco:issue-113860-staged-api-effective-vis-gt-... | Matthias Krüger | -0/+195 |
| 2023-07-29 | fix(resolve): update the ambiguity glob binding as warning recursively | bohan | -11/+1277 |
| 2023-07-28 | Auto merge of #111780 - weiznich:diagnostic_namespace, r=petrochenkov | bors | -0/+143 |
| 2023-07-28 | privacy: no nominal visibility for assoc fns | David Wood | -0/+195 |
| 2023-07-28 | Introduce the `#[diagnostic]` attribute namespace | Georg Semmler | -0/+143 |
| 2023-07-28 | Auto merge of #113312 - Ddystopia:auto-trait-fun, r=lcnr | bors | -3/+66 |
| 2023-07-28 | Add regression test for `--cap-lints allow` and trait bounds warning | Martin Nordholts | -0/+8 |
| 2023-07-28 | Auto merge of #114134 - fee1-dead-contrib:rm-constness-from-param-env, r=oli-obk | bors | -660/+288 |
| 2023-07-28 | Auto merge of #112390 - MoskalykA:move-two-tests-from-library-to-tests, r=wor... | bors | -109/+0 |
| 2023-07-28 | Format test | Caleb Zulawski | -10/+12 |
| 2023-07-27 | Add SIMD bitreverse, ctlz, cttz intrinsics | Caleb Zulawski | -18/+86 |
| 2023-07-27 | Add simd_bswap intrinsic | Caleb Zulawski | -16/+39 |
| 2023-07-27 | Auto merge of #108980 - Enselic:println-and-broken-pipe, r=workingjubilee | bors | -0/+47 |
| 2023-07-27 | Handle exclusive refs in suggestion to copy/clone | clubby789 | -1/+55 |
| 2023-07-27 | Refactor `suggest_copied_cloned_or_as_ref` | clubby789 | -4/+4 |
| 2023-07-27 | Add additional test | Michael Goulet | -0/+44 |
| 2023-07-27 | Insert RPITITs that were shadowed by missing ADTs that resolve to type error | Michael Goulet | -0/+27 |
| 2023-07-27 | tighten span slightly for synthetic item | Michael Goulet | -2/+2 |
| 2023-07-27 | Skip reporting item name when checking RPITIT GAT's associated type bounds hold | Michael Goulet | -0/+55 |
| 2023-07-27 | CHECK only for opaque ptr | Josh Stone | -251/+251 |
| 2023-07-27 | Update the minimum external LLVM to 15 | Josh Stone | -36/+2 |
| 2023-07-27 | Rollup merge of #114139 - Urgau:make-print-with-path-unstable, r=jackh726 | Jubilee | -4/+17 |
| 2023-07-27 | Rollup merge of #114122 - Enselic:hello-build-pass, r=petrochenkov | Jubilee | -1/+1 |
| 2023-07-27 | Don't attempt to compute layout of type referencing error | Michael Goulet | -0/+17 |
| 2023-07-27 | Make `--print KIND=PATH` unstable | Urgau | -4/+17 |
| 2023-07-27 | Adjust spans correctly for fn -> method suggestion | Michael Goulet | -0/+21 |
| 2023-07-27 | Auto merge of #113374 - GuillaumeGomez:private-to-public-path, r=notriddle,fm... | bors | -0/+212 |
| 2023-07-27 | update tests, adding known-bug | Deadbeef | -660/+288 |
| 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 |