| Age | Commit message (Expand) | Author | Lines |
| 2023-12-08 | Fix nits and add test for `unnecessary_operation` | cocodery | -26/+66 |
| 2023-12-08 | cleanup type variable storage | lcnr | -97/+43 |
| 2023-12-08 | update target feature following LLVM API change | Krasimir Georgiev | -3/+7 |
| 2023-12-08 | Auto merge of #15627 - jmintb:sort_imports, r=Veykril | bors | -477/+845 |
| 2023-12-08 | Cleanup | Lukas Wirth | -550/+516 |
| 2023-12-08 | Auto merge of #16048 - Veykril:concat-bytes-fix, r=Veykril | bors | -49/+107 |
| 2023-12-08 | coverage: Regression test for unwrapping `prev` when there are no spans | Zalathar | -0/+67 |
| 2023-12-08 | coverage: Add `#[track_caller]` to the span generator's unwrap methods | Zalathar | -14/+12 |
| 2023-12-08 | coverage: Simplify the heuristic for ignoring `async fn` return spans | Zalathar | -17/+14 |
| 2023-12-08 | coverage: Use `SpanMarker` to mark the full condition of `if !` | Zalathar | -12/+17 |
| 2023-12-08 | coverage: Use `SpanMarker` to mark `continue` expressions. | Zalathar | -16/+8 |
| 2023-12-08 | coverage: Add `CoverageKind::SpanMarker` for including extra spans in MIR | Zalathar | -3/+36 |
| 2023-12-08 | coverage: Add a dedicated test for coverage of `if !` | Zalathar | -0/+114 |
| 2023-12-08 | Implement function type matching | Jessie Chatham Spencer | -101/+95 |
| 2023-12-08 | WIP - Sort suggested imports by type for data types | Jessie Chatham Spencer | -10/+418 |
| 2023-12-08 | Auto merge of #15705 - rmehri01:14485_fix_delegate_self_references, r=Veykril | bors | -5/+263 |
| 2023-12-08 | fix: prefer keeping Self if it is in the same impl def | Ryan Mehri | -11/+28 |
| 2023-12-08 | fix: preserve where clause in delegate method | Ryan Mehri | -1/+48 |
| 2023-12-08 | fix: resolve Self type references in delegate method assist | Ryan Mehri | -3/+197 |
| 2023-12-08 | Auto merge of #15486 - petr-tik:n15134_hide_private_from_autocomplete_2, r=Ve... | bors | -2/+38 |
| 2023-12-08 | fix: Fix item tree lowering pub(self) to pub() | Lukas Wirth | -31/+28 |
| 2023-12-08 | Stop offering private functions in completions | petr-tik | -14/+53 |
| 2023-12-08 | Auto merge of #15515 - cardoso:flip-binexpr/lhs-binexpr, r=Veykril | bors | -1/+30 |
| 2023-12-08 | flip binexpr works for lhs cmp | Matheus Cardoso | -11/+22 |
| 2023-12-08 | Flip binexpr works for lhs binexpr | Matheus Cardoso | -0/+18 |
| 2023-12-08 | fix: Fix `concat_bytes!` expansion | Lukas Wirth | -7/+61 |
| 2023-12-08 | Extend tidy alphabetical checking to `tests/`. | Nicholas Nethercote | -0/+1 |
| 2023-12-08 | Auto merge of #15896 - minestarks:run-quickpick, r=Veykril | bors | -57/+94 |
| 2023-12-08 | Make TraitEnvironment's constructor private | Lukas Wirth | -42/+46 |
| 2023-12-08 | Auto merge of #118668 - fmease:resolve-assoc-item-bindings-by-namespace, r=co... | bors | -416/+598 |
| 2023-12-08 | temporarily revert "ice on ambguity in mir typeck" | Ali MJ Al-Nasrawy | -12/+28 |
| 2023-12-08 | Auto merge of #118732 - matthiaskrgr:rollup-ub9pgjm, r=matthiaskrgr | bors | -192/+214 |
| 2023-12-08 | Auto merge of #3215 - rust-lang:rustup-2023-12-08, r=saethlin | bors | -2536/+6641 |
| 2023-12-08 | Rollup merge of #118722 - notriddle:notriddle/dom-opt-3, r=GuillaumeGomez | Matthias Krüger | -19/+6 |
| 2023-12-08 | Rollup merge of #118709 - oksbsb:fix-job-server, r=SparrowLii | Matthias Krüger | -16/+19 |
| 2023-12-08 | Rollup merge of #118695 - Zalathar:push-refined, r=davidtwco | Matthias Krüger | -50/+37 |
| 2023-12-08 | Rollup merge of #118693 - saethlin:alignment-check-symbol-reachable, r=bjorn3 | Matthias Krüger | -0/+3 |
| 2023-12-08 | Rollup merge of #118690 - Zalathar:test-macros, r=cjgillot | Matthias Krüger | -80/+33 |
| 2023-12-08 | Rollup merge of #118677 - GuillaumeGomez:doc_cfg-display, r=notriddle | Matthias Krüger | -9/+43 |
| 2023-12-08 | Rollup merge of #118581 - ianrrees:add-drop-note-to-once_lock, r=workingjubilee | Matthias Krüger | -14/+25 |
| 2023-12-08 | Rollup merge of #118505 - CLEckhardt:update_ip_addr_bits_docs, r=cuviper | Matthias Krüger | -4/+48 |
| 2023-12-08 | Auto merge of #118301 - weihanglo:rustfix-doc, r=albertlarsan68 | bors | -5/+4 |
| 2023-12-08 | Merge from rustc | The Miri Conjob Bot | -2535/+6640 |
| 2023-12-08 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2023-12-07 | recurse into refs when comparing tys for diagnostics | jyn | -214/+224 |
| 2023-12-08 | Auto merge of #118725 - lcnr:normalizes-to-projection-split-3, r=BoxyUwU | bors | -189/+310 |
| 2023-12-08 | 1. fix jobserver GLOBAL_CLIENT_CHECKED uninitialized before use | oksbsb | -16/+19 |
| 2023-12-07 | Enable stack probes on aarch64 for LLVM 18 | Josh Stone | -35/+80 |
| 2023-12-08 | update fixme | lcnr | -4/+3 |
| 2023-12-07 | Add a test to evaluate type intrinsic. | Celina G. Val | -3/+36 |