| Age | Commit message (Expand) | Author | Lines |
| 2025-01-02 | Move some things to `std::sync::poison` and reexport them in `std::sync` | Pavel Grigorenko | -37/+141 |
| 2024-12-31 | Auto merge of #134952 - Zalathar:rollup-i6g97md, r=Zalathar | bors | -162/+440 |
| 2024-12-31 | Rollup merge of #134949 - compiler-errors:froms, r=jieyouxu | Stuart Cook | -45/+45 |
| 2024-12-31 | Rollup merge of #134941 - workingjubilee:rustc-abi-normal, r=Noratrieb | Stuart Cook | -0/+32 |
| 2024-12-31 | Rollup merge of #134934 - Noname-Official:patch-1, r=saethlin | Stuart Cook | -6/+6 |
| 2024-12-31 | Rollup merge of #134933 - compiler-errors:async-fn-future-sized, r=lqd | Stuart Cook | -3/+71 |
| 2024-12-31 | Rollup merge of #134932 - RalfJung:arm-float-abi, r=workingjubilee | Stuart Cook | -103/+258 |
| 2024-12-31 | Rollup merge of #134930 - RalfJung:ptr-docs-valid-access, r=jhpratt | Stuart Cook | -2/+2 |
| 2024-12-31 | Rollup merge of #134927 - DaniPopes:const-as_flattened_mut, r=scottmcm | Stuart Cook | -1/+2 |
| 2024-12-31 | Rollup merge of #134919 - Zalathar:x-test-compiler, r=jieyouxu | Stuart Cook | -2/+24 |
| 2024-12-31 | Auto merge of #134929 - compiler-errors:style-edition-2024, r=ytmimi | bors | -10/+6 |
| 2024-12-31 | Convert some Into impls into From impls | Michael Goulet | -45/+45 |
| 2024-12-31 | Stabilize style_edition 2024 in-tree | Michael Goulet | -10/+6 |
| 2024-12-31 | Make sure we check the future type is Sized in AsyncFn* | Michael Goulet | -3/+71 |
| 2024-12-31 | Make `./x test compiler` actually run the compiler unit tests | Zalathar | -2/+24 |
| 2024-12-30 | Auto merge of #134757 - RalfJung:const_swap, r=scottmcm | bors | -95/+139 |
| 2024-12-30 | compiler: Add a statement-of-intent to `rustc_abi` | Jubilee Young | -0/+32 |
| 2024-12-30 | Auto merge of #134931 - matthiaskrgr:rollup-b47ly73, r=matthiaskrgr | bors | -18/+90 |
| 2024-12-30 | musleabi* targets: we no longer need to set gnueabi* for LLVM now that we set... | Ralf Jung | -25/+6 |
| 2024-12-30 | explicitly set float ABI for all ARM targets | Ralf Jung | -64/+150 |
| 2024-12-30 | add llvm_floatabi field to target spec that controls FloatABIType | Ralf Jung | -4/+67 |
| 2024-12-30 | Fix typos | NoName | -6/+6 |
| 2024-12-30 | Rollup merge of #134924 - ranger-ross:cleanup-ci-output, r=Kobzol | Matthias Krüger | -1/+2 |
| 2024-12-30 | Rollup merge of #134922 - ericlehong:fix/typos, r=lqd | Matthias Krüger | -6/+6 |
| 2024-12-30 | Rollup merge of #134911 - HigherOrderLogic:master, r=onur-ozkan | Matthias Krüger | -9/+9 |
| 2024-12-30 | Rollup merge of #134871 - clubby789:test-63646, r=compiler-errors | Matthias Krüger | -0/+28 |
| 2024-12-30 | Rollup merge of #132477 - Noratrieb:illumos-oxide, r=workingjubilee | Matthias Krüger | -2/+45 |
| 2024-12-30 | fmt | Ralf Jung | -2/+2 |
| 2024-12-30 | ptr docs: make it clear that we are talking only about memory accesses | Ralf Jung | -2/+2 |
| 2024-12-30 | Auto merge of #134914 - lqd:polonius-next-episode-5, r=jackh726 | bors | -210/+189 |
| 2024-12-30 | Make slice::as_flattened_mut unstably const | DaniPopes | -1/+2 |
| 2024-12-30 | rustc_llvm: expose FloatABIType target machine parameter | Ralf Jung | -14/+39 |
| 2024-12-30 | Auto merge of #134906 - jieyouxu:multi-crate-type, r=lqd,fmease | bors | -0/+67 |
| 2024-12-31 | ci: Cleanup docker build logs in CI | ranger-ross | -1/+2 |
| 2024-12-30 | Add illumos target documentation | Noratrieb | -2/+45 |
| 2024-12-30 | Fix typos | ericlehong | -6/+6 |
| 2024-12-30 | Auto merge of #134885 - RalfJung:arm-soft-float, r=workingjubilee | bors | -2/+2 |
| 2024-12-30 | tests: add basic test coverage for cli flag `--crate-type` | 许杰友 Jieyou Xu (Joe) | -0/+67 |
| 2024-12-30 | chore: fix typos | Horu | -9/+9 |
| 2024-12-30 | Auto merge of #134865 - clubby789:proc-macro-tls, r=onur-ozkan | bors | -12/+171 |
| 2024-12-30 | rename `diags` field | Rémy Rakic | -19/+26 |
| 2024-12-30 | clean up `BorrowckDiags` | Rémy Rakic | -23/+13 |
| 2024-12-30 | merge `diags` module into `diagnostics` | Rémy Rakic | -149/+142 |
| 2024-12-30 | move `facts` module to polonius legacy module | Rémy Rakic | -22/+17 |
| 2024-12-30 | simplify `add_extra_drop_facts` | Rémy Rakic | -25/+20 |
| 2024-12-30 | move `location` module to polonius legacy module | Rémy Rakic | -11/+11 |
| 2024-12-30 | fix a couple nits | Rémy Rakic | -7/+6 |
| 2024-12-30 | Auto merge of #134866 - osiewicz:write-rlib-bufwriter, r=bjorn3 | bors | -2/+5 |
| 2024-12-30 | Auto merge of #134670 - lqd:polonius-next-episode-4, r=jackh726 | bors | -128/+498 |
| 2024-12-29 | Auto merge of #134901 - matthiaskrgr:rollup-b0wwuht, r=matthiaskrgr | bors | -5/+48 |