| Age | Commit message (Expand) | Author | Lines |
| 2019-01-14 | Rollup merge of #57572 - Centril:unaccept-extern-in-path, r=petrochenkov | Mazdak Farrokhzad | -1/+1 |
| 2019-01-13 | remove extern_in_paths. | Mazdak Farrokhzad | -1/+1 |
| 2019-01-11 | Address comments | John Kåre Alsaker | -2/+2 |
| 2019-01-11 | Make more passes incremental | John Kåre Alsaker | -3/+17 |
| 2019-01-02 | rename `type_moves_by_default` to `type_is_copy_modulo_regions` | Niko Matsakis | -8/+9 |
| 2018-12-31 | Auto merge of #57044 - varkor:E0512-equal-type, r=matthewjasper | bors | -7/+12 |
| 2018-12-29 | Auto merge of #56225 - alexreg:type_alias_enum_variants, r=petrochenkov | bors | -4/+4 |
| 2018-12-28 | Add specific diagnostic for transmuting between equal associated types | varkor | -0/+4 |
| 2018-12-28 | Clarify wording of E0512 | varkor | -7/+8 |
| 2018-12-27 | AST/HIR: Introduce `ExprKind::Err` for better error recovery in the front-end | Vadim Petrochenkov | -4/+7 |
| 2018-12-26 | Store `Ident` rather than just `Name` in HIR types `Item` and `ForeignItem`. | Alexander Regueiro | -4/+4 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -220/+0 |
| 2018-12-23 | Rollup merge of #56953 - oli-obk:dead_const, r=petrochenkov | Mazdak Farrokhzad | -42/+38 |
| 2018-12-22 | Auto merge of #56805 - mikeyhew:stabilize-pin-as-receiver, r=nikomatsakis | bors | -0/+1 |
| 2018-12-20 | Auto merge of #54125 - varkor:less-conservative-uninhabitedness-check, r=niko... | bors | -4/+4 |
| 2018-12-20 | Stabilize `Rc`, `Arc` and `Pin` as method receivers | Michael Hewson | -0/+1 |
| 2018-12-18 | Mark tuple structs as live if their constructors are used | Oliver Scherer | -42/+38 |
| 2018-12-16 | Rollup merge of #56439 - JohnGinger:master, r=nikomatsakis | Mazdak Farrokhzad | -4/+8 |
| 2018-12-11 | Update tests | varkor | -2/+2 |
| 2018-12-11 | Make liveness analysis respect privacy | varkor | -2/+4 |
| 2018-12-11 | Make uninhabitedness checking more intelligent | varkor | -2/+2 |
| 2018-12-11 | Check for uninhabitedness instead of never | varkor | -4/+2 |
| 2018-12-11 | Add lint for stlib | aheart | -2/+11 |
| 2018-12-09 | Add lint for items deprecated in future | aheart | -15/+46 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -47/+45 |
| 2018-12-07 | Change to give a help message | John Ginger | -6/+8 |
| 2018-12-06 | Use a function to access the Hir map to be able to turn it into a query later | John Kåre Alsaker | -154/+154 |
| 2018-12-06 | Rollup merge of #56426 - petrochenkov:syntweak, r=nikomatsakis | Pietro Albini | -1/+1 |
| 2018-12-05 | Rollup merge of #56456 - oli-obk:private_impl_trait, r=cramertj | Pietro Albini | -0/+1 |
| 2018-12-05 | Rollup merge of #56119 - frewsxcv:frewsxcv-option-carrier, r=TimNN | Pietro Albini | -4/+1 |
| 2018-12-04 | Utilize `?` instead of `return None`. | Corey Farwell | -4/+1 |
| 2018-12-04 | syntax: Rename some keywords | Vadim Petrochenkov | -1/+1 |
| 2018-12-03 | Handle existential types in dead code analysis | Oliver Scherer | -0/+1 |
| 2018-12-02 | Fix line length | John Ginger | -2/+4 |
| 2018-12-02 | Clearer error message for dead assign | John Ginger | -2/+2 |
| 2018-12-01 | Rollup merge of #56365 - alexreg:stabilise-self_struct_ctor, r=Centril | kennytm | -2/+3 |
| 2018-12-01 | Rollup merge of #55821 - ljedrz:cached_key_sorts, r=michaelwoerister | kennytm | -1/+1 |
| 2018-11-30 | Statically link proc_macro into proc macros. | Eduard-Mihai Burtescu | -3/+2 |
| 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 | Auto merge of #49878 - dlrobertson:va_list_pt0, r=eddyb | bors | -0/+1 |
| 2018-11-27 | Use sort_by_cached_key when key the function is not trivial/free | ljedrz | -1/+1 |
| 2018-11-26 | libcore: Add va_list lang item and intrinsics | Dan Robertson | -0/+1 |
| 2018-11-26 | rustc-guide has moved | Mark Mansi | -1/+1 |
| 2018-11-21 | rustc: implement and use Default on more types. | Eduard-Mihai Burtescu | -7/+10 |
| 2018-11-21 | rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. | Eduard-Mihai Burtescu | -13/+13 |
| 2018-11-19 | Auto merge of #56051 - pietroalbini:rollup, r=pietroalbini | bors | -2/+2 |
| 2018-11-18 | Fix ICEs from imports of items not defined in modules | Vadim Petrochenkov | -5/+3 |
| 2018-11-14 | capture_disjoint_fields(rust-lang#53488) | Blitzerr | -2/+2 |
| 2018-11-12 | Use IndexVec instead of `usize` in librustc | Oliver Scherer | -6/+12 |