| Age | Commit message (Expand) | Author | Lines |
| 2021-01-06 | Auto merge of #80714 - jakevossen5:master, r=lcnr | bors | -54/+54 |
| 2021-01-05 | Remove useless doc_alias feature | Guillaume Gomez | -19/+15 |
| 2021-01-05 | Auto merge of #80686 - GuillaumeGomez:error-doc-alias-same-name, r=jyn514 | bors | -0/+12 |
| 2021-01-05 | fixed feature gate stderr | Jake Vossen | -1/+1 |
| 2021-01-05 | fixed const_generics error help | Jake Vossen | -53/+53 |
| 2021-01-05 | Rollup merge of #80696 - RalfJung:failing-promoteds, r=oli-obk | Yuki Okushi | -2/+13 |
| 2021-01-05 | Rollup merge of #80538 - JulianKnodt:err_usize, r=lcnr | Yuki Okushi | -0/+25 |
| 2021-01-04 | make sure that promoteds which fail to evaluate in dead const code behave cor... | Ralf Jung | -2/+13 |
| 2021-01-04 | Add tests for new doc alias check | Guillaume Gomez | -0/+12 |
| 2021-01-04 | Auto merge of #80651 - GroteGnoom:issue-78123-fix, r=Nadrieril | bors | -0/+29 |
| 2021-01-04 | Add check for array/usize mismatch in astconv | kadmin | -0/+25 |
| 2021-01-04 | Auto merge of #80418 - oli-obk:this_could_have_been_so_simple, r=RalfJung | bors | -55/+126 |
| 2021-01-03 | Add notes to stderr of non-exhaustive-reference test | Daniel Noom | -2/+6 |
| 2021-01-03 | Add note on void reference test | Daniel Noom | -0/+1 |
| 2021-01-03 | Add note to non-exhaustive match on reference to empty | Daniel Noom | -0/+24 |
| 2021-01-03 | Stylistic fixes to diagnostic messages | oli | -1/+1 |
| 2021-01-03 | Refactor the non-transient cell borrow error diagnostic | oli | -22/+24 |
| 2021-01-03 | Update now-more-precise operation with a preciser message | oli | -14/+14 |
| 2021-01-02 | Auto merge of #80592 - Skynoodle:snake-case-lint-reserved-identifier, r=david... | bors | -0/+86 |
| 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 | -1/+1 |
| 2021-01-01 | Bless ui tests | oli | -2/+2 |
| 2021-01-01 | Add reserved identifier test cases for snake case lint | Skynoodle | -0/+84 |
| 2021-01-01 | Reinstate the error-code error over the feature gate error | oli | -18/+8 |
| 2021-01-01 | Enhance some comments | oli | -9/+14 |
| 2021-01-01 | Fix cell checks in const fn | oli | -0/+2 |
| 2021-01-01 | Allow references to interior mutable data behind a feature gate | oli | -38/+110 |
| 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 | -1571/+5238 |
| 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 | 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 |