| Age | Commit message (Expand) | Author | Lines |
| 2022-02-19 | Fix pretty printing of enums without variants | Tomasz Miąsko | -65/+71 |
| 2022-02-19 | reduce default uninit_const_chunk_threshold to 16 (from 256) | Erik Desjardins | -2/+2 |
| 2022-02-19 | No branch protection metadata unless enabled | Simonas Kazlauskas | -25/+47 |
| 2022-02-19 | always add align attributes | Erik Desjardins | -2/+2 |
| 2022-02-19 | Stop interning stability. | Camille GILLOT | -2/+2 |
| 2022-02-19 | Add rustdoc test for const computed value | Guillaume Gomez | -0/+9 |
| 2022-02-19 | Don't render Const computed values in hexadecimal for Display | Guillaume Gomez | -1/+5 |
| 2022-02-19 | switch to limiting the number of init/uninit chunks | Erik Desjardins | -1/+2 |
| 2022-02-19 | Rollup merge of #94086 - tmiasko:char-try-from-scalar-int, r=davidtwco | Matthias Krüger | -18/+38 |
| 2022-02-19 | Rollup merge of #93990 - lcnr:pre-89862-cleanup, r=estebank | Matthias Krüger | -4/+4 |
| 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 | -74/+2 |
| 2022-02-19 | Auto merge of #94134 - matthiaskrgr:rollup-b132kjz, r=matthiaskrgr | bors | -393/+744 |
| 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/+54 |
| 2022-02-18 | Auto merge of #94050 - michaelwoerister:fix-unsized-tuple-debuginfo, r=pnkfelix | bors | -0/+23 |
| 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 | -1/+106 |
| 2022-02-18 | Rollup merge of #93892 - compiler-errors:issue-92917, r=jackh726,nikomatsakis | Matthias Krüger | -10/+37 |
| 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 | -126/+126 |
| 2022-02-18 | Rollup merge of #91675 - ivanloz:memtagsan, r=nagisa | Matthias Krüger | -3/+36 |
| 2022-02-18 | Rollup merge of #89892 - Nilstrieb:suggest-return-impl-trait, r=jackh726 | Matthias Krüger | -0/+184 |
| 2022-02-18 | Use undef for partially-uninit constants up to 1024 bytes | Erik Desjardins | -39/+17 |
| 2022-02-19 | rustdoc: several minor fixes | mqy | -1/+1 |
| 2022-02-18 | Suggest `impl Trait` return type | Nilstrieb | -0/+184 |
| 2022-02-18 | At opt-level=0, apply only ABI-affecting attributes to functions | Erik Desjardins | -0/+63 |
| 2022-02-18 | Rollup merge of #93024 - compiler-errors:inline-mir-bad-bounds, r=estebank | Matthias Krüger | -0/+22 |
| 2022-02-18 | Rollup merge of #92959 - asquared31415:test-non-fn-help, r=estebank | Matthias Krüger | -35/+265 |
| 2022-02-18 | Rollup merge of #92933 - bjorn3:no_bin_lib_mixing, r=estebank | Matthias Krüger | -14/+2 |
| 2022-02-18 | Rollup merge of #92683 - jackh726:issue-92033, r=estebank | Matthias Krüger | -25/+77 |
| 2022-02-18 | Add test checking that fallthrough branches are correctly identified as dead | Jakob Degen | -17/+128 |
| 2022-02-18 | Auto merge of #93766 - petrochenkov:doclinkregr, r=camelid,GuillaumeGomez | bors | -0/+44 |
| 2022-02-18 | rustdoc: Collect traits in scope for lang items | Vadim Petrochenkov | -0/+44 |
| 2022-02-18 | Auto merge of #94088 - oli-obk:revert, r=jackh726 | bors | -149/+193 |
| 2022-02-17 | skip pointing out ambuguous impls in alloc/std crates too | Michael Goulet | -43/+17 |
| 2022-02-17 | fix impl trait message, bless tests | Michael Goulet | -252/+126 |
| 2022-02-17 | Add more information to `impl Trait` deny error | Michael Goulet | -120/+246 |
| 2022-02-17 | Rollup merge of #94085 - flip1995:clippy_needless_borrow_temp_fix, r=Manishearth | Matthias Krüger | -26/+8 |
| 2022-02-17 | Rollup merge of #94082 - bjorn3:remove_cfg_platform, r=Mark-Simulacrum | Matthias Krüger | -6/+0 |
| 2022-02-17 | Rollup merge of #94043 - DrMeepster:box_alloc_ice, r=oli-obk | Matthias Krüger | -0/+6 |
| 2022-02-17 | Rollup merge of #94011 - est31:let_else, r=lcnr | Matthias Krüger | -21/+7 |
| 2022-02-17 | Rollup merge of #93780 - GuillaumeGomez:links-in-sidebar, r=jsha | Matthias Krüger | -186/+168 |
| 2022-02-17 | Rollup merge of #93337 - Amanieu:asm_tracking, r=tmiasko | Matthias Krüger | -12/+12 |
| 2022-02-17 | rustdoc: add test cases for hidden enum variants | Michael Howell | -0/+9 |
| 2022-02-17 | Suggest copying trait associated type bounds on lifetime error | Jack Huey | -25/+77 |
| 2022-02-17 | Revert "Auto merge of #91403 - cjgillot:inherit-async, r=oli-obk" | Oli Scherer | -149/+193 |
| 2022-02-17 | Fix ScalarInt to char conversion | Tomasz Miąsko | -18/+38 |
| 2022-02-17 | Don't lint `needless_borrow` in method receiver positions | Jason Newcomb | -26/+8 |
| 2022-02-17 | Remove CFG_PLATFORM | bjorn3 | -6/+0 |