| Age | Commit message (Expand) | Author | Lines |
| 2024-12-09 | fix ICE on type error in promoted | Ralf Jung | -2/+5 |
| 2024-12-07 | Auto merge of #133978 - matthiaskrgr:rollup-6gh1iho, r=matthiaskrgr | bors | -1/+1 |
| 2024-12-06 | Remove polymorphization | Ben Kimock | -5/+0 |
| 2024-12-06 | Rollup merge of #130254 - GrigorenkoPV:QuotaExceeded, r=dtolnay | Matthias Krüger | -1/+1 |
| 2024-12-06 | Auto merge of #133089 - eholk:stabilize-noop-waker, r=dtolnay | bors | -10/+4 |
| 2024-12-06 | Auto merge of #133956 - bjorn3:sync_cg_clif-2024-12-06, r=bjorn3 | bors | -0/+2 |
| 2024-12-06 | Cargo decided to add serde to cg_clif's lockfile despite serde support in Cra... | bjorn3 | -0/+2 |
| 2024-12-06 | Rollup merge of #133930 - chriskrycho:mdbook-trpl-package, r=ehuss | Matthias Krüger | -29/+32 |
| 2024-12-06 | Rollup merge of #133211 - Strophox:miri-correct-state-update-ffi, r=RalfJung | Matthias Krüger | -47/+366 |
| 2024-12-05 | Rollup merge of #133821 - Kobzol:replace-black-with-ruff, r=onur-ozkan | Guillaume Gomez | -186/+147 |
| 2024-12-05 | Stabilize noop_waker | Eric Holk | -10/+4 |
| 2024-12-05 | extend Miri to correctly pass mutable pointers through FFI | Strophox | -47/+366 |
| 2024-12-05 | rustbook: update to use new mdbook-trpl package from The Book | Chris Krycho | -29/+32 |
| 2024-12-05 | Rollup merge of #133892 - jieyouxu:revert-eprintln, r=jieyouxu | León Orell Valerian Liehr | -66/+66 |
| 2024-12-05 | Rollup merge of #133863 - oli-obk:push-pystoxvtvssx, r=lqd | León Orell Valerian Liehr | -11/+2 |
| 2024-12-05 | Rollup merge of #133233 - estebank:const-errors, r=Nadrieril | León Orell Valerian Liehr | -1/+0 |
| 2024-12-05 | Rollup merge of #118833 - Urgau:lint_function_pointer_comparisons, r=cjgillot | León Orell Valerian Liehr | -170/+83 |
| 2024-12-05 | Revert "Rollup merge of #133817 - clubby789:bootstrap-eprintln, r=jieyouxu" | Jieyou Xu | -66/+66 |
| 2024-12-04 | Reformat Python code with `ruff` | Jakub Beránek | -101/+125 |
| 2024-12-04 | Exclude additional subtrees in `ruff` config | Jakub Beránek | -0/+6 |
| 2024-12-04 | Tweak ptr in pattern error | Esteban Küber | -1/+0 |
| 2024-12-04 | Rename `core_pattern_type` and `core_pattern_types` lib feature gates to `pa... | Oli Scherer | -11/+2 |
| 2024-12-04 | Auto merge of #133841 - matthiaskrgr:rollup-2snj3hc, r=matthiaskrgr | bors | -66/+66 |
| 2024-12-04 | Rollup merge of #133817 - clubby789:bootstrap-eprintln, r=jieyouxu | Matthias Krüger | -66/+66 |
| 2024-12-04 | Auto merge of #133825 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-12-04 | Auto merge of #133818 - matthiaskrgr:rollup-iav1wq7, r=matthiaskrgr | bors | -10/+53 |
| 2024-12-03 | tidy: `println!` -> `eprintln!` | clubby789 | -12/+12 |
| 2024-12-03 | compiletest: `println!` -> `eprintln!` | clubby789 | -54/+54 |
| 2024-12-03 | Update cargo | Weihang Lo | -0/+0 |
| 2024-12-03 | Remove dependency on `black` | Jakub Beránek | -71/+0 |
| 2024-12-03 | Replace `black` with `ruff` for formatting Python code | Jakub Beránek | -11/+13 |
| 2024-12-03 | Fix copy-pasted tool name | Jakub Beránek | -1/+1 |
| 2024-12-03 | Fix typo | Jakub Beránek | -2/+2 |
| 2024-12-03 | Rollup merge of #133813 - clubby789:ui-pass-note, r=jieyouxu | Matthias Krüger | -4/+7 |
| 2024-12-03 | Rollup merge of #133812 - alexcrichton:update-wasm-component-ld, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-12-03 | Rollup merge of #133726 - joshtriplett:breakpoint, r=oli-obk | Matthias Krüger | -5/+3 |
| 2024-12-03 | Rollup merge of #133681 - RalfJung:niches, r=wesleywiser | Matthias Krüger | -0/+42 |
| 2024-12-03 | compiletest: explain that UI tests are expected not to compile by default | clubby789 | -4/+7 |
| 2024-12-03 | Update wasm-component-ld to 0.5.11 | Alex Crichton | -1/+1 |
| 2024-12-03 | Auto merge of #133803 - matthiaskrgr:rollup-8ag5ncy, r=matthiaskrgr | bors | -2/+2 |
| 2024-12-03 | Rollup merge of #132612 - compiler-errors:async-trait-bounds, r=lcnr | Matthias Krüger | -2/+2 |
| 2024-12-03 | switch jemalloc-sys back to tikv-jemalloc-sys, and update to 0.6.0 | Rémy Rakic | -3/+5 |
| 2024-12-03 | miri: Adapt for `breakpoint` becoming safe | Josh Triplett | -5/+3 |
| 2024-12-02 | Rollup merge of #133746 - oli-obk:push-xwyrylxmrtvq, r=jieyouxu | Guillaume Gomez | -5/+5 |
| 2024-12-02 | Rollup merge of #133710 - Urgau:target_feature-merge-conflitcs, r=jieyouxu | Guillaume Gomez | -0/+2 |
| 2024-12-02 | Rollup merge of #133701 - kornelski:c-str, r=workingjubilee | Guillaume Gomez | -13/+8 |
| 2024-12-02 | Use c"lit" for CStrings without unwrap | Kornel | -13/+8 |
| 2024-12-02 | Allow fn pointers comparisons lint in UI tests | Urgau | -0/+4 |
| 2024-12-02 | Drop uplifted `clippy::fn_address_comparisons` | Urgau | -170/+79 |
| 2024-12-02 | Gate async fn trait bound modifier on async_trait_bounds | Michael Goulet | -2/+2 |