| Age | Commit message (Expand) | Author | Lines |
| 2019-01-11 | Rollup merge of #57483 - petrochenkov:beta, r=pietroalbini | Pietro Albini | -287/+177 |
| 2019-01-11 | use the correct supertrait substitution in `object_ty_for_trait` | Ariel Ben-Yehuda | -0/+23 |
| 2019-01-10 | Fix rebase | Vadim Petrochenkov | -43/+27 |
| 2019-01-10 | Fix a hole in generic parameter import future-proofing | Vadim Petrochenkov | -7/+42 |
| 2019-01-10 | Stabilize `uniform_paths` | Vadim Petrochenkov | -220/+39 |
| 2019-01-10 | resolve: Prohibit use of imported tool modules | Vadim Petrochenkov | -6/+44 |
| 2019-01-10 | resolve: Prohibit use of imported non-macro attributes | Vadim Petrochenkov | -4/+23 |
| 2019-01-10 | resolve: Prohibit use of uniform paths in macros originating from 2015 edition | Vadim Petrochenkov | -1/+1 |
| 2019-01-10 | resolve: Assign `pub` and `pub(crate)` visibilities to `macro_rules` items | Vadim Petrochenkov | -39/+13 |
| 2019-01-10 | resolve: Fix an ICE in import validation | Vadim Petrochenkov | -0/+33 |
| 2019-01-10 | resolve: Avoid "self-confirming" resolutions in import validation | Vadim Petrochenkov | -15/+3 |
| 2019-01-04 | Call poly_project_and_unify_type on types that contain inference types | Aaron Hill | -0/+34 |
| 2019-01-04 | Fix Tidy error | Aaron Hill | -1/+1 |
| 2019-01-04 | Filter out self-referential projection predicates | Aaron Hill | -0/+40 |
| 2019-01-04 | Ensure that Rusdoc discovers all necessary auto trait bounds | Aaron Hill | -0/+31 |
| 2019-01-04 | Wf-check the output type of a function in MIR-typeck | Matthew Jasper | -0/+38 |
| 2019-01-04 | resolve: Never override real bindings with `Def::Err`s from error recovery | Vadim Petrochenkov | -26/+29 |
| 2019-01-04 | resolve: Fix another ICE in import validation | Vadim Petrochenkov | -0/+12 |
| 2019-01-03 | Fix alignment for array indexing | Nikita Popov | -0/+80 |
| 2019-01-01 | fix test output | Pietro Albini | -10/+2 |
| 2018-12-31 | Corrected expected test err messages. | Alexander Regueiro | -10/+10 |
| 2018-12-31 | Added test for issue #56835. | Alexander Regueiro | -0/+25 |
| 2018-12-31 | Fixed issue #56199. | Alexander Regueiro | -0/+53 |
| 2018-12-31 | improve tests as suggested by review comments | Ariel Ben-Yehuda | -2/+92 |
| 2018-12-31 | fix trait objects with a Self-having projection va | Ariel Ben-Yehuda | -0/+57 |
| 2018-12-31 | Update tests to changes on master | Oliver Scherer | -2/+10 |
| 2018-12-31 | Also test projections | Oliver Scherer | -1/+18 |
| 2018-12-31 | Fix a recently introduces regression | Oliver Scherer | -5/+43 |
| 2018-12-31 | Remove a wrong multiplier on relocation offset computation | Oliver Scherer | -0/+9 |
| 2018-12-17 | Normalize type before deferred sizedness checking. | Masaki Hara | -0/+11 |
| 2018-12-04 | Auto merge of #56486 - matthewjasper:propagate-all-closure-bounds, r=pnkfelix | bors | -0/+42 |
| 2018-12-04 | Auto merge of #56244 - oli-obk:loud_ui_errors, r=nikomatsakis | bors | -333/+432 |
| 2018-12-04 | Update doc-ui tests | Oliver Scherer | -5/+11 |
| 2018-12-04 | Update ui tests | Oliver Scherer | -28/+29 |
| 2018-12-04 | Remove unused stderr file | Oliver Scherer | -49/+0 |
| 2018-12-04 | Newlines.... newlines everywhere | Oliver Scherer | -1/+1 |
| 2018-12-04 | Add a test ensuring that we don't regress this | Oliver Scherer | -0/+6 |
| 2018-12-04 | Update tests | Oliver Scherer | -252/+387 |
| 2018-12-04 | Auto merge of #55707 - GuillaumeGomez:file-sidebar, r=QuietMisdreavus | bors | -0/+15 |
| 2018-12-04 | Auto merge of #55682 - GuillaumeGomez:primitive-sidebar-link-gen, r=QuietMisd... | bors | -0/+23 |
| 2018-12-03 | Propagate all closure requirements to the caller | Matthew Jasper | -0/+42 |
| 2018-12-03 | Auto merge of #56451 - kennytm:rollup, r=kennytm | bors | -71/+29 |
| 2018-12-03 | Auto merge of #55010 - tromey:Bug-9224-generic-parameters, r=michaelwoerister | bors | -6/+44 |
| 2018-12-03 | Rollup merge of #56412 - petrochenkov:extself, r=Centril | kennytm | -1/+1 |
| 2018-12-03 | Rollup merge of #56395 - Centril:stabilize-dbg-macro, r=SimonSapin | kennytm | -34/+12 |
| 2018-12-03 | Rollup merge of #56366 - alexreg:stabilise-self_in_typedefs, r=Centril | kennytm | -36/+16 |
| 2018-12-03 | Auto merge of #56358 - nikic:mergefunc-aliases, r=rkruppe | bors | -5/+8 |
| 2018-12-02 | Auto merge of #56110 - varkor:inhabitedness-union-enum, r=cramertj | bors | -37/+82 |
| 2018-12-02 | Auto merge of #56396 - dlrobertson:fix_va_list_tests, r=nikic | bors | -174/+57 |
| 2018-12-01 | Update tracking issue for `extern_crate_self` | Vadim Petrochenkov | -1/+1 |