| Age | Commit message (Expand) | Author | Lines |
| 2016-02-23 | Revert "Auto merge of #30533 - nikomatsakis:fulfillment-tree, r=aturon" | Niko Matsakis | -2/+2 |
| 2016-01-18 | Auto merge of #30953 - KalitaAlexey:17823-get-rid-of-duplicate-error, r=nrc | bors | -0/+7 |
| 2016-01-18 | simplify E0308 message for primitive types | kalita.alexey | -0/+7 |
| 2016-01-16 | Auto merge of #30533 - nikomatsakis:fulfillment-tree, r=aturon | bors | -2/+2 |
| 2016-01-16 | fallout from removing the `errors_will_be_reported` flag | Niko Matsakis | -2/+2 |
| 2016-01-15 | Preserve struct/variant kinds in metadata | Vadim Petrochenkov | -8/+3 |
| 2016-01-07 | Rename fold_subitems_with to super_fold_with | Jeffrey Seyfried | -157/+157 |
| 2016-01-07 | Refactor away extension traits RegionEscape and HasTypeFlags | Jeffrey Seyfried | -132/+115 |
| 2016-01-07 | Create a visitor for `TypeFoldable`s and use it to implement RegionEscape and... | Jeffrey Seyfried | -596/+463 |
| 2016-01-06 | Auto merge of #30532 - nikomatsakis:cross-item-dependencies, r=mw | bors | -245/+418 |
| 2016-01-06 | Use `memoized` helper more often. | Niko Matsakis | -27/+15 |
| 2016-01-06 | Fix numerous typos, renamings, and minor nits raised by mw. | Niko Matsakis | -2/+2 |
| 2016-01-05 | Refactor compiler to make use of dep-tracking-maps. Also, in cases where | Niko Matsakis | -248/+400 |
| 2016-01-05 | Annotate the compiler with information about what it is doing when. | Niko Matsakis | -1/+30 |
| 2016-01-05 | Add DepGraph to tcx. | Niko Matsakis | -1/+5 |
| 2016-01-05 | Introduce the DepGraph and DepTracking map abstractions, | Niko Matsakis | -1/+1 |
| 2015-12-31 | Avoid adding drops for types w/ no dtor in MIR construction | Wesley Wiser | -1/+34 |
| 2015-12-31 | Auto merge of #30585 - Ms2ger:ExplicitSelfCategory, r=brson | bors | -5/+4 |
| 2015-12-30 | use structured errors | Nick Cameron | -27/+27 |
| 2015-12-28 | Rename ExplicitSelfCategory's variants and stop re-exporting them. | Ms2ger | -5/+4 |
| 2015-12-28 | rewrite the method-receiver matching code | Ariel Ben-Yehuda | -2/+0 |
| 2015-12-19 | Auto merge of #30184 - petrochenkov:ascr, r=nikomatsakis | bors | -0/+4 |
| 2015-12-18 | Auto merge of #30389 - nikomatsakis:rfc1214-error, r=arielb1 | bors | -83/+34 |
| 2015-12-18 | Make RFC 1214 warnings into errors, and rip out the "warn or err" | Niko Matsakis | -83/+34 |
| 2015-12-18 | Deprecate name `OwnedSlice` and don't use it | Vadim Petrochenkov | -3/+3 |
| 2015-12-17 | Remove unused imports | Jeffrey Seyfried | -2/+1 |
| 2015-12-16 | Auto merge of #30341 - pnkfelix:call-site-scope, r=nikomatsakis | bors | -37/+37 |
| 2015-12-16 | Add ExprType to HIR and make everything compile | Vadim Petrochenkov | -0/+4 |
| 2015-12-15 | Ensure borrows of fn/closure params do not outlive invocations. | Felix S. Klock II | -37/+37 |
| 2015-12-11 | Make name resolution errors non-fatal | Nick Cameron | -2/+1 |
| 2015-12-10 | Make MIR encodable and store it in crate metadata. | Michael Woerister | -4/+24 |
| 2015-12-09 | Auto merge of #30140 - michaelwoerister:tls-encoding, r=nikomatsakis | bors | -1/+37 |
| 2015-12-09 | Add scoped thread-local encoding and decoding contexts to cstore. | Michael Woerister | -1/+37 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -1/+2 |
| 2015-12-01 | Add some consistency checks for value interning in ty::ctxt. | Michael Woerister | -5/+18 |
| 2015-11-28 | Auto merge of #29383 - petrochenkov:empstr, r=pnkfelix | bors | -4/+4 |
| 2015-11-26 | split the metadata code into rustc_metadata | Ariel Ben-Yehuda | -3/+2 |
| 2015-11-26 | make CrateStore a trait object | Ariel Ben-Yehuda | -1/+1 |
| 2015-11-26 | stop using csearch in librustc and librustc_lint | Ariel Ben-Yehuda | -38/+34 |
| 2015-11-19 | Changes to data produced by privacy pass | Vadim Petrochenkov | -3/+1 |
| 2015-11-19 | Fix the fallout | Vadim Petrochenkov | -4/+4 |
| 2015-11-16 | ImplItem_ -> ImplItemKind rename | Oliver Schneider | -4/+4 |
| 2015-11-16 | rename ImplItem_::*ImplItem to ImplItem_::* | Oliver Schneider | -4/+4 |
| 2015-11-15 | add a global evaluation cache | Ariel Ben-Yehuda | -0/+6 |
| 2015-11-15 | simplify and reduce the size of EvaluationResult | Ariel Ben-Yehuda | -0/+7 |
| 2015-11-06 | Auto merge of #29615 - steveklabnik:lol_strings, r=alexcrichton | bors | -9/+6 |
| 2015-11-05 | remove excess string allocation | Steve Klabnik | -9/+6 |
| 2015-11-04 | Unwrap the RefCell around DefMap | Jonathan S | -2/+2 |
| 2015-11-04 | Auto merge of #29564 - gereeter:no-freevar-refcell, r=sanxiyn | bors | -2/+2 |
| 2015-11-03 | Remove the RefCell around freevars and freevars_seen in librustc_resolve | Jonathan S | -2/+2 |