| Age | Commit message (Expand) | Author | Lines |
| 2019-08-11 | add tuple_fields convenience method and use it in a few places | Ralf Jung | -2/+12 |
| 2019-08-07 | Auto merge of #61919 - alexreg:fix-atb-1, r=nikomatsakis | bors | -6/+7 |
| 2019-08-05 | Get rid of one more useless `lift` invocation | Oliver Scherer | -2/+1 |
| 2019-08-05 | Address comment and formatting nits | Oliver Scherer | -2/+2 |
| 2019-08-05 | Clear the ParamEnv where its information is irrelevant | Oliver Scherer | -11/+15 |
| 2019-08-05 | Fiddle param env through to `try_eval_bits` in most places | Oliver Scherer | -15/+18 |
| 2019-08-05 | Don't abort on unevaluated constants without at least tryting to eval them | Oliver Scherer | -13/+29 |
| 2019-08-05 | Clean up the `ty::Const::assert*` methods | Oliver Scherer | -24/+10 |
| 2019-08-05 | A few cosmetic improvements. | Alexander Regueiro | -6/+7 |
| 2019-08-03 | Auto merge of #62946 - RalfJung:miri_type_dispatch_first, r=oli-obk | bors | -0/+6 |
| 2019-08-02 | add is_any_ptr type test; this also helps pacify tidy | Ralf Jung | -0/+6 |
| 2019-08-02 | Replace "existential" by "opaque" | varkor | -1/+1 |
| 2019-07-26 | clarify and unify some type test names | Ralf Jung | -2/+2 |
| 2019-07-23 | cleanup: Remove `extern crate serialize as rustc_serialize`s | Vadim Petrochenkov | -4/+3 |
| 2019-06-24 | Allow usage_of_ty_tykind only in sty | flip1995 | -0/+2 |
| 2019-06-14 | Remove unnecessary lift calls | John Kåre Alsaker | -8/+5 |
| 2019-06-14 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -15/+3 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -65/+65 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -56/+62 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -54/+54 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -9/+9 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -36/+36 |
| 2019-06-12 | Rollup merge of #61688 - RalfJung:is-floating-point, r=cramertj | Mazdak Farrokhzad | -8/+31 |
| 2019-06-11 | is_fp and is_floating_point do the same thing, remove the former | Ralf Jung | -8/+31 |
| 2019-06-11 | rustc: deny(unused_lifetimes). | Eduard-Mihai Burtescu | -2/+2 |
| 2019-06-09 | make floating point casts nicer with generics | Ralf Jung | -0/+8 |
| 2019-05-31 | Remove ty::BrFresh and new_bound | Yuki Okushi | -3/+0 |
| 2019-05-28 | Rollup merge of #61164 - RalfJung:scalar, r=oli-obk | Mazdak Farrokhzad | -5/+3 |
| 2019-05-26 | Rename "Associated*" to "Assoc*" | Andrew Xu | -1/+1 |
| 2019-05-26 | rename Scalar::Bits to Scalar::Raw and bits field to data | Ralf Jung | -5/+3 |
| 2019-05-25 | Make `ConstValue::Slice` solely take `[u8]` and `str` | Oliver Scherer | -1/+1 |
| 2019-05-25 | Don't use `ty::Const` without immediately interning | Oliver Scherer | -9/+10 |
| 2019-05-22 | Simplify use of keyword symbols | Vadim Petrochenkov | -3/+3 |
| 2019-05-20 | Rollup merge of #60959 - petrochenkov:sassert, r=estebank | Mazdak Farrokhzad | -2/+2 |
| 2019-05-20 | Avoid `as_str()` in `ParamTy::is_self`. | Nicholas Nethercote | -1/+1 |
| 2019-05-19 | Improve type size assertions | Vadim Petrochenkov | -2/+2 |
| 2019-05-06 | Rename `ParamTy::idx` to `ParamTy::index` | varkor | -6/+6 |
| 2019-05-04 | Auto merge of #59897 - tmandry:variantful-generators, r=eddyb | bors | -30/+115 |
| 2019-05-03 | Address review comments | Tyler Mandry | -10/+8 |
| 2019-05-03 | Split out debuginfo from type info in MIR GeneratorLayout | Tyler Mandry | -4/+7 |
| 2019-04-26 | Update handling of Tuple | varkor | -3/+6 |
| 2019-04-26 | Replace `&'tcx List<Ty<'tcx>>` in `Tuple` with `SubstsRef<'tcx>` | varkor | -1/+1 |
| 2019-04-25 | Generalize discriminant info calls for generators and ADTs | Tyler Mandry | -7/+57 |
| 2019-04-25 | Describe generator variants in debuginfo | Tyler Mandry | -0/+40 |
| 2019-04-25 | Support variantful generators | Tyler Mandry | -18/+10 |
| 2019-04-25 | Give GeneratorLayout a list of fields for each variant | Tyler Mandry | -8/+8 |
| 2019-04-25 | Define generator discriminant type in only one place | Tyler Mandry | -11/+13 |
| 2019-04-22 | Fix ICE related to #53708 | Esteban Küber | -1/+1 |
| 2019-04-17 | Fix ICE on const evaluation of const method | Esteban Küber | -0/+13 |
| 2019-03-16 | Revert the `LazyConst` PR | Oliver Scherer | -76/+3 |