about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-10-24In Waiter use interior mutability for threadPaul Dicker-9/+19
2019-10-24Reduce the amount of comments in call_innerPaul Dicker-19/+6
2019-10-24Move thread parking to a seperate functionPaul Dicker-38/+42
2019-10-24Turn Finish into WaiterQueuePaul Dicker-23/+21
2019-10-23Don't mutate waiter nodesPaul Dicker-9/+9
2019-10-23Simplify loop conditions in RUNNING and add commentsPaul Dicker-17/+29
2019-10-23Rename state to state_and_queuePaul Dicker-28/+29
2019-10-22Auto merge of #65503 - popzxc:refactor-libtest, r=wesleywiserbors-1793/+2123
2019-10-22Auto merge of #65501 - alexcrichton:remove-emscripten-backend, r=Mark-Simulacrumbors-101/+35
2019-10-21Remove `src/llvm-emscripten` submoduleAlex Crichton-101/+35
2019-10-21Rollup merge of #65663 - Amanieu:typo, r=varkorMazdak Farrokhzad-1/+1
2019-10-21Rollup merge of #65660 - varkor:canonical-const-to-bound-const, r=eddybMazdak Farrokhzad-64/+47
2019-10-21Rollup merge of #65647 - nnethercote:rm-unnecessary-traits, r=CentrilMazdak Farrokhzad-124/+105
2019-10-21Rollup merge of #65621 - RalfJung:write_bytes, r=oli-obkMazdak Farrokhzad-20/+39
2019-10-21Rollup merge of #65092 - tspiteri:const-is-pow2, r=oli-obkMazdak Farrokhzad-2/+13
2019-10-21Rollup merge of #62330 - SimonSapin:no-drop-in-union-fields, r=RalfJungMazdak Farrokhzad-265/+454
2019-10-21Rename `ConstValue::Infer(InferConst::Canonical(..))` to `ConstValue::Bound(..)`varkor-64/+47
2019-10-21Auto merge of #65661 - JohnTitor:rollup-68la1fq, r=JohnTitorbors-57/+298
2019-10-21improve readability of is_power_of_twoTrevor Spiteri-1/+1
2019-10-21Fix typo from #65214Amanieu d'Antras-1/+1
2019-10-21Rollup merge of #65652 - skinny121:const_infer_leak, r=eddybYuki Okushi-1/+68
2019-10-21Rollup merge of #65650 - guanqun:use-unwrap-or, r=eddybYuki Okushi-5/+1
2019-10-21Rollup merge of #65624 - wesleywiser:improve_simplify_locals, r=oli-obkYuki Okushi-48/+163
2019-10-21Rollup merge of #65620 - ryoqun:remove-unneeded-comment, r=varkorYuki Okushi-1/+1
2019-10-21Rollup merge of #65544 - dorfsmay:doc_keyword_break, r=Dylan-DPCYuki Okushi-2/+65
2019-10-21Remove many unnecessary trait derivations.Nicholas Nethercote-103/+89
2019-10-21remove write_repeat; it is subsumed by the new write_bytesRalf Jung-19/+0
2019-10-21points the user away from the Allocation type and towards the Memory typeRalf Jung-0/+12
2019-10-21Report even duplilcate errors in case the feature gat is not activeOliver Scherer-9/+29
2019-10-21Auto merge of #65594 - RalfJung:miri, r=oli-obkbors-15/+11
2019-10-21Don't silently do nothing on mis_use of `check_union_fields`Oliver Scherer-16/+17
2019-10-21Fix `canonicalize_const_var` from leaking inference variables throughben-1/+68
2019-10-21use unwrap_or in lint codeGuanqun Lu-5/+1
2019-10-21Remove unneccessary use under cfg(unix)Igor Aleksanov-12/+2
2019-10-21Auto merge of #65630 - ecstatic-morse:graphviz-tidy, r=Mark-Simulacrumbors-0/+26
2019-10-20Improve SimplifyLocals pass so it can remove unused constsWesley Wiser-38/+154
2019-10-20Cleanup `ConstProp::visit_statement()`Wesley Wiser-10/+9
2019-10-21Remove unnecessary `Hash` bounds from various types.Nicholas Nethercote-14/+14
2019-10-21Remove unnecessary trait bounds from `keys::Keys`.Nicholas Nethercote-7/+2
2019-10-21Correctly note code as Ok not error for E0573Ryo Onodera-1/+1
2019-10-21Rollup merge of #65639 - adrianheine:patch-2, r=jonas-schievinkMazdak Farrokhzad-1/+1
2019-10-21Rollup merge of #65638 - dsincl12:master, r=CentrilMazdak Farrokhzad-2/+2
2019-10-21Rollup merge of #65633 - Rantanen:doc-example-paths, r=CentrilMazdak Farrokhzad-11/+11
2019-10-21Rollup merge of #65629 - ecstatic-morse:remove-graphviz, r=Mark-SimulacrumMazdak Farrokhzad-6/+3
2019-10-21Rollup merge of #65614 - varkor:apit-explicit-generics, r=matthewjasperMazdak Farrokhzad-14/+14
2019-10-21Rollup merge of #65603 - mystor:resolve_path_ice, r=petrochenkovMazdak Farrokhzad-8/+40
2019-10-21Rollup merge of #65592 - RalfJung:const-prop-comment, r=wesleywiserMazdak Farrokhzad-11/+14
2019-10-21Rollup merge of #65314 - tmiasko:rustdoc-z, r=ollie27Mazdak Farrokhzad-15/+39
2019-10-20Fix parameter name in documentationAdrian Heine né Lang-1/+1
2019-10-20Rename the default argument 'def' to 'default'David Sinclair-2/+2