| Age | Commit message (Expand) | Author | Lines |
| 2024-11-07 | Avoid use imports in thread_local_inner! in statik | Jeong YunWon | -5/+4 |
| 2024-11-01 | Avoid shadowing user provided types or type aliases in `thread_local!` | 许杰友 Jieyou Xu (Joe) | -22/+49 |
| 2024-11-01 | Bump libc to 0.2.161 | Jan Sommer | -4/+4 |
| 2024-10-14 | replace placeholder version | Josh Stone | -165/+156 |
| 2024-10-13 | Auto merge of #125679 - clarfonthey:escape_ascii, r=joboet | bors | -26/+110 |
| 2024-10-13 | switch unicode-data back to 'static' | Ralf Jung | -8/+9 |
| 2024-10-12 | Rollup merge of #131418 - coolreader18:wasm-exc-use-stdarch, r=bjorn3 | Trevor Gross | -16/+11 |
| 2024-10-12 | Rollup merge of #131120 - tgross35:stabilize-const_option, r=RalfJung | Trevor Gross | -18/+19 |
| 2024-10-12 | Stabilize `const_option` | Trevor Gross | -18/+19 |
| 2024-10-12 | Rollup merge of #131617 - RalfJung:const_cow_is_borrowed, r=tgross35 | Matthias Krüger | -4/+0 |
| 2024-10-12 | Rollup merge of #131503 - theemathas:stdin_read_line_docs, r=Mark-Simulacrum | Matthias Krüger | -1/+6 |
| 2024-10-12 | remove const_cow_is_borrowed feature gate | Ralf Jung | -4/+0 |
| 2024-10-12 | Rollup merge of #131233 - joboet:stdout-before-main, r=tgross35 | Trevor Gross | -23/+42 |
| 2024-10-12 | Rollup merge of #130954 - workingjubilee:stabilize-const-mut-fn, r=RalfJung | Trevor Gross | -20/+17 |
| 2024-10-12 | std: fix stdout-before-main | joboet | -23/+42 |
| 2024-10-12 | library: Stabilize `const_replace` | Jubilee Young | -3/+4 |
| 2024-10-12 | library: Stabilize `const_ptr_write` | Jubilee Young | -15/+12 |
| 2024-10-12 | library: Stabilize `const_intrinsic_forget` | Jubilee Young | -2/+1 |
| 2024-10-11 | Rollup merge of #131289 - RalfJung:duration_consts_float, r=tgross35 | Trevor Gross | -8/+6 |
| 2024-10-11 | Rollup merge of #130962 - nyurik:opts-libs, r=cuviper | Trevor Gross | -20/+21 |
| 2024-10-11 | Rollup merge of #124874 - jedbrown:float-mul-add-fast, r=saethlin | Trevor Gross | -0/+53 |
| 2024-10-11 | Rollup merge of #131463 - bjoernager:const-char-encode-utf8, r=RalfJung | Trevor Gross | -3/+5 |
| 2024-10-11 | Rollup merge of #131287 - RalfJung:const_result, r=tgross35 | Trevor Gross | -5/+9 |
| 2024-10-11 | Rollup merge of #131109 - tgross35:stabilize-debug_more_non_exhaustive, r=joboet | Trevor Gross | -13/+4 |
| 2024-10-11 | Rollup merge of #131065 - Voultapher:port-sort-test-suite, r=thomcc | Trevor Gross | -434/+1955 |
| 2024-10-11 | intrinsics.fmuladdf{16,32,64,128}: expose llvm.fmuladd.* semantics | Jed Brown | -0/+53 |
| 2024-10-11 | stabilize const_result | Ralf Jung | -5/+9 |
| 2024-10-11 | stabilize duration_consts_float | Ralf Jung | -8/+6 |
| 2024-10-11 | Rollup merge of #131512 - j7nw4r:master, r=jhpratt | Matthias Krüger | -1/+2 |
| 2024-10-10 | Fixing rustDoc for LayoutError. | Johnathan W | -1/+2 |
| 2024-10-10 | Rollup merge of #130741 - mrkajetanp:detect-b16b16, r=Amanieu | Matthias Krüger | -0/+1 |
| 2024-10-10 | Rollup merge of #130538 - ultrabear:ultrabear_const_from_ref, r=workingjubilee | Matthias Krüger | -6/+4 |
| 2024-10-10 | More clearly document Stdin::read_line | Tim (Theemathas) Chirananthavat | -1/+6 |
| 2024-10-10 | Stabilise 'const_char_encode_utf8'; | Gabriel Bjørnager Jensen | -3/+5 |
| 2024-10-10 | rustc_target: Add sme-b16b16 as an explicit aarch64 target feature | Kajetan Puchalski | -0/+1 |
| 2024-10-10 | stdarch: Bump stdarch submodule | Kajetan Puchalski | -0/+0 |
| 2024-10-09 | Optimize escape_ascii | ltdk | -26/+110 |
| 2024-10-09 | Rollup merge of #131462 - cuviper:open_buffered-error, r=RalfJung | Matthias Krüger | -1/+2 |
| 2024-10-09 | Rollup merge of #131449 - nickrum:wasip2-net-decouple-fd, r=alexcrichton | Matthias Krüger | -18/+58 |
| 2024-10-09 | Rollup merge of #131383 - AngelicosPhosphoros:better_doc_for_slice_slicing_at... | Matthias Krüger | -0/+21 |
| 2024-10-09 | Rollup merge of #130827 - fmease:library-mv-obj-save-dyn-compat, r=ibraheemdev | Matthias Krüger | -20/+26 |
| 2024-10-09 | Mention allocation errors for `open_buffered` | Josh Stone | -1/+2 |
| 2024-10-09 | Library: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -20/+26 |
| 2024-10-09 | Decouple WASIp2 sockets from WasiFd | Nicola Krumschmidt | -18/+58 |
| 2024-10-09 | stabilize `{slice,array}::from_mut` | ultrabear | -6/+4 |
| 2024-10-08 | Update library/std/src/sys/pal/unix/process/process_vxworks.rs | Yuri Astrakhan | -1/+1 |
| 2024-10-08 | fix ref in process_vxworks.rs | Yuri Astrakhan | -1/+1 |
| 2024-10-08 | Update library/std/src/sys/pal/unix/process/process_unix.rs | Yuri Astrakhan | -1/+1 |
| 2024-10-08 | Change a few `&Option<T>` into `Option<&T>` | Yuri Astrakhan | -19/+20 |
| 2024-10-08 | Use throw intrinsic from stdarch in wasm libunwind | Noa | -16/+11 |