about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-04-07Rollup merge of #95735 - bjorn3:revert_inline_location_caller, r=compiler-errorsDylan DPC-1/+0
2022-04-07Rollup merge of #95709 - nnethercote:improve-terse-test-output, r=Dylan-DPCDylan DPC-3/+4
2022-04-07Rollup merge of #95626 - saethlin:pass-pointer-to-prctl, r=cuviperDylan DPC-1/+7
2022-04-07Rollup merge of #95185 - m-ou-se:stabilize-stdin-lines, r=Mark-SimulacrumDylan DPC-2/+1
2022-04-06Auto merge of #95742 - Dylan-DPC:rollup-8n7o87y, r=Dylan-DPCbors-159/+402
2022-04-06Change trailing prctl arguments to c_ulongBen Kimock-1/+7
2022-04-06Rollup merge of #95731 - oli-obk:lazy_tait_regression, r=compiler-errorsDylan DPC-62/+110
2022-04-06Rollup merge of #95730 - m-ou-se:rwlock-case, r=Dylan-DPCDylan DPC-88/+88
2022-04-06Rollup merge of #95721 - xu-cheng:typo, r=compiler-errorsDylan DPC-1/+1
2022-04-06Rollup merge of #95649 - ouz-a:mir-opt, r=oli-obkDylan DPC-4/+193
2022-04-06Rollup merge of #95353 - jyn514:invalid-filter-hard-error, r=Mark-SimulacrumDylan DPC-4/+4
2022-04-06Rollup merge of #95342 - jyn514:ignore-revs, r=Mark-SimulacrumDylan DPC-0/+6
2022-04-06Revert "Mark Location::caller() as #[inline]"bjorn3-1/+0
2022-04-06Auto merge of #95669 - nnethercote:call-compute_locs-once-per-rule, r=petroch...bors-149/+169
2022-04-06Bump stabilization of stdin_forwarders to 1.62.0.Mara Bos-1/+1
2022-04-06Check that all hidden types are the same and then deduplicate them.Oli Scherer-62/+110
2022-04-06Rename RWLock to RwLock in std::sys.Mara Bos-88/+88
2022-04-06Auto merge of #95707 - RalfJung:initialized, r=oli-obkbors-4/+22
2022-04-06Auto merge of #95723 - SparrowLii:const_goto, r=fee1-deadbors-127/+167
2022-04-06enhance `ConstGoto` mir-opt by moving up `StorageDead` statementsSparrowLii-127/+167
2022-04-06Auto merge of #95720 - ehuss:update-cargo, r=ehussbors-0/+0
2022-04-05Fix typo in bootstrap/setup.rsCheng XU-1/+1
2022-04-05Update cargoEric Huss-0/+0
2022-04-06Auto merge of #95711 - Dylan-DPC:rollup-ujss3oi, r=Dylan-DPCbors-12/+57
2022-04-06Rollup merge of #95699 - SparkyPotato:master, r=dtolnayDylan DPC-1/+2
2022-04-06Rollup merge of #95693 - RalfJung:more-context, r=oli-obkDylan DPC-7/+15
2022-04-06Rollup merge of #95684 - GuillaumeGomez:fix-item-info-overflow, r=notriddleDylan DPC-2/+40
2022-04-06Rollup merge of #95659 - anp:remove-link-print, r=tmandryDylan DPC-2/+0
2022-04-06Auto merge of #95469 - ChrisDenton:unsound-read-write, r=joshtriplettbors-78/+155
2022-04-06Improve terse test output.Nicholas Nethercote-3/+4
2022-04-06Call `compute_locs` once per rule.Nicholas Nethercote-114/+123
2022-04-05interp/validity: enforce Scalar::InitializedRalf Jung-4/+22
2022-04-05Auto merge of #95702 - Dylan-DPC:rollup-793rz6v, r=Dylan-DPCbors-384/+907
2022-04-05Rollup merge of #95681 - petrochenkov:doclinkregr2, r=Dylan-DPCDylan DPC-1/+21
2022-04-05Rollup merge of #95673 - lnicola:rust-analyzer-2022-04-05, r=lnicolaDylan DPC-16/+31
2022-04-05Rollup merge of #95663 - notriddle:notriddle/unsafe-fn-closure, r=compiler-er...Dylan DPC-10/+44
2022-04-05Rollup merge of #95591 - jackh726:nll-revisions-1, r=oli-obkDylan DPC-328/+588
2022-04-05Rollup merge of #95585 - compiler-errors:ref-clone, r=estebankDylan DPC-6/+86
2022-04-05Rollup merge of #95547 - RalfJung:ptr-int-transmutes, r=scottmcmDylan DPC-0/+10
2022-04-05Rollup merge of #95473 - lqd:macro-expansion, r=petrochenkovDylan DPC-10/+24
2022-04-05Rollup merge of #88025 - devnexen:netbsd_scm_creds, r=AmanieuDylan DPC-13/+103
2022-04-05Auto merge of #95035 - m-ou-se:futex-locks-on-linux, r=Amanieubors-41/+251
2022-04-06formattingSparkyPotato-1/+1
2022-04-06cleanupSparkyPotato-8/+2
2022-04-06fix Vec leak with 0 capacitySparkyPotato-0/+7
2022-04-05kill temp earlyouz-a-5/+4
2022-04-05diagnostics: tweak error message to give more rationale to unsafe FnMichael Howell-20/+23
2022-04-05interp: pass TyCtxt to Machine methods that do not take InterpCxRalf Jung-7/+15
2022-04-05Auto merge of #94527 - oli-obk:undef_scalars, r=nagisa,erikdesjardinbors-334/+467
2022-04-05Explain why `&T` is cloned when `T` is not `Clone`Michael Goulet-6/+86