| Age | Commit message (Expand) | Author | Lines |
| 2019-09-13 | Support "soft" feature-gating using a lint | Vadim Petrochenkov | -6/+16 |
| 2019-08-11 | Derive Debug for NativeLibrary and NativeLibraryKind | bjorn3 | -2/+2 |
| 2019-08-07 | Rollup merge of #63034 - tmandry:reduce-generator-size-regressions, r=cramertj | Mazdak Farrokhzad | -0/+2 |
| 2019-08-05 | Fiddle param env through to `try_eval_bits` in most places | Oliver Scherer | -2/+9 |
| 2019-08-05 | Don't abort on unevaluated constants without at least tryting to eval them | Oliver Scherer | -1/+1 |
| 2019-08-04 | Rename `ItemImplKind::Type` to `ItemImplKind::TyAlias` | varkor | -4/+4 |
| 2019-08-04 | Rename `ItemKind::Ty` to `ItemKind::TyAlias` | varkor | -4/+4 |
| 2019-08-03 | Rollup merge of #63227 - jakubadamw:issue-63151, r=estebank | Mazdak Farrokhzad | -2/+3 |
| 2019-08-02 | dead_code: Properly inspect fields in struct patterns with type relative paths | Jakub Adam Wieczorek | -2/+3 |
| 2019-08-02 | Replace `exist_ty` and `ExistTy` with `opaque_ty` and `OpaqueTy` | varkor | -5/+5 |
| 2019-08-02 | Replace `abstract type` with type alias `impl Trait` | varkor | -24/+24 |
| 2019-08-02 | Replace "existential" by "opaque" | varkor | -16/+16 |
| 2019-07-29 | Wrap promoted generator fields in MaybeUninit | Tyler Mandry | -0/+2 |
| 2019-07-28 | Disallow duplicate lifetime parameters with legacy hygiene | Matthew Jasper | -1/+1 |
| 2019-07-27 | Use Set1<Region> instead of Option<Region> | Taiki Endo | -5/+6 |
| 2019-07-27 | Make is_self_ty a method on SelfVisitor | Taiki Endo | -32/+35 |
| 2019-07-27 | Remove query for `.pin_type()` | Taiki Endo | -34/+32 |
| 2019-07-27 | Allow lifetime elision in `Pin<&(mut) Self>` | Taiki Endo | -1/+28 |
| 2019-07-26 | Rollup merge of #62801 - bjorn3:remove_lower_128bit_ops, r=alexcrichton | Mazdak Farrokhzad | -28/+0 |
| 2019-07-25 | Rollup merge of #62735 - petrochenkov:galloc, r=alexcrichton | Mazdak Farrokhzad | -21/+0 |
| 2019-07-24 | syntax_ext: Turn `#[global_allocator]` into a regular attribute macro | Vadim Petrochenkov | -5/+0 |
| 2019-07-24 | Merge `rustc_allocator` into `libsyntax_ext` | Vadim Petrochenkov | -16/+0 |
| 2019-07-23 | normalize use of backticks for compiler messages in remaining modules | Samy Kacimi | -6/+6 |
| 2019-07-19 | Remove support for -Zlower-128bit-ops | bjorn3 | -28/+0 |
| 2019-07-12 | Rollup merge of #62453 - zackmdavis:single_path, r=estebank | Mazdak Farrokhzad | -25/+56 |
| 2019-07-11 | Remove rustc_mir dependency from rustc_borrowck | Matthew Jasper | -80/+0 |
| 2019-07-10 | Auto merge of #62339 - pnkfelix:issue-61188-use-visitor-for-structural-match-... | bors | -0/+1 |
| 2019-07-09 | Rollup merge of #62450 - nagisa:reclimit, r=pnkfelix | Mazdak Farrokhzad | -1/+1 |
| 2019-07-08 | Note that `eq_trait` denotes `trait PartialEq`, not `Eq`, so you don't have t... | Felix S. Klock II | -0/+1 |
| 2019-07-07 | Support deprecation checking for macros | Vadim Petrochenkov | -63/+85 |
| 2019-07-07 | resolve: Use standard stability diagnostics for macros | Vadim Petrochenkov | -28/+32 |
| 2019-07-07 | Collect library features from non-exported macros | Vadim Petrochenkov | -1/+5 |
| 2019-07-06 | in which we suggest anonymizing single-use lifetimes in paths | Zack M. Davis | -25/+56 |
| 2019-07-07 | Raise the default recursion limit to 128 | Simonas Kazlauskas | -1/+1 |
| 2019-07-06 | Cleanup liveness comment. | Mazdak Farrokhzad | -13/+6 |
| 2019-07-06 | Remove ExprKind::While from HIR. | Mazdak Farrokhzad | -66/+18 |
| 2019-07-04 | rename hir::map::local_def_id_from_hir_id to local_def_id | ljedrz | -27/+27 |
| 2019-07-04 | Rollup merge of #62249 - czipperz:use-mem-take-instead-of-replace-default, r=... | Mazdak Farrokhzad | -6/+5 |
| 2019-07-04 | Rollup merge of #62039 - jeremystucki:needless_lifetimes, r=eddyb | Mazdak Farrokhzad | -20/+20 |
| 2019-07-03 | Auto merge of #61995 - eddyb:hir-sep-ptr, r=petrochenkov | bors | -3/+3 |
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -20/+20 |
| 2019-07-02 | Auto merge of #61871 - Zoxc:no-lift-branch, r=eddyb | bors | -3/+5 |
| 2019-07-01 | Convert more usages over | Chris Gregory | -6/+5 |
| 2019-07-01 | rustc: use a separate copy of P for HIR than for AST. | Eduard-Mihai Burtescu | -3/+3 |
| 2019-06-27 | Add suggestion for missing `.await` keyword | Nathan Corbyn | -0/+1 |
| 2019-06-26 | Don't use lift to detect local types | John Kåre Alsaker | -3/+5 |
| 2019-06-25 | Rollup merge of #62091 - ljedrz:hiridification_almost_there, r=Zoxc | Mazdak Farrokhzad | -15/+13 |
| 2019-06-25 | Auto merge of #61572 - Aaron1011:fix/generator-ref, r=varkor | bors | -1/+107 |
| 2019-06-24 | HirIdification: miscellaneous bits | ljedrz | -5/+3 |
| 2019-06-24 | HIR: rename find_by_hir_id to find | ljedrz | -7/+7 |