| Age | Commit message (Expand) | Author | Lines |
| 2024-10-13 | core/net: add Ipv[46]Addr::from_octets, Ipv6Addr::from_segments | Dario Nieuwenhuis | -1/+101 |
| 2024-10-13 | Rollup merge of #131646 - RalfJung:unix-miri-fallbacks, r=joboet | Matthias Krüger | -1/+2 |
| 2024-10-13 | Rollup merge of #131644 - RalfJung:win-miri, r=joboet | Matthias Krüger | -8/+3 |
| 2024-10-13 | library: xous: mark alloc as `FIXME(static_mut_refs)` | Sean Cross | -0/+3 |
| 2024-10-13 | xous: ffi: correct syscall number for adjust_process | Sean Cross | -1/+1 |
| 2024-10-13 | net: fix dead code warning | Sean Cross | -0/+3 |
| 2024-10-13 | std: xous: add support for args and env | Sean Cross | -32/+504 |
| 2024-10-13 | Auto merge of #125679 - clarfonthey:escape_ascii, r=joboet | bors | -26/+110 |
| 2024-10-13 | unwind: update unwinding dependency to 0.2.3 | Sean Cross | -7/+7 |
| 2024-10-13 | sys/unix: add comments for some Miri fallbacks | Ralf Jung | -1/+2 |
| 2024-10-13 | remove outdated comment now that Miri is on CI | Ralf Jung | -1/+0 |
| 2024-10-13 | sys/windows: remove miri hack that is only needed for win7 | Ralf Jung | -7/+3 |
| 2024-10-13 | switch unicode-data back to 'static' | Ralf Jung | -8/+9 |
| 2024-10-13 | merge const_ipv4 / const_ipv6 feature gate into 'ip' feature gate | Ralf Jung | -22/+0 |
| 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-13 | Fix bug where `option_env!` would return `None` when env var is present but n... | beetrees | -8/+10 |
| 2024-10-13 | Fix typo thing->thin referring to pointer | Andreas Molzer | -2/+2 |
| 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 | Avoid superfluous UB checks in `IndexRange` | Josh Stone | -4/+7 |
| 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 | Single commit implementing the enzyme/autodiff frontend | Manuel Drehwald | -1/+35 |
| 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-11 | rename RcBox in other places too | Jonathan Dönszelmann | -11/+11 |
| 2024-10-11 | rename RcBox to RcInner for consistency | Jonathan Dönszelmann | -67/+71 |
| 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 | uefi: process: Add args support | Ayush Singh | -12/+56 |
| 2024-10-10 | Use with_capacity(0) because we're reading the capacity later on | Mads Marquart | -1/+1 |
| 2024-10-10 | Prefer `target_vendor = "apple"` on confstr | Mads Marquart | -3/+3 |
| 2024-10-10 | use `confstr(_CS_DARWIN_USER_TEMP_DIR, ...)` as a `TMPDIR` fallback on darwin | Thom Chiovoloni | -7/+109 |