| Age | Commit message (Expand) | Author | Lines |
| 2023-07-03 | rename `structurally_resolved_type` | lcnr | -22/+22 |
| 2023-07-03 | Auto merge of #112882 - DrMeepster:new_un_derefer, r=oli-obk | bors | -136/+137 |
| 2023-07-03 | Auto merge of #113176 - workingjubilee:backtrace-0.3.68, r=thomcc | bors | -49/+22 |
| 2023-07-02 | Update std to backtrace 0.3.68 | Jubilee Young | -49/+22 |
| 2023-07-02 | Auto merge of #113046 - Nilstrieb:update, r=Mark-Simulacrum | bors | -503/+531 |
| 2023-07-02 | downgrade compiler_builtins | Nilstrieb | -3/+4 |
| 2023-07-02 | Downgrade rustix | Nilstrieb | -4/+8 |
| 2023-07-02 | Downgrade tracing and syn | Nilstrieb | -23/+24 |
| 2023-07-02 | Auto merge of #108537 - GuillaumeGomez:rustdoc-search-whitespace-as-separator... | bors | -188/+431 |
| 2023-07-02 | cargo update | Nilstrieb | -516/+538 |
| 2023-07-02 | Auto merge of #113260 - flip1995:clippyup, r=Manishearth | bors | -5904/+21836 |
| 2023-07-02 | Update Cargo.lock | Philipp Krones | -59/+38 |
| 2023-07-02 | Fix compile-test tests to work with the new ui_test crate | Philipp Krones | -26/+9 |
| 2023-07-02 | Fix valtree changes | Philipp Krones | -2/+2 |
| 2023-07-02 | Merge commit '37f4c1725d3fd7e9c3ffd8783246bc5589debc53' into clippyup | Philipp Krones | -5828/+21798 |
| 2023-07-02 | Auto merge of #113040 - Kobzol:llvm-remark-streamer, r=tmiasko | bors | -13/+180 |
| 2023-07-02 | Add `rustc` option to output LLVM optimization remarks to YAML files | Jakub Beránek | -13/+180 |
| 2023-07-02 | Auto merge of #113256 - matthiaskrgr:rollup-poex8w2, r=matthiaskrgr | bors | -50/+107 |
| 2023-07-02 | Rollup merge of #113249 - tgross35:patch-2, r=jyn514 | Matthias Krüger | -0/+2 |
| 2023-07-02 | Rollup merge of #113244 - Kobzol:bootstrap-rust-analyzer-tests, r=jyn514 | Matthias Krüger | -1/+3 |
| 2023-07-02 | Rollup merge of #113234 - jyn514:revert-python-test-args, r=clubby789 | Matthias Krüger | -5/+15 |
| 2023-07-02 | Rollup merge of #113233 - Nilstrieb:chaaalk, r=jackh726 | Matthias Krüger | -14/+16 |
| 2023-07-02 | Rollup merge of #113231 - Urgau:fix_false_positive_drop_copy, r=Nilstrieb | Matthias Krüger | -1/+39 |
| 2023-07-02 | Rollup merge of #113228 - GuillaumeGomez:migrate-gui-test-color-18, r=notriddle | Matthias Krüger | -9/+9 |
| 2023-07-02 | Rollup merge of #113202 - guilliamxavier:patch-1, r=workingjubilee | Matthias Krüger | -6/+8 |
| 2023-07-02 | Rollup merge of #113147 - lizhanhui:fix_vec_from_raw_parts_doc_example, r=Mar... | Matthias Krüger | -14/+15 |
| 2023-07-02 | Auto merge of #112718 - oli-obk:SIMD-destructure_mir_const, r=cjgillot | bors | -58/+106 |
| 2023-07-02 | Auto merge of #112756 - hi-rustin:rustin-patch-bootstrap, r=clubby789 | bors | -9/+65 |
| 2023-07-02 | Fix broken tests | hi-rustin | -5/+1 |
| 2023-07-02 | Auto merge of #112910 - lqd:mcp510, r=petrochenkov | bors | -88/+398 |
| 2023-07-01 | Document tracking issue for rustdoc `show-type-layout` | Trevor Gross | -0/+2 |
| 2023-07-01 | Auto merge of #111035 - Nilstrieb:layout-err, r=wesleywiser | bors | -80/+108 |
| 2023-07-01 | Auto merge of #11012 - Centri3:manual_try_fold, r=blyxyas,xFrednet | bors | -3/+224 |
| 2023-07-01 | Put `FnAbiError` behind reference to shrink result | Nilstrieb | -25/+20 |
| 2023-07-01 | Put `LayoutError` behind reference to shrink result | Nilstrieb | -56/+89 |
| 2023-07-01 | Make Rust Analyzer tests faster by compiling less code | Jakub Beránek | -1/+3 |
| 2023-07-01 | address comments | Catherine | -10/+11 |
| 2023-07-01 | update docs | Catherine | -5/+10 |
| 2023-07-01 | Typo | Catherine | -6/+6 |
| 2023-07-01 | Add msrv tests | Catherine | -1/+23 |
| 2023-07-01 | New lint `manual_try_fold` | Catherine | -2/+195 |
| 2023-07-01 | Don't pass --test-args to `python -m unitest` | jyn | -5/+15 |
| 2023-07-01 | Update chalk | Nilstrieb | -14/+16 |
| 2023-07-01 | Auto merge of #11020 - Centri3:tuple_array_conversion, r=llogiq | bors | -2/+399 |
| 2023-07-01 | Auto merge of #113225 - calebcartwright:sync-rustfmt, r=calebcartwright | bors | -50/+1082 |
| 2023-07-01 | Fix dropping_copy_types lint from linting in match-arm with side-effects | Urgau | -1/+39 |
| 2023-07-01 | Auto merge of #113229 - matthiaskrgr:rollup-gunqun4, r=matthiaskrgr | bors | -106/+499 |
| 2023-07-01 | Rollup merge of #113227 - weihanglo:update-cargo, r=weihanglo | Matthias Krüger | -0/+0 |
| 2023-07-01 | Rollup merge of #113226 - lqd:win-trys, r=Kobzol | Matthias Krüger | -40/+48 |
| 2023-07-01 | Rollup merge of #113196 - Bryanskiy:assoc_item, r=petrochenkov | Matthias Krüger | -4/+7 |