| Age | Commit message (Expand) | Author | Lines |
| 2019-06-08 | rename EvalResult -> InterpResult and EvalError -> InterpErrorInfo | Ralf Jung | -68/+68 |
| 2019-06-08 | Rollup merge of #61615 - petrochenkov:errlit, r=matklad | Mazdak Farrokhzad | -4/+3 |
| 2019-06-07 | syntax: Treat error literals in more principled way | Vadim Petrochenkov | -4/+3 |
| 2019-06-07 | Rollup merge of #61618 - RalfJung:error, r=oli-obk | Mazdak Farrokhzad | -1/+6 |
| 2019-06-07 | add doc comment for EvalError | Ralf Jung | -0/+5 |
| 2019-06-07 | make the backtrace field of EvalError private | Ralf Jung | -1/+1 |
| 2019-06-07 | Auto merge of #61209 - matthewjasper:const-tuple-constructors, r=oli-obk | bors | -13/+19 |
| 2019-06-07 | Auto merge of #61541 - petrochenkov:tsp, r=oli-obk | bors | -68/+72 |
| 2019-06-06 | Rollup merge of #61554 - spastorino:change_visit_api, r=oli-obk | Mazdak Farrokhzad | -27/+31 |
| 2019-06-06 | Make constructors actually be const functions | Matthew Jasper | -13/+19 |
| 2019-06-06 | Rollup merge of #61556 - phansch:emitter_cleanup, r=estebank | Mazdak Farrokhzad | -5/+5 |
| 2019-06-06 | syntax: Use `Token` in visitors and fix a mut visitor test | Vadim Petrochenkov | -3/+3 |
| 2019-06-06 | syntax: Remove duplicate span from `token::Ident` | Vadim Petrochenkov | -2/+2 |
| 2019-06-06 | syntax: Remove duplicate span from `token::Lifetime` | Vadim Petrochenkov | -1/+1 |
| 2019-06-06 | syntax: Use `Token` in `TokenTree::Token` | Vadim Petrochenkov | -66/+70 |
| 2019-06-06 | syntax: Rename `Token` into `TokenKind` | Vadim Petrochenkov | -5/+5 |
| 2019-06-06 | Always use token kinds through `token` module rather than `Token` type | Vadim Petrochenkov | -44/+44 |
| 2019-06-06 | Make visit_place traverse place and have visit_place_base and visit_projectio... | Santiago Pastorino | -27/+31 |
| 2019-06-06 | Auto merge of #61373 - tmandry:emit-storagedead-along-unwind, r=eddyb | bors | -1/+1 |
| 2019-06-06 | Auto merge of #57428 - alexreg:associated_type_bounds, r=nikomatsakis,Centril | bors | -339/+583 |
| 2019-06-05 | Fixed rebase fallout. | Alexander Regueiro | -1/+0 |
| 2019-06-05 | Addressed points raised in review. | Niko Matsakis | -44/+95 |
| 2019-06-05 | Fixed up some comments. | Alexander Regueiro | -19/+14 |
| 2019-06-05 | Added some comments to lowering code. | Niko Matsakis | -3/+50 |
| 2019-06-05 | Addressed points raised in review. | Alexander Regueiro | -25/+23 |
| 2019-06-05 | Added feature gate. | Alexander Regueiro | -1/+1 |
| 2019-06-05 | Use both existential-type desugaring and where-clause (predicate) desugaring ... | Alexander Regueiro | -69/+113 |
| 2019-06-05 | Implemented for traits (associated type definitions). | Alexander Regueiro | -22/+52 |
| 2019-06-05 | Implemented for function bounds, type bounds, and named existential types. | Alexander Regueiro | -60/+140 |
| 2019-06-05 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -227/+227 |
| 2019-06-05 | librustc_errors: Rename AnnotateRs -> AnnotateSnippet | Philipp Hansch | -5/+5 |
| 2019-06-05 | Fix after rebase | varkor | -2/+2 |
| 2019-06-05 | Refactor `ConstVariableOrigin` into `ConstVariableOrigin` and `ConstVariableO... | varkor | -17/+45 |
| 2019-06-05 | Refactor `TypeVariableOrigin` into `TypeVariableOrigin` and `TypeVariableOrig... | varkor | -36/+77 |
| 2019-06-05 | Remove unused `TypeVariableOrigin` variants | varkor | -3/+0 |
| 2019-06-05 | Auto merge of #61484 - nnethercote:avoid-more-hygiene-lookups, r=petrochenkov | bors | -8/+6 |
| 2019-06-04 | Generate StorageDead along unwind paths for generators | Tyler Mandry | -1/+1 |
| 2019-06-05 | Add `modernize_and_adjust` methods. | Nicholas Nethercote | -4/+2 |
| 2019-06-04 | Auto merge of #61527 - pietroalbini:rollup-vhxyqlk, r=pietroalbini | bors | -4/+10 |
| 2019-06-05 | Add `SyntaxContext::hygienic_eq`. | Nicholas Nethercote | -1/+2 |
| 2019-06-05 | Add and use `SyntaxContext::outer_and_expn_info`. | Nicholas Nethercote | -3/+2 |
| 2019-06-04 | Rollup merge of #61488 - matthewjasper:fix-nll-typeck-ices, r=pnkfelix | Pietro Albini | -4/+10 |
| 2019-06-04 | Add new error-format value to use annotate-snippet output | Philipp Hansch | -14/+35 |
| 2019-06-04 | Auto merge of #61136 - matthewjasper:cannot-move-errors, r=pnkfelix | bors | -0/+10 |
| 2019-06-04 | Rollup merge of #61413 - davidtwco:async-argument-order-in-a-sane-way, r=eddyb | Mazdak Farrokhzad | -316/+262 |
| 2019-06-03 | Don't canonicalize `'static` in normalize | Matthew Jasper | -4/+10 |
| 2019-06-03 | rustc: remove `ArgSource` | David Wood | -12/+0 |
| 2019-06-03 | rustc: construct statement vector directly | David Wood | -19/+6 |
| 2019-06-03 | rustc: use lowering helpers | David Wood | -55/+28 |
| 2019-06-03 | rustc: remove `HirId` from `ArgSource::AsyncFn` | David Wood | -26/+10 |