| Age | Commit message (Expand) | Author | Lines |
| 2019-03-16 | Rollup merge of #59217 - ehuss:update-beta-cargo, r=alexcrichton | Pietro Albini | -0/+0 |
| 2019-03-16 | Rely on drop to emit unclosed delims | Esteban Küber | -1/+0 |
| 2019-03-16 | Simplify code | Esteban Küber | -29/+16 |
| 2019-03-16 | Add regression test for #58886 | Esteban Küber | -0/+53 |
| 2019-03-16 | Always emit mismatched delim errors, never panic | Esteban Küber | -3/+2 |
| 2019-03-16 | Collect unclosed delimiters in parent parser | Esteban Küber | -35/+45 |
| 2019-03-16 | Emit missing unclosed delimiter errors | Esteban Küber | -55/+56 |
| 2019-03-16 | Panic when unmatched delimiters aren't emitted | Esteban Küber | -1/+8 |
| 2019-03-16 | Reduce test case | Esteban Küber | -18/+4 |
| 2019-03-16 | Emit unclosed delimiters during recovery | Esteban Küber | -1/+14 |
| 2019-03-16 | Bail when encountering a second unexpected token in the same span | Esteban Küber | -78/+25 |
| 2019-03-16 | Do not panic on missing close paren | Esteban Küber | -1/+110 |
| 2019-03-16 | Expand where negative supertrait specific error is shown | Esteban Küber | -24/+43 |
| 2019-03-16 | Make migrate mode work at item level granularity | Matthew Jasper | -25/+129 |
| 2019-03-16 | Schedule the demolition of `IsNotPromotable` | Oliver Scherer | -0/+2 |
| 2019-03-16 | Don't promote function calls to nonpromotable things | Oliver Scherer | -5/+20 |
| 2019-03-16 | Addressed review feedback regarding comment phrasing. | Felix S. Klock II | -2/+2 |
| 2019-03-16 | Test illustrating that the nested_impl_trait lint should only catch shallow c... | Felix S. Klock II | -0/+72 |
| 2019-03-16 | Revised warning-downgrade strategy for nested impl trait. | Felix S. Klock II | -27/+77 |
| 2019-03-16 | Unit (and regression) tests for warning cycle code. | Felix S. Klock II | -59/+140 |
| 2019-03-16 | Temporarily emulate the (accidentally) omitted recursion during impl Trait ch... | Felix S. Klock II | -15/+84 |
| 2019-03-16 | Handle type annotations in promoted MIR correctly | Matthew Jasper | -15/+46 |
| 2019-03-16 | Remove unnecessary parameter | Matthew Jasper | -4/+2 |
| 2019-03-16 | Include bounds from promoted constants in NLL | Matthew Jasper | -22/+185 |
| 2019-03-15 | [BETA] Update cargo | Eric Huss | -0/+0 |
| 2019-03-03 | Move to static.r-l.o stable release | Mark Rousskov | -2/+2 |
| 2019-02-26 | prepare beta 1.34.0 | Pietro Albini | -5/+5 |
| 2019-02-26 | Auto merge of #58357 - sfackler:vectored-io, r=alexcrichton | bors | -95/+1052 |
| 2019-02-25 | Auto merge of #57367 - petrochenkov:unrestab, r=Centril | bors | -87/+108 |
| 2019-02-25 | Auto merge of #58302 - SimonSapin:tryfrom, r=alexcrichton | bors | -79/+163 |
| 2019-02-25 | Stabilize `unrestricted_attribute_tokens` | Vadim Petrochenkov | -74/+26 |
| 2019-02-25 | Restrict value in key-value attributes to literals | Vadim Petrochenkov | -18/+87 |
| 2019-02-25 | Auto merge of #58649 - pnkfelix:issue-57464-avoid-ice-when-region-sneaks-into... | bors | -1/+10 |
| 2019-02-25 | Rollup merge of #58727 - taiki-e:deny-rust_2018_idioms-bootstrap, r=Centril | Mazdak Farrokhzad | -315/+352 |
| 2019-02-25 | Rollup merge of #58725 - jamwt:fix-27949, r=Centril | Mazdak Farrokhzad | -0/+41 |
| 2019-02-25 | Rollup merge of #58723 - Centril:deny-elided_lifetimes_in_paths-librustc, r=o... | Mazdak Farrokhzad | -2/+0 |
| 2019-02-25 | Rollup merge of #58722 - Centril:deny-elided_lifetimes_in_paths-librustc_type... | Mazdak Farrokhzad | -53/+59 |
| 2019-02-25 | Rollup merge of #58720 - Centril:deny-elided_lifetimes_in_paths-librustc_code... | Mazdak Farrokhzad | -30/+34 |
| 2019-02-25 | Rollup merge of #58719 - Centril:deny-elided_lifetimes_in_paths, r=oli-obk | Mazdak Farrokhzad | -69/+73 |
| 2019-02-25 | Rollup merge of #58718 - Centril:doc-convention-safety, r=RalfJung | Mazdak Farrokhzad | -7/+7 |
| 2019-02-25 | Rollup merge of #58690 - kenta7777:reduce-code-repetition-miri-related, r=oli... | Mazdak Farrokhzad | -3/+2 |
| 2019-02-25 | Rollup merge of #58687 - kenta7777:reduce-miri-code-repetition, r=oli-obk | Mazdak Farrokhzad | -2/+1 |
| 2019-02-25 | Rollup merge of #55632 - ollie27:deny_overflowing_literals, r=Centril | Mazdak Farrokhzad | -43/+56 |
| 2019-02-25 | bootstrap: deny(rust_2018_idioms) | Taiki Endo | -315/+352 |
| 2019-02-25 | Test that binop subtyping in rustc_typeck fixes #27949 | Jamie Turner | -0/+41 |
| 2019-02-25 | librustc: deny(elided_lifetimes_in_paths) | Mazdak Farrokhzad | -2/+0 |
| 2019-02-25 | librustc_typeck: deny(elided_lifetimes_in_paths) | Mazdak Farrokhzad | -53/+59 |
| 2019-02-25 | librustc_codegen_ssa: deny(elided_lifetimes_in_paths) | Mazdak Farrokhzad | -30/+34 |
| 2019-02-25 | librustc_codegen_llvm: deny(elided_lifetimes_in_paths) | Mazdak Farrokhzad | -69/+73 |
| 2019-02-25 | heading # Unsafety => # Safety in stdlib docs. | Mazdak Farrokhzad | -7/+7 |