| 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 | -25/+27 |
| 2024-12-06 | Remove polymorphization | Ben Kimock | -5/+0 |
| 2024-12-06 | Rollup merge of #133960 - jdonszelmann:remove-eq-on-attributes, r=notriddle | Matthias Krüger | -13/+0 |
| 2024-12-06 | Rollup merge of #133875 - onur-ozkan:early-return-rustfmt, r=jieyouxu | Matthias Krüger | -11/+26 |
| 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 | remove eq for attributes | Jonathan Dönszelmann | -13/+0 |
| 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-06 | Rollup merge of #130777 - azhogin:azhogin/reg-struct-return, r=workingjubilee | Matthias Krüger | -0/+15 |
| 2024-12-06 | handle `json_output` in `test::run_cargo_test` | onur-ozkan | -0/+5 |
| 2024-12-06 | skip formatting when `--json-output` is used | onur-ozkan | -11/+21 |
| 2024-12-05 | Rollup merge of #133827 - ojeda:ci-rfl, r=lqd | Guillaume Gomez | -2/+2 |
| 2024-12-05 | Rollup merge of #133821 - Kobzol:replace-black-with-ruff, r=onur-ozkan | Guillaume Gomez | -1007/+1514 |
| 2024-12-05 | Rollup merge of #133256 - MarcoIeni:use-linux-free-runners, r=Kobzol | Guillaume Gomez | -26/+77 |
| 2024-12-05 | Stabilize noop_waker | Eric Holk | -10/+4 |
| 2024-12-05 | Improve positioning of "..." in collapsed impl block | Guillaume Gomez | -3/+8 |
| 2024-12-05 | Use text ellipsis instead of bottom blurring | Guillaume Gomez | -11/+16 |
| 2024-12-05 | Turn `markdown_split_summary_and_content` into a method of `Markdown` | Guillaume Gomez | -49/+52 |
| 2024-12-05 | Update browser-ui-test version to 0.18.2 | Guillaume Gomez | -1/+1 |
| 2024-12-05 | Always display first line of impl blocks even when collapsed | Guillaume Gomez | -47/+141 |
| 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 #133898 - onur-ozkan:ignore-git-hook-on-dist-sources, r=jieyouxu | Jacob Pratt | -4/+6 |
| 2024-12-05 | Rollup merge of #133888 - ChrisDenton:job, r=jieyouxu | Jacob Pratt | -26/+17 |
| 2024-12-05 | Rollup merge of #133867 - taiki-e:platform-support, r=Noratrieb | Jacob Pratt | -8/+8 |
| 2024-12-05 | skip `setup::Hook` on non-git sources | onur-ozkan | -4/+6 |
| 2024-12-05 | Rollup merge of #133892 - jieyouxu:revert-eprintln, r=jieyouxu | León Orell Valerian Liehr | -210/+206 |
| 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 #133761 - rustbot:docs-update, r=ehuss | León Orell Valerian Liehr | -0/+0 |
| 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 | -210/+206 |
| 2024-12-05 | Update comments on Windows job objects | Chris Denton | -4/+7 |
| 2024-12-05 | Nested job objects are now supported in CI | Chris Denton | -9/+1 |
| 2024-12-05 | Never close a job after the process is assigned | Chris Denton | -13/+9 |
| 2024-12-04 | Update edition-guide and reference | Eric Huss | -0/+0 |
| 2024-12-04 | Reformat Python code with `ruff` | Jakub Beránek | -922/+1492 |
| 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-05 | Fix "std" support status of some tier 3 targets | Taiki Endo | -8/+8 |
| 2024-12-04 | Rollup merge of #133856 - GuillaumeGomez:update-sysinfo, r=clubby789 | Matthias Krüger | -8/+9 |
| 2024-12-04 | Rollup merge of #133737 - Walnut356:msvc_visualizers, r=onur-ozkan | Matthias Krüger | -14/+14 |
| 2024-12-04 | Rename `core_pattern_type` and `core_pattern_types` lib feature gates to `pa... | Oli Scherer | -11/+2 |
| 2024-12-04 | Update sysinfo version to 0.33.0 | Guillaume Gomez | -8/+9 |
| 2024-12-04 | Auto merge of #133799 - DianQK:llvm/19.1.5, r=nikic | bors | -0/+0 |
| 2024-12-04 | Auto merge of #133841 - matthiaskrgr:rollup-2snj3hc, r=matthiaskrgr | bors | -252/+250 |