about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-05-09Rollup merge of #70834 - yoshuawuyts:future-pending-ready, r=sfacklerDylan DPC-0/+110
2020-05-08Rollup merge of #72017 - ctaggart:wasm2, r=ecstatic-morseDylan DPC-0/+12
2020-05-08Rollup merge of #72003 - ctaggart:wasm, r=jonas-schievinkDylan DPC-0/+4
2020-05-08Rollup merge of #71975 - nnethercote:reduce-TypedArena-creations-in-check_mat...Dylan DPC-93/+87
2020-05-08Rollup merge of #71970 - thombles:ios-bitcode-improvements, r=alexcrichtonDylan DPC-24/+41
2020-05-08Rollup merge of #71710 - workingjubilee:jubilee-readd-test, r=nikomatsakisDylan DPC-0/+40
2020-05-08Rollup merge of #71581 - GuillaumeGomez:unify-lints-handling, r=kinnisonDylan DPC-69/+69
2020-05-08Work around ICEs during cross-compilationCameron Taggart-0/+12
2020-05-08FIXME commentCameron Taggart-1/+1
2020-05-08Rollup merge of #72008 - lcnr:patch-3, r=varkorDylan DPC-0/+29
2020-05-08Rollup merge of #72007 - petrochenkov:passcheck3, r=RalfJungDylan DPC-5/+5
2020-05-08Rollup merge of #72001 - mibac138:cfg-version, r=petrochenkovDylan DPC-3/+7
2020-05-08Rollup merge of #71993 - ecstatic-morse:cleanup-old-liveness, r=jonas-schievinkDylan DPC-334/+92
2020-05-08Rollup merge of #71989 - ecstatic-morse:const-context-enum, r=oli-obkDylan DPC-134/+101
2020-05-08add const-generics testBastian Kauschke-0/+29
2020-05-08Fix some tests failing in `--pass check` modeVadim Petrochenkov-5/+5
2020-05-08Auto merge of #71917 - RalfJung:miri, r=RalfJungbors-7/+7
2020-05-07#[allow(unused)]Cameron Taggart-0/+1
2020-05-07allow wasm target for rustc-ap-rustc_spanCameron Taggart-0/+3
2020-05-08Auto merge of #71992 - Dylan-DPC:rollup-29qjvpe, r=Dylan-DPCbors-222/+492
2020-05-08Simplify bitcode embedding - either None or FullTom Karpiniec-21/+9
2020-05-08Adjust cfg(version) to lang team decisionmibac138-3/+7
2020-05-08Replace `MatchVisitor::check_in_cx` with `MatchVisitor::new_cx`.Nicholas Nethercote-80/+75
2020-05-08update miriRalf Jung-7/+7
2020-05-07Auto merge of #71995 - pietroalbini:ci-windows-detect-latest-python, r=Mark-S...bors-2/+10
2020-05-08Remove `MatchCheckCtxt::create_and_enter`.Nicholas Nethercote-18/+8
2020-05-07ci: use the latest python available on windowsPietro Albini-2/+10
2020-05-07Incorporate old module docs into `MaybeLiveLocals` docsDylan MacKenzie-0/+7
2020-05-07Remove old `util/liveness.rs` moduleDylan MacKenzie-334/+85
2020-05-07Rollup merge of #71960 - estebank:fix-E0284, r=davidtwcoDylan DPC-26/+81
2020-05-07Rollup merge of #71903 - euclio:reword-possible-better, r=petrochenkovDylan DPC-106/+112
2020-05-07Rollup merge of #71783 - estebank:async-block-2015, r=tmandryDylan DPC-41/+121
2020-05-07Rollup merge of #71598 - lcnr:drop-docs, r=RalfJung,Mark-SimulacrumDylan DPC-44/+98
2020-05-07Rollup merge of #70733 - yoshuawuyts:arc-increment-refcount, r=Mark-SimulacrumDylan DPC-5/+80
2020-05-07Use `hir::ConstContext` instead of local enumsDylan MacKenzie-134/+34
2020-05-07Add `hir::ConstContext`Dylan MacKenzie-0/+67
2020-05-07Fix E0284 to not use incorrect wordingEsteban Küber-26/+81
2020-05-07Rollup merge of #71980 - steveklabnik:warnings-fixes, r=Mark-SimulacrumDylan DPC-0/+6
2020-05-07Rollup merge of #71972 - RalfJung:miri-validity-error-refine, r=oli-obkDylan DPC-6/+7
2020-05-07Rollup merge of #71962 - jsoref:grammar, r=Dylan-DPCDylan DPC-11/+11
2020-05-07Rollup merge of #71959 - petrochenkov:chelpers, r=Mark-SimulacrumDylan DPC-0/+2
2020-05-07Rollup merge of #71952 - JohnTitor:add-tests, r=Dylan-DPCDylan DPC-0/+107
2020-05-07Rollup merge of #71938 - mark-i-m:de-abuse-err-4, r=eddybDylan DPC-1/+1
2020-05-08Add some skip flagsYuki Okushi-1/+4
2020-05-07Add Arc::{incr,decr}_strong_countYoshua Wuyts-5/+80
2020-05-07Add core::future::{pending,ready}Yoshua Wuyts-0/+110
2020-05-07Allow a few warnings.Steve Klabnik-0/+6
2020-05-07Auto merge of #71649 - ecstatic-morse:ci-stage0-doc, r=Mark-Simulacrumbors-0/+1
2020-05-07rewrite Drop documentationBastian Kauschke-44/+98
2020-05-07use hex for pointers in Miri error messages; refine vtable error messageRalf Jung-6/+7