| Age | Commit message (Expand) | Author | Lines |
| 2021-07-02 | stdio_locked: updates based on feedback | Taylor Yu | -74/+14 |
| 2021-07-03 | Rollup merge of #86807 - tversteeg:patch-1, r=bjorn3 | Yuki Okushi | -1/+0 |
| 2021-07-03 | Rollup merge of #86803 - xfix:remove-unnecessary-ampersand-from-command-args-... | Yuki Okushi | -2/+2 |
| 2021-07-03 | Rollup merge of #86308 - bstrie:intrinsafe, r=JohnTitor | Yuki Okushi | -0/+165 |
| 2021-07-03 | Rollup merge of #85001 - CDirkx:bytestring, r=JohnTitor | Yuki Okushi | -50/+28 |
| 2021-07-03 | Rollup merge of #84029 - drahnr:master, r=petrochenkov | Yuki Okushi | -0/+15 |
| 2021-07-02 | Remove unstable `Cursor::remaining` | Sören Meier | -26/+0 |
| 2021-07-02 | alloc: `no_global_oom_handling`: disable `new()`s, `pin()`s, etc. | Miguel Ojeda | -0/+12 |
| 2021-07-02 | Auto merge of #86806 - GuillaumeGomez:rollup-pr5r37w, r=GuillaumeGomez | bors | -4/+191 |
| 2021-07-02 | Fix double import in wasm thread | Thomas Versteeg | -1/+0 |
| 2021-07-02 | Rollup merge of #86797 - inquisitivecrystal:bound-cloned, r=jyn514 | Guillaume Gomez | -4/+1 |
| 2021-07-02 | Rollup merge of #86714 - iwahbe:add-linked-list-cursor-end-methods, r=Amanieu | Guillaume Gomez | -0/+190 |
| 2021-07-02 | Remove & from Command::args calls in documentation | Konrad Borowski | -2/+2 |
| 2021-07-02 | Auto merge of #85746 - m-ou-se:io-error-other, r=joshtriplett | bors | -73/+96 |
| 2021-07-02 | add track_path::path fn for proc-macro usage | Bernhard Schuster | -0/+15 |
| 2021-07-01 | add owned locked stdio handles | Taylor Yu | -1/+397 |
| 2021-07-01 | fix missing word | Taylor Yu | -1/+2 |
| 2021-07-01 | Stabilize `Bound::cloned()` | Aris Merchant | -4/+1 |
| 2021-07-01 | Stabilize `Seek::rewind` | Aris Merchant | -2/+5 |
| 2021-07-02 | Rollup merge of #86785 - lf-:dead-code, r=Mark-Simulacrum | Yuki Okushi | -29/+0 |
| 2021-07-02 | Rollup merge of #86783 - mark-i-m:mutex-drop-unsized, r=Xanewok | Yuki Okushi | -20/+20 |
| 2021-07-01 | Document iteration order of `retain` functions | Janik Rabe | -0/+4 |
| 2021-07-01 | Update BTreeSet::drain_filter documentation | Janik Rabe | -9/+11 |
| 2021-07-01 | Implement changes suggested by @Amanieu | Ian Wahbe | -10/+29 |
| 2021-07-01 | proc_macro/bridge: Remove dead code Slice type | Jade | -29/+0 |
| 2021-07-01 | Move Mutex::unlock to T: ?Sized | Mark Mansi | -20/+20 |
| 2021-06-30 | Make the specialized Fuse still deal with None | Josh Stone | -188/+66 |
| 2021-06-30 | impl From<[(K, V); N]> for std::collections | bstrie | -26/+244 |
| 2021-06-30 | Remove "length" doc aliases | Amanieu d'Antras | -13/+0 |
| 2021-06-30 | Remove "delete" doc aliases | Amanieu d'Antras | -7/+0 |
| 2021-06-30 | Remove alloc/malloc/calloc/realloc doc aliases | Amanieu d'Antras | -14/+0 |
| 2021-06-30 | alloc: `RawVec<T, A>::shrink` can be in `no_global_oom_handling`. | Miguel Ojeda | -1/+0 |
| 2021-06-30 | impl Default, Copy, Clone for std::io::Sink and Empty | Ian Jackson | -0/+2 |
| 2021-06-29 | Rename variable | Roxane | -4/+0 |
| 2021-06-29 | Use diagnostic items to check for Send, UnwindSafe and RefUnwindSafe traits | Roxane Fruytier | -2/+2 |
| 2021-06-29 | Remove lang items Send, UnwindSafe and RefUnwindSafe | Roxane Fruytier | -2/+5 |
| 2021-06-29 | Add non-mutable methods to `Cursor` | Ian Wahbe | -0/+17 |
| 2021-06-29 | add head/tail methods to linked list mutable cursor | Ian Wahbe | -0/+154 |
| 2021-06-28 | Update to new bootstrap compiler | Mark Rousskov | -335/+10 |
| 2021-06-28 | Auto merge of #82624 - ojeda:rwlock-example-deadlock, r=JohnTitor | bors | -1/+13 |
| 2021-06-27 | Auto merge of #86655 - jonas-schievink:const-arguments-as-str, r=kennytm | bors | -1/+2 |
| 2021-06-27 | Add reference to tracking issue #86302 for const_ptr_write | Albin Hedman | -4/+4 |
| 2021-06-27 | Add reference to issue for const_intrinsic_copy in ptr::write | Albin Hedman | -1/+1 |
| 2021-06-27 | Revert "Revert tests added by PR 81167." | Albin Hedman | -0/+50 |
| 2021-06-27 | Revert "Revert effects of PRs 81167 and 83091." | Albin Hedman | -6/+13 |
| 2021-06-27 | Make `fmt::Arguments::as_str` unstably const | Jonas Schievink | -1/+2 |
| 2021-06-26 | Auto merge of #86586 - Smittyvb:https-everywhere, r=petrochenkov | bors | -47/+47 |
| 2021-06-26 | Auto merge of #86637 - ehuss:spellings, r=dtolnay | bors | -15/+15 |
| 2021-06-25 | Fix a few misspellings. | Eric Huss | -15/+15 |
| 2021-06-25 | Restore original ordering of `ErrorKind::Other`. | Mara Bos | -8/+9 |