| Age | Commit message (Expand) | Author | Lines |
| 2017-02-23 | remove vestiges of the old suggestion machinery | Niko Matsakis | -256/+26 |
| 2017-01-30 | Merge ty::TyBox into ty::TyAdt | Vadim Petrochenkov | -1/+0 |
| 2017-01-26 | rustc: Remove all "consider using an explicit lifetime parameter" suggestions | Brian Anderson | -714/+4 |
| 2017-01-26 | Auto merge of #39066 - arielb1:lifetime-extension-test, r=nikomatsakis | bors | -5/+0 |
| 2017-01-26 | Auto merge of #39309 - eddyb:map-shmap, r=nikomatsakis | bors | -42/+42 |
| 2017-01-26 | rustc: don't call the HIR AST. | Eduard-Mihai Burtescu | -22/+22 |
| 2017-01-26 | rustc: rename TyCtxt's `map` field to `hir`. | Eduard-Mihai Burtescu | -21/+21 |
| 2017-01-26 | Update error code number | Guillaume Gomez | -1/+1 |
| 2017-01-26 | Add a distinct error code and description for "main function has wrong type" | Guillaume Gomez | -2/+5 |
| 2017-01-25 | rename `Tables` to `TypeckTables` | Niko Matsakis | -24/+24 |
| 2017-01-25 | end temporary lifetimes being extended by `let X: &_` hints | Ariel Ben-Yehuda | -5/+0 |
| 2017-01-06 | rustc: keep track of tables everywhere as if they were per-body. | Eduard-Mihai Burtescu | -53/+139 |
| 2017-01-04 | Update for changes to TraitItem on master. | Eduard-Mihai Burtescu | -3/+3 |
| 2017-01-04 | Don't leak the compiler's internal representation of scopes in error messages. | Eduard-Mihai Burtescu | -15/+41 |
| 2016-12-31 | Split CtxtArenas into GlobalArenas and CtxtInterners. | Mark Simulacrum | -4/+5 |
| 2016-12-28 | rustc: always print nested nodes where a HIR map is available. | Eduard-Mihai Burtescu | -8/+17 |
| 2016-12-28 | rustc: move function arguments into hir::Body. | Eduard-Mihai Burtescu | -26/+25 |
| 2016-12-28 | rustc: separate TraitItem from their parent Item, just like ImplItem. | Eduard-Mihai Burtescu | -1/+1 |
| 2016-12-23 | Auto merge of #38232 - jseyfried:refactor_global_paths, r=nrc | bors | -1/+0 |
| 2016-12-22 | Refactor how global paths are represented (for both ast and hir). | Jeffrey Seyfried | -1/+0 |
| 2016-12-20 | Allow multiple suggestions | Guillaume Gomez | -1/+2 |
| 2016-12-20 | Create check_ref method to allow to check coercion with & types | Guillaume Gomez | -1/+1 |
| 2016-12-20 | Return DiagnosticBuilder to add help suggestions | Guillaume Gomez | -156/+2 |
| 2016-12-20 | Move suggestion list creation to coerce check | Guillaume Gomez | -22/+82 |
| 2016-12-20 | Add safe_suggestion attribute | Guillaume Gomez | -5/+24 |
| 2016-12-20 | Start of implementation of proposal for E0308 | Guillaume Gomez | -2/+77 |
| 2016-12-03 | Add TypeVariableOrigin enum | Keith Yeung | -11/+52 |
| 2016-11-28 | Adds TyCtxt::require_lang_item(LangItem) to simplify lang item requires. | Mark-Simulacrum | -2/+1 |
| 2016-11-28 | Refactor TyTrait to contain a interned ExistentialPredicate slice. | Mark-Simulacrum | -1/+1 |
| 2016-11-28 | Remove BuiltinBound and BuiltinBounds. | Mark-Simulacrum | -1/+5 |
| 2016-11-28 | rustc: embed path resolutions into the HIR instead of keeping DefMap. | Eduard-Mihai Burtescu | -1/+2 |
| 2016-11-28 | rustc: desugar UFCS as much as possible during HIR lowering. | Eduard Burtescu | -7/+4 |
| 2016-11-28 | rustc: encode the optionality of type parameters in HIR paths. | Eduard Burtescu | -0/+1 |
| 2016-11-20 | Move `syntax::util::interner` -> `syntax::symbol`, cleanup. | Jeffrey Seyfried | -3/+3 |
| 2016-11-15 | register `infer-ok` obligations properly | Niko Matsakis | -1/+2 |
| 2016-11-15 | remove TypeOrigin and use ObligationCause instead | Niko Matsakis | -173/+100 |
| 2016-11-12 | address review comments | Ariel Ben-Yehuda | -4/+0 |
| 2016-11-12 | rustc: move closure upvar types to the closure substs | Ariel Ben-Yehuda | -1/+1 |
| 2016-11-12 | Rollup merge of #37688 - eddyb:lazy-8, r=petrochenkov | Eduard-Mihai Burtescu | -1/+1 |
| 2016-11-12 | Rollup merge of #37659 - nikomatsakis:sfackler-36340-fix, r=eddyb | Eduard-Mihai Burtescu | -43/+142 |
| 2016-11-12 | Rollup merge of #37551 - Mark-Simulacrum:upgrade-accvec, r=eddyb | Eduard-Mihai Burtescu | -1/+1 |
| 2016-11-12 | Rollup merge of #37481 - estebank:lifetime-help-removal-for-impl, r=eddyb | Eduard-Mihai Burtescu | -14/+21 |
| 2016-11-11 | Change implementation of syntax::util::SmallVector to use data_structures::Sm... | Mark-Simulacrum | -1/+1 |
| 2016-11-10 | Don't hint to add lifetime on trait impl | Esteban Küber | -14/+21 |
| 2016-11-10 | ExprAssignable does not need the original Expr so let's just remove outdated ... | Luqman Aden | -1/+0 |
| 2016-11-10 | rustc: clean up lookup_item_type and remove TypeScheme. | Eduard Burtescu | -1/+1 |
| 2016-11-08 | introduce a `fudge_regions_if_ok` to address false region edges | Niko Matsakis | -43/+142 |
| 2016-11-08 | Replace FnvHasher use with FxHasher. | Nicholas Nethercote | -43/+42 |
| 2016-11-06 | rustc: harden against InferOk having obligations in more cases. | Eduard Burtescu | -3/+10 |
| 2016-11-04 | Rollup merge of #37408 - eddyb:lazy-5, r=nikomatsakis | Alex Crichton | -23/+3 |