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