about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-07-02add outlives annotations to `BTreeMap`Niko Matsakis-7/+10
2018-07-02improve commentsNiko Matsakis-1/+10
2018-07-02introduce `predicates_defined_on` for traitsNiko Matsakis-21/+109
2018-07-02add `is_trait(DefId)` helper to `TyCtxt`Niko Matsakis-0/+15
2018-07-02drive-by nits and debugNiko Matsakis-2/+7
2018-07-02use `ty::TraitRef::identity` where possibleNiko Matsakis-22/+18
2018-07-02prove defaults meet WF requirements, not that they are WFNiko Matsakis-22/+56
2018-07-02Fill in tracking issue number for read_exact_at/write_all_atDror Levin-2/+2
2018-07-02incr.comp.: Take names of children into account when computing the ICH of a m...Michael Woerister-10/+24
2018-07-02Removed `uninitialized_statics` field from `Memory` struct in miri.Alexander Regueiro-93/+64
2018-07-02Auto merge of #51122 - oli-obk:clippy, r=Mark-Simulacrumbors-11/+169
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 #51645 - marco-c:error_when_incremental_and_profile, r=michaelw...bors-0/+7
2018-07-02Clippy tool also has only a single LICENSE fileOliver Schneider-2/+1
2018-07-02Update stdsimdest31-0/+0
2018-07-02Emit column info in debuginfo for non msvc like targetsest31-4/+10
2018-07-02Update rustdocOliver Schneider-8/+0
2018-07-02Make sure clippy does not duplicate depenenciesOliver Schneider-5/+8
2018-07-02Auto merge of #51893 - nnethercote:BTreeMap-clone-noalloc, r=nnethercotebors-1/+10
2018-07-02Get rid of `TyImplTraitExistential`Oliver Schneider-169/+144
2018-07-02Auto merge of #51931 - cramertj:rm-libbacktrace, r=alexcrichtonbors-5/+0
2018-07-01add FIXMEs pleading for post-@ edit of commentary on mem_categorizationZack M. Davis-8/+14
2018-07-01use HirId in middle::mem_categorization::cmt_, and consequences of thatZack M. Davis-66/+71
2018-07-02Auto merge of #51866 - zackmdavis:hir_making_each_day_of_the_year, r=petroche...bors-189/+345
2018-07-01Do not suggest changes to str literal if it isn't oneEsteban Küber-6/+38
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-01Run rustfmtSantiago Pastorino-58/+40
2018-07-01Make causal tracking lazySantiago Pastorino-319/+225
2018-07-01Move find_use stuff to it's own fileSantiago Pastorino-133/+148
2018-07-01let add_element return by itselfSantiago Pastorino-5/+1
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