| Age | Commit message (Expand) | Author | Lines |
| 2018-07-02 | Implemented `UnsafeFutureObj` on `Box` | Josef Reinhard Brandl | -2/+21 |
| 2018-07-02 | Implement `UnsafeFutureObj` for `&mut Future` | Josef Reinhard Brandl | -3/+21 |
| 2018-07-02 | Remove unnecessary `PhantomData` field | Josef Reinhard Brandl | -4/+2 |
| 2018-07-02 | Add explanation for custom trait object | Josef Reinhard Brandl | -1/+18 |
| 2018-07-02 | Fix naming convention issue | Josef Reinhard Brandl | -1/+1 |
| 2018-07-02 | Make `drop` method for `PinMut`'s `UnsafeFutureObj` impl empty | Josef Reinhard Brandl | -3/+1 |
| 2018-07-02 | Improve doc comments for `FutureObj` | Josef Reinhard Brandl | -3/+4 |
| 2018-07-02 | `UnsafeFutureObj` impl for `PinMut` | Josef Reinhard Brandl | -10/+26 |
| 2018-07-02 | Add lifetime to `FutureObj` | Josef Reinhard Brandl | -39/+60 |
| 2018-07-02 | Use `From` impls for `FutureObj<()>` | Josef Reinhard Brandl | -12/+12 |
| 2018-07-02 | Make custom trait object for `Future` generic | Josef Reinhard Brandl | -72/+77 |
| 2018-07-02 | Auto merge of #51893 - nnethercote:BTreeMap-clone-noalloc, r=nnethercote | bors | -1/+10 |
| 2018-07-02 | Auto merge of #51931 - cramertj:rm-libbacktrace, r=alexcrichton | bors | -5/+0 |
| 2018-07-02 | Auto merge of #51866 - zackmdavis:hir_making_each_day_of_the_year, r=petroche... | bors | -189/+345 |
| 2018-07-02 | Make `BTreeMap::clone()` not allocate when cloning an empty tree. | Nicholas Nethercote | -1/+10 |
| 2018-07-02 | Auto merge of #51864 - est31:libc_update, r=alexcrichton | bors | -0/+0 |
| 2018-07-01 | Auto merge of #51110 - alexreg:new-static-eval-rules, r=eddyb | bors | -236/+127 |
| 2018-07-01 | Auto merge of #51969 - pietroalbini:rollup, r=pietroalbini | bors | -42/+89 |
| 2018-07-01 | Rollup merge of #51961 - 11Takanori:fix-typo, r=petrochenkov | Pietro Albini | -1/+1 |
| 2018-07-01 | Rollup merge of #51922 - japaric:llvm-tools-preview, r=alexcrichton | Pietro Albini | -12/+15 |
| 2018-07-01 | Rollup merge of #51921 - japaric:panic-impl-error, r=nagisa | Pietro Albini | -4/+26 |
| 2018-07-01 | Rollup merge of #51920 - euclio:concrete-type-suggestion, r=estebank | Pietro Albini | -4/+29 |
| 2018-07-01 | Rollup merge of #51890 - Ixrec:patch-3, r=alexcrichton | Pietro Albini | -1/+1 |
| 2018-07-01 | Rollup merge of #51853 - MajorBreakfast:fix-doc-links, r=cramertj | Pietro Albini | -5/+10 |
| 2018-07-01 | Rollup merge of #51511 - Centril:feature/stabilize_iterator_flatten, r=SimonS... | Pietro Albini | -15/+7 |
| 2018-07-01 | Auto merge of #51833 - wesleywiser:faster_large_constant_arrays, r=oli-obk | bors | -25/+118 |
| 2018-07-01 | Update liblibc | est31 | -0/+0 |
| 2018-07-01 | call it `hir::VisibilityKind` instead of `hir::Visibility_:*` | Zack M. Davis | -71/+74 |
| 2018-07-01 | Auto merge of #51536 - davidtwco:nll-dyn-trait-underscore-error-improvements,... | bors | -399/+559 |
| 2018-07-01 | Updated affected tests after rebase. | David Wood | -7/+7 |
| 2018-07-01 | Fix infinite loops when regions are self-referential. | David Wood | -7/+7 |
| 2018-07-01 | WIP boring() long line | Niko Matsakis | -1/+4 |
| 2018-07-01 | Ensure that changed errors are lower case. | David Wood | -45/+45 |
| 2018-07-01 | Updated affected tests. | David Wood | -71/+65 |
| 2018-07-01 | Introduce new categories and show a reasonable error message. | David Wood | -42/+58 |
| 2018-07-01 | Moved region inference error reporting into own module. | David Wood | -308/+328 |
| 2018-07-01 | Switched to while let in DFS and deriving Ord on ConstraintCategory. | David Wood | -33/+4 |
| 2018-07-01 | Constraints are now being categorized, sorted and the error labelled. Categor... | David Wood | -16/+116 |
| 2018-07-01 | Add two regression tests for const eval | Wesley Wiser | -0/+43 |
| 2018-07-01 | Added bfs for constraint paths from regions. | David Wood | -1/+109 |
| 2018-07-01 | don't consider assignments to temporaries "interesting" | Niko Matsakis | -1/+13 |
| 2018-07-01 | propagate boring vs interesting causal info for constraints/tests | Niko Matsakis | -72/+70 |
| 2018-07-01 | categorize `Locations` as interesting or boring | Niko Matsakis | -44/+48 |
| 2018-07-01 | remove the `at_location` from Locations | Niko Matsakis | -86/+20 |
| 2018-07-01 | rename `ToLocations` to `NormalizeLocation` | Niko Matsakis | -4/+4 |
| 2018-07-01 | Auto merge of #51883 - estebank:placement-suggestion, r=varkor | bors | -6/+62 |
| 2018-07-01 | Auto merge of #51855 - Eh2406:i51821, r=nikomatsakis | bors | -67/+137 |
| 2018-07-01 | remove the FxHashSet since it's not helping us in practice | Niko Matsakis | -11/+1 |
| 2018-07-01 | Auto merge of #51882 - varkor:check-type_dependent_defs, r=estebank | bors | -11/+28 |
| 2018-07-01 | absoluate -> absolute | Takanori Ishibashi | -1/+1 |