| Age | Commit message (Expand) | Author | Lines |
| 2019-06-04 | Auto merge of #61454 - lzutao:ice-rotate_left, r=RalfJung | bors | -1/+35 |
| 2019-06-04 | Fix integer overflow in rotate_left | Lzu Tao | -1/+35 |
| 2019-06-04 | Auto merge of #61437 - christianpoveda:const-eval-indirects, r=wesleywiser,ol... | bors | -2/+26 |
| 2019-06-04 | Auto merge of #61136 - matthewjasper:cannot-move-errors, r=pnkfelix | bors | -1261/+724 |
| 2019-06-03 | Add const-eval support for indirects | Christian Poveda | -2/+26 |
| 2019-06-04 | Rollup merge of #61499 - varkor:issue-53457, r=oli-obk | Mazdak Farrokhzad | -0/+15 |
| 2019-06-04 | Rollup merge of #61446 - czipperz:nll-unused_mut, r=matthewjasper | Mazdak Farrokhzad | -0/+23 |
| 2019-06-04 | Rollup merge of #61444 - estebank:const-pt-as-ref, r=matthewjasper | Mazdak Farrokhzad | -0/+18 |
| 2019-06-04 | Rollup merge of #61413 - davidtwco:async-argument-order-in-a-sane-way, r=eddyb | Mazdak Farrokhzad | -1/+21 |
| 2019-06-04 | Rollup merge of #61409 - varkor:condition-trait-param-ice, r=oli-obk | Mazdak Farrokhzad | -0/+18 |
| 2019-06-03 | Auto merge of #59148 - lcnr:unchecked_maths, r=eddyb | bors | -0/+116 |
| 2019-06-03 | add ui tests for unchecked math | lcnr/Bastian Kauschke | -0/+70 |
| 2019-06-03 | Auto merge of #61100 - varkor:must_use-tuple-expr, r=cramertj | bors | -0/+64 |
| 2019-06-03 | Add ui/impl-trait/issues folder | varkor | -0/+0 |
| 2019-06-03 | Add a regression test for #53457 | varkor | -0/+15 |
| 2019-06-03 | Add nested must_use variant | varkor | -1/+11 |
| 2019-06-03 | Specify tuple element in lint message | varkor | -10/+10 |
| 2019-06-03 | Add function call to test | varkor | -4/+18 |
| 2019-06-03 | Use precise span for must_use tuple components | varkor | -3/+23 |
| 2019-06-03 | Add test for #[must_use] in tuples | varkor | -0/+20 |
| 2019-06-03 | Update tests for changes to cannot move errors | Matthew Jasper | -1261/+724 |
| 2019-06-03 | rustc: remove `HirId` from `ArgSource::AsyncFn` | David Wood | -1/+1 |
| 2019-06-03 | add codegen test for unchecked math | lcnr/Bastian Kauschke | -0/+46 |
| 2019-06-03 | rustc: async fn drop order lowering in HIR | David Wood | -0/+20 |
| 2019-06-03 | Allow `true` and `false` in const generic arguments | varkor | -0/+2 |
| 2019-06-03 | Auto merge of #61331 - estebank:fn-arg-parse-recovery, r=varkor | bors | -9/+101 |
| 2019-06-03 | Auto merge of #61361 - estebank:infer-type, r=varkor | bors | -31/+31 |
| 2019-06-02 | Use a type implementing Drop | Chris Gregory | -2/+18 |
| 2019-06-02 | Auto merge of #61460 - Centril:rollup-8txhjx4, r=Centril | bors | -21/+143 |
| 2019-06-02 | Rollup merge of #61441 - estebank:fn-call-in-match, r=varkor | Mazdak Farrokhzad | -4/+12 |
| 2019-06-02 | Rollup merge of #61438 - estebank:generics-span, r=varkor | Mazdak Farrokhzad | -11/+36 |
| 2019-06-02 | Rollup merge of #61423 - davidtwco:correct-symbol-mangling, r=eddyb | Mazdak Farrokhzad | -6/+6 |
| 2019-06-02 | Rollup merge of #61380 - varkor:expected-usize-got-param, r=eddyb | Mazdak Farrokhzad | -0/+89 |
| 2019-06-01 | Suggest using `as_ref` on `*const T` | Esteban Küber | -0/+18 |
| 2019-06-02 | Add regression test for #61422 | varkor | -0/+21 |
| 2019-06-02 | Add error for pattern-matching on arrays without a fixed size | varkor | -0/+26 |
| 2019-06-02 | Fix unwrapping usize issue with transparent MaybeUnit array wrapper | varkor | -0/+17 |
| 2019-06-01 | Add test | Chris Gregory | -0/+7 |
| 2019-06-01 | Tweak wording when encountering `fn` call in pattern | Esteban Küber | -4/+12 |
| 2019-06-01 | Account for cases where we can find the type arg name, but the local name is `_` | Esteban Küber | -5/+5 |
| 2019-06-01 | review comment: tweak wording | Esteban Küber | -34/+34 |
| 2019-06-01 | Explain that `impl Trait` introduces an implicit type argument | Esteban Küber | -1/+5 |
| 2019-06-01 | rustc: collect upvars from HIR, instead of during name resolution. | Eduard-Mihai Burtescu | -11/+11 |
| 2019-06-01 | Point at individual type arguments on arg count mismatch | Esteban Küber | -9/+30 |
| 2019-06-01 | codegen: change `$6d$` to `$u6d$` | David Wood | -6/+6 |
| 2019-05-31 | Make generics always have a valid span | Esteban Küber | -4/+4 |
| 2019-06-01 | Rollup merge of #61403 - estebank:test-cleanup, r=petrochenkov | Mazdak Farrokhzad | -214/+142 |
| 2019-06-01 | Rollup merge of #61364 - lzutao:stabilize-reverse_bits, r=Centril | Mazdak Farrokhzad | -10/+8 |
| 2019-06-01 | Rollup merge of #61263 - GuillaumeGomez:valid-html, r=Manishearth | Mazdak Farrokhzad | -3/+3 |
| 2019-06-01 | Rollup merge of #60729 - matthewjasper:leak-after-into, r=nikomatsakis | Mazdak Farrokhzad | -1/+91 |