| 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 | -0/+353 |
| 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 | Unify tests under async-await directory. | David Wood | -2/+265 |
| 2019-05-01 | Ensure that users cannot use generated arguments. | David Wood | -0/+90 |
| 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/+22 |
| 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 | 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-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 #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 | Support ZSTs in DispatchFromDyn | Tim Diekmann | -1/+1 |
| 2019-04-28 | resolve: Consider erroneous imports used to avoid duplicate diagnostics | Vadim Petrochenkov | -0/+34 |
| 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 | Rollup merge of #60289 - tmandry:allow-features-include-std, r=cramertj | Mazdak Farrokhzad | -2/+18 |
| 2019-04-26 | Rollup merge of #60284 - varkor:const-param-of-type-param, r=cramertj | Mazdak Farrokhzad | -0/+62 |
| 2019-04-26 | Rollup merge of #60267 - gnzlbg:f16c_target_feature, r=alexcrichton | Mazdak Farrokhzad | -1/+2 |
| 2019-04-25 | Add comment explaining restriction | varkor | -4/+10 |
| 2019-04-25 | Make `-Z allow-features` work for stdlib features | Tyler Mandry | -2/+18 |
| 2019-04-25 | Auto merge of #59111 - gilescope:generator-better-errors, r=nikomatsakis | bors | -0/+30 |
| 2019-04-25 | Add a test for const parameters with type parameters as types | varkor | -0/+31 |
| 2019-04-25 | Make sure const params with type params don't cause errors without a feature ... | varkor | -0/+25 |
| 2019-04-25 | Improved error message when type must be bound due to generator. | Giles Cope | -0/+30 |
| 2019-04-25 | Add feature-gate for f16c target feature | gnzlbg | -1/+2 |
| 2019-04-25 | Auto merge of #60248 - estebank:macro-comma, r=oli-obk | bors | -7/+23 |
| 2019-04-25 | Rollup merge of #60243 - davidtwco:issue-53249, r=cramertj | Mazdak Farrokhzad | -0/+47 |
| 2019-04-25 | Rollup merge of #60160 - xldenis:fix-overlapping-zero-width-annotation, r=est... | Mazdak Farrokhzad | -18/+9 |
| 2019-04-25 | Rollup merge of #59697 - euclio:label-fixes, r=zackmdavis | Mazdak Farrokhzad | -7/+19 |
| 2019-04-24 | Add guard for missing comma in macro call suggestion | Esteban Küber | -7/+23 |
| 2019-04-25 | Handle common assert! misuses | Alexey Shmalko | -1/+49 |
| 2019-04-24 | Add regression test for #53249. | David Wood | -0/+47 |
| 2019-04-24 | Rollup merge of #59739 - cramertj:stabilize, r=withoutboats | Mazdak Farrokhzad | -24/+82 |
| 2019-04-24 | Auto merge of #58623 - Amanieu:hashbrown3, r=alexcrichton | bors | -3/+3 |