| Age | Commit message (Expand) | Author | Lines |
| 2023-08-23 | Remove opinions from style guide about where clauses in type alias items | Michael Goulet | -6/+9 |
| 2023-08-16 | Describe how to format trailing where clauses | Michael Goulet | -2/+25 |
| 2023-08-16 | bugfix: reflect how rustfmt formats type aliases | Michael Goulet | -3/+3 |
| 2023-08-15 | Auto merge of #114852 - GuillaumeGomez:rollup-vjagxjr, r=GuillaumeGomez | bors | -228/+574 |
| 2023-08-15 | Auto merge of #112387 - clarfonthey:non-panicking-ceil-char-boundary, r=m-ou-se | bors | -9/+5 |
| 2023-08-15 | Fix typo. | Mara Bos | -1/+1 |
| 2023-08-15 | Rollup merge of #114831 - compiler-errors:next-solver-projection-subst-compat... | Guillaume Gomez | -8/+31 |
| 2023-08-15 | Rollup merge of #114830 - compiler-errors:ui-test-annotations, r=petrochenkov | Guillaume Gomez | -17/+17 |
| 2023-08-15 | Rollup merge of #114829 - compiler-errors:next-solver-only-unsize-to-dyn-once... | Guillaume Gomez | -54/+94 |
| 2023-08-15 | Rollup merge of #114828 - compiler-errors:next-solver-probe-upcasting, r=lcnr | Guillaume Gomez | -13/+27 |
| 2023-08-15 | Rollup merge of #114827 - compiler-errors:next-solver-dyn-safe-candidates, r=... | Guillaume Gomez | -0/+7 |
| 2023-08-15 | Rollup merge of #114825 - cuviper:gimli-0.28, r=compiler-errors | Guillaume Gomez | -0/+9 |
| 2023-08-15 | Rollup merge of #114820 - ehuss:unknown-lint-mod-warning, r=compiler-errors | Guillaume Gomez | -0/+36 |
| 2023-08-15 | Rollup merge of #114800 - RalfJung:transparent, r=cuviper | Guillaume Gomez | -18/+26 |
| 2023-08-15 | Rollup merge of #114772 - fee1-dead-contrib:typed-did, r=b-naber | Guillaume Gomez | -100/+324 |
| 2023-08-15 | Rollup merge of #114711 - lqd:linker-inference, r=petrochenkov | Guillaume Gomez | -18/+3 |
| 2023-08-15 | Auto merge of #114467 - Amanieu:asm-unstable-features, r=davidtwco | bors | -5/+6 |
| 2023-08-15 | Auto merge of #114717 - loongarch-rs:rust-lld, r=b-naber | bors | -2/+4 |
| 2023-08-15 | Auto merge of #114023 - compiler-errors:coinductive-cycle-lint, r=lcnr | bors | -54/+252 |
| 2023-08-15 | more nits | Michael Goulet | -49/+65 |
| 2023-08-15 | Reuse the selection context, compute failing obligations first in ambig mode | Michael Goulet | -88/+80 |
| 2023-08-15 | nits | Michael Goulet | -5/+8 |
| 2023-08-15 | Implement lint against coinductive impl overlap | Michael Goulet | -6/+183 |
| 2023-08-15 | more span info | Michael Goulet | -14/+24 |
| 2023-08-15 | Auto merge of #113679 - chenyukang:yukang-fix-lint-113459, r=cjgillot | bors | -0/+68 |
| 2023-08-15 | Auto merge of #114803 - bjorn3:less_session_mutable_state, r=fee1-dead | bors | -106/+50 |
| 2023-08-15 | Check projection arguments before substitution | Michael Goulet | -8/+31 |
| 2023-08-15 | Clean up some bad ui testing annotations | Michael Goulet | -17/+17 |
| 2023-08-15 | Separate consider_unsize_to_dyn_candidate from other unsize candidates | Michael Goulet | -54/+94 |
| 2023-08-15 | Probe when assembling upcast candidates so they don't step on eachother's toes | Michael Goulet | -13/+27 |
| 2023-08-15 | Only consider object candidates for object-safe dyn types | Michael Goulet | -0/+7 |
| 2023-08-14 | Add a regression test for #113238 | Josh Stone | -0/+9 |
| 2023-08-14 | Auto merge of #114824 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-08-14 | Update cargo | Weihang Lo | -0/+0 |
| 2023-08-14 | Auto merge of #113658 - Dirreke:csky-unknown-linux-gunabiv2, r=bjorn3 | bors | -81/+503 |
| 2023-08-14 | actually this doesn't even affect doctests. nice. | Ralf Jung | -24/+12 |
| 2023-08-14 | Auto merge of #114821 - matthiaskrgr:rollup-bahtz9m, r=matthiaskrgr | bors | -8/+66 |
| 2023-08-14 | Rollup merge of #114817 - ouz-a:ouz_testing, r=lcnr | Matthias Krüger | -1/+0 |
| 2023-08-14 | Rollup merge of #114815 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2023-08-14 | Rollup merge of #114760 - DianQK:update-test-for-type-decl-disubprogram, r=cu... | Matthias Krüger | -0/+26 |
| 2023-08-14 | Rollup merge of #114752 - RickleAndMortimer:issue-113788-fix, r=compiler-errors | Matthias Krüger | -1/+17 |
| 2023-08-14 | Rollup merge of #114745 - ouz-a:smir_const, r=spastorino | Matthias Krüger | -6/+23 |
| 2023-08-14 | Add test for unknown_lints from another file. | Eric Huss | -0/+36 |
| 2023-08-14 | Auto merge of #113464 - waynr:remove-provider-trait, r=Amanieu | bors | -739/+736 |
| 2023-08-15 | Update compiler/rustc_feature/src/active.rs | Dirreck | -1/+1 |
| 2023-08-14 | fixed *const [type error] does not implement the Copy trait | nxya | -1/+17 |
| 2023-08-14 | Remove unnecessary FIXME | ouz-a | -1/+0 |
| 2023-08-15 | update Cargo.lock | dirreke | -4/+4 |
| 2023-08-14 | Update books | rustbot | -0/+0 |
| 2023-08-15 | fix the error check | dirreke | -2/+2 |