| Age | Commit message (Expand) | Author | Lines |
| 2021-01-03 | primitive disambiguator tests | max-heller | -4/+6 |
| 2021-01-03 | fix issue 80559 | max-heller | -0/+4 |
| 2021-01-03 | Auto merge of #77859 - bugadani:no-duplicate-ref-link-error, r=jyn514 | bors | -8/+84 |
| 2021-01-03 | Only report reference-style link errors once | Dániel Buga | -8/+84 |
| 2021-01-03 | Rollup merge of #80580 - GuillaumeGomez:suggestion-ignore-codeblock-warn, r=j... | Guillaume Gomez | -0/+24 |
| 2021-01-03 | Auto merge of #80261 - GuillaumeGomez:attr-rework, r=jyn514 | bors | -2/+4 |
| 2021-01-02 | Auto merge of #80592 - Skynoodle:snake-case-lint-reserved-identifier, r=david... | bors | -0/+86 |
| 2021-01-02 | Update rustdoc-ui test output | Guillaume Gomez | -2/+4 |
| 2021-01-02 | Add snake case lint note about keyword identifiers which cannot be raw | Skynoodle | -0/+2 |
| 2021-01-02 | Rollup merge of #80613 - bugadani:issue-80607, r=matthewjasper | Mara Bos | -0/+24 |
| 2021-01-02 | Print actual enum variant | Dániel Buga | -3/+3 |
| 2021-01-02 | Add test for #80607 with undesired output | Dániel Buga | -0/+24 |
| 2021-01-02 | Auto merge of #79883 - frewsxcv:frewsxcv-san, r=shepmaster | bors | -2/+2 |
| 2021-01-01 | Add reserved identifier test cases for snake case lint | Skynoodle | -0/+84 |
| 2021-01-01 | Auto merge of #80565 - camelid:fix-not-has, r=GuillaumeGomez | bors | -3/+3 |
| 2021-01-01 | Add test for suggestion in case a "ignore" doc block has invalid rust code in... | Guillaume Gomez | -0/+24 |
| 2021-01-01 | Auto merge of #80547 - lqd:const_generics_defaults, r=varkor | bors | -7/+45 |
| 2021-01-01 | make `const_generics_defaults` use the unstable syntax mechanism | Rémy Rakic | -18/+27 |
| 2021-01-01 | adjust const generics defaults FIXMEs to the new feature gate | Rémy Rakic | -1/+1 |
| 2021-01-01 | update `min_const_generics` tests using default values for const params | Rémy Rakic | -8/+12 |
| 2021-01-01 | add test for the `const_generics_defaults` feature gate | Rémy Rakic | -0/+25 |
| 2021-01-01 | Auto merge of #80539 - JohnTitor:ui-test-root-cleanup, r=petrochenkov | bors | -27/+19 |
| 2020-12-31 | Merge remote-tracking branch 'origin/master' into frewsxcv-san | Corey Farwell | -5218/+6605 |
| 2021-01-01 | Auto merge of #79576 - m-ou-se:2021, r=Mark-Simulacrum | bors | -42/+49 |
| 2021-01-01 | Move feature gate-related tests | Yuki Okushi | -0/+0 |
| 2021-01-01 | Move rmeta-related tests | Yuki Okushi | -0/+0 |
| 2021-01-01 | Move builtin-superkinds-related tests | Yuki Okushi | -8/+0 |
| 2021-01-01 | Move block-related tests | Yuki Okushi | -2/+2 |
| 2020-12-31 | Rollup merge of #80551 - lcnr:const-arg-wildcard, r=varkor | Dylan DPC | -0/+76 |
| 2020-12-31 | Rollup merge of #80548 - JohnTitor:wfcheck-foreign-fn-ice, r=davidtwco | Dylan DPC | -0/+41 |
| 2020-12-31 | Rollup merge of #80519 - max-heller:issue-80512-fix, r=varkor | Dylan DPC | -10/+22 |
| 2020-12-31 | Rollup merge of #80368 - camelid:rustdoc-succinct-vis, r=jyn514 | Dylan DPC | -32/+44 |
| 2020-12-31 | Fix tests that incorrectly used `!@has` instead of `@!has` | Camelid | -3/+3 |
| 2020-12-31 | Add `@!has` checks to ensure private items don't have `pub` | Camelid | -0/+4 |
| 2020-12-31 | Require `-Z unstable-options` for unstable editions. | Mara Bos | -0/+1 |
| 2020-12-31 | Consistently call editions "Rust 20xx" in messages. | Mara Bos | -27/+27 |
| 2020-12-31 | Add edition 2021. | Mara Bos | -19/+25 |
| 2020-12-31 | Auto merge of #80459 - mark-i-m:or-pat-reg, r=petrochenkov | bors | -0/+43 |
| 2020-12-31 | support pattern as const parents in type_of | Bastian Kauschke | -0/+76 |
| 2020-12-31 | Auto merge of #80267 - 0urobor0s:ouro/61592, r=jyn514 | bors | -0/+63 |
| 2020-12-31 | Rustdoc render public underscore_imports as Re-exports | bors | -0/+63 |
| 2020-12-31 | FIx ICE on wf check for foreign fns | Yuki Okushi | -0/+41 |
| 2020-12-31 | Move cast-related tests | Yuki Okushi | -0/+0 |
| 2020-12-31 | Move binop-related tests | Yuki Okushi | -0/+0 |
| 2020-12-31 | Move array-slice-vec-related tests | Yuki Okushi | -17/+17 |
| 2020-12-31 | Move parser-related tests | Yuki Okushi | -0/+0 |
| 2020-12-30 | Take type defaults into account in suggestions to reorder generic parameters | max-heller | -10/+22 |
| 2020-12-30 | Rollup merge of #80513 - LeSeulArtichaut:80062-test, r=lcnr | Mara Bos | -0/+21 |
| 2020-12-30 | Rollup merge of #80491 - RalfJung:dangling-of-val, r=oli-obk | Mara Bos | -0/+7 |
| 2020-12-30 | Rollup merge of #78934 - DeveloperC286:issue_60302_vec, r=m-ou-se | Mara Bos | -4/+4 |