| Age | Commit message (Expand) | Author | Lines |
| 2020-03-27 | Auto merge of #68404 - Amanieu:llvm-asm, r=estebank | bors | -4/+4 |
| 2020-03-27 | Rollup merge of #70048 - TyPR124:mutable_osstr, r=dtolnay | Dylan DPC | -0/+12 |
| 2020-03-26 | Rename asm! to llvm_asm! | Amanieu d'Antras | -4/+4 |
| 2020-03-23 | Rollup merge of #70207 - hatoo:macos-getentropy, r=dtolnay | Mazdak Farrokhzad | -0/+37 |
| 2020-03-21 | Rollup merge of #69955 - alexcrichton:stderr-infallible, r=sfackler | Dylan DPC | -19/+19 |
| 2020-03-21 | Use getentropy(2) on macos | hatoo | -0/+37 |
| 2020-03-20 | Fix abort-on-eprintln during process shutdown | Alex Crichton | -19/+19 |
| 2020-03-20 | add comment about maintaining OsStr encoding | TyPR124 | -0/+2 |
| 2020-03-19 | Rollup merge of #69969 - iximeow:sigstack-guard-page, r=cuviper | Mazdak Farrokhzad | -5/+18 |
| 2020-03-16 | make safety comments more explicit | TyPR124 | -4/+4 |
| 2020-03-16 | corrections on safety comments | TyPR124 | -3/+3 |
| 2020-03-16 | remove #[inline] for consistency in windows/os_str | TyPR124 | -1/+0 |
| 2020-03-16 | add comments about safety | TyPR124 | -0/+6 |
| 2020-03-16 | allowing getting &mut OsStr from OsString | TyPR124 | -0/+5 |
| 2020-03-16 | Rollup merge of #69858 - da-x:windows-precise-time, r=Dylan-DPC | Dylan DPC | -1/+5 |
| 2020-03-14 | Rollup merge of #69403 - LeSeulArtichaut:copy-ioslice, r=sfackler | Yuki Okushi | -0/+9 |
| 2020-03-12 | fix formatting | iximeow | -2/+8 |
| 2020-03-12 | return a pointer to the end of the valid part of the sigstack, no further | iximeow | -5/+7 |
| 2020-03-12 | unix: Set a guard page at the end of signal stacks | iximeow | -2/+7 |
| 2020-03-09 | Use GetSystemTimePreciseAsFileTime if it is available | Dan Aloni | -1/+5 |
| 2020-03-08 | unix: Don't override existing SIGSEGV/BUS handlers | Josh Stone | -8/+20 |
| 2020-03-06 | fix various typos | Matthias Krüger | -3/+3 |
| 2020-03-05 | Const items have by default a static lifetime, there's no need to annotate it... | Matthias Krüger | -2/+2 |
| 2020-03-01 | use subdsec_micros() instead of subsec_nanos() / 1000 | Matthias Krüger | -1/+1 |
| 2020-02-27 | don't use .into() to convert types into identical types. | Matthias Krüger | -3/+1 |
| 2020-02-23 | Implement `Copy` for `IoSlice` | LeSeulArtichaut | -0/+9 |
| 2020-02-23 | Auto merge of #69084 - yaahc:delayed-doc-lint, r=petrochenkov | bors | -8/+4 |
| 2020-02-22 | rustfmt darnit | Jane Lusby | -6/+2 |
| 2020-02-22 | make doc comments regular comments | Jane Lusby | -2/+2 |
| 2020-02-18 | Rollup merge of #68767 - kubo39:patch-macos, r=shepmaster | Yuki Okushi | -2/+3 |
| 2020-02-16 | macOS: avoid calling pthread_self() twice | Hiroki Noda | -2/+3 |
| 2020-02-15 | Rollup merge of #69106 - RReverser:wasi-fs-copy, r=KodrAus | Dylan DPC | -1/+9 |
| 2020-02-13 | Add comment to SGX entry code | Jethro Beekman | -0/+1 |
| 2020-02-13 | Rollup merge of #69068 - Goirad:make-sgx-arg-cleanup-nop, r=jethrogb,nagisa | Dylan DPC | -6/+1 |
| 2020-02-12 | Fix std::fs::copy on WASI target | Ingvar Stepanyan | -1/+9 |
| 2020-02-12 | Rollup merge of #69040 - jethrogb:jb/cleanup-sgx-entry, r=nagisa | Dylan DPC | -10/+29 |
| 2020-02-11 | make the sgx arg cleanup implementation a no op | Dario Gonzalez | -6/+1 |
| 2020-02-10 | Avoid jumping to Rust code with user %rsp (reentry_panic) | Jethro Beekman | -7/+6 |
| 2020-02-10 | sanitize MXCSR/FPU control registers | Raoul Strackx | -0/+11 |
| 2020-02-10 | Corrected ac_mitigation patch. That patch used the untrusted stack to clear r... | Raoul Strackx | -7/+16 |
| 2020-02-10 | Fix SGX RWLock representation for UnsafeCell niche fix | Jethro Beekman | -11/+13 |
| 2020-02-02 | Strip unnecessary subexpression | Friedrich von Never | -1/+0 |
| 2020-01-30 | Update | Hiroki Noda | -2/+2 |
| 2020-01-30 | Fix typo. | Hiroki Noda | -1/+1 |
| 2020-01-26 | update | comet | -1/+1 |
| 2020-01-25 | Rollup merge of #68515 - Wind-River:master_2020, r=alexcrichton | Yuki Okushi | -5/+39 |
| 2020-01-24 | Support feature process_set_argv0 for VxWorks | BaoshanPang | -5/+39 |
| 2020-01-24 | Remove unused ignore-license directives | Tomasz Miąsko | -4/+0 |
| 2020-01-16 | Rollup merge of #68033 - ollie27:win_f32, r=dtolnay | Dylan DPC | -5/+5 |
| 2020-01-12 | Document behavior of set_nonblocking on UnixListener | Till Arnold | -0/+8 |