| Age | Commit message (Expand) | Author | Lines |
| 2020-04-03 | Fix "since" field for `Once::is_complete`'s `#[stable]` attribute | Lukas Kalbertodt | -1/+1 |
| 2020-03-10 | Rollup merge of #69799 - TimDiekmann:zst, r=Amanieu | Mazdak Farrokhzad | -11/+36 |
| 2020-03-10 | Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnison | Mazdak Farrokhzad | -3/+0 |
| 2020-03-08 | unix: Don't override existing SIGSEGV/BUS handlers | Josh Stone | -8/+20 |
| 2020-03-08 | Rollup merge of #69777 - lukas-code:patch-1, r=jonas-schievink | Mazdak Farrokhzad | -1/+1 |
| 2020-03-08 | Allow ZSTs in `AllocRef` | Tim Diekmann | -11/+36 |
| 2020-03-07 | Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkov | Mazdak Farrokhzad | -6/+6 |
| 2020-03-07 | Rollup merge of #69782 - matthiaskrgr:redundant_field_name_rep, r=cramertj | Mazdak Farrokhzad | -10/+7 |
| 2020-03-06 | Don't redundantly repeat field names (clippy::redundant_field_names) | Matthias Krüger | -10/+7 |
| 2020-03-06 | Fix missing ` in doc for File::with_options | Lukas | -1/+1 |
| 2020-03-06 | fix various typos | Matthias Krüger | -6/+6 |
| 2020-03-05 | Update deprecation version to 1.42 for Error::description | Dylan Nugent | -1/+1 |
| 2020-03-05 | Rollup merge of #69736 - matthiaskrgr:even_more_clippy, r=Dylan-DPC | Dylan DPC | -2/+2 |
| 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-04 | Update macros.rs: fix documentation typo. | Penelope Phippen | -1/+1 |
| 2020-03-04 | Auto merge of #68952 - faern:stabilize-assoc-int-consts, r=dtolnay | bors | -27/+8 |
| 2020-03-03 | Rollup merge of #69637 - matthiaskrgr:if_let_some_result, r=ecstatic-morse | Yuki Okushi | -1/+1 |
| 2020-03-03 | Rollup merge of #69619 - matthiaskrgr:misc, r=eddyb | Yuki Okushi | -1/+1 |
| 2020-03-03 | Rollup merge of #69609 - TimDiekmann:excess, r=Amanieu | Yuki Okushi | -6/+10 |
| 2020-03-03 | Remove `usable_size` APIs | Tim Diekmann | -6/+10 |
| 2020-03-02 | Don't convert Results to Options just for matching. | Matthias Krüger | -1/+1 |
| 2020-03-01 | use subdsec_micros() instead of subsec_nanos() / 1000 | Matthias Krüger | -1/+1 |
| 2020-03-01 | Rollup merge of #69569 - matthiaskrgr:nonminimal_bool, r=mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-02-29 | Rollup merge of #69584 - zantysor:fix-saturating-duration-since-comment, r=va... | Dylan DPC | -1/+1 |
| 2020-02-29 | Rollup merge of #69571 - matthiaskrgr:useless_asref, r=Centril | Dylan DPC | -1/+1 |
| 2020-02-29 | correct comment to match behavior | Zan Tysor | -1/+1 |
| 2020-02-29 | simplify boolean expressions | Matthias Krüger | -1/+1 |
| 2020-02-29 | Rollup merge of #69551 - matthiaskrgr:len_zero, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-02-29 | Rollup merge of #69477 - Pulkit07:issue69298, r=cramertj | Dylan DPC | -0/+9 |
| 2020-02-29 | remove unneeded .as_ref() calls. | Matthias Krüger | -1/+1 |
| 2020-02-28 | Rollup merge of #69481 - matthiaskrgr:single_char, r=ecstatic-morse | Mazdak Farrokhzad | -2/+2 |
| 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 | 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 | Add comment to SGX entry code | Jethro Beekman | -0/+1 |