about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-08-26Auto merge of #100043 - RalfJung:scalar-always-init, r=RalfJungbors-935/+506
2022-08-26Auto merge of #101039 - ouz-a:issue-100991, r=compiler-errorsbors-1/+4
2022-08-26Don't catch overflow when running with cargo docouz-a-1/+4
2022-08-26remove now-unused ScalarMaybeUninitRalf Jung-134/+1
2022-08-26make read_immediate error immediately on uninit, so ImmTy can carry initializ...Ralf Jung-747/+491
2022-08-26remove some now-unnecessary parameters from check_bytesRalf Jung-31/+7
2022-08-26remove enforce_number_init machine hook that Miri no longer needsRalf Jung-24/+8
2022-08-26fix an outdated machine hook nameRalf Jung-7/+7
2022-08-26Auto merge of #98051 - davidtwco:split-dwarf-stabilization, r=wesleywiserbors-60/+184
2022-08-26Auto merge of #101037 - GuillaumeGomez:rollup-opn6kj1, r=GuillaumeGomezbors-103/+363
2022-08-26Rollup merge of #101031 - rust-lang:remove-unused-build-dep, r=bjorn3Guillaume Gomez-4/+0
2022-08-26Rollup merge of #101023 - notriddle:notriddle/head-shrink, r=Dylan-DPCGuillaume Gomez-4/+4
2022-08-26Rollup merge of #101012 - notriddle:notriddle/variants_table, r=jshaGuillaume Gomez-8/+0
2022-08-26Rollup merge of #101006 - GuillaumeGomez:doc-cfg-reexport, r=notriddleGuillaume Gomez-8/+104
2022-08-26Rollup merge of #100956 - GuillaumeGomez:reduce-rightside-dom-size, r=notriddleGuillaume Gomez-60/+186
2022-08-26Rollup merge of #100128 - kpreid:waker-doc, r=thomccGuillaume Gomez-12/+38
2022-08-26Rollup merge of #99742 - sigaloid:master, r=thomccGuillaume Gomez-0/+22
2022-08-26Rollup merge of #95005 - ssomers:btree_static_assert, r=thomccGuillaume Gomez-7/+9
2022-08-26Auto merge of #100944 - nnethercote:shrink-thir-Expr, r=cjgillotbors-150/+191
2022-08-26Remove unused build dependencyGuillaume Gomez-4/+0
2022-08-26Auto merge of #100705 - compiler-errors:issue-100620, r=oli-obkbors-3/+29
2022-08-25rustdoc: remove `type="text/css" from stylesheet linksMichael Howell-4/+4
2022-08-26Auto merge of #101017 - JohnTitor:rollup-73f2fhb, r=JohnTitorbors-255/+187
2022-08-26Rollup merge of #101010 - notriddle:notriddle/multi-column, r=jshaYuki Okushi-10/+0
2022-08-26Rollup merge of #100978 - nnethercote:fix-100948, r=petrochenkovYuki Okushi-1/+32
2022-08-26Rollup merge of #100933 - a1phyr:cheap_assert_match_failed, r=JoshTriplettYuki Okushi-2/+2
2022-08-26Rollup merge of #100604 - dtolnay:okorerr, r=m-ou-seYuki Okushi-61/+11
2022-08-26Rollup merge of #100076 - tspiteri:const_slice_split_at, r=oli-obkYuki Okushi-4/+14
2022-08-26Rollup merge of #100034 - tmiasko:elaborate-box-derefs, r=oli-obkYuki Okushi-142/+75
2022-08-26Rollup merge of #99920 - emarteca:custom-allocator-support, r=oli-obkYuki Okushi-11/+16
2022-08-26Rollup merge of #99064 - lyming2007:issue-97687-fix, r=estebankYuki Okushi-24/+37
2022-08-26Auto merge of #99487 - bmacnaughton:is_whitespace_updates, r=thomccbors-12/+113
2022-08-25rustdoc: remove unused CSS for `.variants_table`Michael Howell-8/+0
2022-08-25Auto merge of #100748 - SparrowLii:query_depth, r=cjgillotbors-54/+83
2022-08-25Adding support for rustc_serialize encode and decode for Box and Vec that use...Ellen Arteca-11/+16
2022-08-25rustdoc: remove unused CSS for `.multi-column`Michael Howell-10/+0
2022-08-25Auto merge of #100911 - tmiasko:update-stdarch, r=Amanieubors-27/+9
2022-08-25Add test for missing cfg propagation for reexportGuillaume Gomez-0/+33
2022-08-25Fix missing cfg propagation for reexportsGuillaume Gomez-8/+71
2022-08-25reviewTrevor Spiteri-2/+6
2022-08-25Inline trivial `From<Local> for Place<'_>` implTomasz Miąsko-0/+1
2022-08-25Add method that applies DefUse effectTomasz Miąsko-15/+11
2022-08-25Elaborate all box dereferences in `ElaborateBoxDerefs`Tomasz Miąsko-102/+9
2022-08-25Auto merge of #100571 - cjgillot:mir-cost-visit, r=compiler-errorsbors-108/+266
2022-08-25Auto merge of #100436 - jyn514:macro-query-system, r=cjgillotbors-113/+120
2022-08-25Fix liveness analysis for yield terminatorsTomasz Miąsko-32/+61
2022-08-25Auto merge of #100977 - JohnTitor:rollup-8hc7rxh, r=JohnTitorbors-1443/+2658
2022-08-25Handle `Err` in `ast::LitKind::to_token_lit`.Nicholas Nethercote-1/+32
2022-08-24Auto merge of #99946 - tmiasko:elide-storage-makers, r=oli-obkbors-198/+48
2022-08-25Rollup merge of #100964 - bjorn3:sync_cg_clif-2022-08-24, r=bjorn3Yuki Okushi-1259/+2299