| Age | Commit message (Expand) | Author | Lines |
| 2020-03-07 | Rollup merge of #69656 - matthiaskrgr:iter_nth_zero, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2020-03-04 | cover some more nearby cases | Ralf Jung | -3/+3 |
| 2020-03-03 | Use .next() instead of .nth(0) on iterators. | Matthias Krüger | -1/+1 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -1/+1 |
| 2020-02-19 | Make lookup of associated item by name O(log n) | Dylan MacKenzie | -1/+1 |
| 2020-02-18 | Rollup merge of #69146 - matthewjasper:literal-qualif, r=eddyb | Mazdak Farrokhzad | -2/+38 |
| 2020-02-15 | Add fast path for is_freeze | Matthew Jasper | -2/+38 |
| 2020-02-14 | Add fast path to eq_opaque_type_and_type | Matthew Jasper | -1/+1 |
| 2020-02-12 | Auto merge of #68679 - matthewjasper:needs-type-op, r=varkor | bors | -4/+88 |
| 2020-02-09 | cache adt_drop_tys | Matthew Jasper | -1/+1 |
| 2020-02-09 | Apply suggestions from code review | matthewjasper | -2/+2 |
| 2020-02-08 | Make `associated_items` query return a slice | Jonas Schievink | -1/+1 |
| 2020-02-02 | Address review comments | Matthew Jasper | -11/+22 |
| 2020-02-02 | Improve needs_drop query | Matthew Jasper | -4/+77 |
| 2020-02-01 | Move builtin attribute logic to new rustc_attr crate. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-10 | Introduce `#![feature(half_open_range_patterns)]`. | Mazdak Farrokhzad | -22/+73 |
| 2020-01-09 | Rollup merge of #67630 - oli-obk:extern_ptr_dangling, r=spastorino | Mazdak Farrokhzad | -2/+0 |
| 2020-01-07 | Move magic traits queries to rustc::traits::drop. | Camille GILLOT | -198/+1 |
| 2020-01-07 | Move required_region_bounds to rustc::infer::opaque_types. | Camille GILLOT | -64/+0 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -3/+3 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -1/+1 |
| 2019-12-26 | Treat extern statics just like statics in the "const pointer to static" repre... | Oliver Scherer | -2/+0 |
| 2019-12-22 | Format the world | Mark Rousskov | -218/+182 |
| 2019-12-20 | 1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}. | Mazdak Farrokhzad | -2/+2 |
| 2019-11-26 | Record temporary static references in generator witnesses | Matthew Jasper | -0/+17 |
| 2019-11-21 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -3/+3 |
| 2019-11-12 | Create intermediate enum ty::ConstKind. | Camille GILLOT | -2/+1 |
| 2019-11-10 | Merge hir::Mutability into ast::Mutability. | Camille GILLOT | -2/+2 |
| 2019-10-21 | Rollup merge of #62330 - SimonSapin:no-drop-in-union-fields, r=RalfJung | Mazdak Farrokhzad | -0/+2 |
| 2019-10-15 | Rollup merge of #65389 - ecstatic-morse:zero-sized-array-no-drop, r=eddyb | Tyler Mandry | -0/+3 |
| 2019-10-15 | Rollup merge of #65293 - tmandry:turbo-expander, r=matthewjasper | Tyler Mandry | -4/+17 |
| 2019-10-14 | Only expand types that contain projections | Tyler Mandry | -1/+3 |
| 2019-10-14 | Add expanded type cache to OpaqueTypeExpander | Tyler Mandry | -3/+14 |
| 2019-10-13 | Return `false` from `needs_drop` for all zero-sized arrays | Dylan MacKenzie | -0/+3 |
| 2019-10-11 | Change untagged_unions to not allow union fields with drop | Ulrik Sverdrup | -0/+2 |
| 2019-10-09 | Qualify LangItem | Matt Stavola | -1/+1 |
| 2019-10-09 | Delegate is_{freeze,copy,sized}_raw to is_item_raw | Matt Stavola | -21/+12 |
| 2019-10-03 | generate ClosureSubsts from SubstsRef | csmoe | -2/+4 |
| 2019-09-29 | clean ClosureSubsts in rustc::ty | csmoe | -1/+1 |
| 2019-09-26 | Rename `subst::Kind` to `subst::GenericArg` | varkor | -8/+8 |
| 2019-09-25 | Rename `sty` to `kind` | varkor | -18/+18 |
| 2019-09-09 | check_match: refactor + improve non-exhaustive diag for default binding modes. | Mazdak Farrokhzad | -0/+18 |
| 2019-08-31 | Check impl trait substs when checking for recursive types | Matthew Jasper | -2/+4 |
| 2019-08-28 | Add Option<Span> to `require_lang_item` | Yuki Okushi | -3/+3 |
| 2019-08-11 | add tuple_fields convenience method and use it in a few places | Ralf Jung | -4/+4 |
| 2019-07-13 | Rollup merge of #62585 - pnkfelix:issue-60431-make-struct-tail-normalize-when... | Mazdak Farrokhzad | -8/+94 |
| 2019-07-12 | Update docs to reflect review feedback. | Felix S. Klock II | -5/+10 |
| 2019-07-12 | Replace `struct_tail` and `struct_lockstep_tails` with variants handling norm... | Felix S. Klock II | -8/+89 |
| 2019-07-11 | Remove feature gate `dropck_parametricity` completely | Lzu Tao | -15/+0 |
| 2019-06-14 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -19/+4 |