| Age | Commit message (Expand) | Author | Lines |
| 2016-02-29 | Use HIR map instead of tcx in constant evaluator | Seo Sanghyeon | -1/+18 |
| 2016-02-16 | Split PatKind::Enum into PatKind::TupleStruct and PatKind::Path | Vadim Petrochenkov | -5/+3 |
| 2016-02-14 | Rename hir::Pat_ and its variants | Vadim Petrochenkov | -9/+9 |
| 2016-02-12 | Autoderef in librustc | Jonas Schievink | -20/+20 |
| 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 | -10/+10 |
| 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 | -30/+30 |
| 2016-02-11 | [breaking-change] don't glob export ast::FloatTy variants | Oliver Schneider | -2/+2 |
| 2016-02-04 | ICE more gracefully in constant evaluation when float parsing fails | Robin Kruppe | -3/+9 |
| 2016-01-25 | Auto merge of #30899 - oli-obk:non-local-const-fn, r=pnkfelix | bors | -58/+11 |
| 2016-01-21 | clean up trans_static_method_callee and friends | Ariel Ben-Yehuda | -14/+5 |
| 2016-01-20 | Rename Def's variants and don't reexport them | Vadim Petrochenkov | -15/+16 |
| 2016-01-20 | Refactor definitions of ADTs in rustc::middle::def | Vadim Petrochenkov | -4/+4 |
| 2016-01-17 | enable cross crate and unsafe const fn | Oliver Schneider | -58/+11 |
| 2016-01-17 | Rollup merge of #30943 - alexcrichton:stabilize-1.7, r=aturon | Manish Goregaokar | -2/+2 |
| 2016-01-16 | std: Stabilize APIs for the 1.7 release | Alex Crichton | -2/+2 |
| 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 | -1/+1 |
| 2016-01-16 | simplify some code | Oliver 'ker' Schneider | -20/+6 |
| 2016-01-16 | fallout from removing the `errors_will_be_reported` flag | Niko Matsakis | -1/+1 |
| 2016-01-14 | Support generic associated consts | Michael Wu | -15/+26 |
| 2015-12-19 | Auto merge of #30184 - petrochenkov:ascr, r=nikomatsakis | bors | -0/+1 |
| 2015-12-18 | Rollup merge of #30420 - petrochenkov:owned2, r=nrc | Manish Goregaokar | -2/+2 |
| 2015-12-18 | Rollup merge of #30286 - oli-obk:const_error_span, r=nikomatsakis | Manish Goregaokar | -25/+19 |
| 2015-12-18 | Abstract away differences between Vec and ptr::P in HIR | Vadim Petrochenkov | -2/+2 |
| 2015-12-16 | Add ExprType to HIR and make everything compile | Vadim Petrochenkov | -1/+1 |
| 2015-12-16 | Implement type ascription. | Eduard Burtescu | -0/+1 |
| 2015-12-16 | Auto merge of #30141 - oli-obk:fix/30117, r=arielb1 | bors | -1/+6 |
| 2015-12-10 | Make MIR encodable and store it in crate metadata. | Michael Woerister | -1/+1 |
| 2015-12-09 | forward inner error in struct and tuple field access | Oliver Schneider | -25/+19 |
| 2015-12-09 | Auto merge of #30266 - oli-obk:expr_type_checked, r=luqmana | bors | -40/+23 |
| 2015-12-08 | shorten common if let patterns to function calls | Oliver Schneider | -40/+23 |
| 2015-12-07 | Auto merge of #30087 - petrochenkov:indi, r=nrc | bors | -2/+2 |
| 2015-12-07 | Remove some unnecessary indirection from HIR structures | Vadim Petrochenkov | -2/+2 |
| 2015-12-06 | allow const function calls in consts that are used in patterns | Oliver Schneider | -1/+6 |
| 2015-12-05 | fix const index feature-gate regression | Oliver Schneider | -9/+4 |
| 2015-12-04 | Auto merge of #30084 - oli-obk:const_fn, r=pnkfelix | bors | -27/+51 |
| 2015-12-01 | Auto merge of #25570 - oli-obk:const_indexing, r=nikomatsakis | bors | -1/+93 |
| 2015-11-27 | implement calling of `const fn`-methods in true constants | Oliver Schneider | -27/+51 |
| 2015-11-26 | split the metadata code into rustc_metadata | Ariel Ben-Yehuda | -6/+6 |
| 2015-11-26 | stop using csearch in librustc and librustc_lint | Ariel Ben-Yehuda | -13/+10 |
| 2015-11-20 | Auto merge of #29534 - oli-obk:fix/const_fn_eval, r=dotdash | bors | -15/+14 |
| 2015-11-20 | add feature gate `const_indexing` | Oliver Schneider | -0/+11 |
| 2015-11-18 | Port a bunch of code new-visitor; all of these ports were | Niko Matsakis | -1/+1 |
| 2015-11-18 | allow indexing into constant arrays | Oliver Schneider | -1/+82 |
| 2015-11-17 | Auto merge of #29797 - oli-obk:remove-fromb, r=nikomatsakis | bors | -25/+29 |
| 2015-11-16 | ImplItem_ -> ImplItemKind rename | Oliver Schneider | -3/+3 |
| 2015-11-16 | rename ImplItem_::*ImplItem to ImplItem_::* | Oliver Schneider | -3/+3 |
| 2015-11-12 | remove bool -> int conversion in const evaluator | Oliver Schneider | -25/+29 |