| Age | Commit message (Expand) | Author | Lines |
| 2021-06-25 | Add back missing doc | Ryan Levick | -0/+1 |
| 2021-06-25 | Address PR feedback | Ryan Levick | -315/+307 |
| 2021-06-25 | Change how edition based future compatibility warnings are handled | Ryan Levick | -540/+380 |
| 2021-06-25 | Auto merge of #86505 - JohnTitor:fix-86483, r=jackh726 | bors | -13/+61 |
| 2021-06-25 | Auto merge of #86151 - scottmcm:simple-hash-of, r=joshtriplett | bors | -16/+50 |
| 2021-06-25 | Auto merge of #85640 - bjorn3:custom_ice_hook, r=jackh726 | bors | -10/+34 |
| 2021-06-25 | Auto merge of #86574 - m-ou-se:or-pattern-lint-fix, r=petrochenkov | bors | -37/+57 |
| 2021-06-24 | Auto merge of #86272 - nagisa:nagisa/tidy-llvm-components, r=Mark-Simulacrum | bors | -407/+517 |
| 2021-06-24 | Don't lint :pat when re-parsing a macro from another crate. | Mara Bos | -37/+57 |
| 2021-06-24 | compiletest: ignore tests on a per-revision basis | Simonas Kazlauskas | -383/+357 |
| 2021-06-24 | Re-Annotate the tests with needs-llvm-components | Simonas Kazlauskas | -24/+61 |
| 2021-06-24 | tidy: tests with --target need llvm components | Simonas Kazlauskas | -0/+99 |
| 2021-06-24 | Auto merge of #85651 - dns2utf8:rustdoc_flexbox, r=GuillaumeGomez | bors | -76/+129 |
| 2021-06-24 | Auto merge of #86467 - ChrisDenton:win-env-clear, r=JohnTitor | bors | -0/+15 |
| 2021-06-24 | Auto merge of #85427 - ehuss:fix-use-placement, r=jackh726 | bors | -20/+167 |
| 2021-06-24 | Migrate from custom elements to divs with classes to be compatible with safari | Stefan Schindler | -75/+82 |
| 2021-06-24 | Hide Crate Version on narrow Screens | Stefan Schindler | -6/+21 |
| 2021-06-24 | Fixing the test rustdoc by ignoring `*[@id="module-item"]//following-sibling:... | Stefan Schindler | -8/+9 |
| 2021-06-24 | Implement Desktop and Mobile version with gridlayout | Stefan Schindler | -31/+61 |
| 2021-06-24 | Test that `env_clear` works on Windows | Chris Denton | -0/+9 |
| 2021-06-24 | Use `hash_one` to simplify some other doctests | Scott McMurray | -16/+6 |
| 2021-06-24 | Add tracking issue and rename to hash_one | Scott McMurray | -7/+7 |
| 2021-06-24 | Add `BuildHasher::hash_of` as unstable | Scott McMurray | -0/+44 |
| 2021-06-24 | Auto merge of #86279 - JohnTitor:transparent-zero-size-fields, r=nikomatsakis | bors | -81/+51 |
| 2021-06-24 | Prefer "allow list" structure to check a type | Yuki Okushi | -18/+8 |
| 2021-06-24 | Rename function name in comments | Yuki Okushi | -5/+5 |
| 2021-06-24 | Do not panic in `return_type_impl_trait` | Yuki Okushi | -0/+58 |
| 2021-06-24 | Auto merge of #86588 - JohnTitor:rollup-ibgjbkf, r=JohnTitor | bors | -157/+318 |
| 2021-06-24 | Rollup merge of #86566 - fee1-dead:mir-pretty-print, r=oli-obk | Yuki Okushi | -60/+19 |
| 2021-06-24 | Rollup merge of #86561 - notriddle:notriddle/cleanup-rustdoc, r=jyn514 | Yuki Okushi | -22/+0 |
| 2021-06-24 | Rollup merge of #86560 - ehuss:update-cargo, r=ehuss | Yuki Okushi | -8/+23 |
| 2021-06-24 | Rollup merge of #86536 - sexxi-goose:edition, r=nikomatsakis | Yuki Okushi | -2/+35 |
| 2021-06-24 | Rollup merge of #86533 - inquisitivecrystal:lower-case-error-explain, r=petro... | Yuki Okushi | -2/+6 |
| 2021-06-24 | Rollup merge of #86415 - Kmeakin:iterator-associativity-docs, r=dtolnay | Yuki Okushi | -2/+29 |
| 2021-06-24 | Rollup merge of #86296 - LeSeulArtichaut:thir-doc, r=nikomatsakis | Yuki Okushi | -35/+109 |
| 2021-06-24 | Rollup merge of #86137 - GuillaumeGomez:error-code-cleanup, r=Mark-Simulacrum | Yuki Okushi | -26/+97 |
| 2021-06-23 | Handle windows paths as well | Guillaume Gomez | -1/+7 |
| 2021-06-23 | Auto merge of #86138 - FabianWolff:issue-85871, r=nikomatsakis | bors | -3/+28 |
| 2021-06-23 | Greatly improve code | Guillaume Gomez | -40/+4 |
| 2021-06-23 | Remove unused error codes from error_codes.rs and from EXEMPTED_FROM_TEST con... | Guillaume Gomez | -9/+6 |
| 2021-06-23 | Add check on constant to ensure it's up to date | Guillaume Gomez | -4/+25 |
| 2021-06-23 | Check if error code is used | Guillaume Gomez | -16/+99 |
| 2021-06-23 | Auto merge of #86573 - Mark-Simulacrum:expat-bump, r=pietroalbini | bors | -1/+1 |
| 2021-06-23 | Add bstr to rustc-workspace-hack for rustfmt/cargo. | Eric Huss | -0/+2 |
| 2021-06-23 | Bump expat to 2.4.1 | Mark Rousskov | -1/+1 |
| 2021-06-23 | Auto merge of #86548 - GuillaumeGomez:fix-crate-filter-search-reset, r=jsha | bors | -0/+21 |
| 2021-06-23 | Fix search filter update | Guillaume Gomez | -0/+21 |
| 2021-06-23 | Auto merge of #86564 - jsha:revert-83826, r=jyn514 | bors | -8/+8 |
| 2021-06-22 | Teach rustc to accept lowercase error codes | Aris Merchant | -2/+6 |
| 2021-06-23 | Auto merge of #86386 - inquisitivecrystal:better-errors-for-display-traits-v3... | bors | -44/+33 |