| Age | Commit message (Expand) | Author | Lines |
| 2016-02-23 | Revert "Auto merge of #30533 - nikomatsakis:fulfillment-tree, r=aturon" | Niko Matsakis | -474/+227 |
| 2016-02-18 | Split dummy in region inference graph into distinct source and sink nodes. | Felix S. Klock II | -3/+10 |
| 2016-01-18 | fix path to region inference documentation | Benjamin Peterson | -1/+1 |
| 2016-01-18 | Auto merge of #30953 - KalitaAlexey:17823-get-rid-of-duplicate-error, r=nrc | bors | -3/+21 |
| 2016-01-18 | simplify E0308 message for primitive types | kalita.alexey | -3/+21 |
| 2016-01-17 | Auto merge of #30978 - nikomatsakis:fulfillment-tree-add-fixme, r=aturon | bors | -1/+1 |
| 2016-01-17 | add fixme number into code | Niko Matsakis | -1/+1 |
| 2016-01-17 | Rollup merge of #30943 - alexcrichton:stabilize-1.7, r=aturon | Manish Goregaokar | -10/+13 |
| 2016-01-16 | std: Stabilize APIs for the 1.7 release | Alex Crichton | -10/+13 |
| 2016-01-16 | Auto merge of #30934 - oli-obk:simplify_const_eval, r=alexcrichton | bors | -20/+6 |
| 2016-01-16 | Auto merge of #30533 - nikomatsakis:fulfillment-tree, r=aturon | bors | -227/+474 |
| 2016-01-16 | simplify some code | Oliver 'ker' Schneider | -20/+6 |
| 2016-01-16 | Document `ObligationForest` better. | Niko Matsakis | -1/+1 |
| 2016-01-16 | Pacify tidy. | Niko Matsakis | -1/+2 |
| 2016-01-16 | Implement a hacky version of the DAG support we ultimately want, leaving | Niko Matsakis | -6/+52 |
| 2016-01-16 | Detect cycles and specialize error reporting for Sized. It is important | Niko Matsakis | -7/+187 |
| 2016-01-16 | Permit coinductive match only for purely OIBIT backtraces. | Niko Matsakis | -11/+38 |
| 2016-01-16 | Fix bug in new stall checking code, it should consider integer variables | Niko Matsakis | -1/+1 |
| 2016-01-16 | fallout from removing the `errors_will_be_reported` flag | Niko Matsakis | -30/+35 |
| 2016-01-16 | only insert global predicates into the global cache once we've | Niko Matsakis | -36/+27 |
| 2016-01-16 | enable coinductive reasoning for structural traits, this is | Niko Matsakis | -0/+13 |
| 2016-01-16 | Auto merge of #30930 - oli-obk:fix/30887, r=arielb1 | bors | -67/+7 |
| 2016-01-16 | Auto merge of #30896 - petrochenkov:vkindmeta, r=alexcrichton | bors | -8/+3 |
| 2016-01-15 | Auto merge of #30446 - michaelwu:associated-const-type-params-pt1, r=nikomats... | bors | -21/+30 |
| 2016-01-15 | Preserve struct/variant kinds in metadata | Vadim Petrochenkov | -8/+3 |
| 2016-01-15 | move const block checks before lowering step | Oliver Schneider | -67/+7 |
| 2016-01-14 | Support generic associated consts | Michael Wu | -21/+30 |
| 2016-01-14 | switch the fulfillment context to use the new obligation forest; | Niko Matsakis | -129/+90 |
| 2016-01-14 | modify trait checker to track the variables on which trait resolution is | Niko Matsakis | -46/+69 |
| 2016-01-14 | Require stability annotations on fields of tuple variants | Vadim Petrochenkov | -15/+1 |
| 2016-01-11 | Rollup merge of #30737 - Ms2ger:MutateMode, r=sanxiyn | Simonas Kazlauskas | -10/+12 |
| 2016-01-08 | Change error scheme so that if projection fails we generate `A::B` instead of... | Niko Matsakis | -5/+20 |
| 2016-01-08 | Remove ErrorCandidate in favor of just generating an ambiguous result | Niko Matsakis | -11/+11 |
| 2016-01-08 | Make coherence more tolerant of error types. | Niko Matsakis | -1/+4 |
| 2016-01-07 | Rename fold_subitems_with to super_fold_with | Jeffrey Seyfried | -180/+180 |
| 2016-01-07 | Refactor away extension traits RegionEscape and HasTypeFlags | Jeffrey Seyfried | -155/+132 |
| 2016-01-07 | Create a visitor for `TypeFoldable`s and use it to implement RegionEscape and... | Jeffrey Seyfried | -682/+523 |
| 2016-01-06 | Auto merge of #30532 - nikomatsakis:cross-item-dependencies, r=mw | bors | -258/+455 |
| 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-06 | Stop re-exporting MutateMode's variants. | Ms2ger | -10/+12 |
| 2016-01-05 | Workaround stage0 bug | Niko Matsakis | -1/+1 |
| 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 | -13/+66 |
| 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 |
| 2016-01-06 | Auto merge of #30492 - wesleywiser:fix_extra_drops, r=pnkfelix | bors | -1/+34 |
| 2016-01-03 | Refactor candidate selection | Florian Hahn | -11/+12 |
| 2016-01-02 | Use for_each_impl | Florian Hahn | -24/+15 |
| 2016-01-02 | Manually check trait implementations | Florian Hahn | -12/+31 |