| Age | Commit message (Expand) | Author | Lines |
| 2025-04-10 | update miniz_oxide to 0.8.8 | oyvindln | -2/+2 |
| 2025-04-09 | Auto merge of #139595 - matthiaskrgr:rollup-kaa8aim, r=matthiaskrgr | bors | -6/+16 |
| 2025-04-09 | chore: release v0.1.153 | github-actions[bot] | -1/+10 |
| 2025-04-09 | Rollup merge of #139575 - timesince:master, r=wesleywiser | Matthias Krüger | -1/+1 |
| 2025-04-09 | Rollup merge of #139532 - bjoernager:master, r=tgross35 | Matthias Krüger | -2/+2 |
| 2025-04-09 | Rollup merge of #139164 - xizheyin:issue-139034, r=joboet | Matthias Krüger | -3/+13 |
| 2025-04-09 | Auto merge of #124810 - lincot:speed-up-string-push-and-string-insert, r=tgro... | bors | -74/+132 |
| 2025-04-09 | Update the `libm` submodule | Trevor Gross | -0/+0 |
| 2025-04-09 | Ensure `swap_nonoverlapping` is really always untyped | Scott McMurray | -48/+124 |
| 2025-04-09 | Rollup merge of #139099 - scottmcm:from_fn_docs, r=Amanieu | Matthias Krüger | -6/+27 |
| 2025-04-09 | Rollup merge of #138993 - CAD97:cfg_match_semitransparent, r=dtolnay | Matthias Krüger | -3/+4 |
| 2025-04-09 | Rollup merge of #138869 - ChrisDenton:command-curdir, r=tgross35 | Matthias Krüger | -4/+83 |
| 2025-04-09 | intra-doc link | Boxy | -1/+1 |
| 2025-04-09 | update cfgs | Boxy | -128/+20 |
| 2025-04-09 | replace version placeholder | Boxy | -141/+141 |
| 2025-04-09 | Remove redundant words | timesince | -1/+1 |
| 2025-04-09 | Add missing `black_box` in `String` benchmarks | lincot | -26/+22 |
| 2025-04-09 | Speed up `String::push` and `String::insert` | lincot | -48/+110 |
| 2025-04-09 | Add assembly version of simple operations on aarch64 | Trevor Gross | -28/+155 |
| 2025-04-09 | Auto merge of #139552 - matthiaskrgr:rollup-b194mk8, r=matthiaskrgr | bors | -3/+3 |
| 2025-04-08 | Resolve small errors identified by recent clippy | Trevor Gross | -1/+1 |
| 2025-04-08 | Replace calls to `core::arch` intrinsics with assembly | Trevor Gross | -15/+20 |
| 2025-04-08 | Remove a mention of `force-soft-float` in `build.rs` | Trevor Gross | -3/+1 |
| 2025-04-09 | Avoid verbatim paths in Command::current_dir | Chris Denton | -4/+83 |
| 2025-04-08 | clarify std::fs::set_permissions symlink behavior | binarycat | -6/+8 |
| 2025-04-08 | Rollup merge of #139526 - smanilov:issue-139505, r=RalfJung | Matthias Krüger | -3/+3 |
| 2025-04-08 | Fix unreachable expression warning | Celina G. Val | -7/+19 |
| 2025-04-08 | std(docs): clarify how std::fs::set_permisions works with symlinks | binarycat | -0/+13 |
| 2025-04-08 | Rollup merge of #139500 - jogru0:117437, r=tgross35 | Matthias Krüger | -0/+8 |
| 2025-04-08 | Update 'u8'-to-and-from-'i8' suggestions; | Gabriel Bjørnager Jensen | -2/+2 |
| 2025-04-08 | Fix deprecation note for std::intrinsics | Stan Manilov | -3/+3 |
| 2025-04-08 | libtest: Pass the test's panic payload as Option instead of Result | Zalathar | -15/+20 |
| 2025-04-08 | document panic behavior of Vec::resize and Vec::resize_with | Jonathan Gruner | -0/+8 |
| 2025-04-07 | Add feature detection for new amx variants and movrs | sayantn | -10/+53 |
| 2025-04-07 | Update SDE to 9.53.0 | sayantn | -14/+24 |
| 2025-04-07 | Enable contracts for const functions | Celina G. Val | -14/+47 |
| 2025-04-07 | update intrinsics/mod.rs comment about const intrinsics | Ralf Jung | -8/+4 |
| 2025-04-07 | f*::NAN: guarantee that this is a quiet NaN | Ralf Jung | -32/+40 |
| 2025-04-07 | Rollup merge of #139455 - Skgland:remove_rust-intrinsic_ABI, r=oli-obk | Stuart Cook | -0/+1 |
| 2025-04-06 | Auto merge of #138951 - jwnrt:alloc-raw-vec-strict-prov, r=Noratrieb | bors | -6/+23 |
| 2025-04-06 | Auto merge of #136077 - rust-lang:cargo_update, r=clubby789 | bors | -2/+2 |
| 2025-04-06 | update docs | Bennet Bleßmann | -0/+1 |
| 2025-04-06 | Rollup merge of #139367 - GuillaumeGomez:proc-macro-values, r=Urgau | Guillaume Gomez | -0/+126 |
| 2025-04-06 | Rollup merge of #139072 - nickkuk:align_to_uninit_mut, r=Mark-Simulacrum | Guillaume Gomez | -2/+51 |
| 2025-04-06 | Rollup merge of #138876 - thaliaarchi:trusty-stdio, r=Noratrieb | Guillaume Gomez | -38/+49 |
| 2025-04-06 | Rollup merge of #138562 - kornelski:nth-panic, r=Noratrieb | Guillaume Gomez | -25/+25 |
| 2025-04-06 | RISC-V: check cfg (batch 1) | Tsukasa OI | -5/+0 |
| 2025-04-06 | doc changes | izarma | -6/+6 |
| 2025-04-06 | Rollup merge of #139123 - thaliaarchi:core-alloc-test-paths, r=bjorn3 | Stuart Cook | -3/+3 |
| 2025-04-05 | Polymorphize `array::IntoIter`'s iterator impl | Scott McMurray | -141/+420 |