about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-09-25Remove note about missing ios/tvos targets in platform docs.Eric Huss-11/+8
2020-09-25Defer Apple SDKROOT detection to link time.Eric Huss-128/+104
2020-09-25Auto merge of #77152 - vandenheuvel:update_chalk_further, r=jackh726bors-42/+104
2020-09-25Auto merge of #77041 - lcnr:const-eval-perf, r=ecstatic-morsebors-18/+27
2020-09-25Auto merge of #77144 - flip1995:clippyup, r=Manishearthbors-966/+3419
2020-09-25Auto merge of #76844 - simonvandel:fix-76803, r=wesleywiserbors-35/+96
2020-09-25Auto merge of #77172 - jonas-schievink:rollup-a041rou, r=jonas-schievinkbors-214/+365
2020-09-25Rollup merge of #77165 - simonvandel:do-not-fire-on-drop-and-replace, r=oli-obkJonas Schievink-2/+3
2020-09-25Rollup merge of #77164 - fusion-engineering-forks:no-more-funny-underscores, ...Jonas Schievink-6/+4
2020-09-25Rollup merge of #77160 - ecstatic-morse:const-fn-transmute-suggestion, r=oli-obkJonas Schievink-43/+60
2020-09-25Rollup merge of #77136 - ecstatic-morse:issue-77134, r=oli-obkJonas Schievink-46/+53
2020-09-25Rollup merge of #77121 - duckymirror:html-root-url, r=jyn514Jonas Schievink-29/+32
2020-09-25Rollup merge of #77081 - LingMan:patch-1, r=jonas-schievinkJonas Schievink-2/+1
2020-09-25Rollup merge of #77079 - poliorcetics:more-self-in-docs, r=jyn514Jonas Schievink-57/+60
2020-09-25Rollup merge of #77078 - LingMan:patch-2, r=jonas-schievinkJonas Schievink-1/+1
2020-09-25Rollup merge of #77074 - lcnr:array-from-ref, r=SimonSapinJonas Schievink-11/+34
2020-09-25Rollup merge of #77050 - follower:patch-1, r=oli-obkJonas Schievink-1/+1
2020-09-25Rollup merge of #77044 - pickfire:patch-4, r=jyn514Jonas Schievink-3/+3
2020-09-25Rollup merge of #76978 - duckymirror:mpsc-from-doc, r=jyn514Jonas Schievink-0/+15
2020-09-25Rollup merge of #76724 - ecstatic-morse:dataflow-pass-names, r=lcnrJonas Schievink-4/+34
2020-09-25Rollup merge of #76304 - CDirkx:const-ip, r=ecstatic-morseJonas Schievink-5/+30
2020-09-25Rollup merge of #75438 - Cldfire:rustdoc/use-adaptive-svg-favicon, r=Guillaum...Jonas Schievink-4/+34
2020-09-24Auto merge of #77014 - tmiasko:arena, r=Mark-Simulacrumbors-21/+16
2020-09-24perf: split progress_obligations with inline(never)Bastian Kauschke-18/+27
2020-09-24Bless testsDylan MacKenzie-42/+52
2020-09-24Suggest `const_fn_transmute` instead of `const_fn`Dylan MacKenzie-1/+8
2020-09-24Resolve https://github.com/rust-lang/rust/pull/76673#discussion_r494426303Simon Vandel Sillesen-2/+3
2020-09-24Upgrade chalk to 0.28.0Bram van den Heuvel-47/+103
2020-09-24Remove workaround for deref issue that no longer exists.Mara Bos-6/+4
2020-09-24Auto merge of #76918 - ishitatsuyuki:match-fastpath, r=oli-obkbors-22/+165
2020-09-24Update chalk to 0.27.0Bram van den Heuvel-12/+13
2020-09-24Update chalk to 0.26.0Bram van den Heuvel-24/+29
2020-09-24Update chalk to 0.25.0Bram van den Heuvel-12/+12
2020-09-24Update chalk to 0.24.0Bram van den Heuvel-12/+12
2020-09-24Update chalk to 0.23.0Bram van den Heuvel-12/+12
2020-09-24Update chalk to 0.22.0Bram van den Heuvel-12/+12
2020-09-24Auto merge of #77006 - oli-obk:🐌_const_queries, r=Mark-Simulacrumbors-5/+3
2020-09-24Always cache const eval queriesOliver Scherer-8/+2
2020-09-24Auto merge of #76820 - jyn514:query-comments, r=davidtwcobors-34/+43
2020-09-24Update Cargo.lockflip1995-1/+1
2020-09-24Merge commit 'e636b88aa180e8cab9e28802aac90adbc984234d' into clippyupflip1995-965/+3418
2020-09-24Auto merge of #77049 - lcnr:const-eval-function-signature, r=oli-obkbors-81/+206
2020-09-24Auto merge of #77028 - andjo403:mini, r=matthewjasperbors-50/+46
2020-09-24update testsBastian Kauschke-3/+5
2020-09-24visit impl self ty + traitBastian Kauschke-0/+37
2020-09-24assign the correct `DefId` in `nominal_obligations`Bastian Kauschke-7/+19
2020-09-24walk hir to get const evaluatable predicatesBastian Kauschke-73/+96
2020-09-24fmt, use IndexSet directly instead of UniquePredicatesBastian Kauschke-35/+20
2020-09-24const_evaluatable_checked: collect predicates from fn_sigBastian Kauschke-6/+72
2020-09-24Auto merge of #76748 - tmiasko:no-op-jumps, r=matthewjasperbors-9/+10