| Age | Commit message (Expand) | Author | Lines |
| 2025-09-10 | std: move `thread` into `sys` | joboet | -1042/+842 |
| 2025-09-08 | std: move `thread` into `sys` (rename only) | joboet | -0/+0 |
| 2025-09-08 | Auto merge of #146173 - Kmeakin:km/unicode-data/no-ascii, r=jhpratt | bors | -247/+320 |
| 2025-09-08 | Auto merge of #145910 - saethlin:ignore-intrinsic-calls, r=cjgillot | bors | -1/+25 |
| 2025-09-07 | Auto merge of #145541 - cjgillot:dest-prop-live-range, r=Amanieu | bors | -615/+401 |
| 2025-09-07 | Auto merge of #146304 - matthiaskrgr:rollup-69hs07h, r=matthiaskrgr | bors | -87/+166 |
| 2025-09-07 | Rollup merge of #146297 - cjgillot:may-observe-address, r=saethlin | Matthias Krüger | -8/+23 |
| 2025-09-07 | Rollup merge of #146269 - weihanglo:solaris-flock, r=Mark-Simulacrum | Matthias Krüger | -0/+70 |
| 2025-09-07 | Rollup merge of #146209 - bjorn3:lto_refactors5, r=dianqk | Matthias Krüger | -77/+44 |
| 2025-09-07 | Rollup merge of #146170 - kumarUjjawal:master, r=Mark-Simulacrum | Matthias Krüger | -2/+29 |
| 2025-09-07 | Auto merge of #146148 - Flakebi:global-addrspace-test, r=Mark-Simulacrum | bors | -2/+21 |
| 2025-09-07 | Use rustc_data_structures::union_find. | Camille Gillot | -28/+14 |
| 2025-09-07 | Simplify candidate collection. | Camille Gillot | -55/+43 |
| 2025-09-07 | Unify a source with all possible destinations. | Camille Gillot | -93/+75 |
| 2025-09-07 | Do not use prepend to avoid quadratic behaviour. | Camille Gillot | -58/+37 |
| 2025-09-07 | Simplify VisitPlacesWith. | Camille Gillot | -18/+7 |
| 2025-09-07 | Use regular MaybeLiveLocals. | Camille Gillot | -136/+58 |
| 2025-09-07 | Reimplement DestinationPropagation according to live ranges. | Camille GILLOT | -572/+449 |
| 2025-09-07 | Introduce fast insertion at extremities to IntervalSet. | Camille GILLOT | -27/+90 |
| 2025-09-07 | Auto merge of #146289 - cjgillot:gvn-aggregate, r=dianqk | bors | -30/+90 |
| 2025-09-07 | Introduce PlaceContext::may_observe_address. | Camille GILLOT | -8/+23 |
| 2025-09-07 | optimization: Don't include ASCII characters in Unicode tables | Karl Meakin | -247/+320 |
| 2025-09-07 | Auto merge of #146216 - LorrensP-2158466:miri-float-nondet-foreign-items-take... | bors | -328/+539 |
| 2025-09-07 | Auto merge of #146292 - matthiaskrgr:rollup-bkjs887, r=matthiaskrgr | bors | -153/+38 |
| 2025-09-07 | Rollup merge of #146290 - heiher:r-src-analysis-lsx, r=lqd | Matthias Krüger | -107/+3 |
| 2025-09-07 | Rollup merge of #146254 - yotamofek:pr/itertools-all-equal-value, r=cjgillot | Matthias Krüger | -46/+35 |
| 2025-09-07 | Auto merge of #146271 - niacdoial:improperctypes-refactor1, r=tgross35 | bors | -1002/+1143 |
| 2025-09-07 | feat(std): emulate flock for solaris via fcntl | Weihang Lo | -0/+70 |
| 2025-09-07 | Revert "Add LSX accelerated implementation for source file analysis" | WANG Rui | -107/+3 |
| 2025-09-07 | Allow simplifying aggregates if LHS is not a simple local. | Camille GILLOT | -30/+90 |
| 2025-09-07 | Auto merge of #146285 - matthiaskrgr:rollup-oaokoo3, r=matthiaskrgr | bors | -890/+55 |
| 2025-09-06 | Rollup merge of #146251 - hkBst:clippy-fix-8, r=cjgillot | Matthias Krüger | -20/+14 |
| 2025-09-06 | Rollup merge of #146240 - hkBst:query-1, r=cjgillot | Matthias Krüger | -1/+1 |
| 2025-09-06 | Rollup merge of #146236 - hkBst:gpu-1, r=ZuseZ4 | Matthias Krüger | -1/+1 |
| 2025-09-06 | Rollup merge of #146200 - GuillaumeGomez:simplify-rustdoc-gui-tests, r=lolbin... | Matthias Krüger | -868/+39 |
| 2025-09-06 | Auto merge of #146282 - tgross35:rollup-0n5tjnm, r=tgross35 | bors | -239/+446 |
| 2025-09-06 | ImproperCTypes: redo state tracking | niacdoial | -138/+226 |
| 2025-09-06 | ImproperCTypes: re-separate linting and checking | niacdoial | -224/+292 |
| 2025-09-06 | ImproperCTypes: more pre-emptive cleanup | niacdoial | -56/+31 |
| 2025-09-06 | ImproperCTypes: move code and tests into proper directories | niacdoial | -949/+959 |
| 2025-09-06 | Change stdlib float tests to account for miri nondet floats. | LorrensP-2158466 | -54/+53 |
| 2025-09-06 | Implement nondet behaviour and change/add tests. | LorrensP-2158466 | -169/+375 |
| 2025-09-06 | Rollup merge of #146280 - mohe2015:public-for-rustfmt-forks, r=lqd | Trevor Gross | -1/+3 |
| 2025-09-06 | Rollup merge of #146272 - rperier:rustc_llvm_werror_remove_commment_llvm22, r... | Trevor Gross | -4/+4 |
| 2025-09-06 | Rollup merge of #146206 - lcnr:fix-non-defining-uses, r=BoxyUwU | Trevor Gross | -1/+71 |
| 2025-09-06 | Rollup merge of #145940 - pascaldekloe:int-exp-tune, r=tgross35 | Trevor Gross | -176/+237 |
| 2025-09-06 | Rollup merge of #139524 - Berrysoft:cygwin-socket-ext, r=tgross35 | Trevor Gross | -57/+131 |
| 2025-09-06 | Auto merge of #146233 - jieyouxu:run-make-fission, r=Kobzol | bors | -78/+177 |
| 2025-09-06 | Move timers into execute_*_work_item | bjorn3 | -27/+20 |
| 2025-09-06 | Remove want_summary argument from prepare_thin | bjorn3 | -37/+16 |