| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-06-10 | Auto merge of #60793 - Xanewok:raw-string-cleanup, r=petrochenkov | bors | -7/+19 |
| 2019-06-10 | Add test suite | Tyler Mandry | -0/+133 |
| 2019-06-10 | syntax: Rename variants of `SyntaxExtension` for consistency | Vadim Petrochenkov | -5/+3 |
| 2019-06-10 | syntax: Remove `SyntaxExtension::DeclMacro` | Vadim Petrochenkov | -0/+5 |
| 2019-06-10 | syntax: Remove `SyntaxExtension::MultiDecorator` and `MultiItemDecorator` | Vadim Petrochenkov | -367/+0 |
| 2019-06-10 | Emit artifact notifications for save-analysis output | Jeremy Fitzhardinge | -0/+8 |
| 2019-06-10 | typeck: Fix const generic in repeat param ICE. | David Wood | -0/+60 |
| 2019-06-10 | Don't suggest using \r in raw strings | Igor Matuszewski | -4/+4 |
| 2019-06-10 | Rollup merge of #61570 - varkor:infer-const-arg, r=eddyb | Mazdak Farrokhzad | -0/+49 |
| 2019-06-10 | Auto merge of #61608 - Aaron1011:feature/weird-expr-yield, r=Centril | bors | -0/+9 |
| 2019-06-09 | Reword const fn conditional and loop error text | Chris Gregory | -13/+13 |
| 2019-06-09 | Auto merge of #61229 - Centril:stabilize-repr_align_enum, r=nagisa | bors | -40/+35 |
| 2019-06-09 | Add test for raw byte CRLF translation | Igor Matuszewski | -0/+3 |
| 2019-06-09 | Allow attributes in formal function parameters | Caio | -32/+955 |
| 2019-06-09 | Fix typo in comment. | Mazdak Farrokhzad | -1/+1 |
| 2019-06-09 | Fix inaccurate comments in '?' Kleene operator tests. | Mazdak Farrokhzad | -51/+87 |
| 2019-06-09 | Update tests since ? macro op is supported on 2015. | Mazdak Farrokhzad | -87/+185 |
| 2019-06-09 | Rollup merge of #61669 - petrochenkov:tokderef2, r=oli-obk | Mazdak Farrokhzad | -2/+2 |
| 2019-06-09 | Rollup merge of #61666 - JohnTitor:add-test-for-ice, r=Centril | Mazdak Farrokhzad | -0/+22 |
| 2019-06-09 | Rollup merge of #61660 - petrochenkov:nocusta, r=Centril | Mazdak Farrokhzad | -695/+631 |
| 2019-06-09 | Rollup merge of #61658 - RalfJung:const-tests, r=oli-obk | Mazdak Farrokhzad | -72/+59 |
| 2019-06-09 | Address review comments | Vadim Petrochenkov | -9/+7 |
| 2019-06-08 | Prohibit bare CRs in raw byte strings | Igor Matuszewski | -4/+13 |
| 2019-06-08 | Validate and transcribe raw strings via unescape module | Igor Matuszewski | -4/+4 |
| 2019-06-08 | Move some run-pass attribute tests to ui | Vadim Petrochenkov | -8/+10 |
| 2019-06-08 | Remove some more `#![feature(custom_attribute)]`s | Vadim Petrochenkov | -57/+85 |
| 2019-06-08 | Introduce `#[rustc_dummy]` attribute and use it in tests | Vadim Petrochenkov | -476/+448 |
| 2019-06-08 | Turn `#[allocator]` into a built-in attribute and rename it to `#[rustc_alloc... | Vadim Petrochenkov | -61/+2 |
| 2019-06-08 | Remove unused `#![feature(custom_attribute)]`s | Vadim Petrochenkov | -9/+4 |
| 2019-06-08 | extra paranoid mode | Ralf Jung | -3/+5 |
| 2019-06-09 | Add test for ICE | Yuki Okushi | -0/+22 |
| 2019-06-08 | syntax: Keep full `Token`s for `macro_rules` separators | Vadim Petrochenkov | -2/+2 |
| 2019-06-08 | black-box the fn ptr, not the result | Ralf Jung | -3/+3 |
| 2019-06-08 | remove useless ident() functions in const tests and replace the useful ones b... | Ralf Jung | -72/+57 |
| 2019-06-08 | Auto merge of #61620 - SimonSapin:as_cell, r=RalfJung | bors | -1/+0 |
| 2019-06-08 | Auto merge of #61635 - ecstatic-morse:const-signum, r=oli-obk | bors | -2/+12 |
| 2019-06-08 | Rollup merge of #61627 - davidtwco:ice-async-fn-lint, r=alexcrichton | Mazdak Farrokhzad | -0/+37 |
| 2019-06-08 | Rollup merge of #61615 - petrochenkov:errlit, r=matklad | Mazdak Farrokhzad | -1/+12 |