| Age | Commit message (Expand) | Author | Lines |
| 2019-05-02 | Auto merge of #59008 - varkor:const-generics-infer, r=eddyb | bors | -0/+98 |
| 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 | 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 | Work around missing tac command on macOS in PGO run-make test. | Michael Woerister | -1/+9 |
| 2019-04-30 | Only allow ZSTs with 1 byte alignment | Tim Diekmann | -2/+22 |
| 2019-04-30 | Auto merge of #60159 - estebank:type-mismatch-cast, r=oli-obk | bors | -517/+3372 |
| 2019-04-30 | rustdoc: remove def_ctor hack. | Eduard-Mihai Burtescu | -3/+2 |
| 2019-04-30 | Move metadata encoding earlier. | Nicholas Nethercote | -1/+3 |
| 2019-04-29 | Account for const fns to avoid incorrect suggestions | Esteban Küber | -0/+59 |
| 2019-04-29 | Auto merge of #60006 - nnethercote:json-for-pipelining, r=alexcrichton | bors | -0/+13 |
| 2019-04-30 | In JSON output, emit a directive after metadata is generated. | Nicholas Nethercote | -0/+13 |
| 2019-04-29 | Add test | Esteban Küber | -0/+21 |
| 2019-04-29 | Suggest try_into when possible | Esteban Küber | -517/+3292 |
| 2019-04-29 | Rollup merge of #60360 - rasendubi:const-labeled-break, r=Centril | Mazdak Farrokhzad | -0/+10 |
| 2019-04-29 | Rollup merge of #60359 - petrochenkov:imperruse, r=estebank | Mazdak Farrokhzad | -0/+34 |
| 2019-04-29 | Rollup merge of #60353 - JohnTitor:add-test, r=Centril | Mazdak Farrokhzad | -0/+26 |
| 2019-04-29 | Auto merge of #60039 - rasendubi:assert-trailing-junk, r=alexcrichton | bors | -0/+84 |
| 2019-04-29 | bootstrap: Don't add LLVM's bin directory to the PATH for tool invocations. | Michael Woerister | -11/+11 |
| 2019-04-29 | Support ZSTs in DispatchFromDyn | Tim Diekmann | -1/+50 |
| 2019-04-29 | Auto merge of #60364 - JohnTitor:stabilize-const-needs-drop, r=oli-obk | bors | -2/+0 |
| 2019-04-29 | const-stabilize std::mem::needs_drop | Yuki OKUSHI | -2/+0 |
| 2019-04-28 | Add test case for labeled break in const assignment | Alexey Shmalko | -0/+10 |
| 2019-04-28 | resolve: Consider erroneous imports used to avoid duplicate diagnostics | Vadim Petrochenkov | -0/+34 |
| 2019-04-28 | Update *.stderr files | flip1995 | -1/+101 |
| 2019-04-28 | Add tests | flip1995 | -0/+99 |
| 2019-04-28 | Add test | Yuki OKUSHI | -0/+26 |
| 2019-04-26 | Search for incompatible universes in borrow errors | Matthew Jasper | -0/+52 |
| 2019-04-26 | Make "Implementations on Foreign Types" items in sidebar link to specific impls | Dmitry Murzin | -0/+16 |
| 2019-04-26 | PGO: Add a run-make test that makes sure that PGO profiling data is used by t... | Michael Woerister | -0/+77 |
| 2019-04-26 | compiletest: Make the LLVM FileCheck tool available to run-make tests. | Michael Woerister | -0/+1 |
| 2019-04-26 | Auto merge of #60167 - varkor:tidy-filelength, r=matthewjasper | bors | -0/+4 |