| Age | Commit message (Expand) | Author | Lines |
| 2016-04-20 | debugging, misc fixes | Nick Cameron | -8/+11 |
| 2016-04-20 | def_collector and crate reader operate on AST instead of HIR | Nick Cameron | -54/+26 |
| 2016-04-20 | Trivial refactoring | Nick Cameron | -9/+8 |
| 2016-04-15 | Auto merge of #32779 - michaelwoerister:partitioning, r=nikomatsakis | bors | -0/+3 |
| 2016-04-15 | Add initial version of codegen unit partitioning for incremental compilation. | Michael Woerister | -0/+3 |
| 2016-04-14 | Auto merge of #32317 - taralx:master, r=alexcrichton | bors | -55/+43 |
| 2016-04-14 | Deduplicate libraries on hash instead of filename. | JP Sugarbroad | -55/+43 |
| 2016-04-14 | Auto merge of #32883 - sanxiyn:nameless-defkey, r=arielb1 | bors | -22/+132 |
| 2016-04-13 | Auto merge of #32780 - soltanmm:consider-the-following, r=nikomatsakis | bors | -0/+20 |
| 2016-04-12 | Do not encode name when encoding DefKey | Seo Sanghyeon | -22/+132 |
| 2016-04-07 | Do not rely on file extensions after path canonicalization. | Vadim Chugunov | -11/+29 |
| 2016-04-07 | Auto merge of #32016 - nikomatsakis:incr-comp-save, r=mw | bors | -3/+3 |
| 2016-04-07 | Make `hir::Visibility` non-copyable and add `ty::Visibility` | Jeffrey Seyfried | -33/+42 |
| 2016-04-06 | Replace consider_unification_despite_ambiguity with obligation variant | Masood Malekghassemi | -0/+20 |
| 2016-04-06 | make an incremental crate | Niko Matsakis | -3/+3 |
| 2016-04-06 | rustc: retire hir::map's paths. | Eduard Burtescu | -155/+14 |
| 2016-04-06 | rustc: move some maps from ty to hir. | Eduard Burtescu | -7/+7 |
| 2016-04-06 | rustc: move middle::{def,def_id,pat_util} to hir. | Eduard Burtescu | -13/+13 |
| 2016-04-06 | syntax: dismantle ast_util. | Eduard Burtescu | -8/+9 |
| 2016-04-06 | rustc: move rustc_front to rustc::hir. | Eduard Burtescu | -30/+28 |
| 2016-03-31 | librustc_metadata: use bug!(), span_bug!() | Benjamin Herr | -74/+62 |
| 2016-03-30 | Auto merge of #32439 - jseyfried:visible_suggestions, r=nrc | bors | -4/+63 |
| 2016-03-30 | Add method `visible_item_path` to `CStore` | Jeffrey Seyfried | -4/+63 |
| 2016-03-30 | rename `rustc_const_eval` to `rustc_const_math` | Oliver Schneider | -3/+3 |
| 2016-03-27 | rustc: move cfg, infer, traits and ty from middle to top-level. | Eduard Burtescu | -21/+21 |
| 2016-03-27 | rustc: move middle::subst into middle::ty. | Eduard Burtescu | -8/+8 |
| 2016-03-25 | renumber error from E0522 to E0523 | Niko Matsakis | -2/+2 |
| 2016-03-25 | Correections due to refactoring . | Niko Matsakis | -2/+2 |
| 2016-03-25 | pacify the merciless tidy: s/E0521/E0522 | Niko Matsakis | -2/+2 |
| 2016-03-25 | renumber diagnostic to avoid conflict | Niko Matsakis | -2/+2 |
| 2016-03-25 | track the extern-crate def-id rather than path | Niko Matsakis | -93/+87 |
| 2016-03-25 | store krate information more uniformly | Niko Matsakis | -7/+3 |
| 2016-03-25 | track def-id for inlined items | Niko Matsakis | -11/+31 |
| 2016-03-25 | Add a "link-guard" to avoid accidentally linking to a wrong dylib at runtime. | Michael Woerister | -6/+11 |
| 2016-03-25 | Make the compiler emit an error if the crate graph contains two crates with t... | Michael Woerister | -10/+58 |
| 2016-03-25 | Compute a salt from arguments passed via -Cmetadata. | Michael Woerister | -0/+19 |
| 2016-03-25 | Make CrateStore::crate_name() return an InternedString to avoid unnecessary a... | Michael Woerister | -2/+2 |
| 2016-03-25 | CrateStore: Allow for custom def_id_to_string mappings in encode_type(). | Michael Woerister | -16/+23 |
| 2016-03-24 | remove ErasedRegions from substitutions | Niko Matsakis | -26/+3 |
| 2016-03-22 | sprinkle feature gates here and there | Jorge Aparicio | -0/+1 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -6/+6 |
| 2016-03-17 | trans: Rename MonoId to Instance and start using it in more places. | Eduard Burtescu | -8/+12 |
| 2016-03-17 | metadata: Constrain FoundAst::FoundParent to an Item. | Eduard Burtescu | -94/+67 |
| 2016-03-17 | metedata: Remove the unnecessary indirection to astencode. | Eduard Burtescu | -80/+18 |
| 2016-03-14 | Fixes after a rebase | Aaron Turon | -1/+1 |
| 2016-03-14 | Move specialization graph walks to iterators; make associated type | Aaron Turon | -1/+8 |
| 2016-03-14 | Initial incorporation of specialization: | Aaron Turon | -1/+26 |
| 2016-03-14 | Hook `default` keyword into metadata and carry data through to typeck | Aaron Turon | -0/+30 |
| 2016-03-14 | Auto merge of #30587 - oli-obk:eager_const_eval2, r=nikomatsakis | bors | -12/+19 |
| 2016-03-14 | rustbuild | Oliver Schneider | -0/+1 |