| Age | Commit message (Expand) | Author | Lines |
| 2019-06-06 | Rollup merge of #61557 - alexcrichton:build-less, r=pietroalbini | Mazdak Farrokhzad | -1/+9 |
| 2019-06-06 | Rollup merge of #61556 - phansch:emitter_cleanup, r=estebank | Mazdak Farrokhzad | -18/+18 |
| 2019-06-06 | Auto merge of #61373 - tmandry:emit-storagedead-along-unwind, r=eddyb | bors | -97/+247 |
| 2019-06-06 | Auto merge of #57428 - alexreg:associated_type_bounds, r=nikomatsakis,Centril | bors | -1055/+4847 |
| 2019-06-06 | Reblessed tests with NLL compare mode on. | Alexander Regueiro | -4/+28 |
| 2019-06-06 | Auto merge of #59331 - varkor:TypeVariableOrigin-refactor, r=eddyb | bors | -99/+251 |
| 2019-06-05 | Test StorageDead statements explicitly | Tyler Mandry | -0/+106 |
| 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 | make `instantiate_poly_trait_ref_inner` private to this module | Niko Matsakis | -0/+0 |
| 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 | librustc_errors: Rename AnnotateRs -> AnnotateSnippet | Philipp Hansch | -18/+18 |
| 2019-06-05 | rustbuild: Include `rustfmt` in deduplicated dependencies | Alex Crichton | -1/+9 |
| 2019-06-05 | Auto merge of #61548 - Centril:rollup-5t6cvbk, r=Centril | bors | -6/+40 |
| 2019-06-05 | Fix after rebase | varkor | -2/+2 |
| 2019-06-05 | Refactor `ConstVariableOrigin` into `ConstVariableOrigin` and `ConstVariableO... | varkor | -20/+54 |
| 2019-06-05 | Refactor `TypeVariableOrigin` into `TypeVariableOrigin` and `TypeVariableOrig... | varkor | -75/+196 |
| 2019-06-05 | Remove unused `TypeVariableOrigin` variants | varkor | -3/+0 |
| 2019-06-05 | Rollup merge of #61546 - alexcrichton:fix-azure, r=pietroalbini | Mazdak Farrokhzad | -0/+5 |
| 2019-06-05 | Rollup merge of #61538 - coypoop:patch-1, r=alexcrichton | Mazdak Farrokhzad | -3/+0 |
| 2019-06-05 | Rollup merge of #61536 - oli-obk:args_required_const_in_const_fn, r=eddyb | Mazdak Farrokhzad | -1/+29 |
| 2019-06-05 | Rollup merge of #61534 - ReinierMaas:patch-1, r=Centril | Mazdak Farrokhzad | -1/+4 |
| 2019-06-05 | Rollup merge of #61503 - jethrogb:jb/fix-sgx-test, r=alexcrichton | Mazdak Farrokhzad | -1/+2 |
| 2019-06-05 | Auto merge of #61498 - TankhouseAle:const-fn-type-name, r=oli-obk | bors | -6/+60 |
| 2019-06-05 | azure: Uninstall previous rustc from builders if any | Alex Crichton | -0/+4 |
| 2019-06-05 | azure: Make sure docker directory exists | Alex Crichton | -0/+1 |
| 2019-06-05 | Auto merge of #61484 - nnethercote:avoid-more-hygiene-lookups, r=petrochenkov | bors | -184/+282 |
| 2019-06-05 | Explain the existience of the regression test | Oliver Scherer | -2/+11 |
| 2019-06-05 | Don't use GNU noexec stack note | coypoop | -3/+0 |
| 2019-06-05 | Auto merge of #61502 - alexcrichton:update-backtrace, r=estebank | bors | -8/+8 |
| 2019-06-05 | Tidy: trailing whitespace | Reinier Maas | -1/+1 |