| 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 | Use set_len | John Kåre Alsaker | -2/+2 |
| 2019-04-01 | Support allocating iterators with arenas | John Kåre Alsaker | -16/+129 |
| 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 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-04-01 | Allow closure to unsafe fn coercion | Taiki Endo | -27/+50 |
| 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 | 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 | 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 |
| 2019-03-31 | libstd: deny(elided_lifetimes_in_paths), fixes in redox | Mazdak Farrokhzad | -1/+1 |
| 2019-03-31 | Remove redundant import | Fabian Drinck | -1/+0 |
| 2019-03-31 | libstd: deny(elided_lifetimes_in_paths), fixes in sgx | Mazdak Farrokhzad | -19/+20 |
| 2019-03-31 | libstd: deny(elided_lifetimes_in_paths), fixes in wasi | Mazdak Farrokhzad | -25/+25 |
| 2019-03-31 | libstd: deny(elided_lifetimes_in_paths), fixes in cloudabi | Mazdak Farrokhzad | -3/+4 |
| 2019-03-31 | libstd: deny(elided_lifetimes_in_paths) | Mazdak Farrokhzad | -367/+372 |
| 2019-03-31 | Add back missing import | Fabian Drinck | -1/+1 |
| 2019-03-31 | Stabilize refcell_replace_swap feature, closes #43570 | Jean-Marie Comets | -5/+3 |
| 2019-03-31 | Auto merge of #59566 - cuviper:llvm-rebuild-sha, r=Mark-Simulacrum | bors | -43/+34 |
| 2019-03-31 | Only mention const generics if enabled. | David Wood | -34/+83 |
| 2019-03-31 | Include bounds in generic reordering diagnostic. | David Wood | -12/+65 |
| 2019-03-31 | Distinguish depending on error level | Yuki OKUSHI | -5/+16 |
| 2019-03-30 | Rollup merge of #59569 - gruberb:add-title-for-unstable-book, r=frewsxcv | Mazdak Farrokhzad | -0/+2 |
| 2019-03-30 | Rollup merge of #59562 - DevQps:dbg-macro-docs, r=Centril | Mazdak Farrokhzad | -3/+3 |
| 2019-03-30 | Rollup merge of #59405 - benesch:docs-font, r=GuillaumeGomez | Mazdak Farrokhzad | -3/+3 |
| 2019-03-31 | Fix test | Yuki OKUSHI | -1/+1 |
| 2019-03-30 | Restore test | Fabian Drinck | -0/+3 |
| 2019-03-30 | Handle glob import in redundancy check | Fabian Drinck | -10/+4 |
| 2019-03-30 | Change message to present tense | Fabian Drinck | -5/+5 |
| 2019-03-30 | Fix doc tests | Fabian Drinck | -2/+1 |
| 2019-03-30 | Fix more tests | Fabian Drinck | -10/+0 |
| 2019-03-30 | Add glob import to redundancy test | Fabian Drinck | -6/+36 |
| 2019-03-30 | Fix tests | Fabian Drinck | -5/+13 |
| 2019-03-30 | Replace REDUNDANT_IMPORT with UNUSED_IMPORTS | Fabian Drinck | -72/+17 |
| 2019-03-30 | Edit ui tests | Fabian Drinck | -0/+2 |
| 2019-03-30 | Remove redundant import | Fabian Drinck | -4/+1 |
| 2019-03-30 | Distinguish between imported and defined items | Fabian Drinck | -5/+7 |
| 2019-03-30 | Bless tests | Fabian Drinck | -0/+69 |
| 2019-03-30 | Improve warning | Fabian Drinck | -17/+18 |