| Age | Commit message (Expand) | Author | Lines |
| 2019-05-03 | Rollup merge of #60457 - wesleywiser:const_prop_refactoring, r=oli-obk | Mazdak Farrokhzad | -3/+10 |
| 2019-05-03 | Rollup merge of #60455 - estebank:resolve-match-arm-ty, r=davidtwco | Mazdak Farrokhzad | -17/+42 |
| 2019-05-03 | Rollup merge of #60409 - JohnTitor:error-for-existential-type, r=oli-obk | Mazdak Farrokhzad | -13/+97 |
| 2019-05-03 | Rollup merge of #60401 - JohnTitor:rename-log, r=davidtwco | Mazdak Farrokhzad | -6/+6 |
| 2019-05-03 | Rollup merge of #60393 - estebank:pat-sugg, r=oli-obk | Mazdak Farrokhzad | -6/+105 |
| 2019-05-03 | Rollup merge of #60388 - cramertj:elided-lifetime-async, r=nikomatsakis | Mazdak Farrokhzad | -15/+47 |
| 2019-05-03 | Rollup merge of #60220 - euclio:rustdoc-test-fatal-parsing-errors, r=QuietMis... | Mazdak Farrokhzad | -2/+36 |
| 2019-05-03 | Rollup merge of #59928 - petrochenkov:denyambass, r=varkor | Mazdak Farrokhzad | -9/+4 |
| 2019-05-02 | Fix failing test | Wesley Wiser | -0/+1 |
| 2019-05-02 | Remove the `self.mir` field from `ConstPropagator` | Wesley Wiser | -3/+9 |
| 2019-05-02 | Auto merge of #59008 - varkor:const-generics-infer, r=eddyb | bors | -0/+98 |
| 2019-05-01 | Disallow non-explicit elided lifetimes in async fn | Taylor Cramer | -15/+47 |
| 2019-05-02 | Rollup merge of #60437 - davidtwco:issue-60236, r=nikomatsakis | Mazdak Farrokhzad | -184/+353 |
| 2019-05-02 | Rollup merge of #60385 - nnethercote:earlier-metadata, r=alexcrichton | Mazdak Farrokhzad | -1/+3 |
| 2019-05-02 | Rollup merge of #59634 - DevQps:explain-E0704, r=estebank | Mazdak Farrokhzad | -0/+1 |
| 2019-05-01 | Add a test for const args that cannot be inferred | varkor | -0/+25 |
| 2019-05-01 | Add a test for incorrect numbers of const args | varkor | -0/+32 |
| 2019-05-01 | Add a test for const arguments | varkor | -0/+19 |
| 2019-05-01 | Add `const-types` test | varkor | -0/+22 |
| 2019-05-01 | Resolve match arm ty when arms diverge | Esteban Küber | -17/+42 |
| 2019-05-01 | Auto merge of #60435 - Centril:rollup-aa5lmuw, r=Centril | bors | -85/+265 |
| 2019-05-01 | Unify tests under async-await directory. | David Wood | -2/+2 |
| 2019-05-01 | Ensure that users cannot use generated arguments. | David Wood | -0/+90 |
| 2019-05-01 | Ensure that drop order of `async fn` matches `fn`. | David Wood | -184/+263 |
| 2019-05-01 | Auto merge of #60137 - eddyb:rustdoc-rm-def-ctor-hax, r=petrochenkov | bors | -3/+2 |
| 2019-05-01 | Added the E0704 error with a link to the Rust reference. | Christian | -0/+1 |
| 2019-05-01 | Rollup merge of #60369 - TimDiekmann:dispatch-zst, r=eddyb | Mazdak Farrokhzad | -2/+71 |
| 2019-05-01 | Rollup merge of #60330 - varkor:range-endpoint-overflow-lint, r=estebank | Mazdak Farrokhzad | -83/+142 |
| 2019-05-01 | Rollup merge of #60327 - matthewjasper:handle-local-outlives-lbl, r=nikomatsakis | Mazdak Farrokhzad | -0/+52 |
| 2019-04-30 | Include signed integer types in the lint | varkor | -1/+8 |
| 2019-04-30 | Preserve literal suffixes | varkor | -1/+8 |
| 2019-04-30 | Place types inside backticks | varkor | -91/+89 |
| 2019-04-30 | Add a test for overflowing endpoints | varkor | -0/+47 |
| 2019-04-30 | Auto merge of #60262 - michaelwoerister:pgo-preinlining-pass, r=alexcrichton | bors | -10/+96 |
| 2019-04-30 | review comments: change wording | Esteban Küber | -5/+4 |
| 2019-04-30 | Work around missing tac command on macOS in PGO run-make test. | Michael Woerister | -1/+9 |
| 2019-05-01 | Fix run-pass test | Yuki OKUSHI | -2/+2 |
| 2019-04-30 | Only allow ZSTs with 1 byte alignment | Tim Diekmann | -2/+22 |
| 2019-04-30 | Fix spans | Yuki OKUSHI | -18/+18 |
| 2019-04-30 | Auto merge of #60159 - estebank:type-mismatch-cast, r=oli-obk | bors | -517/+3372 |
| 2019-04-30 | Fix tests | Yuki OKUSHI | -11/+95 |
| 2019-04-30 | rustdoc: remove def_ctor hack. | Eduard-Mihai Burtescu | -3/+2 |
| 2019-04-30 | Rename to RUSTC_LOG | Yuki OKUSHI | -6/+6 |
| 2019-04-30 | Move metadata encoding earlier. | Nicholas Nethercote | -1/+3 |
| 2019-04-29 | Add if let test | Esteban Küber | -1/+14 |
| 2019-04-29 | review comments | Esteban Küber | -4/+4 |
| 2019-04-29 | add tests | Esteban Küber | -0/+81 |
| 2019-04-29 | Be more specific in the suggestion filtering | Esteban Küber | -3/+12 |
| 2019-04-29 | Do not suggest incorrect syntax on pattern borrow error | Esteban Küber | -3/+0 |
| 2019-04-29 | Account for const fns to avoid incorrect suggestions | Esteban Küber | -0/+59 |