| Age | Commit message (Expand) | Author | Lines |
| 2020-11-15 | Add missing `mut`. | Mara Bos | -1/+1 |
| 2020-11-15 | Reword safety guarantee of Pin::static_{ref,mut}. | Mara Bos | -6/+6 |
| 2020-11-15 | Add Pin::static_mut. | Mara Bos | -0/+14 |
| 2020-11-15 | Rename Pin::new_static to Pin::static_ref. | Mara Bos | -1/+1 |
| 2020-11-15 | Make Pin::new_static const. | Mara Bos | -1/+2 |
| 2020-11-15 | Add Pin::new_static. | Mara Bos | -0/+13 |
| 2020-11-15 | Pin the ReentrantMutexes in sys::io::stdio. | Mara Bos | -25/+30 |
| 2020-11-15 | Return a Pin from SyncOnceCell::get_or_init_pin. | Mara Bos | -4/+7 |
| 2020-11-15 | Add (internal-only) SyncOnceCell::get_or_init_pin. | Mara Bos | -0/+52 |
| 2020-11-15 | Update ReentrantMutex tests to use Pin. | Mara Bos | -15/+21 |
| 2020-11-15 | Use Pin for the 'don't move' requirement of ReentrantMutex. | Mara Bos | -33/+19 |
| 2020-11-15 | Remove unnecessary import of `crate::marker` in std::sys_common::remutex. | Mara Bos | -2/+1 |
| 2020-11-15 | Fix outdated comment about not needing to flush stderr. | Mara Bos | -7/+3 |
| 2020-11-15 | change the order of type arguments on ControlFlow | Leonora Tindall | -23/+17 |
| 2020-11-15 | Add `ControlFlow::is_{break,continue}` methods | LeSeulArtichaut | -0/+14 |
| 2020-11-12 | [beta] always disable copy_file_range to avoid EOVERFLOW errors | The8472 | -1/+1 |
| 2020-11-07 | remove needs_drop | The8472 | -8/+4 |
| 2020-10-03 | Rollup merge of #77264 - fusion-engineering-forks:skip-local-stdio, r=dtolnay | Jonas Schievink | -23/+61 |
| 2020-10-03 | Rollup merge of #77182 - GuillaumeGomez:missing-examples-fd-traits, r=pickfire | Jonas Schievink | -0/+40 |
| 2020-10-03 | Rollup merge of #76745 - workingjubilee:move-wrapping-tests, r=matklad | Jonas Schievink | -0/+76 |
| 2020-10-03 | Rollup merge of #75377 - canova:map_debug_impl, r=dtolnay | Jonas Schievink | -15/+55 |
| 2020-10-02 | Remove unnecessary mod-cfg | Jubilee Young | -17/+14 |
| 2020-10-02 | Rollup merge of #77442 - pickfire:patch-7, r=scottmcm | Jonas Schievink | -2/+3 |
| 2020-10-02 | Rollup merge of #77432 - tmiasko:posix-spawn-musl, r=cuviper | Jonas Schievink | -6/+8 |
| 2020-10-02 | Rollup merge of #77409 - pickfire:patch-6, r=GuillaumeGomez | Jonas Schievink | -0/+11 |
| 2020-10-02 | Rollup merge of #77405 - timvermeulen:iter_advance_by_tracking_issue, r=scottmcm | Jonas Schievink | -2/+2 |
| 2020-10-02 | Simplify fd examples | Guillaume Gomez | -19/+16 |
| 2020-10-02 | Auto merge of #77029 - ehuss:command-access, r=dtolnay | bors | -8/+303 |
| 2020-10-02 | Clean up on example doc fixes for ptr::copy | Ivan Tham | -2/+3 |
| 2020-10-02 | Rollup merge of #77429 - WaffleLapkin:doc_link_default_hasher_new, r=jyn514 | Yuki Okushi | -4/+3 |
| 2020-10-02 | Rollup merge of #77399 - ssomers:btree_cleanup_5, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2020-10-02 | Rollup merge of #77389 - jyn514:THE-PAPERCLIP-COMETH, r=Mark-Simulacrum | Yuki Okushi | -10/+8 |
| 2020-10-02 | Rollup merge of #77385 - scottmcm:fix-77220, r=jyn514 | Yuki Okushi | -1/+11 |
| 2020-10-02 | Rollup merge of #77362 - RReverser:patch-1, r=dtolnay | Yuki Okushi | -1/+1 |
| 2020-10-02 | Rollup merge of #77147 - fusion-engineering-forks:static-mutex, r=dtolnay | Yuki Okushi | -121/+100 |
| 2020-10-02 | Rollup merge of #77111 - fusion-engineering-forks:stabilize-slice-ptr-range, ... | Yuki Okushi | -4/+2 |
| 2020-10-02 | Rollup merge of #76979 - fusion-engineering-forks:windows-fallback-check, r=d... | Yuki Okushi | -45/+53 |
| 2020-10-02 | Link `new` method in `DefautHasher`s doc | Waffle | -4/+3 |
| 2020-10-01 | Auto merge of #76971 - bugadani:issue-75659, r=Amanieu | bors | -16/+27 |
| 2020-10-02 | Remove trailing whitespace in iter chain doc | Ivan Tham | -1/+1 |
| 2020-10-02 | Add example for iter chain struct | Ivan Tham | -0/+11 |
| 2020-10-01 | Auto merge of #76969 - withoutboats:rawfd-refexive-traits, r=dtolnay | bors | -0/+57 |
| 2020-10-01 | Add tracking issue | Tim Vermeulen | -2/+2 |
| 2020-10-01 | Work around potential merging/duplication issues in sys/windows/compat. | Mara Bos | -3/+19 |
| 2020-10-01 | Formatting. | Mara Bos | -5/+1 |
| 2020-10-01 | Use AcquireSRWLockExclusive::is_available() instead of an extra lookup. | Mara Bos | -17/+6 |
| 2020-10-01 | Improve std::sys::windows::compat. | Mara Bos | -28/+35 |
| 2020-10-01 | Auto merge of #76919 - fusion-engineering-forks:thread-parker, r=dtolnay | bors | -112/+276 |
| 2020-10-01 | BTreeMap: use Unique::from to avoid a cast where type information exists | Stein Somers | -1/+1 |
| 2020-10-01 | Things are only moved if non-copy | scottmcm | -1/+1 |