| Age | Commit message (Expand) | Author | Lines |
| 2016-03-16 | Do not report errors from regionck if other errors were already | Niko Matsakis | -2/+13 |
| 2016-03-16 | remove wrong assert in check_match | Ariel Ben-Yehuda | -4/+1 |
| 2016-03-01 | Auto merge of #31962 - sanxiyn:const-eval-map, r=arielb1 | bors | -1/+18 |
| 2016-02-29 | std: Stabilize APIs for the 1.8 release | Alex Crichton | -14/+43 |
| 2016-02-29 | Use HIR map instead of tcx in constant evaluator | Seo Sanghyeon | -1/+18 |
| 2016-02-27 | Rollup merge of #31929 - dotdash:less_rallocx, r=alexcrichton | Manish Goregaokar | -0/+5 |
| 2016-02-27 | Avoid excessive reallocations during item-bodies checking | Björn Steinbrink | -0/+5 |
| 2016-02-26 | Use .copy_from_slice() where applicable | Ulrik Sverdrup | -2/+2 |
| 2016-02-22 | Add crate_name in E0152 error display | ggomez | -2/+5 |
| 2016-02-20 | store the normalized types of field accesses | Ariel Ben-Yehuda | -0/+7 |
| 2016-02-20 | make *mut T -> *const T a coercion | Ariel Ben-Yehuda | -9/+28 |
| 2016-02-17 | Auto merge of #31685 - petrochenkov:patrefact2, r=eddyb | bors | -178/+167 |
| 2016-02-16 | Split PatKind::Enum into PatKind::TupleStruct and PatKind::Path | Vadim Petrochenkov | -77/+66 |
| 2016-02-15 | use stalled_on in all obligation types | Ariel Ben-Yehuda | -14/+33 |
| 2016-02-14 | Rename hir::Pat_ and its variants | Vadim Petrochenkov | -130/+130 |
| 2016-02-13 | Auto merge of #31588 - soltanmm:layer, r=nikomatsakis | bors | -10/+7 |
| 2016-02-12 | Autoderef in librustc | Jonas Schievink | -243/+243 |
| 2016-02-11 | Pass through diagnostic handler instead | arcnmx | -1/+3 |
| 2016-02-11 | Only retain external static symbols across LTO | arcnmx | -13/+11 |
| 2016-02-11 | [breaking-change] don't glob export ast::Mutablity variants | Oliver 'ker' Schneider | -2/+2 |
| 2016-02-11 | [breaking-change] don't pub export ast::IntLitType variants | Oliver Schneider | -3/+3 |
| 2016-02-11 | [breaking-change] don't pub export ast::Lit_ variants | Oliver Schneider | -11/+11 |
| 2016-02-11 | [breaking-change] remove the sign from integer literals in the ast | Oliver Schneider | -4/+2 |
| 2016-02-11 | [breaking-change] don't glob export ast::{UintTy, IntTy} variants | Oliver Schneider | -123/+123 |
| 2016-02-11 | [breaking-change] don't glob export ast::FloatTy variants | Oliver Schneider | -6/+6 |
| 2016-02-11 | [breaking-change] don't glob import/export syntax::abi enum variants | Oliver Schneider | -7/+7 |
| 2016-02-11 | Move FulfillmentContext out of InferCtxt | Masood Malekghassemi | -4/+1 |
| 2016-02-10 | Update some debug logging | Masood Malekghassemi | -6/+6 |
| 2016-02-09 | Auto merge of #31523 - steveklabnik:rollup, r=steveklabnik | bors | -3/+3 |
| 2016-02-09 | Minor spelling fixes | Carlos E. Garcia | -3/+3 |
| 2016-02-09 | make `MirMap` a struct instead of a type alias for `NodeMap` | Oliver Schneider | -2/+3 |
| 2016-02-08 | Split dummy in region inference graph into distinct source and sink nodes. | Felix S. Klock II | -3/+10 |
| 2016-02-06 | Auto merge of #31410 - rkruppe:issue31109, r=pnkfelix | bors | -3/+9 |
| 2016-02-06 | Auto merge of #31307 - nagisa:mir-drop-terminator, r=nikomatsakis | bors | -7/+5 |
| 2016-02-05 | Auto merge of #31304 - nikomatsakis:incr-comp-read-from-hir-map, r=michaelwoe... | bors | -6/+30 |
| 2016-02-05 | Instrument a bunch of tasks that employ the HIR map in one way or | Niko Matsakis | -5/+29 |
| 2016-02-05 | Instrument the AST map so that it registers reads when data is | Niko Matsakis | -1/+1 |
| 2016-02-05 | Auto merge of #31349 - nikomatsakis:issue-31157-obligation-forest-cache, r=at... | bors | -56/+123 |
| 2016-02-04 | ICE more gracefully in constant evaluation when float parsing fails | Robin Kruppe | -3/+9 |
| 2016-02-04 | Synthesize calls to box_free language item | Simonas Kazlauskas | -7/+5 |
| 2016-02-03 | Improve detection of unused imports | Jeffrey Seyfried | -1/+1 |
| 2016-02-02 | Spelling fix in `middle::def::Def` | Dirk Gadsden | -1/+1 |
| 2016-02-01 | Use the per-tree state to detect and permit DAGs (but not cyclic graphs) | Niko Matsakis | -41/+80 |
| 2016-02-01 | Add a notion of "per-tree" state | Niko Matsakis | -18/+46 |
| 2016-02-01 | Some changes to save-analysis to cope with errors | Nick Cameron | -0/+10 |
| 2016-02-01 | Replace some aborts with Results | Nick Cameron | -4/+7 |
| 2016-01-29 | Auto merge of #30900 - michaelwoerister:trans_item_collect, r=nikomatsakis | bors | -2/+8 |
| 2016-01-27 | Auto merge of #31020 - regexident:fix_16884, r=brson | bors | -50/+64 |
| 2016-01-26 | Implement the translation item collector. | Michael Woerister | -2/+8 |
| 2016-01-26 | Rollup merge of #31184 - arielb1:remove-implicator, r=nikomatsakis | Manish Goregaokar | -454/+0 |