| Age | Commit message (Expand) | Author | Lines |
| 2022-02-19 | Auto merge of #94148 - matthiaskrgr:rollup-jgea68f, r=matthiaskrgr | bors | -214/+256 |
| 2022-02-19 | switch to limiting the number of init/uninit chunks | Erik Desjardins | -26/+16 |
| 2022-02-19 | Rollup merge of #94086 - tmiasko:char-try-from-scalar-int, r=davidtwco | Matthias Krüger | -22/+52 |
| 2022-02-19 | Rollup merge of #94006 - pierwill:upvar-field, r=nikomatsakis | Matthias Krüger | -11/+19 |
| 2022-02-19 | Rollup merge of #93990 - lcnr:pre-89862-cleanup, r=estebank | Matthias Krüger | -54/+88 |
| 2022-02-19 | Rollup merge of #93979 - SUPERCILEX:debug_check, r=dtolnay | Matthias Krüger | -20/+29 |
| 2022-02-19 | Rollup merge of #93954 - aDotInTheVoid:json-buffer, r=Mark-Simulacrum | Matthias Krüger | -3/+6 |
| 2022-02-19 | Rollup merge of #93658 - cchiw:issue-77443-fix, r=joshtriplett | Matthias Krüger | -78/+5 |
| 2022-02-19 | Rollup merge of #92902 - ssomers:docter_drain, r=yaahc | Matthias Krüger | -26/+57 |
| 2022-02-19 | Auto merge of #94105 - 5225225:destabilise-entry-insert, r=Mark-Simulacrum | bors | -2/+4 |
| 2022-02-19 | Auto merge of #94134 - matthiaskrgr:rollup-b132kjz, r=matthiaskrgr | bors | -577/+1593 |
| 2022-02-19 | rustc_const_eval: adopt let else in more places | est31 | -123/+86 |
| 2022-02-19 | rustc_trait_selection: adopt let else in more places | est31 | -117/+75 |
| 2022-02-19 | Collections: improve the documentation of drain members | Stein Somers | -26/+57 |
| 2022-02-18 | rustdoc-json: Add tests for fn qualifiers and ABI | Nixon Enraght-Moony | -78/+184 |
| 2022-02-18 | rustdoc-json: Better Header Type | Nixon Enraght-Moony | -37/+58 |
| 2022-02-18 | Auto merge of #94050 - michaelwoerister:fix-unsized-tuple-debuginfo, r=pnkfelix | bors | -9/+27 |
| 2022-02-18 | Auto merge of #8440 - Jarcho:transmute_undefined, r=Manishearth | bors | -93/+196 |
| 2022-02-18 | Rollup merge of #93953 - jackh726:known_bug, r=Mark-Simulacrum | Matthias Krüger | -248/+218 |
| 2022-02-18 | Rollup merge of #93915 - Urgau:rfc-3013, r=petrochenkov | Matthias Krüger | -7/+365 |
| 2022-02-18 | Rollup merge of #93892 - compiler-errors:issue-92917, r=jackh726,nikomatsakis | Matthias Krüger | -44/+101 |
| 2022-02-18 | Rollup merge of #93877 - Amanieu:asm_fixes, r=nagisa | Matthias Krüger | -46/+97 |
| 2022-02-18 | Rollup merge of #93847 - solid-rs:fix-kmc-solid-fs-ts, r=yaahc | Matthias Krüger | -1/+20 |
| 2022-02-18 | Rollup merge of #93814 - Itus-Shield:mips64-openwrt, r=bjorn3 | Matthias Krüger | -1/+1 |
| 2022-02-18 | Rollup merge of #93497 - willcrichton:rustdoc-scrape-test, r=GuillaumeGomez | Matthias Krüger | -5/+37 |
| 2022-02-18 | Rollup merge of #92806 - compiler-errors:better-impl-trait-deny, r=estebank | Matthias Krüger | -216/+366 |
| 2022-02-18 | Rollup merge of #91675 - ivanloz:memtagsan, r=nagisa | Matthias Krüger | -6/+67 |
| 2022-02-18 | Rollup merge of #89892 - Nilstrieb:suggest-return-impl-trait, r=jackh726 | Matthias Krüger | -3/+321 |
| 2022-02-18 | Release notes for 1.59 | Mark Rousskov | -0/+165 |
| 2022-02-18 | Use undef for partially-uninit constants up to 1024 bytes | Erik Desjardins | -43/+23 |
| 2022-02-18 | Clarify `cfg` detection process in `matches.rs` | Jason Newcomb | -1/+22 |
| 2022-02-18 | asm: Allow the use of r8-r14 as clobbers on Thumb1 | Amanieu d'Antras | -46/+97 |
| 2022-02-18 | Fix `transmute_undefined_repr` when converting between a fat pointer and a ty... | Jason Newcomb | -2/+21 |
| 2022-02-18 | Allow transmuting fat pointers to some types in `transmute_undefined_repr` | Jason Newcomb | -32/+50 |
| 2022-02-18 | Allow various type erasure patterns in `transmute_undefined_repr` | Jason Newcomb | -74/+96 |
| 2022-02-18 | Add some comments to `transmute_undefined_repr` | Jason Newcomb | -1/+10 |
| 2022-02-18 | Fix `transmute_undefined_repr` when converting between a pointer and a type c... | Jason Newcomb | -4/+39 |
| 2022-02-19 | rustdoc: several minor fixes | mqy | -5/+5 |
| 2022-02-18 | Suggest `impl Trait` return type | Nilstrieb | -3/+321 |
| 2022-02-18 | At opt-level=0, apply only ABI-affecting attributes to functions | Erik Desjardins | -41/+115 |
| 2022-02-18 | Auto merge of #8381 - Jarcho:cast_possible_truncation_542, r=Manishearth | bors | -41/+396 |
| 2022-02-18 | Auto merge of #94121 - matthiaskrgr:rollup-6ps95da, r=matthiaskrgr | bors | -221/+613 |
| 2022-02-18 | Fix miniz_oxide types showing up in std | Guillaume Gomez | -0/+4 |
| 2022-02-18 | Rollup merge of #93634 - matthiaskrgr:clippy_complexity_jan_2022, r=oli-obk | Matthias Krüger | -45/+39 |
| 2022-02-18 | Rollup merge of #93613 - crlf0710:rename_to_async_iter, r=yaahc | Matthias Krüger | -84/+83 |
| 2022-02-18 | Rollup merge of #93024 - compiler-errors:inline-mir-bad-bounds, r=estebank | Matthias Krüger | -2/+35 |
| 2022-02-18 | Rollup merge of #92959 - asquared31415:test-non-fn-help, r=estebank | Matthias Krüger | -41/+281 |
| 2022-02-18 | Rollup merge of #92933 - bjorn3:no_bin_lib_mixing, r=estebank | Matthias Krüger | -21/+12 |
| 2022-02-18 | Rollup merge of #92683 - jackh726:issue-92033, r=estebank | Matthias Krüger | -28/+163 |
| 2022-02-18 | Extract some util functions | Jason Newcomb | -63/+68 |