| Age | Commit message (Expand) | Author | Lines |
| 2020-02-28 | use is_empty() instead of len() == x to determine if structs are empty. | Matthias Krüger | -1/+1 |
| 2020-02-28 | docs: add mention of async blocks in move keyword docs | Pulkit Goyal | -0/+9 |
| 2020-02-27 | don't use .into() to convert types into identical types. | Matthias Krüger | -3/+1 |
| 2020-02-27 | use char instead of &str for single char patterns | Matthias Krüger | -2/+2 |
| 2020-02-27 | Remove spotlight usage | Guillaume Gomez | -3/+0 |
| 2020-02-26 | Rollup merge of #67637 - Mark-Simulacrum:primitive-mod, r=dtolnay | Dylan DPC | -1/+4 |
| 2020-02-23 | Bump core::primitive to 1.43 | David Tolnay | -1/+1 |
| 2020-02-23 | docs: Stdin::read_line: mention the appending | Jakub Kądziołka | -1/+1 |
| 2020-02-23 | Implement `Copy` for `IoSlice` | LeSeulArtichaut | -0/+10 |
| 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-20 | Rollup merge of #68945 - mjbshaw:once_is_completed, r=LukasKalbertodt | Dylan DPC | -6/+5 |
| 2020-02-19 | Reword OpenOptions::{create, create_new} doc. | jumbatm | -8/+4 |
| 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-15 | Rollup merge of #64069 - danielhenrymantilla:feature/cstring_from_vec_of_nonz... | Dylan DPC | -0/+28 |
| 2020-02-14 | Fix tests after rebase | Matthew Jasper | -1/+2 |
| 2020-02-13 | keyword docs for else and inkeyword docs for else and in. | Giles Cope | -5/+56 |
| 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-13 | Rollup merge of #67642 - Mark-Simulacrum:relax-bounds, r=Amanieu | Dylan DPC | -75/+71 |
| 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-12 | Rollup merge of #69038 - yaahc:backtrace-debug, r=dtolnay | Dylan DPC | -6/+63 |
| 2020-02-12 | Add notice about using new consts in new code on float modules | Linus Färnstrand | -2/+8 |
| 2020-02-12 | Remove reference from integer docs to their modules | Linus Färnstrand | -24/+0 |
| 2020-02-12 | Stabilize assoc_int_consts | Linus Färnstrand | -1/+0 |
| 2020-02-12 | Rollup merge of #69042 - yaahc:backtrace-header, r=dtolnay | Dylan DPC | -1/+2 |
| 2020-02-12 | Rollup merge of #67695 - gilescope:truth, r=centril | Yuki Okushi | -5/+44 |
| 2020-02-11 | Fix failing backtrace ui tests | Jane Lusby | -0/+1 |
| 2020-02-11 | Keyword docs | Giles Cope | -5/+44 |
| 2020-02-11 | make the sgx arg cleanup implementation a no op | Dario Gonzalez | -6/+1 |
| 2020-02-11 | remove intentionally failing test | Jane Lusby | -18/+0 |
| 2020-02-10 | backwards again, god damnit | Jane Lusby | -1/+1 |
| 2020-02-10 | rule over the code in libstd with an iron fist | Jane Lusby | -9/+4 |
| 2020-02-10 | maximum alternative consistency! | Jane Lusby | -2/+9 |
| 2020-02-10 | make symbol printing consistent with backtrace_rs | Jane Lusby | -2/+3 |
| 2020-02-10 | add nice alt fmt for debug | Jane Lusby | -6/+6 |
| 2020-02-10 | use debug_map and skip empty frames | Jane Lusby | -5/+10 |
| 2020-02-10 | remove Some from fn name | Jane Lusby | -1/+1 |
| 2020-02-10 | final format cleanups | Jane Lusby | -1/+8 |
| 2020-02-10 | make it compile | Jane Lusby | -1/+1 |
| 2020-02-10 | remove unnecessary Debug impl for BacktraceFrame | Jane Lusby | -6/+0 |
| 2020-02-10 | remove unnecessary derives | Jane Lusby | -2/+0 |
| 2020-02-10 | less noisy format | Jane Lusby | -7/+37 |
| 2020-02-10 | Get vaguely working with a test for checking output | Jane Lusby | -1/+26 |
| 2020-02-10 | Add initial debug fmt for Backtrace | Jane Lusby | -6/+19 |
| 2020-02-10 | Bump version to backtrace without the header | Jane Lusby | -1/+1 |