| Age | Commit message (Expand) | Author | Lines |
| 2023-03-24 | Auto merge of #109220 - nikic:poison, r=cuviper | bors | -6/+17 |
| 2023-03-24 | Put back `is_derive_trait_collision` check | Guillaume Gomez | -2/+51 |
| 2023-03-24 | Clarify that we are doing ptr.addr() internally | Ben Kimock | -1/+1 |
| 2023-03-24 | Strenghten disambiguation in `ambiguity_error` and improve documentation | Guillaume Gomez | -5/+11 |
| 2023-03-24 | Rename 'src/bootstrap/native.rs' to llvm.rs | Robin Hafid | -101/+101 |
| 2023-03-24 | Update UI tests for primitive type ambiguity error renaming | Guillaume Gomez | -25/+25 |
| 2023-03-24 | Rename description of primitive from "builtin type" into "primitive type" | Guillaume Gomez | -1/+1 |
| 2023-03-24 | Merge commit 'd5e2a7aca55ed49fc943b7a07a8eba05ab5a0079' into clippyup | Philipp Krones | -1627/+2992 |
| 2023-03-24 | Add regression tests for #108653 | Guillaume Gomez | -25/+416 |
| 2023-03-24 | Special case `ambiguity_error` if all candidates have the same "kind" | Guillaume Gomez | -10/+21 |
| 2023-03-24 | Fix rustdoc intra-doc link invalid ambiguity error message | Guillaume Gomez | -142/+198 |
| 2023-03-24 | Auto merge of #10539 - flip1995:rustup, r=flip1995 | bors | -218/+177 |
| 2023-03-24 | Bump nightly version -> 2023-03-24 | Philipp Krones | -1/+1 |
| 2023-03-24 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -1670/+3031 |
| 2023-03-24 | Use independent suggestions | Mu42 | -25/+29 |
| 2023-03-24 | Fix bad suggestion for clone/is_some in field init shorthand | yukang | -10/+104 |
| 2023-03-24 | Update ar_archive_writer to 0.1.3 | bjorn3 | -4/+4 |
| 2023-03-24 | use llvm 16.0.0 instead of 16.0.0-rc4 | Raphael Amorim | -1/+1 |
| 2023-03-24 | Auto merge of #109216 - martingms:unicode-case-lut-shrink, r=Mark-Simulacrum | bors | -1829/+852 |
| 2023-03-24 | Suggest ..= when someone tries to create an overflowing range | Mu42 | -7/+35 |
| 2023-03-24 | Auto merge of #109552 - matthiaskrgr:rollup-03xwois, r=matthiaskrgr | bors | -48/+121 |
| 2023-03-24 | Rollup merge of #109550 - Nathan-Fenner:nathanf/fixme-adjust-funcs, r=compile... | Matthias Krüger | -32/+30 |
| 2023-03-24 | Rollup merge of #109519 - bzEq:aix-llvm-c++, r=cuviper | Matthias Krüger | -0/+1 |
| 2023-03-24 | Rollup merge of #109495 - compiler-errors:new-solver-destruct, r=eholk,lcnr | Matthias Krüger | -0/+42 |
| 2023-03-24 | Rollup merge of #109433 - chenyukang:yukang/fix-109188-ice, r=lcnr | Matthias Krüger | -3/+48 |
| 2023-03-24 | Rollup merge of #109406 - WaffleLapkin:🥛, r=cuviper | Matthias Krüger | -13/+0 |
| 2023-03-23 | Make helper functions private | Nathan Fenner | -32/+30 |
| 2023-03-24 | Auto merge of #109547 - matthiaskrgr:rollup-zczqgdk, r=matthiaskrgr | bors | -290/+718 |
| 2023-03-24 | Avoid misalign | Kai Luo | -3/+8 |
| 2023-03-24 | Rollup merge of #109536 - petrochenkov:qcstore3, r=cjgillot | Matthias Krüger | -14/+15 |
| 2023-03-24 | Rollup merge of #109515 - bzEq:aix-linker, r=petrochenkov | Matthias Krüger | -0/+174 |
| 2023-03-24 | Rollup merge of #109493 - compiler-errors:new-solver-vars-obligations, r=lcnr | Matthias Krüger | -46/+84 |
| 2023-03-24 | Rollup merge of #109368 - hermitcore:typo, r=cuviper | Matthias Krüger | -1/+1 |
| 2023-03-24 | Rollup merge of #109142 - the8472:mutex-block-docs, r=cuviper | Matthias Krüger | -7/+17 |
| 2023-03-24 | Rollup merge of #108986 - fortanix:raoul/sync_lvi_patches, r=cuviper | Matthias Krüger | -39/+48 |
| 2023-03-24 | Rollup merge of #108961 - compiler-errors:refine-ct-errors, r=BoxyUwU | Matthias Krüger | -28/+63 |
| 2023-03-24 | Rollup merge of #108924 - tmiasko:panic-immediate-abort, r=thomcc | Matthias Krüger | -0/+3 |
| 2023-03-24 | Rollup merge of #108629 - notriddle:notriddle/item-type-advanced, r=Guillaume... | Matthias Krüger | -155/+313 |
| 2023-03-23 | Fix clippy | Ben Kimock | -1/+1 |
| 2023-03-24 | Auto merge of #10489 - samueltardieu:issue-10476, r=giraffate | bors | -54/+355 |
| 2023-03-23 | Auto merge of #109202 - compiler-errors:new-solver-fast-reject-faster-2, r=lcnr | bors | -80/+53 |
| 2023-03-23 | Deeply check WF for RPITITs | Michael Goulet | -44/+108 |
| 2023-03-23 | A MIR transform that checks pointers are aligned | Ben Kimock | -20/+360 |
| 2023-03-23 | rustdoc: remove old `content` hack for theme switching | Michael Howell | -47/+5 |
| 2023-03-23 | rustdoc: clean up `storage.js` | Michael Howell | -30/+14 |
| 2023-03-23 | Auto merge of #109538 - matthiaskrgr:rollup-ct58npj, r=matthiaskrgr | bors | -266/+566 |
| 2023-03-23 | New lint: detect unnecessary struct building | Samuel "Sam" Tardieu | -54/+355 |
| 2023-03-23 | Separate find_*_stability. | Camille GILLOT | -117/+101 |
| 2023-03-23 | Extract parse_stability and parse_unstability. | Camille GILLOT | -205/+224 |
| 2023-03-23 | Use fulfillment in InferCtxt::evaluate_obligation | Michael Goulet | -30/+15 |