| Age | Commit message (Expand) | Author | Lines |
| 2022-11-28 | improve doc | Fabian Hintringer | -1/+10 |
| 2022-11-28 | Add `as_mut_os_string` to `&mut PathBuf` and `as_mut_os_str` to `&mut Path` | Andres Suarez | -0/+46 |
| 2022-11-28 | Implement DerefMut for PathBuf | Andres Suarez | -0/+14 |
| 2022-11-28 | Extract WStrUnits to sys_common::wstr | Ayush Singh | -52/+62 |
| 2022-11-28 | Auto merge of #102991 - Sp00ph:master, r=scottmcm | bors | -1283/+932 |
| 2022-11-27 | Rollup merge of #104934 - ChrisDenton:all-anybody-wants, r=thomcc | Matthias Krüger | -6/+6 |
| 2022-11-27 | Rollup merge of #104892 - lukas-code:discriminant, r=scottmcm | Matthias Krüger | -1/+60 |
| 2022-11-27 | add ptr::from_{ref,mut} | Ralf Jung | -15/+37 |
| 2022-11-26 | add link for string to as_ref docs | Zachary Mayhew | -0/+1 |
| 2022-11-27 | Auto merge of #104818 - scottmcm:refactor-extend-func, r=the8472 | bors | -44/+99 |
| 2022-11-26 | reword Option::as_ref and Option::map examples | Zachary Mayhew | -6/+6 |
| 2022-11-26 | Add second test case in `make_contiguous_head_to_end` | Markus Everling | -10/+49 |
| 2022-11-26 | Improve slow path in `make_contiguous` | Markus Everling | -36/+76 |
| 2022-11-26 | fix broken link fragment | Lukas Markeffsky | -1/+1 |
| 2022-11-26 | explain how to get the discriminant out of a `#[repr(T)] enum` | Lukas Markeffsky | -1/+60 |
| 2022-11-26 | Auto merge of #104935 - matthiaskrgr:rollup-nuca86l, r=matthiaskrgr | bors | -1/+12 |
| 2022-11-26 | Rollup merge of #104839 - HintringerFabian:docs_array_from_fn, r=scottmcm | Matthias Krüger | -1/+12 |
| 2022-11-26 | Remove redundant `all` in cfg | Chris Denton | -6/+6 |
| 2022-11-26 | Auto merge of #103556 - clubby789:specialize-option-partial-eq, r=scottmcm | bors | -1/+67 |
| 2022-11-26 | Don't use `Take` in `SpecExtend` impl | Markus Everling | -21/+23 |
| 2022-11-25 | PERs are homogeneous | Ralf Jung | -2/+3 |
| 2022-11-25 | Implement masking in FileType comparison on Unix | Arthur Carcano | -1/+10 |
| 2022-11-25 | Rollup merge of #104873 - RalfJung:therefore, r=Dylan-DPC | Matthias Krüger | -1/+1 |
| 2022-11-25 | Rollup merge of #104654 - thomcc:alloc-tests-unsafe_op_in_unsafe_fn, r=Mark-S... | Matthias Krüger | -7/+38 |
| 2022-11-25 | change example of array_from_fn to match suggestion | Fabian Hintringer | -3/+3 |
| 2022-11-25 | RefCell::get_mut: fix typo | Ralf Jung | -1/+1 |
| 2022-11-25 | Auto merge of #104855 - thomcc:revert-noinline-wintls, r=ChrisDenton | bors | -16/+9 |
| 2022-11-24 | Tune RepeatWith::try_fold and Take::for_each and Vec::extend_trusted | Scott McMurray | -6/+66 |
| 2022-11-25 | Changes according to code review | Markus Everling | -144/+181 |
| 2022-11-24 | Revert "Forbid inlining `thread_local!`'s `__getit` function on Windows" | Thom Chiovoloni | -16/+9 |
| 2022-11-24 | Rollup merge of #104774 - vojtechkral:doc-str-empty-split-whitespace, r=thomcc | Matthias Krüger | -0/+12 |
| 2022-11-24 | improve array_from_fn documenation | Fabian Hintringer | -2/+13 |
| 2022-11-24 | Document split{_ascii,}_whitespace() for empty strings | Vojtech Kral | -0/+12 |
| 2022-11-24 | Stop peeling the last iteration of the loop in `Vec::repeat_with` | Scott McMurray | -11/+1 |
| 2022-11-24 | Extract the logic for `TrustedLen` to a named method that can be called directly | Scott McMurray | -32/+37 |
| 2022-11-24 | feat: implement TcpStream shutdown for wasm32-wasi | Harald Hoyer | -2/+8 |
| 2022-11-24 | Avoid `GenFuture` shim when compiling async constructs | Arpad Borsos | -8/+20 |
| 2022-11-23 | Add `#![deny(unsafe_op_in_unsafe_fn)]` in liballoc tests | Thom Chiovoloni | -7/+38 |
| 2022-11-22 | Rollup merge of #104647 - RalfJung:alloc-strict-provenance, r=thomcc | Manish Goregaokar | -10/+19 |
| 2022-11-22 | Auto merge of #104743 - JohnTitor:rollup-9z9u7yd, r=JohnTitor | bors | -9/+16 |
| 2022-11-23 | Rollup merge of #101368 - thomcc:wintls-noinline, r=ChrisDenton | Yuki Okushi | -9/+16 |
| 2022-11-22 | fix OOB access in SIMD impl of str.contains() | The 8472 | -4/+6 |
| 2022-11-22 | add test for issue 104726 | The 8472 | -0/+12 |
| 2022-11-22 | Rollup merge of #104710 - RalfJung:doc-strict-provenance, r=thomcc | Dylan DPC | -0/+12 |
| 2022-11-22 | Rollup merge of #104464 - mati865:reduce-eh-overallocation-amd64, r=thomcc | Dylan DPC | -1/+4 |
| 2022-11-22 | disable strict-provenance-violating doctests in Miri | Ralf Jung | -0/+12 |
| 2022-11-22 | Forbid inlining `thread_local!`'s `__getit` function on Windows | Thom Chiovoloni | -9/+16 |
| 2022-11-22 | rustdoc: Fix backoff doc to match implementation | Jonas Spinner | -1/+1 |
| 2022-11-22 | Rollup merge of #103193 - krasimirgg:sysonce, r=Amanieu | Manish Goregaokar | -0/+1 |
| 2022-11-22 | Rollup merge of #102207 - CraftSpider:const-layout, r=scottmcm | Manish Goregaokar | -18/+45 |