| Age | Commit message (Expand) | Author | Lines |
| 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 | 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 |
| 2016-03-10 | Auto merge of #32121 - GuillaumeGomez:help_e0514, r=cmr | bors | -8/+10 |
| 2016-03-10 | typestrong constant integers | Oliver Schneider | -12/+18 |
| 2016-03-09 | Auto merge of #31710 - eddyb:reify, r=nikomatsakis | bors | -7/+10 |
| 2016-03-09 | Track fn type and lifetime parameters in TyFnDef. | Eduard Burtescu | -5/+7 |
| 2016-03-09 | Split TyBareFn into TyFnDef and TyFnPtr. | Eli Friedman | -7/+8 |
| 2016-03-08 | Add help for E0514 | ggomez | -8/+10 |
| 2016-03-06 | Add method `visibility` to `CrateStore` | Jeffrey Seyfried | -0/+9 |
| 2016-03-03 | Rename middle::ty::ctxt to TyCtxt | Jeffrey Seyfried | -70/+70 |
| 2016-03-03 | Auto merge of #31824 - jseyfried:privacy_in_resolve, r=nikomatsakis | bors | -5/+2 |
| 2016-03-02 | Move span into `StructField` | Vadim Petrochenkov | -2/+2 |
| 2016-03-02 | Use numeric field `Name`s ("0", "1" etc) for positional fields | Vadim Petrochenkov | -7/+10 |
| 2016-02-29 | std: Stabilize APIs for the 1.8 release | Alex Crichton | -1/+0 |