| Age | Commit message (Expand) | Author | Lines |
| 2021-06-22 | Rollup merge of #86297 - GuillaumeGomez:rustdoc-gui-args, r=Mark-Simulacrum | Yuki Okushi | -0/+12 |
| 2021-06-21 | Auto merge of #86515 - JohnTitor:rollup-axzb4xh, r=JohnTitor | bors | -16/+192 |
| 2021-06-22 | Rollup merge of #86473 - fee1-dead:rustdoc-const-unstable, r=jyn514 | Yuki Okushi | -4/+22 |
| 2021-06-22 | Rollup merge of #86349 - yerke:add-test-for-issue-78632, r=Mark-Simulacrum | Yuki Okushi | -0/+59 |
| 2021-06-22 | Rollup merge of #86248 - JohnTitor:issue-85113, r=Mark-Simulacrum | Yuki Okushi | -0/+70 |
| 2021-06-22 | Rollup merge of #86192 - hi-rustin:rustin-patch-lint, r=nikomatsakis | Yuki Okushi | -12/+41 |
| 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 |
| 2021-06-16 | Factor out render_rightside | Jacob Hoffman-Andrews | -3/+0 |
| 2021-06-16 | Make portability part of the summary. | Jacob Hoffman-Andrews | -3/+3 |
| 2021-06-16 | Remove methods under Implementors on trait pages | Jacob Hoffman-Andrews | -20/+0 |
| 2021-06-17 | Rollup merge of #86260 - jsha:expand-methods, r=GuillaumeGomez | Yuki Okushi | -0/+5 |
| 2021-06-17 | Rollup merge of #86104 - FabianWolff:issue-86085, r=davidtwco | Yuki Okushi | -0/+43 |
| 2021-06-16 | Open trait implementations' toggles by default. | Jacob Hoffman-Andrews | -0/+5 |