| Age | Commit message (Expand) | Author | Lines |
| 2019-04-06 | Rollup merge of #59696 - michaelwoerister:fix-issue-59137, r=alexcrichton | Mazdak Farrokhzad | -0/+20 |
| 2019-04-06 | Rollup merge of #58894 - GuillaumeGomez:invalid-lifetime-bounds, r=estebank | Mazdak Farrokhzad | -0/+13 |
| 2019-04-05 | Auto merge of #59500 - crlf0710:boxed-closure-impls, r=cramertj | bors | -75/+63 |
| 2019-04-05 | Include trailing comma in multiline Debug representation | David Tolnay | -168/+168 |
| 2019-04-05 | Add regression test for #59137. | Michael Woerister | -0/+20 |
| 2019-04-05 | Fix expectations on some ui test in nll compare mode. | Charles Lew | -5/+3 |
| 2019-04-05 | Stabilize boxed_closure_impls in 1.35.0. | Charles Lew | -2/+0 |
| 2019-04-05 | Remove FnBox specialization of impl FnOnce for Box<impl FnOnce>. | Masaki Hara | -24/+0 |
| 2019-04-05 | Fix failing tests. | Masaki Hara | -24/+9 |
| 2019-04-05 | Fix expectations on some ui tests involving FnOnce. | Masaki Hara | -72/+42 |
| 2019-04-05 | Add tests for boxed_closure_impls. | Masaki Hara | -0/+61 |
| 2019-04-04 | Auto merge of #59676 - alexcrichton:osx-deadlock, r=sfackler | bors | -0/+27 |
| 2019-04-04 | std: Avoid usage of `Once` in `Instant` | Alex Crichton | -0/+27 |
| 2019-04-04 | Rollup merge of #59639 - cuviper:ignore-uninhabited, r=eddyb | Mazdak Farrokhzad | -0/+32 |
| 2019-04-04 | Auto merge of #59517 - Zoxc:new-queries, r=oli-obk | bors | -293/+293 |
| 2019-04-04 | Rollup merge of #59669 - Centril:lint-pass-macro, r=oli-obk | Mazdak Farrokhzad | -58/+15 |
| 2019-04-03 | Never return uninhabited values at all | Josh Stone | -0/+32 |
| 2019-04-03 | reduce repetition in librustc(_lint) wrt. impl LintPass | Mazdak Farrokhzad | -58/+15 |
| 2019-04-03 | Add test from #59033 | Guillaume Gomez | -0/+6 |
| 2019-04-03 | Fix explicit_predicates_of | Guillaume Gomez | -1/+1 |
| 2019-04-03 | Update tests | flip1995 | -57/+38 |
| 2019-04-03 | Fix rebase fallout | flip1995 | -59/+39 |
| 2019-04-03 | Add tests for internal lints | flip1995 | -0/+345 |
| 2019-04-02 | Rollup merge of #59446 - Aaron1011:fix/debuginfo-overflow, r=oli-obk | Mazdak Farrokhzad | -0/+23 |
| 2019-04-02 | Rollup merge of #59166 - seanmonstar:trait-alias-import, r=alexreg | Mazdak Farrokhzad | -0/+109 |
| 2019-04-02 | Rollup merge of #59585 - rust-lang:shallow-borrow-fixes, r=pnkfelix | Mazdak Farrokhzad | -2/+2 |
| 2019-04-01 | Refactor async fn return type lowering | Taylor Cramer | -30/+97 |
| 2019-04-01 | resolve all in scope trait aliases, then elaborate their bounds | Sean McArthur | -1/+87 |
| 2019-04-01 | Rollup merge of #59041 - saleemjaffer:trait_doc_comment_better_error_msg, r=p... | Mazdak Farrokhzad | -0/+17 |
| 2019-04-01 | Rollup merge of #58919 - estebank:impl-trait-return-lifetime, r=pnkfelix | Mazdak Farrokhzad | -11/+21 |
| 2019-03-31 | Add codegen test | Aaron Hill | -0/+15 |
| 2019-03-31 | Fix stack overflow when generating debuginfo for 'recursive' type | Aaron Hill | -0/+8 |
| 2019-03-31 | Auto merge of #59577 - dlrobertson:fix_58881, r=nagisa | bors | -0/+21 |
| 2019-03-31 | Fix LLVM IR generated for C-variadic arguments | Dan Robertson | -0/+21 |
| 2019-03-31 | Rollup merge of #59583 - oberien:patch-1, r=Centril | Mazdak Farrokhzad | -0/+16 |
| 2019-03-31 | Rollup merge of #59580 - taiki-e:coerce-closure, r=oli-obk | Mazdak Farrokhzad | -0/+12 |
| 2019-03-31 | Rollup merge of #59506 - JohnTitor:improve-mcount, r=nagisa | Mazdak Farrokhzad | -0/+7 |
| 2019-03-31 | Rollup merge of #58805 - fabric-and-ink:redundant_import, r=petrochenkov | Mazdak Farrokhzad | -20/+92 |
| 2019-03-31 | Suggest using anonymous lifetime in `impl Trait` return without hacks | Esteban Küber | -14/+18 |
| 2019-04-01 | Allow closure to unsafe fn coercion | Taiki Endo | -0/+12 |
| 2019-03-31 | Fixes for shallow borrows | Matthew Jasper | -2/+2 |
| 2019-03-31 | Rollup merge of #59574 - JohnTitor:distinguish-error-vs-warning, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2019-03-31 | Rollup merge of #59572 - davidtwco:issue-59508, r=varkor | Mazdak Farrokhzad | -13/+85 |
| 2019-03-31 | Fix invalid bounds string generation in rustdoc | Guillaume Gomez | -0/+7 |
| 2019-03-31 | match match match match match | Jaro Fietz | -0/+16 |
| 2019-03-31 | Only mention const generics if enabled. | David Wood | -14/+46 |
| 2019-03-31 | Include bounds in generic reordering diagnostic. | David Wood | -0/+40 |
| 2019-03-31 | Distinguish depending on error level | Yuki OKUSHI | -2/+2 |
| 2019-03-31 | Fix test | Yuki OKUSHI | -1/+1 |
| 2019-03-30 | Restore test | Fabian Drinck | -0/+3 |