| Age | Commit message (Expand) | Author | Lines |
| 2017-05-18 | Use 128 instead of 64 bits for DefPath hashes | Michael Woerister | -2/+4 |
| 2017-05-17 | Auto merge of #41911 - michaelwoerister:querify_trait_def, r=nikomatsakis | bors | -29/+62 |
| 2017-05-15 | Remove interior mutability from TraitDef by turning fields into queries. | Michael Woerister | -10/+6 |
| 2017-05-15 | Fix instability in GlobalMetadata::Impls ICH. | Michael Woerister | -7/+21 |
| 2017-05-15 | ICH: Hash lists of local trait impls as part of the HIR. | Michael Woerister | -12/+35 |
| 2017-05-14 | Remove rustc_llvm dependency from rustc_metadata | Robin Kruppe | -195/+78 |
| 2017-05-13 | rustc: stop interning CodeExtent, it's small enough. | Eduard-Mihai Burtescu | -7/+0 |
| 2017-05-13 | Auto merge of #41847 - alexcrichton:less-unstable-annotations, r=eddyb | bors | -17/+4 |
| 2017-05-11 | rustc: Remove #![unstable] annotation | Alex Crichton | -3/+4 |
| 2017-05-10 | rustc: Add a new `-Z force-unstable-if-unmarked` flag | Alex Crichton | -14/+0 |
| 2017-05-09 | resolved merge conflicts | achernyak | -755/+968 |
| 2017-05-09 | Auto merge of #41709 - michaelwoerister:close-metadata-ich-holes, r=nikomatsakis | bors | -750/+964 |
| 2017-05-08 | Remove need for &format!(...) or &&"" dances in `span_label` calls | Oliver Schneider | -4/+4 |
| 2017-05-08 | incr.comp.: Hash more pieces of crate metadata to detect changes there. | Michael Woerister | -750/+964 |
| 2017-05-07 | is_exported_symbol | achernyak | -4/+1 |
| 2017-05-05 | Rollup merge of #41734 - nikomatsakis:incr-comp-refactor-variance, r=pnkfelix | Corey Farwell | -3/+3 |
| 2017-05-05 | change various uses of `item_variances` to `variances_of` | Niko Matsakis | -3/+3 |
| 2017-05-05 | is_foreign_item | achernyak | -4/+0 |
| 2017-05-04 | moved metadata provider impls to decoder | achernyak | -18/+23 |
| 2017-05-04 | impl_parent | achernyak | -5/+1 |
| 2017-05-04 | trait_of_item | achernyak | -5/+1 |
| 2017-05-03 | fn_arg_names | achernyak | -10/+5 |
| 2017-05-03 | item_attrs | achernyak | -6/+1 |
| 2017-05-02 | Rollup merge of #41653 - achernyak:master, r=nikomatsakis | Corey Farwell | -10/+2 |
| 2017-05-02 | rename from `item_mir` to `optimized_mir` | Niko Matsakis | -18/+18 |
| 2017-05-02 | introduce idea of "stealable" MIR | Niko Matsakis | -4/+0 |
| 2017-05-02 | retool MIR passes completely | Niko Matsakis | -1/+1 |
| 2017-05-02 | introduce `mir_keys()` | Niko Matsakis | -1/+6 |
| 2017-05-02 | Rollup merge of #41662 - nikomatsakis:on-demandify-region-mapping, r=eddyb | Corey Farwell | -2/+9 |
| 2017-05-02 | query for deprecation | achernyak | -10/+2 |
| 2017-05-01 | Queryify is_item_mir_available | Taylor Cramer | -12/+6 |
| 2017-05-01 | Queryify const_is_rvalue_promotable_to_static | Taylor Cramer | -10/+4 |
| 2017-05-01 | Queryify item_body_nested_bodies | Taylor Cramer | -13/+8 |
| 2017-05-01 | Add profiling support, through the rustc -Z profile flag. | whitequark | -0/+37 |
| 2017-05-01 | Try fixing bigendian metadata serialisation | Simonas Kazlauskas | -1/+1 |
| 2017-04-30 | intern CodeExtents | Niko Matsakis | -2/+9 |
| 2017-04-28 | Merge branch 'master' into def_span | Artem Chernyak | -14/+42 |
| 2017-04-28 | Auto merge of #41368 - nikomatsakis:incr-comp-dep-tracking-map, r=eddyb | bors | -9/+9 |
| 2017-04-28 | query for def_span | achernyak | -5/+1 |
| 2017-04-28 | Auto merge of #41508 - michaelwoerister:generic-path-remapping, r=alexcrichton | bors | -5/+33 |
| 2017-04-28 | do not access `associated_item` map directly | Niko Matsakis | -1/+1 |
| 2017-04-28 | do not access `inherited_impls` map directly | Niko Matsakis | -8/+8 |
| 2017-04-27 | query for describe_def | achernyak | -6/+2 |
| 2017-04-27 | Auto merge of #37860 - giannicic:defaultimpl, r=nagisa | bors | -1/+15 |
| 2017-04-26 | Implement a file-path remapping feature in support of debuginfo and reproduci... | Michael Woerister | -5/+33 |
| 2017-04-26 | Auto merge of #41352 - kennytm:macos-sanitizers, r=alexcrichton | bors | -5/+20 |
| 2017-04-25 | support `default impl` for specialization | Gianni Ciccarelli | -1/+7 |
| 2017-04-25 | Support AddressSanitizer and ThreadSanitizer on x86_64-apple-darwin. | kennytm | -5/+20 |
| 2017-04-24 | rustc: use tcx.at(span) to set the location of a query. | Eduard-Mihai Burtescu | -3/+3 |
| 2017-04-24 | rustc: expose the common DUMMY_SP query case as tcx methods. | Eduard-Mihai Burtescu | -2/+2 |