| Age | Commit message (Expand) | Author | Lines |
| 2022-01-18 | Handle empty loops better | Eric Holk | -4/+12 |
| 2022-01-18 | Handle reinits in match guards | Eric Holk | -0/+25 |
| 2022-01-18 | Update stderr files | Eric Holk | -5/+5 |
| 2022-01-18 | Address code review comments | Eric Holk | -0/+21 |
| 2022-01-18 | Update async-fn-nonsend.stderr | Eric Holk | -29/+6 |
| 2022-01-18 | Handle more cases with conditionally initialized/dropped values | Eric Holk | -2/+42 |
| 2022-01-18 | Basic loop support | Eric Holk | -1/+1 |
| 2022-01-18 | Support reinitialization of variables | Eric Holk | -22/+81 |
| 2022-01-18 | Support conditional drops | Eric Holk | -0/+22 |
| 2022-01-18 | Attribute drop to parent expression of the consume point | Eric Holk | -8/+40 |
| 2022-01-18 | Make generator and async-await tests pass | Eric Holk | -3/+2 |
| 2022-01-18 | Track drops across multiple yields | Eric Holk | -0/+40 |
| 2022-01-18 | Track drop points in generator_interior | Eric Holk | -69/+7 |
| 2022-01-18 | Add test case for #57478 | Eric Holk | -0/+14 |
| 2022-01-18 | Rollup merge of #92780 - b-naber:postpone-const-eval-coherence, r=lcnr | Matthias Krüger | -4/+40 |
| 2022-01-18 | Rollup merge of #92692 - jsha:cool-sidebar, r=GuillaumeGomez | Matthias Krüger | -360/+228 |
| 2022-01-18 | Rollup merge of #92425 - calebzulawski:simd-cast, r=workingjubilee | Matthias Krüger | -0/+69 |
| 2022-01-18 | Rollup merge of #91150 - dtolnay:qpath, r=davidtwco | Matthias Krüger | -1/+13 |
| 2022-01-18 | Rollup merge of #90782 - ricobbe:binutils-dlltool, r=michaelwoerister | Matthias Krüger | -62/+90 |
| 2022-01-18 | Add a more complete test of rustdoc macro_rules matcher rendering | David Tolnay | -0/+30 |
| 2022-01-18 | Convert macro-generated-macro snapshot to /text() using PR 92914 | David Tolnay | -6/+6 |
| 2022-01-18 | Invert the keyword list to list only *no* space before delim | David Tolnay | -38/+60 |
| 2022-01-18 | Eliminate string comparison from rustdoc keyword spacing logic | David Tolnay | -6/+33 |
| 2022-01-18 | Move test of macro-generated macro with linebreak to snapshot | David Tolnay | -6/+7 |
| 2022-01-18 | Move render_macro_matcher to own module | David Tolnay | -189/+194 |
| 2022-01-18 | Render more readable macro matchers in rustdoc | David Tolnay | -8/+151 |
| 2022-01-18 | Extend rustdoc macro-generated-macro test | David Tolnay | -6/+13 |
| 2022-01-18 | Bless coverage-reports after format_args change | David Tolnay | -3/+3 |
| 2022-01-18 | Simplify and unify rustdoc sidebar styles | Jacob Hoffman-Andrews | -360/+228 |
| 2022-01-18 | Implement tuple array diagnostic | threadexception | -4/+18 |
| 2022-01-18 | generic_arg_infer: placeholder in signature err | lcnr | -216/+375 |
| 2022-01-18 | Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obk | bors | -102/+304 |
| 2022-01-18 | adjust tests | Michael Goulet | -67/+67 |
| 2022-01-18 | Auto merge of #93021 - matthiaskrgr:rollup-o7z8zoe, r=matthiaskrgr | bors | -240/+550 |
| 2022-01-17 | Fix Inline MIR pass on a function with un-satisfiable bounds | Michael Goulet | -0/+22 |
| 2022-01-17 | Disable docs on aarch64-apple-darwin. | Eric Huss | -2/+2 |
| 2022-01-18 | Rollup merge of #93004 - krasimirgg:threadlocal-llvm-up, r=nikic | Matthias Krüger | -2/+2 |
| 2022-01-18 | Rollup merge of #92997 - woppopo:test92114, r=Mark-Simulacrum | Matthias Krüger | -3/+23 |
| 2022-01-18 | Rollup merge of #92947 - vacuus:rustdoc-core-visit-path, r=camelid | Matthias Krüger | -3/+3 |
| 2022-01-18 | Rollup merge of #92946 - kaniini:chore/llvm-libunwind-s390x, r=Mark-Simulacrum | Matthias Krüger | -2/+4 |
| 2022-01-18 | Rollup merge of #92914 - camelid:snapshot-text, r=GuillaumeGomez | Matthias Krüger | -3/+11 |
| 2022-01-18 | Rollup merge of #92866 - maxwase:does_exist_typo, r=Mark-Simulacrum | Matthias Krüger | -3/+3 |
| 2022-01-18 | Rollup merge of #92830 - jsha:style-cleanups, r=GuillaumeGomez | Matthias Krüger | -41/+62 |
| 2022-01-18 | Rollup merge of #92803 - jsha:hide-sidebar, r=GuillaumeGomez | Matthias Krüger | -0/+12 |
| 2022-01-18 | Rollup merge of #92701 - ehuss:even-more-attr-validation, r=matthewjasper | Matthias Krüger | -161/+327 |
| 2022-01-18 | Rollup merge of #92640 - compiler-errors:array-deref-on-newtype, r=lcnr | Matthias Krüger | -0/+44 |
| 2022-01-18 | Rollup merge of #92629 - jsha:theme-picker-local-only-2, r=GuillaumeGomez | Matthias Krüger | -22/+59 |
| 2022-01-18 | Auto merge of #93001 - flip1995:clippyup, r=Manishearth | bors | -100/+754 |
| 2022-01-17 | add more info to invalid use of #[test] on invalid items | asquared31415 | -35/+265 |
| 2022-01-17 | Add staged_api for tests | Jacob Hoffman-Andrews | -0/+41 |