| Age | Commit message (Expand) | Author | Lines |
| 2023-12-23 | Adjust the std library for sanitizer_cfi cfgs changes | Urgau | -1/+2 |
| 2023-12-22 | update cfg(bootstrap)s | Pietro Albini | -1/+0 |
| 2023-12-22 | update version placeholders | Pietro Albini | -1/+1 |
| 2023-12-20 | stabilize `file_create_new` | Ralph Ursprung | -3/+1 |
| 2023-12-18 | Rollup merge of #119051 - ChrisDenton:wine, r=workingjubilee | Matthias Krüger | -6/+8 |
| 2023-12-17 | Auto merge of #114962 - darklyspaced:debug, r=est31 | bors | -3/+3 |
| 2023-12-17 | Use FileEndOfFileInfo, not FileAllocationInfo | Chris Denton | -6/+8 |
| 2023-12-15 | Rollup merge of #118396 - compiler-errors:ast-lang-items, r=cjgillot | Jubilee | -5/+5 |
| 2023-12-15 | Stabilize `ptr::{from_ref, from_mut}` | Maybe Waffle | -1/+0 |
| 2023-12-15 | Cfg remove lang items in doctest | Cameron Steffen | -5/+5 |
| 2023-12-15 | Auto merge of #118966 - matthiaskrgr:rollup-sdvjwy6, r=matthiaskrgr | bors | -10/+40 |
| 2023-12-15 | Rollup merge of #116888 - tbu-:pr_unsafe_env, r=Amanieu | Matthias Krüger | -10/+40 |
| 2023-12-15 | Auto merge of #118770 - saethlin:fix-inline-never-uses, r=nnethercote | bors | -1/+0 |
| 2023-12-14 | Fix cases where std accidentally relied on inline(never) | Ben Kimock | -1/+0 |
| 2023-12-14 | Auto merge of #118566 - klensy:cstr-new, r=WaffleLapkin | bors | -26/+26 |
| 2023-12-13 | Reformulate `std::env::{set,remove}_env` as safety note | Tobias Bucher | -24/+36 |
| 2023-12-13 | Auto merge of #116438 - ChrisDenton:truncate, r=thomcc | bors | -7/+53 |
| 2023-12-12 | added column number to dbg!() | darklyspaced | -3/+3 |
| 2023-12-11 | Updating fs::read example to remove SocketAddress | Haydon Ryan | -2/+2 |
| 2023-12-11 | fixing error std::fs::read_to_string example documentation | Haydon Ryan | -2/+2 |
| 2023-12-10 | Remove an allocation in min_stack | Alex Saveau | -1/+1 |
| 2023-12-10 | Auto merge of #118692 - surechen:remove_unused_imports, r=petrochenkov | bors | -18/+3 |
| 2023-12-10 | Use AtomicU8 instead of AtomicUsize in backtrace.rs | David Thomas | -3/+3 |
| 2023-12-10 | remove redundant imports | surechen | -18/+3 |
| 2023-12-10 | Fix typo in `std::sync::Mutex` example | naglis | -1/+1 |
| 2023-12-09 | merge core_panic feature into panic_internals | Ralf Jung | -2/+1 |
| 2023-12-09 | Auto merge of #117873 - quininer:android-emutls, r=Amanieu | bors | -1/+7 |
| 2023-12-08 | std: getrandom simplification for freebsd. | David Carlier | -11/+1 |
| 2023-12-08 | OnceLock: Rework example, statics aren't dropped | Ian Rees | -14/+25 |
| 2023-12-07 | Auto merge of #116565 - Sword-Destiny:master, r=Amanieu | bors | -6/+1169 |
| 2023-12-07 | add teeos std impl | 袁浩 | -6/+1169 |
| 2023-12-07 | Add emulated TLS support | quininer | -1/+7 |
| 2023-12-06 | library: fix comment about const assert in win api | klensy | -1/+1 |
| 2023-12-06 | Auto merge of #118655 - compiler-errors:rollup-vrngyzn, r=compiler-errors | bors | -1/+1 |
| 2023-12-06 | Auto merge of #117072 - betrusted-io:unwinding-crate-support, r=cuviper | bors | -1/+29 |
| 2023-12-06 | std: xous: take eh_frame address from main args | Sean Cross | -1/+28 |
| 2023-12-05 | fmt | Zachary S | -4/+1 |
| 2023-12-06 | Auto merge of #118547 - alexcrichton:invert-common-net-inclusion, r=workingju... | bors | -8/+8 |
| 2023-12-05 | Specify behavior if the closure passed to *Guard::*map panics. | Zachary S | -69/+364 |
| 2023-12-05 | fix MappedMutexGuard::(try_)map doc typo. | Zachary S | -2/+2 |
| 2023-12-05 | Add MappedMutexGuard and MappedRwLock*Guard tests. | Zachary S | -2/+133 |
| 2023-12-05 | Fix Condvar typo, add public re-exports of Mapped*Guard. | Zachary S | -2/+6 |
| 2023-12-05 | Add comment about `Mapped(Mutex|RwLockWrite)Guard` variance. | Zachary S | -35/+43 |
| 2023-12-05 | Implmement `MappedRwLock(Read|Write)Guard`. | Zachary S | -3/+355 |
| 2023-12-05 | Implement `MappedMutexGuard`. | Zachary S | -0/+193 |
| 2023-12-05 | Allow cloning `poison::Guard`s. | Zachary S | -0/+1 |
| 2023-12-05 | Rollup merge of #117793 - wdunicornpro:patch-1, r=workingjubilee | Michael Goulet | -1/+1 |
| 2023-12-04 | Specialize `count` too | Benoît du Garreau | -0/+44 |
| 2023-12-04 | `HashMap`/`HashSet`: forward `fold` implementations of iterators | Benoît du Garreau | -0/+130 |
| 2023-12-03 | library: use c string literals | klensy | -26/+26 |