| Age | Commit message (Expand) | Author | Lines |
| 2023-04-26 | Restructure and rename thread local things in std. | Mara Bos | -311/+283 |
| 2023-04-26 | Rollup merge of #110419 - jsoref:spelling-library, r=jyn514 | Matthias Krüger | -19/+20 |
| 2023-04-26 | Rollup merge of #110587 - tomaka:fix-109727, r=jyn514 | jyn | -2/+7 |
| 2023-04-26 | Rollup merge of #110266 - tgross35:try-exists-wording, r=jyn514 | jyn | -6/+9 |
| 2023-04-26 | rewrite: line_long_tail_not_flushed description | Josh Soref | -3/+4 |
| 2023-04-26 | rewrite: long_line_flushed description | Josh Soref | -3/+3 |
| 2023-04-26 | Spelling library/ | Josh Soref | -13/+13 |
| 2023-04-25 | Add definitions for riscv64gc-unknown-fuchsia | Dan Johnson | -1/+7 |
| 2023-04-25 | Add FreeBSD cpuset support to std::thread::available_concurrency | Thomas Hurst | -0/+19 |
| 2023-04-25 | Rollup merge of #110782 - matthiaskrgr:revert_panic_oom, r=Amanieu | Matthias Krüger | -30/+94 |
| 2023-04-24 | Auto merge of #106152 - SUPERCILEX:lazycell, r=Amanieu | bors | -1/+37 |
| 2023-04-25 | Revert "Report allocation errors as panics" | Matthias Krüger | -28/+18 |
| 2023-04-25 | Revert "Remove #[alloc_error_handler] from the compiler and library" | Matthias Krüger | -2/+76 |
| 2023-04-23 | Auto merge of #110655 - ChrisDenton:read-to-end, r=joshtriplett | bors | -24/+43 |
| 2023-04-22 | Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwco | bors | -94/+30 |
| 2023-04-21 | Limit read size in `File::read_to_end` loop | Chris Denton | -24/+43 |
| 2023-04-21 | Rollup merge of #110633 - scottmcm:more-take, r=thomcc | Dylan DPC | -5/+5 |
| 2023-04-20 | More `mem::take` in `library` | Scott McMurray | -5/+5 |
| 2023-04-20 | Specialize some `io::Read` and `io::Write` methods for `VecDeque<u8>` and `&[... | Benoît du Garreau | -0/+54 |
| 2023-04-20 | Implement `BufRead` for `VecDeque<u8>` | Benoît du Garreau | -0/+18 |
| 2023-04-20 | Fix `std` compilation error for wasi+atomics | Pierre Krieger | -2/+7 |
| 2023-04-19 | Auto merge of #106704 - ecnelises:big_archive, r=bjorn3 | bors | -3/+3 |
| 2023-04-19 | Auto merge of #110393 - fee1-dead-contrib:rm-const-traits, r=oli-obk | bors | -6/+3 |
| 2023-04-19 | std: make `Debug` representations of `[Lazy, Once]*[Cell, Lock]` consistent w... | joboet | -20/+12 |
| 2023-04-19 | Bump version of object and related crates | Qiu Chaofan | -3/+3 |
| 2023-04-16 | Windows: map a few more error codes to ErrorKind | Chris Denton | -3/+6 |
| 2023-04-16 | Remove #[alloc_error_handler] from the compiler and library | Amanieu d'Antras | -76/+2 |
| 2023-04-16 | Report allocation errors as panics | Amanieu d'Antras | -18/+28 |
| 2023-04-16 | rm const traits in libcore | Deadbeef | -6/+3 |
| 2023-04-14 | edit docs of `PathBuf::set_file_name` | João M. Bezerra | -5/+11 |
| 2023-04-14 | Add Lazy{Cell,Lock}::into_inner | Alex Saveau | -1/+37 |
| 2023-04-14 | Rollup merge of #110244 - kadiwa4:unnecessary_imports, r=JohnTitor | Matthias Krüger | -46/+23 |
| 2023-04-14 | Rollup merge of #110154 - DaniPopes:library-typos, r=JohnTitor | Matthias Krüger | -3/+3 |
| 2023-04-14 | Rollup merge of #109272 - schneems:schneems/add-docs-to-command-env-methods, ... | Matthias Krüger | -15/+61 |
| 2023-04-14 | Rollup merge of #110292 - scottmcm:sort-features-2, r=jyn514 | Yuki Okushi | -7/+19 |
| 2023-04-14 | Rollup merge of #110047 - skaunov:patch-1, r=ChrisDenton | Yuki Okushi | -2/+5 |
| 2023-04-14 | Add links to docs to `Iterator` | Sergey Kaunov | -2/+5 |
| 2023-04-14 | Auto merge of #110311 - matthiaskrgr:rollup-kn2k5bq, r=matthiaskrgr | bors | -5/+10 |
| 2023-04-14 | Rollup merge of #110298 - jmaargh:jmaargh/hypot-docs-edge-cases, r=thomcc | Matthias Krüger | -4/+8 |
| 2023-04-14 | Rollup merge of #109225 - seanlinsley:patch-1, r=ChrisDenton | Matthias Krüger | -1/+2 |
| 2023-04-14 | Auto merge of #105007 - dlaugt:solaris-fs-link, r=ChrisDenton | bors | -3/+4 |
| 2023-04-13 | Update documentation wording on path 'try_exists' functions | Trevor Gross | -6/+9 |
| 2023-04-13 | Cover edge cases for {f32, f64}.hypot() docs | jmaargh | -4/+8 |
| 2023-04-13 | Rollup merge of #110233 - nbdd0121:intrinsic, r=tmiasko | Matthias Krüger | -0/+1 |
| 2023-04-13 | Add `tidy-alphabetical` to features in `alloc` & `std` | Scott McMurray | -7/+19 |
| 2023-04-13 | Document catch_fn in r#try cannot unwind | Gary Guo | -0/+1 |
| 2023-04-13 | Rollup merge of #110072 - joshtriplett:stabilize-is-terminal, r=Mark-Simulacrum | Matthias Krüger | -6/+6 |
| 2023-04-13 | Auto merge of #108283 - the8472:remove-splice-into-pipe, r=ChrisDenton | bors | -16/+88 |
| 2023-04-12 | Rollup merge of #110089 - petrosagg:mpsc-ub, r=m-ou-se | Matthias Krüger | -0/+12 |
| 2023-04-12 | remove some unneeded imports | KaDiWa | -46/+23 |