| Age | Commit message (Expand) | Author | Lines |
| 2023-07-31 | Auto merge of #114266 - calebzulawski:simd-bswap, r=compiler-errors | bors | -11/+10 |
| 2023-07-30 | Rollup merge of #113741 - compiler-errors:rpitit-projects-to-missing-opaque, ... | Jubilee | -8/+4 |
| 2023-07-30 | Don't install default projection bound for RPITITs | Michael Goulet | -8/+4 |
| 2023-07-30 | Fix simd_bswap for i8/u8 | Caleb Zulawski | -11/+10 |
| 2023-07-30 | Rollup merge of #114258 - WaffleLapkin:reuse_in_derive_expansion, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2023-07-30 | Rollup merge of #114256 - Urgau:fix-issue-114180, r=WaffleLapkin | Matthias Krüger | -2/+2 |
| 2023-07-30 | Rollup merge of #114246 - Bryanskiy:type-privacy-lints-fixes, r=petrochenkov | Matthias Krüger | -5/+1 |
| 2023-07-30 | Rollup merge of #114074 - matthiaskrgr:fmt_args_rustc_2, r=WaffleLapkin | Matthias Krüger | -481/+411 |
| 2023-07-30 | Simplify `Span::can_be_used_for_suggestions` a little tiny bit | Maybe Waffle | -1/+1 |
| 2023-07-30 | Fix invalid suggestion for mismatched types in closure arguments | Urgau | -2/+2 |
| 2023-07-30 | Rollup merge of #114068 - matthiaskrgr:fmt_args_rustc_1, r=WaffleLapkin | Matthias Krüger | -437/+378 |
| 2023-07-30 | Rollup merge of #114018 - Enselic:multi-annotation, r=b-naber | Matthias Krüger | -7/+13 |
| 2023-07-30 | Rollup merge of #112655 - WaffleLapkin:must_use_map_or, r=workingjubilee | Matthias Krüger | -5/+6 |
| 2023-07-30 | inline format!() args up to and including rustc_codegen_llvm | Matthias Krüger | -481/+411 |
| 2023-07-30 | inline format!() args up to and including rustc_middle | Matthias Krüger | -437/+378 |
| 2023-07-30 | Weaken unnameable_types lint | Bryanskiy | -5/+1 |
| 2023-07-30 | Mark `map_or` as `#[must_use]` | Maybe Waffle | -10/+11 |
| 2023-07-30 | Rollup merge of #114203 - fee1-dead-contrib:effects/pp-no-host, r=oli-obk | fee1-dead | -2/+29 |
| 2023-07-30 | Auto merge of #114226 - matthiaskrgr:rollup-wxdudsm, r=matthiaskrgr | bors | -32/+8 |
| 2023-07-30 | Rollup merge of #114222 - compiler-errors:lazy-type-alias-is-incomplete, r=ol... | Matthias Krüger | -1/+1 |
| 2023-07-30 | Rollup merge of #114152 - ttsugriy:master, r=WaffleLapkin | Matthias Krüger | -31/+7 |
| 2023-07-29 | some nits, bless test | Michael Goulet | -5/+27 |
| 2023-07-29 | Implement assumed_wf_types for RPITITs' implementations | Michael Goulet | -33/+73 |
| 2023-07-29 | Take RPITITs inherit the assumed_wf_types of their parent fn | Michael Goulet | -88/+49 |
| 2023-07-29 | Mark lazy_type_alias as incomplete | Michael Goulet | -1/+1 |
| 2023-07-29 | Auto merge of #114156 - calebzulawski:simd-bswap, r=compiler-errors | bors | -0/+55 |
| 2023-07-29 | Auto merge of #114028 - Centri3:ternary-operator, r=compiler-errors | bors | -2/+57 |
| 2023-07-29 | Auto merge of #114148 - cuviper:drop-llvm-14, r=nikic | bors | -82/+28 |
| 2023-07-29 | Effects: don't print `host` param in diagnostics | Deadbeef | -2/+29 |
| 2023-07-29 | [rustc][data_structures] Simplify binary_search_slice. | Taras Tsugrii | -31/+7 |
| 2023-07-29 | Auto merge of #114150 - clubby789:improve-option-ref-suggestion, r=WaffleLapkin | bors | -69/+94 |
| 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 | Use i1 instead of bool | Caleb Zulawski | -2/+9 |