about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-11-30Update MIR opt tests with new nameDylan MacKenzie-8/+8
2021-11-30Move post-elaboration const-checking earlier in the pipelineDylan MacKenzie-2/+14
2021-11-30Handle `DropAndReplace` in const-checkingDylan MacKenzie-6/+2
2021-11-30Add rationale for `RemoveUnneededDrops`Dylan MacKenzie-1/+5
2021-11-30Add `RemoveUninitDrops` MIR passDylan MacKenzie-0/+172
2021-11-30Add "is" methods for projections to a given indexDylan MacKenzie-0/+10
2021-11-30Separate `RemoveFalseEdges` from `SimplifyBranches`Dylan MacKenzie-15/+38
2021-11-29Auto merge of #91299 - cjgillot:expect-ldid, r=petrochenkovbors-137/+95
2021-11-29Auto merge of #91350 - matthiaskrgr:rollup-nleabdj, r=matthiaskrgrbors-36/+77
2021-11-29Rollup merge of #91349 - tmiasko:accumulate-remark-args, r=nikicMatthias Krüger-3/+19
2021-11-29Rollup merge of #91336 - cjgillot:root_parent, r=matthewjasperMatthias Krüger-25/+5
2021-11-29Rollup merge of #91327 - dtolnay:exact, r=michaelwoeristerMatthias Krüger-8/+4
2021-11-29Rollup merge of #91281 - scottmcm:non-exhaustive-as-test, r=Mark-SimulacrumMatthias Krüger-0/+29
2021-11-29Rollup merge of #91049 - dimo414:patch-1, r=kennytmMatthias Krüger-0/+20
2021-11-29Accumulate all values of `-C remark` optionTomasz Miąsko-3/+19
2021-11-29Auto merge of #91043 - camsteffen:descendant-eq, r=petrochenkovbors-2/+20
2021-11-29Auto merge of #91344 - RalfJung:miri, r=RalfJungbors-8/+8
2021-11-28update MiriRalf Jung-8/+8
2021-11-29Auto merge of #91338 - matthiaskrgr:rollup-46ry8wi, r=matthiaskrgrbors-20/+328
2021-11-28Rollup merge of #90833 - tmiasko:optimization-remarks, r=nikicMatthias Krüger-19/+163
2021-11-28Rollup merge of #90832 - cuviper:relnotes-1.57.0, r=Mark-SimulacrumMatthias Krüger-0/+114
2021-11-28Rollup merge of #90131 - camsteffen:fmt-args-span-fix, r=cjgillotMatthias Krüger-1/+51
2021-11-28Add parent crate assert to register_expn_idCameron Steffen-0/+1
2021-11-28Add fast path to is_descendant_ofCameron Steffen-2/+19
2021-11-28Auto merge of #90681 - workingjubilee:update-libc, r=JohnTitorbors-3/+3
2021-11-28Remove unused root_parent.Camille GILLOT-25/+5
2021-11-28Take a LocalDefId in expect_*item.Camille GILLOT-137/+95
2021-11-28Delete an unreachable codepath from format_args implementationDavid Tolnay-8/+4
2021-11-28Auto merge of #91320 - matthiaskrgr:rollup-r209seq, r=matthiaskrgrbors-144/+141
2021-11-28Rollup merge of #91319 - fee1-dead:rustdoc-ice-fix, r=jyn514Matthias Krüger-1/+1
2021-11-28Rollup merge of #91308 - BGR360:issue-88586, r=jackh726Matthias Krüger-9/+37
2021-11-28Rollup merge of #91251 - oli-obk:wf_sync_statics, r=matthewjasperMatthias Krüger-134/+103
2021-11-28Change output path to {{build-base}}Deadbeef-1/+1
2021-11-28Address PR feedbackBen Reeves-2/+2
2021-11-28Auto merge of #91230 - eggyal:fallible-type-fold, r=jackh726bors-791/+905
2021-11-28Auto merge of #91311 - matthiaskrgr:rollup-ju9xizl, r=matthiaskrgrbors-41/+74
2021-11-28Rollup merge of #91303 - RalfJung:array-init-align, r=oli-obkMatthias Krüger-1/+5
2021-11-28Rollup merge of #91254 - Aaron1011:impl-candidate-err-ty, r=lcnrMatthias Krüger-32/+28
2021-11-28Rollup merge of #90896 - jhpratt:stabilize_const_maybe_uninit, r=oli-obkMatthias Krüger-8/+41
2021-11-28Add test for const `MaybeUninit`Jacob Pratt-0/+33
2021-11-28Stabilize some `MaybeUninit` behavior as constJacob Pratt-8/+8
2021-11-27typeck: Ensure proper bound vars passed to `add_bounds`.Ben Reeves-9/+37
2021-11-28Auto merge of #91301 - scottmcm:stabilize-nonzero-ipot, r=nagisabors-3/+1
2021-11-27Update libc to 0.2.108Jubilee Young-3/+3
2021-11-27Miri: fix alignment check in array initializationRalf Jung-1/+5
2021-11-27Auto merge of #91241 - dtolnay:firstchunk, r=oli-obkbors-7/+5
2021-11-27Stabilize nonzero_is_power_of_twoScott McMurray-3/+1
2021-11-27Only check for errors in predicate when skipping impl assemblyAaron Hill-32/+28
2021-11-27Use intrinsic pointer methodsAlan Egerton-7/+5
2021-11-27Delegate from `map_id` to `try_map_id`Alan Egerton-57/+7