| Age | Commit message (Expand) | Author | Lines |
| 2019-01-11 | Rollup merge of #57483 - petrochenkov:beta, r=pietroalbini | Pietro Albini | -1/+1 |
| 2019-01-11 | use the correct supertrait substitution in `object_ty_for_trait` | Ariel Ben-Yehuda | -9/+24 |
| 2019-01-10 | resolve: Prohibit use of imported non-macro attributes | Vadim Petrochenkov | -1/+1 |
| 2019-01-04 | Call poly_project_and_unify_type on types that contain inference types | Aaron Hill | -2/+2 |
| 2019-01-04 | Filter out self-referential projection predicates | Aaron Hill | -1/+26 |
| 2019-01-04 | Check all substitution parameters for inference variables | Aaron Hill | -3/+8 |
| 2019-01-04 | Ensure that Rusdoc discovers all necessary auto trait bounds | Aaron Hill | -17/+51 |
| 2018-12-31 | Fixed minor issues raised in review. | Alexander Regueiro | -8/+8 |
| 2018-12-31 | Fixed issue #56199. | Alexander Regueiro | -32/+52 |
| 2018-12-31 | fix trait objects with a Self-having projection va | Ariel Ben-Yehuda | -1/+20 |
| 2018-12-03 | Rollup merge of #56438 - yui-knk:remove_not_used_DotEq_token, r=petrochenkov | kennytm | -1/+0 |
| 2018-12-02 | Auto merge of #56110 - varkor:inhabitedness-union-enum, r=cramertj | bors | -24/+23 |
| 2018-12-02 | Remove not used `DotEq` token | yui-knk | -1/+0 |
| 2018-12-01 | Rollup merge of #56214 - scalexm:unification, r=nikomatsakis | kennytm | -104/+557 |
| 2018-12-01 | Rollup merge of #56324 - Zoxc:int-ext, r=nikomatsakis | kennytm | -111/+74 |
| 2018-12-01 | Rollup merge of #56365 - alexreg:stabilise-self_struct_ctor, r=Centril | kennytm | -18/+3 |
| 2018-12-01 | Rollup merge of #56355 - Zoxc:inline-things, r=michaelwoerister | kennytm | -1/+55 |
| 2018-12-01 | Rollup merge of #56339 - yui-knk:remove_mir_stats_flag, r=alexcrichton | kennytm | -2/+0 |
| 2018-12-01 | Rollup merge of #56336 - nnethercote:clean-up-pp, r=nikomatsakis | kennytm | -29/+32 |
| 2018-12-01 | Rollup merge of #55821 - ljedrz:cached_key_sorts, r=michaelwoerister | kennytm | -2/+2 |
| 2018-11-30 | Removed feature gate. | Alexander Regueiro | -16/+0 |
| 2018-11-30 | Statically link proc_macro into proc macros. | Eduard-Mihai Burtescu | -3/+2 |
| 2018-11-30 | proc_macro: move to a dependency of libtest. | Eduard-Mihai Burtescu | -1/+0 |
| 2018-11-30 | proc_macro: introduce a "bridge" between clients (proc macros) and servers (c... | Eduard-Mihai Burtescu | -16/+13 |
| 2018-11-30 | Use opt_def_id instead of having special branch | Esteban Küber | -3/+3 |
| 2018-11-30 | Fix ICE with feature self_struct_ctor | Esteban Küber | -0/+1 |
| 2018-11-29 | Add inline attributes and add unit to CommonTypes | John Kåre Alsaker | -1/+55 |
| 2018-11-29 | Clarify undecided semantics | varkor | -0/+3 |
| 2018-11-29 | Consider references and unions potentially inhabited during privacy-respectin... | varkor | -24/+20 |
| 2018-11-29 | Correctly generalize inference variables in `nll_relate` | scalexm | -11/+6 |
| 2018-11-29 | Fix doc comments | scalexm | -5/+5 |
| 2018-11-29 | Implement `ResolventOps` | scalexm | -6/+316 |
| 2018-11-29 | Handle inference variables in `nll_relate` and use it for chalk | scalexm | -98/+246 |
| 2018-11-29 | Auto merge of #49878 - dlrobertson:va_list_pt0, r=eddyb | bors | -0/+1 |
| 2018-11-29 | Use raw_entry for more efficient interning | John Kåre Alsaker | -111/+74 |
| 2018-11-29 | Rollup merge of #56257 - mark-i-m:rustc-guide-links, r=nikomatsakis | Guillaume Gomez | -28/+28 |
| 2018-11-29 | Rollup merge of #56223 - Mark-Simulacrum:self-profile-json, r=wesleywiser | Guillaume Gomez | -1/+1 |
| 2018-11-29 | Rollup merge of #56021 - RalfJung:track-features, r=oli-obk | Guillaume Gomez | -1/+1 |
| 2018-11-29 | Remove not used option | yui-knk | -2/+0 |
| 2018-11-29 | Use `Cow` in `Token::String`. | Nicholas Nethercote | -29/+32 |
| 2018-11-27 | remove uses of feature gate | Mark Mansi | -1/+0 |
| 2018-11-27 | Auto merge of #56251 - scalexm:root-universe, r=nikomatsakis | bors | -6/+12 |
| 2018-11-27 | avoid features_untracked | Ralf Jung | -1/+1 |
| 2018-11-27 | Auto merge of #56094 - RalfJung:memory-data-revived, r=oli-obk | bors | -100/+152 |
| 2018-11-27 | Use sort_by_cached_key when key the function is not trivial/free | ljedrz | -2/+2 |
| 2018-11-26 | libcore: Add va_list lang item and intrinsics | Dan Robertson | -0/+1 |
| 2018-11-27 | resolve: Implement edition hygiene for imports and absolute paths | Vadim Petrochenkov | -11/+3 |
| 2018-11-26 | rustc-guide has moved | Mark Mansi | -28/+28 |
| 2018-11-26 | Put all existential ty vars in the `ROOT` universe | scalexm | -6/+12 |
| 2018-11-26 | Auto merge of #56070 - oli-obk:const_let, r=eddyb | bors | -0/+4 |