| Age | Commit message (Expand) | Author | Lines |
| 2024-01-19 | Stabilize `round_ties_even` | Jules Bertholet | -2/+0 |
| 2024-01-19 | Add new intrinsic `is_constant` and optimize `pow` | Catherine Flores | -0/+27 |
| 2024-01-19 | Rollup merge of #119984 - kpreid:waker-noop, r=dtolnay | Matthias Krüger | -12/+6 |
| 2024-01-19 | Auto merge of #120121 - matthiaskrgr:rollup-razammh, r=matthiaskrgr | bors | -2/+11 |
| 2024-01-19 | Teach tidy about line/col information for malformed features | Oli Scherer | -6/+26 |
| 2024-01-19 | Rollup merge of #120107 - shepmaster:dead-code-repr-transparent, r=Nilstrieb | Matthias Krüger | -2/+2 |
| 2024-01-19 | Rollup merge of #120083 - Zalathar:no-profiler, r=wesleywiser | Matthias Krüger | -0/+9 |
| 2024-01-18 | Rollup merge of #120102 - eltociear:patch-24, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-01-18 | Rollup merge of #119869 - oli-obk:track_errors2, r=matthewjasper | Matthias Krüger | -9/+15 |
| 2024-01-18 | Remove no-longer-needed `allow(dead_code)` from Miri tests | Jake Goulding | -2/+2 |
| 2024-01-19 | Fix typo in munmap_partial.rs | Ikko Eltociear Ashimine | -1/+1 |
| 2024-01-18 | Don't forget that the lifetime on hir types is `'tcx` | Oli Scherer | -23/+23 |
| 2024-01-18 | Apply suggestions from code review | Samuel Moelius | -2/+4 |
| 2024-01-18 | llvm: simplify data layout check | David Wood | -3/+4 |
| 2024-01-18 | Rollup merge of #119978 - compiler-errors:async-closure-captures, r=oli-obk | Matthias Krüger | -42/+82 |
| 2024-01-18 | Rollup merge of #119967 - ShE3py:patkind-err, r=WaffleLapkin | Matthias Krüger | -7/+16 |
| 2024-01-18 | Rollup merge of #119172 - nnethercote:earlier-NulInCStr, r=petrochenkov | Matthias Krüger | -0/+4 |
| 2024-01-18 | fix(rust-analyzer): use new pkgid spec to compare | Weihang Lo | -2/+14 |
| 2024-01-18 | Warn when no profiler runtime means coverage tests won't be run/blessed | Zalathar | -0/+9 |
| 2024-01-17 | Remove unnecessary `let`s and borrowing from `Waker::noop()` usage. | Kevin Reid | -12/+6 |
| 2024-01-17 | Update cargo | Weihang Lo | -0/+0 |
| 2024-01-17 | Auto merge of #118708 - davidtwco:target-tier-assembly-test, r=Mark-Simulacrum | bors | -0/+54 |
| 2024-01-17 | Fix clippy | Oli Scherer | -9/+15 |
| 2024-01-17 | tests: add sanity-check assembly test for every target | David Wood | -0/+54 |
| 2024-01-17 | Auto merge of #119111 - michaelwoerister:measureme-11, r=Mark-Simulacrum | bors | -1/+1 |
| 2024-01-17 | Add `PatKind::Err` | Lieselotte | -7/+16 |
| 2024-01-16 | Update cargo | Weihang Lo | -0/+0 |
| 2024-01-16 | Auto merge of #116520 - Enselic:large-copy-into-fn, r=oli-obk | bors | -4/+4 |
| 2024-01-16 | Deal with additional wrapping of async closure body in clippy | Michael Goulet | -42/+82 |
| 2024-01-16 | Don't allow `.html` files in `tests/mir-opt/` | Zalathar | -5/+6 |
| 2024-01-15 | compiler: Lower fn call arg spans down to MIR | Martin Nordholts | -4/+4 |
| 2024-01-15 | Ensure `callee_id`s are body owners | Samuel Moelius | -23/+13 |
| 2024-01-15 | Merge commit '9d8889cdfcc3aa0302353fc988ed21ff9bc9925c' into sync-from-ra | Laurențiu Nicola | -1024/+1650 |
| 2024-01-15 | Auto merge of #119581 - Nadrieril:detangle-arena, r=compiler-errors | bors | -1/+0 |
| 2024-01-14 | fmt | The Miri Conjob Bot | -2/+2 |
| 2024-01-14 | Merge from rustc | The Miri Conjob Bot | -38/+48 |
| 2024-01-14 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2024-01-13 | tidy: allow platform-dependent code in `sys` | joboet | -2/+2 |
| 2024-01-13 | Update measureme crate to version 11 | Michael Woerister | -1/+1 |
| 2024-01-13 | Auto merge of #117285 - joboet:move_platforms_to_pal, r=ChrisDenton | bors | -35/+35 |
| 2024-01-13 | Merge from rustc | The Miri Conjob Bot | -833/+5201 |
| 2024-01-13 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2024-01-13 | Auto merge of #118947 - Bryanskiy:delegStep1, r=petrochenkov,lcnr | bors | -3/+13 |
| 2024-01-12 | Improve `let_underscore_lock` | Nilstrieb | -0/+1 |
| 2024-01-12 | Update cargo | Weihang Lo | -0/+0 |
| 2024-01-12 | rustc_pattern_analysis no longer needs to be passed an arena | Nadrieril | -1/+0 |
| 2024-01-12 | Rollup merge of #119885 - DianQK:revert-pr-113923, r=petrochenkov | Guillaume Gomez | -1/+0 |
| 2024-01-12 | Rollup merge of #119819 - chenyukang:yukang-fix-118183-lint, r=davidtwco | Guillaume Gomez | -5/+25 |
| 2024-01-12 | Delegation implementation: step 1 | Bryanskiy | -3/+13 |
| 2024-01-12 | check rust lints when an unknown lint is detected | yukang | -5/+25 |