| Age | Commit message (Expand) | Author | Lines |
| 2017-06-20 | Remove the in-tree `flate` crate | Alex Crichton | -5/+6 |
| 2017-06-19 | Bump version and stage0 compiler | Alex Crichton | -3/+0 |
| 2017-06-18 | Auto merge of #42593 - ibabushkin:on-demand-external-source, r=eddyb | bors | -1/+3 |
| 2017-06-16 | Auto merge of #42598 - cramertj:track-more-metadata, r=nikomatsakis | bors | -32/+31 |
| 2017-06-14 | Switch CrateNum queries to DefId | Taylor Cramer | -95/+74 |
| 2017-06-15 | Update older URLs pointing to the first edition of the Book | Wonwoo Choi | -1/+2 |
| 2017-06-14 | Auto merge of #42433 - marco-c:profiling, r=alexcrichton | bors | -0/+28 |
| 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 | -7/+21 |
| 2017-06-13 | External spans: Added a test for #38875. | Inokentiy Babushkin | -1/+1 |
| 2017-06-12 | Auto merge of #42537 - michaelwoerister:tcx-for-dep-node, r=nikomatsakis | bors | -17/+28 |
| 2017-06-10 | Added source hashes to FileMap | Inokentiy Babushkin | -0/+2 |
| 2017-06-09 | incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs. | Michael Woerister | -17/+28 |
| 2017-06-09 | Auto merge of #42507 - ibabushkin:external-span-trans, r=eddyb | bors | -13/+13 |
| 2017-06-07 | Fix translation of external spans. | Inokentiy Babushkin | -13/+13 |
| 2017-06-07 | Allocate DefIndices for global crate metadata. | Michael Woerister | -46/+38 |
| 2017-06-06 | ICH: Make StableHashingContext work with any TyCtxt, not just the global one. | Michael Woerister | -13/+13 |
| 2017-06-04 | Stop checking uses_std | Marco Castelluccio | -21/+12 |
| 2017-06-04 | Merge branch 'profiling' of github.com:whitequark/rust into profiling | Marco Castelluccio | -0/+37 |
| 2017-05-31 | Build DefPathHash->DefId table when incr.comp. is enabled | Michael Woerister | -2/+7 |
| 2017-05-31 | Make a newtype for DefPathHash so they are not confused with content hashes | Michael Woerister | -6/+4 |
| 2017-05-28 | Auto merge of #42175 - michaelwoerister:filemap-hashing-fix-1, r=nikomatsakis | bors | -19/+15 |
| 2017-05-28 | fix RUST_LOG ICE caused by printing a default impl's DefId | Ariel Ben-Yehuda | -7/+3 |
| 2017-05-25 | Improve intercrate hygiene. | Jeffrey Seyfried | -6/+8 |
| 2017-05-25 | Hygienize `librustc_resolve`. | Jeffrey Seyfried | -2/+4 |
| 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-23 | incr.comp.: Track expanded spans instead of FileMaps. | Michael Woerister | -19/+15 |
| 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 |