| Age | Commit message (Expand) | Author | Lines |
| 2019-06-16 | type_alias_enum_variants: cleanup redundant 'allow(unused)'. | Mazdak Farrokhzad | -8/+5 |
| 2019-06-15 | enum-variant-generic-args: describe + account for unit variants. | Mazdak Farrokhzad | -30/+130 |
| 2019-06-15 | enum-variant-generic-args-pats-pass: rename; test isn't specific to patterns. | Mazdak Farrokhzad | -0/+0 |
| 2019-06-15 | enum-variant-generic-args-pats-pass: harden + describe. | Mazdak Farrokhzad | -1/+20 |
| 2019-06-15 | (type_alias_enum_variants); issue-58006: rename to something descriptive. | Mazdak Farrokhzad | -1/+1 |
| 2019-06-15 | type-alias-enum-variants-panic: rename to something descriptive. | Mazdak Farrokhzad | -5/+5 |
| 2019-06-15 | type-alias-enum-variants-panic: harden + describe the test. | Mazdak Farrokhzad | -21/+51 |
| 2019-06-15 | type-alias-enum-variants-pass: harden; account for unit variants. | Mazdak Farrokhzad | -12/+51 |
| 2019-06-15 | type-alias-enum-variants-priority-3: rename to something descriptive. | Mazdak Farrokhzad | -1/+1 |
| 2019-06-15 | type-alias-enum-variants-priority-3: describe the test. | Mazdak Farrokhzad | -1/+4 |
| 2019-06-15 | type-alias-enum-variants-priority-2: rename to something descriptive. | Mazdak Farrokhzad | -2/+2 |
| 2019-06-15 | type-alias-enum-variants-priority-2: account for 'const's + describe test. | Mazdak Farrokhzad | -3/+25 |
| 2019-06-15 | type-alias-enum-variants-priority: rename to something more descriptive. | Mazdak Farrokhzad | -3/+3 |
| 2019-06-15 | type-alias-enum-variants-priority: elaborate on why this exists. | Mazdak Farrokhzad | -3/+23 |
| 2019-06-15 | Rename type-alias-enum-variants.rs to something descriptive. | Mazdak Farrokhzad | -1/+1 |
| 2019-06-15 | Cleanup type-alias-enum-variants.rs test. | Mazdak Farrokhzad | -4/+9 |
| 2019-06-15 | type_alias_enum_variants: remove duplicate run-pass test. | Mazdak Farrokhzad | -30/+0 |
| 2019-06-15 | Move type_alias_enum_variants tests to a folder; Strip feature gates. | Mazdak Farrokhzad | -59/+40 |
| 2019-06-15 | type_alias_enum_variants: Remove feature gate test. | Mazdak Farrokhzad | -53/+0 |
| 2019-06-15 | Auto merge of #61143 - estebank:issue-61106, r=eddyb | bors | -0/+21 |
| 2019-06-15 | Auto merge of #59752 - Zoxc:dylib-fix, r=alexcrichton | bors | -0/+9 |
| 2019-06-15 | Auto merge of #61825 - Centril:tauv-infer-fix, r=petrochenkov | bors | -0/+30 |
| 2019-06-14 | Auto merge of #61817 - eddyb:begone-gcx-attempt-2, r=oli-obk | bors | -44/+44 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -44/+44 |
| 2019-06-14 | Auto merge of #61679 - zackmdavis:maybe_dont_indicate_the_anonymous_lifetime,... | bors | -0/+19 |
| 2019-06-14 | type_alias_enum_variants: add regression test for #61801. | Mazdak Farrokhzad | -0/+30 |
| 2019-06-14 | in which we decline to suggest the anonymous lifetime in declarations | Zack M. Davis | -0/+19 |
| 2019-06-14 | Auto merge of #61792 - lzutao:issue-51301, r=Centril | bors | -0/+47 |
| 2019-06-13 | When suggesting to borrow, remove useless clones | Esteban Küber | -0/+21 |
| 2019-06-13 | Rollup merge of #61757 - sfackler:deprecate-once-init, r=alexcrichton | Mazdak Farrokhzad | -2/+2 |
| 2019-06-13 | Rollup merge of #61598 - estebank:const-idx, r=oli-obk | Mazdak Farrokhzad | -0/+30 |
| 2019-06-12 | Deprecate ONCE_INIT | Steven Fackler | -2/+2 |
| 2019-06-13 | Add ui test for issue 51301 | Lzu Tao | -0/+47 |
| 2019-06-13 | Rollup merge of #61776 - JohnTitor:fix-typo-in-error-codes, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-06-12 | Handle index out of bound errors during const eval without panic | Esteban Küber | -0/+30 |
| 2019-06-12 | Ignore NVPTX tests | John Kåre Alsaker | -0/+9 |
| 2019-06-12 | Hygienize macros in the standard library | Vadim Petrochenkov | -27/+6 |
| 2019-06-13 | Fix typos | Yuki Okushi | -1/+1 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -44/+44 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-12 | Auto merge of #60669 - c410-f3r:attrs-fn, r=petrochenkov | bors | -32/+955 |
| 2019-06-12 | Auto merge of #60187 - tmandry:generator-optimization, r=eddyb | bors | -0/+133 |
| 2019-06-11 | Rollup merge of #61698 - davidtwco:ice-const-generic-length, r=varkor | Mazdak Farrokhzad | -0/+60 |
| 2019-06-11 | Rollup merge of #61606 - petrochenkov:legclean, r=pnkfelix | Mazdak Farrokhzad | -372/+8 |
| 2019-06-11 | Rollup merge of #61526 - lcnr:test_reorder, r=nikomatsakis | Mazdak Farrokhzad | -2/+2 |
| 2019-06-11 | Rollup merge of #61518 - czipperz:const-fn-doc-disallow-loops, r=Centril | Mazdak Farrokhzad | -13/+13 |
| 2019-06-11 | Auto merge of #60463 - mjbshaw:transparent, r=varkor,rkruppe | bors | -166/+433 |
| 2019-06-10 | Implement RFC 2645 (transparent enums and unions) | Michael Bradshaw | -166/+433 |
| 2019-06-11 | Auto merge of #61052 - jsgf:emit-save-analysis-notifications, r=alexcrichton | bors | -0/+8 |