| Age | Commit message (Expand) | Author | Lines |
| 2019-10-31 | enhance the documentation of std::io::BufReader regarding potential data loss | Marco Conte | -2/+4 |
| 2019-10-29 | vxWorks: remove all code related to UNIX socket as it is not supported by vxW... | BaoshanPang | -1828/+60 |
| 2019-10-29 | Add lint for unnecessary parens around types | jack-t | -3/+3 |
| 2019-10-29 | doc: use new feature gate for c_void type | Lzu Tao | -1/+1 |
| 2019-10-28 | [doc] fix the reference to using `OpenOptions::open` | Josh Stone | -2/+2 |
| 2019-10-28 | [doc] add a possessive apostrophe in `OpenOptionsExt::mode` | Josh Stone | -2/+2 |
| 2019-10-27 | Panicking infra uses &core::panic::Location. | Adam Perry | -8/+4 |
| 2019-10-26 | Auto merge of #65167 - hermitcore:rusty-hermit, r=alexcrichton | bors | -431/+2262 |
| 2019-10-26 | Rollup merge of #65791 - dorfsmay:doc_keyword_continue, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+33 |
| 2019-10-26 | Rollup merge of #65810 - raoulstrackx:ac_mitigation, r=nagisa | Yuki Okushi | -1/+7 |
| 2019-10-25 | forgot pushfq/popqfq: fixed | Raoul Strackx | -0/+2 |
| 2019-10-25 | cleaning up code | Raoul Strackx | -9/+4 |
| 2019-10-25 | removed unnecessary push | Raoul Strackx | -1/+0 |
| 2019-10-25 | Rollup merge of #65731 - fusion-engineering-forks:set-extension, r=dtolnay | Mazdak Farrokhzad | -11/+15 |
| 2019-10-25 | Rollup merge of #65685 - oxalica:statx-eperm, r=alexcrichton | Mazdak Farrokhzad | -42/+55 |
| 2019-10-25 | RFC 2008: Stabilization | David Wood | -1/+1 |
| 2019-10-25 | Mention park guarantee | Paul Dicker | -0/+4 |
| 2019-10-25 | Merge branch 'master' into rusty-hermit, resolve conflicts | Stefan Lankes | -19/+19 |
| 2019-10-25 | Rollup merge of #65742 - Centril:gate-pre-expansion-subset, r=davidtwco | Mazdak Farrokhzad | -1/+2 |
| 2019-10-24 | Adding doc on keyword continue | Yves Dorfsman | -2/+33 |
| 2019-10-24 | Always align Waiter to 4 bytes | Paul Dicker | -0/+1 |
| 2019-10-24 | Use more precise atomic orderings | Paul Dicker | -12/+41 |
| 2019-10-24 | In Waiter use interior mutability for thread | Paul Dicker | -9/+19 |
| 2019-10-24 | Reduce the amount of comments in call_inner | Paul Dicker | -19/+6 |
| 2019-10-24 | Move thread parking to a seperate function | Paul Dicker | -38/+42 |
| 2019-10-24 | Turn Finish into WaiterQueue | Paul Dicker | -23/+21 |
| 2019-10-24 | Update hashbrown to 0.6.2 | Alex Crichton | -1/+1 |
| 2019-10-24 | pre-expansion gate decl_macro | Mazdak Farrokhzad | -1/+2 |
| 2019-10-23 | Rollup merge of #65479 - SimonSapin:matches, r=alexcrichton | Mazdak Farrokhzad | -0/+2 |
| 2019-10-23 | Rollup merge of #64178 - mati865:clippy, r=scottmcm | Mazdak Farrokhzad | -14/+12 |
| 2019-10-23 | Prevent unnecessary allocation in PathBuf::set_extension. | Mara Bos | -11/+15 |
| 2019-10-23 | Don't mutate waiter nodes | Paul Dicker | -9/+9 |
| 2019-10-23 | Move the `matches!` macro to the prelude | Simon Sapin | -10/+2 |
| 2019-10-23 | Add `core::macros::matches!( $expr, $pat ) -> bool` | Simon Sapin | -1/+11 |
| 2019-10-23 | Simplify loop conditions in RUNNING and add comments | Paul Dicker | -17/+29 |
| 2019-10-23 | Rename state to state_and_queue | Paul Dicker | -28/+29 |
| 2019-10-23 | Rollup merge of #65617 - newpavlov:patch-2, r=alexcrichton | Yuki Okushi | -4/+4 |
| 2019-10-23 | Some tweaks | oxalica | -49/+44 |
| 2019-10-22 | Apply clippy::single_match suggestion | Mateusz Mikuła | -3/+2 |
| 2019-10-22 | Apply clippy::while_let_on_iterator suggestions | Mateusz Mikuła | -2/+1 |
| 2019-10-22 | Apply clippy::needless_return suggestions | Mateusz Mikuła | -9/+9 |
| 2019-10-22 | Merge branch 'master' into rusty-hermit | Stefan Lankes | -55/+111 |
| 2019-10-22 | rename Error::iter_chain() and remove Error::iter_sources() | Harald Hoyer | -80/+12 |
| 2019-10-22 | Fix check of `statx` | oxalica | -16/+34 |
| 2019-10-21 | Rollup merge of #65663 - Amanieu:typo, r=varkor | Mazdak Farrokhzad | -1/+1 |
| 2019-10-21 | Rollup merge of #62330 - SimonSapin:no-drop-in-union-fields, r=RalfJung | Mazdak Farrokhzad | -9/+9 |
| 2019-10-21 | add aarch64 support for HermitCore | Stefan Lankes | -1/+1 |
| 2019-10-21 | fixed ac vulnerability | Raoul Strackx | -0/+10 |
| 2019-10-21 | Fix typo from #65214 | Amanieu d'Antras | -1/+1 |
| 2019-10-21 | Rollup merge of #65544 - dorfsmay:doc_keyword_break, r=Dylan-DPC | Yuki Okushi | -2/+65 |