| Age | Commit message (Expand) | Author | Lines |
| 2019-04-01 | Add ensure_capacity and rename min to len | John Kåre Alsaker | -15/+26 |
| 2019-04-01 | wasi: Implement `error_string` to get readable errors | Alex Crichton | -2/+15 |
| 2019-04-01 | Use set_len | John Kåre Alsaker | -2/+2 |
| 2019-04-01 | Support allocating iterators with arenas | John Kåre Alsaker | -16/+129 |
| 2019-04-01 | SGX target: convert a bunch of panics to aborts | Jethro Beekman | -48/+61 |
| 2019-04-01 | Use normal newtype_index macro for MIR dataflow | Matthew Jasper | -76/+30 |
| 2019-04-01 | resolve all in scope trait aliases, then elaborate their bounds | Sean McArthur | -45/+166 |
| 2019-04-01 | Fix typo | Aaron Hill | -1/+1 |
| 2019-04-02 | renames EvalErrorKind to InterpError | kenta7777 | -73/+73 |
| 2019-04-01 | Rollup merge of #59603 - matklad:ptrhash, r=Centril | Mazdak Farrokhzad | -2/+1 |
| 2019-04-01 | Rollup merge of #59601 - kenta7777:typo-fix, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-04-01 | Rollup merge of #59595 - mark-i-m:update-rustc-guide, r=steveklabnik | Mazdak Farrokhzad | -0/+0 |
| 2019-04-01 | Rollup merge of #59586 - XAMPPRocky:redirect, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |
| 2019-04-01 | Rollup merge of #59041 - saleemjaffer:trait_doc_comment_better_error_msg, r=p... | Mazdak Farrokhzad | -0/+33 |
| 2019-04-01 | Rollup merge of #58919 - estebank:impl-trait-return-lifetime, r=pnkfelix | Mazdak Farrokhzad | -19/+48 |
| 2019-04-01 | Rollup merge of #58507 - Zoxc:time-extended, r=michaelwoerister | Mazdak Farrokhzad | -21/+26 |
| 2019-04-01 | stabilize ptr::hash | Aleksey Kladov | -2/+1 |
| 2019-04-01 | wasi: Use raw syscalls for stdio | Alex Crichton | -14/+9 |
| 2019-04-01 | wasi: Load arguments via syscalls | Alex Crichton | -26/+24 |
| 2019-04-01 | typo fix | kenta7777 | -1/+1 |
| 2019-04-01 | Forward formatter settings to bounds of `Range<T>` in `fmt::Debug` impl | Lukas Kalbertodt | -5/+17 |
| 2019-03-31 | Only track 'visited' state for function types | Aaron Hill | -18/+31 |
| 2019-03-31 | update rustc-guide submodule | mark | -0/+0 |
| 2019-03-31 | Fix typos | Aaron Hill | -4/+2 |
| 2019-03-31 | Add codegen test | Aaron Hill | -0/+15 |
| 2019-03-31 | Fix inverted panic check | Aaron Hill | -1/+1 |
| 2019-03-31 | Fix stack overflow when generating debuginfo for 'recursive' type | Aaron Hill | -17/+108 |
| 2019-03-31 | Auto merge of #59507 - nnethercote:indent-with-SPACES, r=petrochenkov | bors | -3/+19 |
| 2019-04-01 | Optimize indentation in the pretty printer. | Nicholas Nethercote | -3/+19 |
| 2019-03-31 | Auto merge of #59577 - dlrobertson:fix_58881, r=nagisa | bors | -13/+23 |
| 2019-03-31 | Fix custom relative libdir. | O01eg | -11/+36 |
| 2019-03-31 | Fix LLVM IR generated for C-variadic arguments | Dan Robertson | -13/+23 |
| 2019-03-31 | Rollup merge of #59587 - XAMPPRocky:master, r=Centril | Mazdak Farrokhzad | -1/+0 |
| 2019-03-31 | Rollup merge of #59583 - oberien:patch-1, r=Centril | Mazdak Farrokhzad | -0/+16 |
| 2019-03-31 | Rollup merge of #59581 - jmcomets:stabilize-refcell_replace_swap, r=Centril | Mazdak Farrokhzad | -7/+1 |
| 2019-03-31 | Rollup merge of #59580 - taiki-e:coerce-closure, r=oli-obk | Mazdak Farrokhzad | -27/+50 |
| 2019-03-31 | Rollup merge of #59519 - eddyb:layout-variants-refactor, r=oli-obk | Mazdak Farrokhzad | -134/+193 |
| 2019-03-31 | Rollup merge of #59506 - JohnTitor:improve-mcount, r=nagisa | Mazdak Farrokhzad | -40/+141 |
| 2019-03-31 | Rollup merge of #58805 - fabric-and-ink:redundant_import, r=petrochenkov | Mazdak Farrokhzad | -42/+198 |
| 2019-03-31 | Suggest using anonymous lifetime in `impl Trait` return without hacks | Esteban Küber | -48/+41 |
| 2019-04-01 | Allow closure to unsafe fn coercion | Taiki Endo | -27/+50 |
| 2019-03-31 | Fixed URL in cargotest::TEST_REPOS | Aaron Power | -1/+1 |
| 2019-03-31 | Remove #[doc(hidden)] from Error::type_id | Aaron Power | -1/+0 |
| 2019-03-31 | Use `u{1}` instead of `01` | Yuki OKUSHI | -16/+16 |
| 2019-03-31 | Fixes for shallow borrows | Matthew Jasper | -9/+8 |
| 2019-03-31 | Rollup merge of #59574 - JohnTitor:distinguish-error-vs-warning, r=Centril | Mazdak Farrokhzad | -5/+16 |
| 2019-03-31 | Rollup merge of #59572 - davidtwco:issue-59508, r=varkor | Mazdak Farrokhzad | -38/+140 |
| 2019-03-31 | Fix invalid bounds string generation in rustdoc | Guillaume Gomez | -11/+26 |
| 2019-03-31 | match match match match match | Jaro Fietz | -0/+16 |
| 2019-03-31 | refcell_replace_swap: remove feature gate & obsolete documentation item | Jean-Marie Comets | -4/+0 |