| Age | Commit message (Expand) | Author | Lines |
| 2020-04-03 | Ensure HAS_FREE_LOCAL_NAMES is set for ReFree | Matthew Jasper | -14/+14 |
| 2020-03-06 | Don't redundantly repeat field names (clippy::redundant_field_names) | Matthias Krüger | -1/+1 |
| 2020-03-04 | Auto merge of #69550 - RalfJung:scalar, r=oli-obk | bors | -1/+1 |
| 2020-03-01 | Clean up TypeFlags | Matthew Jasper | -6/+1 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -1/+1 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -1/+1 |
| 2020-02-28 | remove ScalarMaybeUndef::to_bits and make Scalar::to_bits private | Ralf Jung | -1/+1 |
| 2020-02-28 | Auto merge of #68505 - skinny121:canonicalize-const-eval-inputs, r=nikomatsakis | bors | -2/+2 |
| 2020-02-20 | Change FIXME message to indicate plan to handle inference variables within th... | Ben Lewis | -2/+2 |
| 2020-02-19 | Make lookup of associated item by name O(log n) | Dylan MacKenzie | -5/+1 |
| 2020-02-18 | Rollup merge of #69181 - skinny121:const-eval-return, r=oli-obk | Dylan DPC | -2/+9 |
| 2020-02-16 | Code review changes. | Ben Lewis | -2/+7 |
| 2020-02-15 | Change const eval to return `ConstValue`, instead of `Const` as the type insi... | Ben Lewis | -1/+3 |
| 2020-02-14 | Erase regions in opaque types in typeck | Matthew Jasper | -1/+3 |
| 2020-02-08 | Make `associated_items` query return a slice | Jonas Schievink | -0/+1 |
| 2020-02-07 | Auto merge of #65232 - nikomatsakis:lazy-norm-anon-const-push-2, r=matthewjasper | bors | -15/+70 |
| 2020-02-06 | apply various formatting nits | Niko Matsakis | -3/+3 |
| 2020-02-06 | index ReEmpty by universe | Niko Matsakis | -15/+70 |
| 2020-02-02 | Add a resume type param to the generator substs | Jonas Schievink | -9/+32 |
| 2020-01-27 | don't clone types that are copy, round two. | Matthias Krüger | -1/+1 |
| 2020-01-23 | unused-parens: implement for block return values | Tyler Lanphear | -1/+1 |
| 2020-01-20 | Add `ConstnessAnd` that implements `ToPredicate` | Dylan MacKenzie | -3/+7 |
| 2020-01-10 | Promote `Ref`s to constants instead of static | Santiago Pastorino | -6/+7 |
| 2020-01-09 | {rustc::util -> rustc_data_structures}::captures | Mazdak Farrokhzad | -3/+2 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -2/+2 |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -1/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -236/+300 |
| 2019-12-22 | Rollup merge of #66877 - skinny121:const-eval-entry-points, r=oli-obk | Mazdak Farrokhzad | -8/+4 |
| 2019-12-22 | Add simpler entry points to const eval for common usages. | Ben Lewis | -8/+4 |
| 2019-12-21 | Rollup merge of #67160 - matthewjasper:gat-generics, r=nikomatsakis | Mazdak Farrokhzad | -2/+2 |
| 2019-12-20 | 1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}. | Mazdak Farrokhzad | -3/+3 |
| 2019-12-20 | Correctly lower paths to generic associated types | Matthew Jasper | -2/+2 |
| 2019-12-01 | Rollup merge of #66679 - mark-i-m:fix-anon-lifetime-errors, r=matthewjasper | Mazdak Farrokhzad | -1/+1 |
| 2019-11-30 | rustc: fix ty::Const::eval's handling of inference variables. | Eduard-Mihai Burtescu | -14/+35 |
| 2019-11-29 | improve lifetime errors with implicit trait object lifetimes | Mark Mansi | -1/+1 |
| 2019-11-21 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -37/+44 |
| 2019-11-21 | Rollup merge of #66468 - RalfJung:simd-cleanup, r=oli-obk | Mazdak Farrokhzad | -5/+15 |
| 2019-11-19 | Derive HashStable more. | Camille GILLOT | -2/+1 |
| 2019-11-19 | Derive HashStable in librustc. | Camille GILLOT | -5/+4 |
| 2019-11-18 | Retire BraceStructLiftImpl. | Camille GILLOT | -1/+1 |
| 2019-11-17 | Auto merge of #66384 - cjgillot:typefoldable, r=Zoxc | bors | -16/+17 |
| 2019-11-16 | make simd_size return a u64 | Ralf Jung | -4/+4 |
| 2019-11-16 | rename and move read_vector_ty | Ralf Jung | -4/+14 |
| 2019-11-14 | Use multiple derive clauses. | Camille GILLOT | -14/+14 |
| 2019-11-13 | Use TypeFoldable derive macro. | Camille GILLOT | -10/+11 |
| 2019-11-12 | Remove cruft. | Camille GILLOT | -5/+0 |
| 2019-11-12 | Create intermediate enum ty::ConstKind. | Camille GILLOT | -4/+52 |
| 2019-11-10 | Merge hir::GeneratorMovability into ast::Movability. | Camille GILLOT | -1/+1 |
| 2019-11-10 | Merge hir::Mutability into ast::Mutability. | Camille GILLOT | -3/+3 |
| 2019-10-23 | Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddyb | Mazdak Farrokhzad | -9/+9 |