| Age | Commit message (Expand) | Author | Lines |
| 2017-07-10 | Allow 'tcx in define_dep_nodes! and deduplicate some DepNodes. | Michael Woerister | -2/+2 |
| 2017-07-06 | Auto merge of #42727 - alexcrichton:allocators-new, r=eddyb | bors | -1/+0 |
| 2017-07-05 | rustc: Implement the #[global_allocator] attribute | Alex Crichton | -1/+0 |
| 2017-07-05 | Merge remote-tracking branch 'origin/master' into proc_macro_api | Alex Crichton | -1/+1 |
| 2017-06-27 | rustc: rename closure_type to fn_sig. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-06-26 | Implement `quote!` and other `proc_macro` API. | Jeffrey Seyfried | -0/+5 |
| 2017-06-26 | Simplify `hygiene::Mark` application, and | Jeffrey Seyfried | -1/+1 |
| 2017-06-16 | Auto merge of #42598 - cramertj:track-more-metadata, r=nikomatsakis | bors | -31/+30 |
| 2017-06-14 | Switch CrateNum queries to DefId | Taylor Cramer | -95/+74 |
| 2017-06-14 | Auto merge of #42433 - marco-c:profiling, r=alexcrichton | bors | -0/+4 |
| 2017-06-14 | On-demandify extern_crate | Taylor Cramer | -6/+2 |
| 2017-06-14 | On-demandify is_allocator and is_panic_runtime | Taylor Cramer | -10/+2 |
| 2017-06-14 | on-demand dylib dependency formats | Taylor Cramer | -6/+1 |
| 2017-06-14 | Add CrateNum-taking ability to the provide macro | Taylor Cramer | -68/+91 |
| 2017-06-13 | On-demand is_const_fn | Taylor Cramer | -6/+20 |
| 2017-06-12 | Auto merge of #42537 - michaelwoerister:tcx-for-dep-node, r=nikomatsakis | bors | -12/+14 |
| 2017-06-09 | incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs. | Michael Woerister | -12/+14 |
| 2017-06-09 | Auto merge of #42507 - ibabushkin:external-span-trans, r=eddyb | bors | -5/+5 |
| 2017-06-07 | Fix translation of external spans. | Inokentiy Babushkin | -5/+5 |
| 2017-06-07 | Allocate DefIndices for global crate metadata. | Michael Woerister | -2/+2 |
| 2017-06-04 | Merge branch 'profiling' of github.com:whitequark/rust into profiling | Marco Castelluccio | -0/+4 |
| 2017-05-31 | Build DefPathHash->DefId table when incr.comp. is enabled | Michael Woerister | -0/+5 |
| 2017-05-31 | Make a newtype for DefPathHash so they are not confused with content hashes | Michael Woerister | -3/+2 |
| 2017-05-28 | fix RUST_LOG ICE caused by printing a default impl's DefId | Ariel Ben-Yehuda | -7/+3 |
| 2017-05-25 | Hygienize `librustc_resolve`. | Jeffrey Seyfried | -1/+1 |
| 2017-05-25 | Declarative macros 2.0 without hygiene. | Jeffrey Seyfried | -0/+1 |
| 2017-05-25 | Refactor out `ast::MacroDef`. | Jeffrey Seyfried | -1/+3 |
| 2017-05-18 | Use 128 instead of 64 bits for DefPath hashes | Michael Woerister | -1/+2 |
| 2017-05-17 | Auto merge of #41911 - michaelwoerister:querify_trait_def, r=nikomatsakis | bors | -3/+1 |
| 2017-05-15 | ICH: Hash lists of local trait impls as part of the HIR. | Michael Woerister | -3/+1 |
| 2017-05-14 | Remove rustc_llvm dependency from rustc_metadata | Robin Kruppe | -15/+6 |
| 2017-05-13 | Auto merge of #41847 - alexcrichton:less-unstable-annotations, r=eddyb | bors | -5/+0 |
| 2017-05-10 | rustc: Add a new `-Z force-unstable-if-unmarked` flag | Alex Crichton | -5/+0 |
| 2017-05-09 | resolved merge conflicts | achernyak | -22/+33 |
| 2017-05-08 | incr.comp.: Hash more pieces of crate metadata to detect changes there. | Michael Woerister | -23/+35 |
| 2017-05-07 | is_exported_symbol | achernyak | -4/+1 |
| 2017-05-05 | is_foreign_item | achernyak | -4/+0 |
| 2017-05-04 | moved metadata provider impls to decoder | achernyak | -15/+3 |
| 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 | -3/+3 |
| 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 | query for deprecation | achernyak | -10/+2 |
| 2017-05-01 | Queryify is_item_mir_available | Taylor Cramer | -5/+4 |
| 2017-05-01 | Queryify const_is_rvalue_promotable_to_static | Taylor Cramer | -5/+4 |
| 2017-05-01 | Queryify item_body_nested_bodies | Taylor Cramer | -5/+7 |