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