| Age | Commit message (Expand) | Author | Lines |
| 2024-04-09 | Document Windows argument splitting | Chris Denton | -2/+133 |
| 2024-04-09 | Disallow or quote all specials in bat args | Chris Denton | -12/+93 |
| 2024-03-04 | Improve wording of static_mut_ref | Obei Sideg | -12/+12 |
| 2024-02-13 | Revert unsound libcore changes of #119911 | Oli Scherer | -385/+149 |
| 2024-02-08 | [Beta 1.77] Fix bootstrapping from 1.76 | Eric Huss | -1/+2 |
| 2024-02-03 | Bump version placeholders | Mark Rousskov | -41/+41 |
| 2024-01-31 | Rollup merge of #120430 - devnexen:fix_tls_dtor_fbsd, r=cuviper | Nadrieril | -2/+2 |
| 2024-01-31 | Rollup merge of #120355 - the8472:doc-vec-fromiter, r=cuviper | Nadrieril | -0/+44 |
| 2024-01-30 | Apply suggestions from code review | the8472 | -12/+11 |
| 2024-01-30 | document `FromIterator for Vec` allocation behaviors | The 8472 | -0/+45 |
| 2024-01-30 | Rollup merge of #120485 - chenyukang:yukang-add-query-instability-check, r=mi... | Guillaume Gomez | -0/+3 |
| 2024-01-30 | Rollup merge of #120445 - Nemo157:arc-plug, r=Mark-Simulacrum | Guillaume Gomez | -29/+80 |
| 2024-01-30 | Rollup merge of #120434 - fmease:revert-speeder, r=petrochenkov | Guillaume Gomez | -223/+124 |
| 2024-01-30 | Rollup merge of #120295 - reitermarkus:remove-ffi-nonzero, r=dtolnay | Guillaume Gomez | -67/+26 |
| 2024-01-30 | Rollup merge of #120452 - alexcrichton:update-windows-seek-write-docs, r=Chri... | Guillaume Gomez | -1/+1 |
| 2024-01-30 | Rollup merge of #120424 - RalfJung:raw-ptr-meta, r=Nilstrieb | Guillaume Gomez | -14/+14 |
| 2024-01-30 | Rollup merge of #119991 - kornelski:endless-read, r=the8472 | Guillaume Gomez | -0/+10 |
| 2024-01-30 | Auto merge of #117925 - kornelski:read-to-oom, r=Amanieu | bors | -7/+47 |
| 2024-01-30 | add missing potential_query_instability for keys and values in hashmap | yukang | -0/+3 |
| 2024-01-29 | Handle out of memory errors in fs::read/read_to_string | Kornel | -4/+6 |
| 2024-01-29 | Handle out of memory errors in io:Read::read_to_end() | Kornel | -3/+41 |
| 2024-01-29 | Remove `raw_os_nonzero` feature. | Markus Reiter | -67/+26 |
| 2024-01-29 | Rollup merge of #120462 - mu001999:clean, r=Nilstrieb | Dylan DPC | -3/+0 |
| 2024-01-29 | Rollup merge of #120373 - HTGAzureX1212:HTGAzureX1212/issue-120040, r=ChrisDe... | Dylan DPC | -1/+33 |
| 2024-01-29 | Rollup merge of #120266 - steffahn:a_rc_into_inner_docs, r=Mark-Simulacrum | Dylan DPC | -5/+12 |
| 2024-01-29 | Rollup merge of #116677 - joshlf:patch-11, r=RalfJung | Dylan DPC | -0/+24 |
| 2024-01-29 | raw pointer metadata API: data address -> data pointer | Ralf Jung | -14/+14 |
| 2024-01-29 | Clean dead code | r0cky | -3/+0 |
| 2024-01-28 | std: Update documentation of seek_write on Windows | Alex Crichton | -1/+1 |
| 2024-01-28 | Fix some `Arc` allocator leaks | Wim Looman | -29/+80 |
| 2024-01-28 | Revert "Add the wasm32-wasi-preview2 target" | León Orell Valerian Liehr | -223/+124 |
| 2024-01-27 | std: thread_local::register_dtor fix proposal for FreeBSD. | David Carlier | -2/+2 |
| 2024-01-27 | Reject infinitely-sized reads from io::Repeat | Kornel | -0/+10 |
| 2024-01-27 | Update primitive_docs.rs | Joshua Liebow-Feeser | -7/+12 |
| 2024-01-27 | Switch `NonZero` alias direction. | Markus Reiter | -19/+52 |
| 2024-01-27 | Auto merge of #120417 - matthiaskrgr:rollup-5rszkmd, r=matthiaskrgr | bors | -1/+0 |
| 2024-01-27 | Rollup merge of #119641 - eopb:std-unused-ip-feature, r=ChrisDenton | Matthias Krüger | -1/+0 |
| 2024-01-27 | Auto merge of #111379 - nyurik:intersperse-speed-up, r=cuviper | bors | -49/+98 |
| 2024-01-27 | add extra check for invalid handle in ReadDir::next | HTGAzureX1212. | -1/+8 |
| 2024-01-27 | make modifications as per reviews | HTGAzureX1212. | -21/+25 |
| 2024-01-26 | Rollup merge of #120366 - RalfJung:is_val_statically_known, r=cuviper | Matthias Krüger | -1/+1 |
| 2024-01-26 | Rollup merge of #120311 - mina86:h, r=cuviper | Matthias Krüger | -0/+16 |
| 2024-01-26 | Rollup merge of #120205 - Berrysoft:windows-alloc-init, r=ChrisDenton | Matthias Krüger | -11/+13 |
| 2024-01-26 | Rollup merge of #119562 - LegionMammal978:rename-pin-pointer, r=Amanieu,dtolnay | Matthias Krüger | -20/+26 |
| 2024-01-26 | Rollup merge of #113489 - tguichaoua:cow_from_array, r=dtolnay | Matthias Krüger | -0/+13 |
| 2024-01-26 | Rollup merge of #103522 - Dylan-DPC:76118/array-methods-stab, r=dtolnay | Matthias Krüger | -9/+2 |
| 2024-01-26 | Rollup merge of #120372 - bjorn3:fix_outdated_comment, r=Nilstrieb | Matthias Krüger | -2/+1 |
| 2024-01-26 | Rollup merge of #120117 - NobodyXu:99262/update-api-and-doc, r=m-ou-se | Matthias Krüger | -7/+33 |
| 2024-01-26 | Rollup merge of #119917 - Zalathar:split-off, r=cuviper | Matthias Krüger | -14/+18 |
| 2024-01-26 | Rollup merge of #117678 - niklasf:stabilize-slice_group_by, r=dtolnay | Matthias Krüger | -71/+60 |