| Age | Commit message (Expand) | Author | Lines |
| 2024-08-27 | docs: Update docs for the rustc's `-L` option | Vadim Petrochenkov | -1/+1 |
| 2024-08-27 | linker: Better support alternative static library naming on MSVC | Vadim Petrochenkov | -4/+28 |
| 2024-08-27 | linker: Synchronize native library search in rustc and linker | Vadim Petrochenkov | -57/+101 |
| 2024-08-27 | Auto merge of #128134 - joboet:move_pal_alloc, r=cupiver | bors | -149/+83 |
| 2024-08-27 | bless miri test | joboet | -3/+5 |
| 2024-08-27 | std: move allocators to `sys` | joboet | -146/+78 |
| 2024-08-27 | Auto merge of #129647 - tgross35:rollup-jume49s, r=tgross35 | bors | -310/+1009 |
| 2024-08-27 | Rollup merge of #129559 - RalfJung:float-nan-semantics, r=thomcc | Trevor Gross | -56/+150 |
| 2024-08-27 | Rollup merge of #129536 - beetrees:f16-f128-inline-asm-aarch64, r=Amanieu | Trevor Gross | -15/+154 |
| 2024-08-27 | Rollup merge of #129490 - randomPoison:trusty-os-support, r=Urgau | Trevor Gross | -2/+136 |
| 2024-08-27 | Rollup merge of #129418 - petrochenkov:libsearch2, r=jieyouxu | Trevor Gross | -45/+14 |
| 2024-08-27 | Rollup merge of #128942 - RalfJung:interpret-weak-memory, r=saethlin | Trevor Gross | -109/+153 |
| 2024-08-27 | Rollup merge of #128935 - lqd:needs-zstd, r=Kobzol | Trevor Gross | -46/+175 |
| 2024-08-27 | Rollup merge of #128731 - RalfJung:simd-shuffle-vector, r=workingjubilee | Trevor Gross | -31/+90 |
| 2024-08-27 | Rollup merge of #127922 - spastorino:unsafe-extern-blocks-in-style-guide, r=c... | Trevor Gross | -2/+2 |
| 2024-08-27 | Rollup merge of #126985 - Mrmaxmeier:dwarf-embed-source, r=davidtwco | Trevor Gross | -4/+135 |
| 2024-08-26 | Auto merge of #129632 - matthiaskrgr:rollup-8055gq6, r=matthiaskrgr | bors | -780/+1065 |
| 2024-08-27 | Rollup merge of #129626 - compiler-errors:explicit-named, r=fmease | Matthias Krüger | -14/+1 |
| 2024-08-27 | Rollup merge of #129625 - compiler-errors:generic-args-mode, r=fmease | Matthias Krüger | -24/+23 |
| 2024-08-27 | Rollup merge of #129622 - bjorn3:less_unstable, r=lqd | Matthias Krüger | -4/+0 |
| 2024-08-27 | Rollup merge of #129560 - GuillaumeGomez:impl-assoc-type-source-link, r=notri... | Matthias Krüger | -1/+29 |
| 2024-08-27 | Rollup merge of #129340 - stephen-lazaro:u/slazaro/issue-129274, r=compiler-e... | Matthias Krüger | -2/+31 |
| 2024-08-27 | Rollup merge of #129250 - estebank:issue-129205, r=compiler-errors | Matthias Krüger | -23/+33 |
| 2024-08-27 | Rollup merge of #129032 - jswrenn:transmute-method, r=compiler-errors | Matthias Krüger | -38/+372 |
| 2024-08-27 | Rollup merge of #128157 - lolbinarycat:unify-ptr-ref-docs, r=cuviper | Matthias Krüger | -210/+73 |
| 2024-08-27 | Rollup merge of #126013 - nnethercote:unreachable_pub, r=Urgau | Matthias Krüger | -464/+503 |
| 2024-08-26 | Rename ParenthesizedGenericArgs to GenericArgsMode | Michael Goulet | -24/+23 |
| 2024-08-26 | Remove ParamMode::ExplicitNamed | Michael Goulet | -14/+1 |
| 2024-08-26 | Auto merge of #129615 - matthiaskrgr:rollup-lw733x7, r=matthiaskrgr | bors | -739/+941 |
| 2024-08-26 | Remove a couple of unused feature enables | bjorn3 | -4/+0 |
| 2024-08-26 | Apply suggestions from code review | Josh Stone | -9/+9 |
| 2024-08-26 | Note that std support is WIP | Nicole LeGare | -5/+3 |
| 2024-08-26 | Add unsafe to extern blocks in style guide | Santiago Pastorino | -2/+2 |
| 2024-08-26 | Remove crashes from type_of on resolution that doesn't have a type_of | Michael Goulet | -17/+0 |
| 2024-08-26 | Do not ICE on non-ADT rcvr type when looking for crate version collision | Esteban Küber | -6/+33 |
| 2024-08-26 | Rollup merge of #129600 - traviscross:TC/tie-impl_trait_overcaptures-to-rust-... | Matthias Krüger | -10/+28 |
| 2024-08-26 | Rollup merge of #129597 - bvanjoi:resolve, r=petrochenkov | Matthias Krüger | -68/+71 |
| 2024-08-26 | Rollup merge of #129592 - saethlin:core-cfg-test, r=tgross35 | Matthias Krüger | -659/+649 |
| 2024-08-26 | Rollup merge of #129588 - hermit-os:sleep-micros, r=workingjubilee | Matthias Krüger | -1/+4 |
| 2024-08-26 | Rollup merge of #129539 - oconnor663:poll_link, r=tgross35 | Matthias Krüger | -0/+2 |
| 2024-08-26 | Rollup merge of #129377 - chorman0773:unbounded-shifts-impl, r=scottmcm | Matthias Krüger | -0/+118 |
| 2024-08-26 | Rollup merge of #129190 - rezwanahmedsami:master, r=tgross35 | Matthias Krüger | -1/+69 |
| 2024-08-26 | also update copysign docs | Ralf Jung | -20/+20 |
| 2024-08-26 | move per-target NaN info into a table | Ralf Jung | -7/+14 |
| 2024-08-26 | float types: document NaN bit pattern guarantees | Ralf Jung | -36/+123 |
| 2024-08-26 | Auto merge of #129508 - RalfJung:transient-locals, r=cjgillot | bors | -18/+32 |
| 2024-08-26 | Tie `impl_trait_overcaptures` lint to Rust 2024 | Travis Cross | -10/+28 |
| 2024-08-26 | Auto merge of #129595 - matthiaskrgr:rollup-4udn7nn, r=matthiaskrgr | bors | -192/+283 |
| 2024-08-26 | mv `build_reduced_graph_for_external_crate_res` into Resolver | bohan | -68/+71 |
| 2024-08-25 | Remove cfg(test) from library/core | Ben Kimock | -659/+649 |