| Age | Commit message (Expand) | Author | Lines |
| 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 | Auto merge of #62086 - petrochenkov:builtout, r=eddyb | bors | -8/+1 |
| 2019-07-26 | Rollup merge of #62964 - RalfJung:ty-tests, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2019-07-26 | Rollup merge of #62801 - bjorn3:remove_lower_128bit_ops, r=alexcrichton | Mazdak Farrokhzad | -67/+1 |
| 2019-07-26 | Rollup merge of #62692 - eddyb:precompute-niches, r=oli-obk | Mazdak Farrokhzad | -127/+100 |
| 2019-07-26 | Rollup merge of #62421 - JohnTitor:U007D-master, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |
| 2019-07-26 | lowering: Omit bare trait lint on macro call sites | David Wood | -7/+15 |
| 2019-07-26 | rustc: Stabilize options for pipelined compilation | Alex Crichton | -47/+107 |
| 2019-07-26 | Introduce built-in macros through libcore | Vadim Petrochenkov | -8/+1 |
| 2019-07-26 | clarify and unify some type test names | Ralf Jung | -2/+2 |
| 2019-07-26 | Use sharded maps for queries | John Kåre Alsaker | -26/+28 |
| 2019-07-25 | Rollup merge of #62735 - petrochenkov:galloc, r=alexcrichton | Mazdak Farrokhzad | -23/+1 |
| 2019-07-25 | Rollup merge of #60066 - sfackler:type-name, r=Centril | Mazdak Farrokhzad | -7/+7 |
| 2019-07-24 | Stabilize the type_name intrinsic in core::any | Steven Fackler | -7/+7 |
| 2019-07-25 | Rollup merge of #62901 - petrochenkov:serde, r=Centril | Mazdak Farrokhzad | -58/+46 |
| 2019-07-25 | Rollup merge of #61727 - Mark-Simulacrum:crate-deps-in-deps, r=alexcrichton | Mazdak Farrokhzad | -0/+5 |
| 2019-07-24 | Gate binary dependency information behind -Zbinary-dep-depinfo | Mark Rousskov | -0/+5 |
| 2019-07-24 | Rollup merge of #62927 - RalfJung:panic, r=oli-obk | Mazdak Farrokhzad | -191/+192 |
| 2019-07-24 | Auto merge of #62908 - fakenine:normalize_use_of_backticks_compiler_messages_... | bors | -21/+21 |
| 2019-07-24 | Apply suggestions from code review | Ralf Jung | -4/+4 |
| 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 | -18/+1 |
| 2019-07-24 | use PanicMessage type for MIR assertion errors | Ralf Jung | -67/+106 |
| 2019-07-24 | kill InterpError::description | Ralf Jung | -154/+116 |
| 2019-07-24 | do not use InterpError::description outside librustc::mir | Ralf Jung | -1/+1 |
| 2019-07-23 | normalize use of backticks for compiler messages in remaining modules | Samy Kacimi | -21/+21 |
| 2019-07-23 | Rollup merge of #62859 - spastorino:rename-to-as-ref, r=Centril | Mark Rousskov | -1/+1 |
| 2019-07-23 | Rollup merge of #62523 - pnkfelix:delay-bug-to-resolve-issue-62203-ice, r=varkor | Mark Rousskov | -9/+10 |
| 2019-07-23 | Rollup merge of #60951 - saleemjaffer:mir_better_error_enum, r=oli-obk | Mark Rousskov | -38/+58 |
| 2019-07-23 | cleanup: Remove `extern crate serialize as rustc_serialize`s | Vadim Petrochenkov | -58/+46 |
| 2019-07-23 | renames EvalErrorPanic to PanicMessage | Saleem Jaffer | -26/+26 |
| 2019-07-23 | Auto merge of #61779 - Zoxc:sharded, r=oli-obk | bors | -18/+20 |
| 2019-07-23 | moving some variants from InterpError to EvalErrorPanic | Saleem Jaffer | -33/+39 |
| 2019-07-22 | Place::as_place_ref is now Place::as_ref | Santiago Pastorino | -1/+1 |
| 2019-07-21 | normalize use of backticks in compiler messages for librustc/hir | Samy Kacimi | -4/+4 |
| 2019-07-21 | Auto merge of #60913 - spastorino:place2_4, r=oli-obk | bors | -61/+136 |
| 2019-07-20 | alters the panic variant of InterpError | Saleem Jaffer | -39/+22 |
| 2019-07-20 | Avoid cloning Place in calculate_fake_borrows | Santiago Pastorino | -1/+1 |
| 2019-07-20 | Avoid cloning Place in report_use_of_moved_or_uninitialized and friends | Santiago Pastorino | -1/+22 |
| 2019-07-20 | Avoid cloning Place in codegen_place | Santiago Pastorino | -0/+9 |
| 2019-07-20 | Implement Place::as_place_ref | Santiago Pastorino | -0/+7 |
| 2019-07-20 | Avoid cloning place in LocalAnalyzer visitor | Santiago Pastorino | -0/+6 |
| 2019-07-20 | Migrate from Place enum to Place struct | Santiago Pastorino | -62/+94 |
| 2019-07-20 | Auto merge of #62008 - ia0:issues_61053, r=petrochenkov | bors | -1/+9 |
| 2019-07-19 | Use sharded maps for interning | John Kåre Alsaker | -18/+20 |
| 2019-07-19 | Implement checks for meta-variables in macros | Julien Cretin | -1/+9 |
| 2019-07-19 | Remove support for -Zlower-128bit-ops | bjorn3 | -67/+1 |
| 2019-07-19 | hygiene: Tweak naming some more | Vadim Petrochenkov | -7/+7 |