| Age | Commit message (Expand) | Author | Lines |
| 2019-06-04 | Generate StorageDead along unwind paths for generators | Tyler Mandry | -1/+1 |
| 2019-06-05 | Add `modernize_and_adjust` methods. | Nicholas Nethercote | -4/+2 |
| 2019-06-05 | Add `SyntaxContext::hygienic_eq`. | Nicholas Nethercote | -1/+2 |
| 2019-06-05 | Add and use `SyntaxContext::outer_and_expn_info`. | Nicholas Nethercote | -3/+2 |
| 2019-06-03 | Auto merge of #57214 - Zoxc:no-local-interners, r=eddyb | bors | -16/+28 |
| 2019-06-03 | Auto merge of #61062 - mark-i-m:mono-mv, r=eddyb,oli-obk | bors | -27/+335 |
| 2019-06-02 | query-ify const_field | Mark Mansi | -1/+11 |
| 2019-06-02 | move DefPathBasedNames to ty::print::obsolete | Mark Mansi | -0/+287 |
| 2019-06-02 | deduplicate ty::Instance constructors | Mark Mansi | -27/+38 |
| 2019-06-03 | Auto merge of #61361 - estebank:infer-type, r=varkor | bors | -1/+22 |
| 2019-06-02 | Auto merge of #61278 - RalfJung:miri-tag-allocations, r=oli-obk | bors | -1/+1 |
| 2019-06-02 | Auto merge of #61460 - Centril:rollup-8txhjx4, r=Centril | bors | -1/+1 |
| 2019-06-02 | Rollup merge of #61380 - varkor:expected-usize-got-param, r=eddyb | Mazdak Farrokhzad | -1/+1 |
| 2019-06-02 | Auto merge of #61276 - eddyb:kill-res-upvar, r=petrochenkov | bors | -22/+10 |
| 2019-06-02 | no longer assume that there is a default tag: give the machine the chance to ... | Ralf Jung | -1/+1 |
| 2019-06-02 | Fix unwrapping usize issue with transparent MaybeUnit array wrapper | varkor | -1/+1 |
| 2019-06-01 | rustc: collect upvars from HIR, instead of during name resolution. | Eduard-Mihai Burtescu | -15/+1 |
| 2019-06-01 | rustc: use indexmap instead of a plain vector for upvars. | Eduard-Mihai Burtescu | -14/+16 |
| 2019-06-01 | Auto merge of #61350 - RalfJung:alloc, r=oli-obk | bors | -1/+1 |
| 2019-06-01 | rustc: replace Res in hir::Upvar with only Local/Upvar data. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-06-01 | Rollup merge of #61389 - Zoxc:arena-cleanup, r=eddyb | Mazdak Farrokhzad | -47/+11 |
| 2019-06-01 | Rollup merge of #61387 - JohnTitor:remove-unused, r=matthewjasper | Mazdak Farrokhzad | -5/+0 |
| 2019-05-31 | On type inference errors use the type argument name when possible | Esteban Küber | -1/+22 |
| 2019-05-31 | rustc_codegen_utils: add new mangling scheme implementation. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-05-31 | Store CtxtInterners for local values in AllArenas | John Kåre Alsaker | -16/+28 |
| 2019-05-31 | Remove GlobalArenas and use Arena instead | John Kåre Alsaker | -47/+11 |
| 2019-05-31 | Remove ty::BrFresh and new_bound | Yuki Okushi | -5/+0 |
| 2019-05-30 | Auto merge of #61253 - nnethercote:avoid-hygiene_data-lookups, r=petrochenkov | bors | -8/+21 |
| 2019-05-30 | light refactoring of global AllocMap | Ralf Jung | -1/+1 |
| 2019-05-30 | Optimize `TyCtxt::adjust_ident`. | Nicholas Nethercote | -8/+16 |
| 2019-05-29 | Optimize `TyCtxt::hygienic_eq`. | Nicholas Nethercote | -2/+7 |
| 2019-05-29 | Rollup merge of #60928 - TheSirC:fix/60229, r=eddyb | Mazdak Farrokhzad | -10/+10 |
| 2019-05-29 | rustc: rename Mir to mir::Body in comments and to MIR in error strings. | Eduard-Mihai Burtescu | -3/+3 |
| 2019-05-28 | Fix nits | varkor | -3/+2 |
| 2019-05-28 | Correct pluralisation of tuple/array/associated type binding mismatch errors | varkor | -7/+18 |
| 2019-05-28 | Reintroduce `TypeError::FixedArraySize` | varkor | -2/+25 |
| 2019-05-28 | Use Display rather than Debug printing for const mismatch | varkor | -1/+1 |
| 2019-05-28 | Remove FixedArraySize error | varkor | -9/+0 |
| 2019-05-28 | Eagerly evaluate in `super_relate_consts` | varkor | -56/+37 |
| 2019-05-28 | Relate identical parameters in array lengths | varkor | -21/+17 |
| 2019-05-28 | Changes the type `mir::Mir` into `mir::Body` | Claude-Alban RANÉLY-VERGÉ-DÉPRÉ | -8/+8 |
| 2019-05-28 | Rollup merge of #61164 - RalfJung:scalar, r=oli-obk | Mazdak Farrokhzad | -14/+12 |
| 2019-05-26 | Rename "Associated*" to "Assoc*" | Andrew Xu | -1/+1 |
| 2019-05-26 | Rename "Associated*" to "Assoc*" | Andrew Xu | -51/+51 |
| 2019-05-26 | rename Scalar::Bits to Scalar::Raw and bits field to data | Ralf Jung | -14/+12 |
| 2019-05-25 | Print types for unevaluated constants | Oliver Scherer | -2/+2 |
| 2019-05-25 | Fix rebase fallout | Oliver Scherer | -5/+5 |
| 2019-05-25 | Break cycle during array length printing | Oliver Scherer | -1/+1 |
| 2019-05-25 | rustc: integrate ty::Const into ty::print as print_const. | Eduard-Mihai Burtescu | -106/+135 |
| 2019-05-25 | Print unevaluted constants as `_` or as their source representation | Oliver Scherer | -4/+13 |