about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-04-17record await span inside GeneratorInteriorTypeCausecsmoe-15/+24
2020-04-17Rollup merge of #71225 - leocassarani:patch-1, r=jonas-schievinkDylan DPC-1/+1
2020-04-17Rollup merge of #71220 - cuviper:std_or_patterns, r=Mark-SimulacrumDylan DPC-16/+14
2020-04-17Rollup merge of #71206 - RalfJung:dont-try, r=oli-obkDylan DPC-5/+5
2020-04-17Rollup merge of #71182 - JohnTitor:regression-tests, r=Mark-SimulacrumDylan DPC-0/+64
2020-04-17Rollup merge of #71164 - RalfJung:uninit-not-undef, r=oli-obkDylan DPC-11/+126
2020-04-17Rollup merge of #70910 - rakshith-ravi:master, r=cuviperDylan DPC-63/+244
2020-04-17Rollup merge of #70578 - PankajChaudhary5:master, r=GuillaumeGomezDylan DPC-1/+59
2020-04-17ty/print/pretty: use `comma_sep` instead of replicating it.Eduard-Mihai Burtescu-36/+12
2020-04-17Auto merge of #71131 - pnkfelix:issue-69798-dont-reuse-post-lto-products-when...bors-22/+121
2020-04-16Fix typo in Default trait docs: Provides -> ProvideLeo Cassarani-1/+1
2020-04-16Rollup merge of #71221 - cuviper:rustdoc_or_patterns, r=Mark-SimulacrumDylan DPC-30/+33
2020-04-16Rollup merge of #71219 - JOE1994:patch-4, r=Mark-SimulacrumDylan DPC-6/+6
2020-04-16Rollup merge of #71211 - ehuss:update-cargo, r=ehussDylan DPC-0/+0
2020-04-16Rollup merge of #71197 - ljedrz:unsafe_unused, r=ecstatic-morseDylan DPC-7/+13
2020-04-16Rollup merge of #70611 - pawanbisht62:doc/61137-add-long-error-code-e0708, r=...Dylan DPC-2/+28
2020-04-17Avoid emitting stderr for nowYuki Okushi-24/+2
2020-04-17Add test for issue-67893Yuki Okushi-0/+45
2020-04-17Add test for issue-54067Yuki Okushi-0/+12
2020-04-17Add test for issue-28575Yuki Okushi-0/+20
2020-04-17Add test for issue-24843Yuki Okushi-0/+9
2020-04-16Dogfood or_patterns in rustdocJosh Stone-30/+33
2020-04-16Apply suggestions from code reviewChristopher Durham-1/+3
2020-04-16Minor fixes to doc comments of 'VecDequeue'Youngsuk Kim-6/+6
2020-04-16outlives: ignore lifetimes shallowly found in `ty::FnDef`s.Eduard-Mihai Burtescu-6/+64
2020-04-16Dogfood or_patterns in the standard libraryJosh Stone-16/+14
2020-04-16Auto merge of #71201 - Dylan-DPC:rollup-23202uf, r=Dylan-DPCbors-257/+320
2020-04-16comment on the sorting of unused unsafe blocksljedrz-0/+2
2020-04-16Update cargoEric Huss-0/+0
2020-04-16Move stack access methods in the Machine implementations out of the enforce_ ...Vytautas Astrauskas-28/+28
2020-04-16bikeshedRalf Jung-3/+3
2020-04-16ty: convert `ErrorHandled::Reported` to `ConstKind::Error`.Eduard-Mihai Burtescu-295/+54
2020-04-16mir/interpret: only use `ErrorHandled::Reported` for `ErrorReported`.Eduard-Mihai Burtescu-74/+87
2020-04-16Partially revert "Do not ICE in the face of invalid enum discriminant"Eduard-Mihai Burtescu-10/+4
2020-04-16ty: add `ty::ConstKind::Error` to replace `tcx.consts.err`.Eduard-Mihai Burtescu-30/+49
2020-04-16Miri error messages: avoid try terminologyRalf Jung-5/+5
2020-04-16Extend UI tests for fixed check_attr()Matthias Schiffer-2/+49
2020-04-16rustc: fix check_attr() for methods, closures and foreign functionsMatthias Schiffer-20/+75
2020-04-17Remove inline attribute from `into_vec()`Yuki Okushi-1/+0
2020-04-16Implement `Box::into_raw` based on `Box::leak`Simon Sapin-10/+17
2020-04-16rustc_target::abi: add Primitive variant to FieldsShape.Ana-Maria Mihalache-23/+59
2020-04-16Move the explanation why adjust_global_const is called for all constants.Vytautas Astrauskas-3/+5
2020-04-16Rename Machine::eval_maybe_thread_local_static_const to adjust_global_const a...Vytautas Astrauskas-2/+7
2020-04-16Rollup merge of #71191 - GuillaumeGomez:cleanup-e0520, r=Dylan-DPCDylan DPC-1/+3
2020-04-16Rollup merge of #71179 - matthiaskrgr:cl6ppy, r=Dylan-DPCDylan DPC-124/+111
2020-04-16Rollup merge of #71149 - RalfJung:check-const-call, r=eddybDylan DPC-16/+5
2020-04-16Rollup merge of #71141 - Duddino:master, r=estebankDylan DPC-1/+68
2020-04-16Rollup merge of #70566 - jumbatm:exceeding-bitshifts-constprop, r=RalfJungDylan DPC-115/+133
2020-04-16Auto merge of #70755 - wesleywiser:simplify_locals_2_electric_boogaloo, r=oli...bors-154/+319
2020-04-16sort unused unsafe blocks by Span instead of NodeIdljedrz-1/+1