| Age | Commit message (Expand) | Author | Lines |
| 2021-07-14 | Rollup merge of #87101 - FabianWolff:issue-87086, r=estebank | Yuki Okushi | -0/+134 |
| 2021-07-14 | Rollup merge of #87099 - JohnTitor:upgrade-cc-crate, r=alexcrichton | Yuki Okushi | -1/+1 |
| 2021-07-14 | Rollup merge of #87098 - JohnTitor:unignore-some-tests, r=petrochenkov | Yuki Okushi | -5/+0 |
| 2021-07-14 | Rollup merge of #87085 - GuillaumeGomez:search-result-colors, r=notriddle | Yuki Okushi | -4/+46 |
| 2021-07-13 | Remove trival `impl Clean for CrateNum` | Joshua Nelson | -10/+4 |
| 2021-07-13 | Remove unnecessary CrateNum from Cache.externs | Joshua Nelson | -13/+12 |
| 2021-07-14 | Suggest a path separator if a stray colon is found in a match arm | Fabian Wolff | -0/+134 |
| 2021-07-13 | expand: Support helper attributes for built-in derive macros | Vadim Petrochenkov | -0/+36 |
| 2021-07-13 | Add test for "go to first" feature | Guillaume Gomez | -0/+20 |
| 2021-07-13 | Loop over all opaque types instead of looking at just the first one with the ... | Oli Scherer | -1/+14 |
| 2021-07-13 | Auto merge of #86827 - camsteffen:hash-lint-resolved, r=oli-obk | bors | -26/+32 |
| 2021-07-13 | Auto merge of #86922 - joshtriplett:target-abi, r=oli-obk | bors | -0/+63 |
| 2021-07-13 | Auto merge of #87019 - nikic:clang-12.0.1, r=Mark-Simulacrum | bors | -18/+16 |
| 2021-07-13 | Upgrade `cc` crate to 1.0.69 | Yuki Okushi | -1/+1 |
| 2021-07-13 | Add test for keyword/primitive text color | Guillaume Gomez | -0/+10 |
| 2021-07-13 | Fix color for keyword/primitive search result | Guillaume Gomez | -3/+3 |
| 2021-07-13 | Add test for search results colors | Guillaume Gomez | -0/+32 |
| 2021-07-13 | Fix search result description text color for ayu theme | Guillaume Gomez | -1/+1 |
| 2021-07-13 | Unignore some pretty printing tests | Yuki Okushi | -5/+0 |
| 2021-07-13 | Auto merge of #86857 - fee1-dead:add-attr, r=oli-obk | bors | -4/+131 |
| 2021-07-13 | Auto merge of #86665 - FabianWolff:layout-field-thir-unsafeck, r=oli-obk | bors | -11/+359 |
| 2021-07-13 | Auto merge of #87095 - JohnTitor:rollup-mn7ggy2, r=JohnTitor | bors | -87/+217 |
| 2021-07-13 | Rollup merge of #87078 - fee1-dead:rustdoc, r=jyn514 | Yuki Okushi | -0/+32 |
| 2021-07-13 | Rollup merge of #87077 - lnicola:rust-analyzer-2021-07-12, r=lnicola | Yuki Okushi | -17/+17 |
| 2021-07-13 | Rollup merge of #87065 - FabianWolff:issue-87046, r=oli-obk | Yuki Okushi | -0/+42 |
| 2021-07-13 | Rollup merge of #87035 - GuillaumeGomez:fix-implementors-display, r=notriddle | Yuki Okushi | -18/+106 |
| 2021-07-13 | Rollup merge of #87007 - ehuss:fix-rust-analyzer-install, r=Mark-Simulacrum | Yuki Okushi | -6/+19 |
| 2021-07-13 | Rollup merge of #86887 - jyn514:cleanup-clean, r=CraftSpider | Yuki Okushi | -46/+1 |
| 2021-07-12 | Auto merge of #87018 - nikic:llvm-12.0.1, r=Mark-Simulacrum | bors | -0/+0 |
| 2021-07-12 | Auto merge of #86320 - hi-rustin:rustin-patch-fix-span, r=estebank | bors | -147/+179 |
| 2021-07-12 | Provide a better error when `x.py install src/doc` doesn't work. | Eric Huss | -4/+6 |
| 2021-07-12 | Add test for `Unique<T>`, weak ref counts and ref counts for `Weak<T>` | Wesley Wiser | -1/+25 |
| 2021-07-12 | Add test for implementors | Guillaume Gomez | -0/+30 |
| 2021-07-12 | Simplify build system for rustdoc-gui test crates | Guillaume Gomez | -14/+62 |
| 2021-07-12 | Auto merge of #87087 - fee1-dead:fix-try-2, r=joshtriplett | bors | -36/+0 |
| 2021-07-13 | Remove `multiple-definitions` test | Deadbeef | -36/+0 |
| 2021-07-12 | Auto merge of #86841 - GuillaumeGomez:reexported-macro-2-render, r=Stupremee | bors | -56/+232 |
| 2021-07-12 | suggest removing disambiguator if linking to field | Deadbeef | -0/+32 |
| 2021-07-12 | :arrow_up: rust-analyzer | Laurențiu Nicola | -17/+17 |
| 2021-07-12 | Update to LLVM 12.0.1 | Nikita Popov | -0/+0 |
| 2021-07-12 | Auto merge of #86815 - FabianWolff:issue-84210, r=varkor | bors | -53/+70 |
| 2021-07-11 | Add diagnostics test for mistyped inclusive ranges | inquisitivecrystal | -0/+20 |
| 2021-07-11 | Auto merge of #86249 - FabianWolff:issue-86238, r=varkor | bors | -0/+26 |
| 2021-07-12 | Rollup merge of #87061 - FabianWolff:issue-87051, r=oli-obk | Yuki Okushi | -0/+60 |
| 2021-07-12 | Rollup merge of #87049 - jyn514:no-submodules, r=Mark-Simulacrum | Yuki Okushi | -0/+4 |
| 2021-07-12 | Rollup merge of #87037 - notriddle:notriddle/search-cleanup-getobjectnamefrom... | Yuki Okushi | -15/+8 |
| 2021-07-12 | Rollup merge of #87031 - ZuseZ4:patch-1, r=GuillaumeGomez | Yuki Okushi | -1/+1 |
| 2021-07-12 | Rollup merge of #73936 - zachlute:rustdoc-optflagmulti, r=jyn514 | Yuki Okushi | -19/+25 |
| 2021-07-11 | Fix ICE with unsized type in const pattern | Fabian Wolff | -0/+42 |
| 2021-07-11 | Add comments why install steps should never fail. | Eric Huss | -0/+6 |