| Age | Commit message (Expand) | Author | Lines |
| 2021-06-21 | Readd `unsafe` keyword in tests | Deadbeef | -6/+6 |
| 2021-06-21 | Auto merge of #86210 - ehuss:rustfix-update, r=Mark-Simulacrum | bors | -9/+11 |
| 2021-06-21 | Removed/Updated some cases and simplified `match` | Deadbeef | -28/+3 |
| 2021-06-21 | Add regression test for #85955. | Michael Woerister | -0/+25 |
| 2021-06-21 | Added some tests for `unsafe` in const-dispay.rs | Deadbeef | -6/+47 |
| 2021-06-21 | Check for const_unstable before printing `const` | Deadbeef | -4/+4 |
| 2021-06-21 | Resolve type aliases to the type they point to in intra-doc links | LeSeulArtichaut | -0/+19 |
| 2021-06-21 | Auto merge of #86166 - tmiasko:no-alloca-for-zsts, r=nagisa | bors | -2/+2 |
| 2021-06-21 | Auto merge of #86502 - JohnTitor:rollup-wge0f3x, r=JohnTitor | bors | -2/+52 |
| 2021-06-21 | Rollup merge of #86484 - fee1-dead:builtin-macro-recursion, r=petrochenkov | Yuki Okushi | -0/+30 |
| 2021-06-21 | Rollup merge of #83739 - JohnTitor:issue-75889, r=estebank | Yuki Okushi | -2/+22 |
| 2021-06-20 | Update rustfix for compiletest. | Eric Huss | -9/+11 |
| 2021-06-20 | Auto merge of #85980 - ssomers:btree_cleanup_LeafRange, r=Mark-Simulacrum | bors | -35/+148 |
| 2021-06-20 | Auto merge of #85538 - r00ster91:iterrepeat, r=Mark-Simulacrum | bors | -3/+1 |
| 2021-06-21 | Do not set depth to 0 in fully_expand_fragment | Deadbeef | -0/+30 |
| 2021-06-20 | Specify if struct/enum in arg mismatch error | Smitty | -2/+82 |
| 2021-06-20 | Squashed implementation of the pass | Alex Vlasov | -0/+77 |
| 2021-06-20 | Auto merge of #86468 - GuillaumeGomez:update-browser-ui-test-version, r=jsha | bors | -100/+100 |
| 2021-06-20 | "(const: unstable)" for stable-but-const-unstable | Deadbeef | -0/+2 |
| 2021-06-19 | Fix future_prelude_collision for object calls and use as _ | jam1garner | -2/+175 |
| 2021-06-19 | Auto merge of #86460 - JohnTitor:use-static-in-pattern-err, r=oli-obk | bors | -49/+46 |
| 2021-06-19 | Auto merge of #86034 - nagisa:nagisa/rt-soundness, r=m-ou-se | bors | -0/+30 |
| 2021-06-19 | Update browser-ui-test version | Guillaume Gomez | -100/+100 |
| 2021-06-19 | Change entry point to 🛡️ against 💥 💥-payloads | Simonas Kazlauskas | -0/+30 |
| 2021-06-19 | Auto merge of #86426 - hi-rustin:rustin-patch-lint-warn, r=Aaron1011 | bors | -20/+97 |
| 2021-06-19 | rustdoc: Introduce new `DynTrait` type for better representation of trait obj... | Justus K | -0/+8 |
| 2021-06-19 | Refactor `PatternError` structure | Yuki Okushi | -49/+46 |
| 2021-06-19 | Auto merge of #86456 - JohnTitor:rollup-jjzupny, r=JohnTitor | bors | -0/+40 |
| 2021-06-18 | Update test cases for intra-doc links in summaries | Michael Howell | -3/+5 |
| 2021-06-18 | rustdoc: Render `<Self as X>::Y` type casts properly across crate bounds | Justus K | -1/+30 |
| 2021-06-18 | rustdoc: Render `for<'_>` lifetimes in trait objects | Justus K | -17/+17 |
| 2021-06-18 | rustdoc: Render `for<'_>` lifetimes in front of where bound | Justus K | -0/+41 |
| 2021-06-18 | Fix ICE with `#[repr(simd)]` on enum | Fabian Wolff | -0/+40 |
| 2021-06-18 | improve test by using intrinsic directly | Ralf Jung | -54/+26 |
| 2021-06-18 | bless you | Ralf Jung | -836/+340 |
| 2021-06-18 | Auto merge of #86322 - trinity-1686a:rustdoc-fix-overflow-recursive-deref, r=... | bors | -0/+44 |
| 2021-06-18 | Lint for unused borrows as part of UNUSED_MUST_USE | hi-rustin | -20/+97 |
| 2021-06-17 | add regression test for issue #54685 | Yerkebulan Tulibergenov | -0/+31 |
| 2021-06-17 | Rollup merge of #86401 - FabianWolff:issue-83512, r=LeSeulArtichaut | Mara Bos | -1/+15 |
| 2021-06-17 | Move regression test for #83512 into doc_keyword.rs | Fabian Wolff | -19/+15 |
| 2021-06-17 | Auto merge of #86399 - JohnTitor:rollup-qlm2dvz, r=JohnTitor | bors | -123/+125 |
| 2021-06-17 | Fix ICE when using `#[doc(keyword = "...")]` on non-items | Fabian Wolff | -0/+18 |
| 2021-06-17 | Rollup merge of #86355 - JohnTitor:issue-82158, r=estebank | Yuki Okushi | -0/+35 |
| 2021-06-17 | Rollup merge of #86343 - JohnTitor:issue-85581, r=estebank | Yuki Okushi | -0/+32 |
| 2021-06-17 | Rollup merge of #86340 - Smittyvb:ctfe-hard-error-message, r=RalfJung | Yuki Okushi | -88/+54 |
| 2021-06-17 | Rollup merge of #85970 - jsha:remove-methods-implementors, r=GuillaumeGomez | Yuki Okushi | -35/+4 |
| 2021-06-17 | Auto merge of #85755 - b-naber:unexpected_concrete_region, r=nikomatsakis | bors | -46/+38 |
| 2021-06-17 | WIP: Find the imports that were used to reach a method | Niko Matsakis | -0/+85 |
| 2021-06-17 | Auto merge of #86164 - FabianWolff:issue-86053, r=davidtwco | bors | -42/+182 |
| 2021-06-16 | Fix target highlighting in rustdoc. | Jacob Hoffman-Andrews | -9/+1 |