about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-05-13add min-llvm-versionAriel Ben-Yehuda-0/+1
2017-05-11remove the #[inline] attribute from drop_in_placeAriel Ben-Yehuda-1/+66
2017-05-10Auto merge of #41764 - scottmcm:faster-reverse, r=brsonbors-0/+86
2017-05-10Auto merge of #41659 - bluss:clone-split-whitespace, r=aturonbors-12/+44
2017-05-09Auto merge of #41830 - jonhoo:update-cargo, r=alexcrichtonbors-0/+0
2017-05-09Auto merge of #41814 - gamazeps:thread-struct-doc, r=steveklabnikbors-23/+20
2017-05-09Bump cargo for rust-lang/cargo#4000Jon Gjengset-0/+0
2017-05-09Address review commentsFelix Raimundo-2/+4
2017-05-09Auto merge of #41709 - michaelwoerister:close-metadata-ich-holes, r=nikomatsakisbors-829/+1483
2017-05-09Add INVALID_CRATE CrateNum constant.Michael Woerister-2/+7
2017-05-09Auto merge of #41777 - nikomatsakis:issue-41697-mir-dump-cycle, r=arielb1bors-2/+61
2017-05-08Rollup merge of #41842 - Migi:patch-1, r=eddybCorey Farwell-1/+1
2017-05-08Rollup merge of #41838 - z1mvader:fix_fn_args_coerce_closure, r=nikomatsakisCorey Farwell-8/+55
2017-05-08Rollup merge of #41836 - jz0425:master, r=frewsxcvCorey Farwell-7/+7
2017-05-08Rollup merge of #41833 - nrc:update, r=nagisaCorey Farwell-9/+9
2017-05-08Rollup merge of #41828 - arielb1:lvalue-ops, r=eddybCorey Farwell-17/+109
2017-05-08Rollup merge of #41827 - qnighy:allow-bare-cr-in-nondoc-comment, r=estebankCorey Farwell-1/+25
2017-05-08Rollup merge of #41520 - estebank:trace-macro, r=nikomatsakisCorey Farwell-16/+38
2017-05-08Rollup merge of #41293 - est31:floating_literal_match, r=nikomatsakisCorey Farwell-0/+137
2017-05-08Update rustc-ux-guidelines.mdJing Zhao-1/+1
2017-05-09Fix typo in subst.rsMigi-1/+1
2017-05-08Auto merge of #41515 - eddyb:non-static-assoc-const, r=nikomatsakisbors-150/+103
2017-05-08massive refactorChristian Poveda-1/+0
2017-05-08added testChristian Poveda-0/+18
2017-05-08first part of issue-40000.rs is now passingChristian Poveda-2/+1
2017-05-08dividied closure-no-fn.rs into three different testsChristian Poveda-6/+36
2017-05-08Grammar fixes to rustc-ux-guidelines.mdJing Zhao-7/+7
2017-05-08dump-mir was causing cycles by invoking item-path-str at bad timesNiko Matsakis-2/+61
2017-05-08inferring expected types of closure arguments when coercing to a fnChristian Poveda-0/+1
2017-05-09Update save-analysis deps and RLS submoduleNick Cameron-9/+9
2017-05-08Auto merge of #41824 - Mark-Simulacrum:undo-yacc-removal, r=nagisabors-0/+2725
2017-05-08Re-add LALR grammar.Mark Simulacrum-0/+2725
2017-05-08try to fix lvalue ops for realAriel Ben-Yehuda-17/+109
2017-05-08Allow bare CR in ////-style comment.Masaki Hara-1/+25
2017-05-08Remove need for &format!(...) or &&"" dances in `span_label` callsOliver Schneider-305/+305
2017-05-08incr.comp.: Hash more pieces of crate metadata to detect changes there.Michael Woerister-828/+1477
2017-05-08Auto merge of #41818 - michaelwu:hvx-v60, r=nagisabors-1/+4288
2017-05-07Auto merge of #41729 - ubsan:master, r=nrcbors-31/+30
2017-05-07Add support for Hexagon v60 HVX intrinsicsMichael Wu-1/+4288
2017-05-07Auto merge of #41811 - gamazeps:thread-panicking-doc, r=frewsxcvbors-0/+12
2017-05-07Update the `thread::Thread` documentation.Felix Raimundo-24/+12
2017-05-07Add stack size doc to `thread::spawn`.Felix Raimundo-0/+7
2017-05-07Improve `thread::panicking` documentaion.Felix Raimundo-0/+12
2017-05-07Auto merge of #41791 - Mark-Simulacrum:doc-guidelines, r=frewsxcvbors-2/+6
2017-05-07Auto merge of #40857 - estebank:recursive, r=arielb1bors-26/+119
2017-05-07Auto merge of #41785 - Mark-Simulacrum:issue-41783, r=GuillaumeGomezbors-27/+73
2017-05-07Auto merge of #41784 - frewsxcv:slice-clone-copy-links, r=GuillaumeGomezbors-0/+9
2017-05-07fix the easy features in libsyntaxubsan-31/+30
2017-05-07Auto merge of #41676 - sirideain:expand-macro-recursion-limit, r=jseyfriedbors-1/+1
2017-05-07Auto merge of #41668 - kennytm:fix-issue-41652, r=jonathandturnerbors-2/+63