| Age | Commit message (Expand) | Author | Lines |
| 2019-06-06 | Reblessed tests with NLL compare mode on. | Alexander Regueiro | -4/+28 |
| 2019-06-05 | add an example to `create_substs_for_ast_path` | Alexander Regueiro | -0/+14 |
| 2019-06-05 | verified that skip-binder is ok | Niko Matsakis | -2/+2 |
| 2019-06-05 | another comment | Niko Matsakis | -1/+7 |
| 2019-06-05 | more comments | Niko Matsakis | -3/+31 |
| 2019-06-05 | comment `instantiate_poly_trait_ref` and its binder behavior | Niko Matsakis | -0/+19 |
| 2019-06-05 | document the `Bounds` struct a bit | Alexander Regueiro | -2/+37 |
| 2019-06-05 | added a few comments | Niko Matsakis | -0/+5 |
| 2019-06-05 | Removed unnecessary nested-lifetime-bounds test. | Alexander Regueiro | -33/+0 |
| 2019-06-05 | Reblessed tests. | Alexander Regueiro | -676/+255 |
| 2019-06-05 | Fixed rebase fallout. | Alexander Regueiro | -1/+1 |
| 2019-06-05 | Addressed points raised in review. | Niko Matsakis | -69/+172 |
| 2019-06-05 | Fixed up some comments. | Alexander Regueiro | -19/+14 |
| 2019-06-05 | Added some comments, made `add_bounds` private. | Niko Matsakis | -1/+14 |
| 2019-06-05 | Added some comments to lowering code. | Niko Matsakis | -3/+50 |
| 2019-06-05 | Addressed points raised in review. | Alexander Regueiro | -319/+793 |
| 2019-06-05 | Added test suite. | Alexander Regueiro | -11/+3138 |
| 2019-06-05 | Added feature gate. | Alexander Regueiro | -13/+31 |
| 2019-06-05 | Use both existential-type desugaring and where-clause (predicate) desugaring ... | Alexander Regueiro | -87/+173 |
| 2019-06-05 | Implemented for traits (associated type definitions). | Alexander Regueiro | -250/+313 |
| 2019-06-05 | Implemented for function bounds, type bounds, and named existential types. | Alexander Regueiro | -196/+367 |
| 2019-06-05 | Enabled `Self` in type aliases. | Alexander Regueiro | -2/+12 |
| 2019-06-05 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -542/+550 |
| 2019-06-05 | Auto merge of #61498 - TankhouseAle:const-fn-type-name, r=oli-obk | bors | -6/+60 |
| 2019-06-05 | Auto merge of #61484 - nnethercote:avoid-more-hygiene-lookups, r=petrochenkov | bors | -184/+282 |
| 2019-06-05 | Auto merge of #61502 - alexcrichton:update-backtrace, r=estebank | bors | -1/+1 |
| 2019-06-04 | std: Update dependency on `backtrace` | Alex Crichton | -1/+1 |
| 2019-06-05 | Add `modernize_and_adjust` methods. | Nicholas Nethercote | -8/+20 |
| 2019-06-04 | Auto merge of #61527 - pietroalbini:rollup-vhxyqlk, r=pietroalbini | bors | -22/+274 |
| 2019-06-05 | Avoid unnecessary `rust_2018` calls. | Nicholas Nethercote | -8/+11 |
| 2019-06-05 | Add a useful comment about this file. | Nicholas Nethercote | -0/+20 |
| 2019-06-05 | Add `walk_chain`. | Nicholas Nethercote | -8/+16 |
| 2019-06-05 | Add `SyntaxContext::hygienic_eq`. | Nicholas Nethercote | -1/+10 |
| 2019-06-05 | Add and use `SyntaxContext::outer_and_expn_info`. | Nicholas Nethercote | -3/+12 |
| 2019-06-05 | Optimize `glob_adjust` and `reverse_glob_adjust`. | Nicholas Nethercote | -23/+27 |
| 2019-06-05 | Add `HygieneData::apply_mark`. | Nicholas Nethercote | -4/+6 |
| 2019-06-05 | Add `HygieneData::apply_mark_with_transparency`. | Nicholas Nethercote | -35/+35 |
| 2019-06-05 | Add `HygieneData::apply_mark_internal`. | Nicholas Nethercote | -55/+58 |
| 2019-06-05 | Add `HygieneData::marks`. | Nicholas Nethercote | -13/+15 |
| 2019-06-05 | Add `HygieneData::adjust`. | Nicholas Nethercote | -5/+9 |
| 2019-06-05 | Add `HygieneData::remove_mark`. | Nicholas Nethercote | -5/+7 |
| 2019-06-05 | Add `HygieneData::default_transparency`. | Nicholas Nethercote | -2/+6 |
| 2019-06-05 | Add some useful methods to `HygieneData`. | Nicholas Nethercote | -10/+28 |
| 2019-06-05 | Move `modern` calls inside `glob_adjust` and `reverse_glob_adjust`. | Nicholas Nethercote | -14/+12 |
| 2019-06-04 | Rollup merge of #61523 - Nemo157:hide-gen-future, r=cramertj | Pietro Albini | -0/+6 |
| 2019-06-04 | Rollup merge of #61500 - estebank:expregression, r=petrochenkov | Pietro Albini | -7/+26 |
| 2019-06-04 | Rollup merge of #61488 - matthewjasper:fix-nll-typeck-ices, r=pnkfelix | Pietro Albini | -4/+222 |
| 2019-06-04 | Rollup merge of #61453 - lzutao:nouse-featuregate-integer_atomics, r=sfackler | Pietro Albini | -10/+8 |
| 2019-06-04 | Rollup merge of #61069 - Zoxc:drop-borrow-fix, r=pnkfelix | Pietro Albini | -1/+12 |
| 2019-06-04 | Auto merge of #61407 - phansch:annotate_snippet_refactoring1, r=oli-obk | bors | -16/+266 |