| Age | Commit message (Expand) | Author | Lines |
| 2021-01-01 | Auto merge of #80547 - lqd:const_generics_defaults, r=varkor | bors | -10/+54 |
| 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 | -3/+3 |
| 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 | first pass at default values for const generics | Julian Knodt | -2/+8 |
| 2021-01-01 | Auto merge of #80539 - JohnTitor:ui-test-root-cleanup, r=petrochenkov | bors | -28/+20 |
| 2021-01-01 | Auto merge of #79576 - m-ou-se:2021, r=Mark-Simulacrum | bors | -42/+49 |
| 2021-01-01 | Reduce `ROOT_ENTRY_LIMIT` to 1500 | Yuki Okushi | -1/+1 |
| 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 #80532 - tmiasko:rm;, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-12-31 | Rollup merge of #80526 - tmandry:up-llvm, r=nikic | Dylan DPC | -0/+0 |
| 2020-12-31 | Rollup merge of #80519 - max-heller:issue-80512-fix, r=varkor | Dylan DPC | -10/+22 |
| 2020-12-31 | Rollup merge of #80514 - pietroalbini:fix-install, r=Mark-Simulacrum | Dylan DPC | -136/+110 |
| 2020-12-31 | Rollup merge of #80368 - camelid:rustdoc-succinct-vis, r=jyn514 | Dylan DPC | -97/+136 |
| 2020-12-31 | Add `@!has` checks to ensure private items don't have `pub` | Camelid | -0/+4 |
| 2020-12-31 | Add FIXME for visibility of a module | Camelid | -0/+3 |
| 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 | bootstrap: use the correct paths during ./x.py install | Pietro Albini | -81/+45 |
| 2020-12-31 | bootstrap: change the dist outputs to GeneratedTarball | Pietro Albini | -48/+64 |
| 2020-12-31 | bootstrap: never delete the tarball temporary directory | Pietro Albini | -9/+3 |
| 2020-12-31 | Auto merge of #80267 - 0urobor0s:ouro/61592, r=jyn514 | bors | -2/+89 |
| 2020-12-31 | Rustdoc render public underscore_imports as Re-exports | bors | -2/+89 |
| 2020-12-31 | FIx ICE on wf check for foreign fns | Yuki Okushi | -0/+41 |
| 2020-12-30 | Add note on panic behavior | Camelid | -0/+2 |
| 2020-12-30 | Small refactor | Camelid | -4/+3 |
| 2020-12-30 | Remove FIXME | Camelid | -1/+0 |
| 2020-12-30 | Update `find_nearest_parent_module` | Camelid | -12/+15 |
| 2020-12-31 | Auto merge of #80435 - pietroalbini:compression-formats, r=Mark-Simulacrum | bors | -6/+29 |
| 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 | Auto merge of #80530 - m-ou-se:rollup-zit69ko, r=m-ou-se | bors | -13/+43 |
| 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 #80495 - jyn514:rename-empty, r=petrochenkov | Mara Bos | -6/+6 |
| 2020-12-30 | Rollup merge of #80491 - RalfJung:dangling-of-val, r=oli-obk | Mara Bos | -0/+7 |
| 2020-12-30 | Rollup merge of #80424 - jyn514:bootstrap-cleanup, r=Mark-Simulacrum | Mara Bos | -2/+4 |
| 2020-12-30 | Rollup merge of #79479 - camelid:intersperse, r=m-ou-se | Mara Bos | -1/+1 |
| 2020-12-30 | Rollup merge of #78934 - DeveloperC286:issue_60302_vec, r=m-ou-se | Mara Bos | -4/+4 |