| Age | Commit message (Expand) | Author | Lines |
| 2015-11-21 | backport: Fix hygiene regression in patterns | Vadim Petrochenkov | -2/+3 |
| 2015-11-04 | Do some slight refactoring, leave the rest for #29436 | Niko Matsakis | -41/+25 |
| 2015-11-04 | Update docs for region inference to reflect current state better | Niko Matsakis | -46/+46 |
| 2015-11-04 | Don't "double check" var-sub-var constraints, which are handled in | Niko Matsakis | -12/+4 |
| 2015-11-04 | remove SupSupConflict, which is now dead code | Niko Matsakis | -49/+0 |
| 2015-11-04 | Remove contraction. The contraction rules predated the notion of an | Niko Matsakis | -291/+18 |
| 2015-11-04 | do not dump extern def-ids with path for now | Niko Matsakis | -6/+10 |
| 2015-10-27 | Auto merge of #26848 - oli-obk:const_fn_const_eval, r=pnkfelix | bors | -21/+98 |
| 2015-10-27 | Auto merge of #29327 - sanxiyn:argument, r=nrc | bors | -34/+28 |
| 2015-10-27 | the const evaluator might run before check_const | Oliver Schneider | -8/+16 |
| 2015-10-27 | Remove NodeArg | Seo Sanghyeon | -28/+2 |
| 2015-10-27 | Distinguish argument from local variable | Seo Sanghyeon | -6/+26 |
| 2015-10-26 | Auto merge of #29303 - petrochenkov:unistrimp, r=eddyb | bors | -2/+2 |
| 2015-10-25 | Auto merge of #29254 - alexcrichton:stabilize-1.5, r=brson | bors | -11/+7 |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -11/+7 |
| 2015-10-25 | syntax/rustc_front: Simplify VariantData::fields | Vadim Petrochenkov | -2/+2 |
| 2015-10-24 | Auto merge of #29215 - fhahn:issue-28157-bad-semicolon, r=alexcrichton | bors | -1/+1 |
| 2015-10-24 | Auto merge of #29259 - arielb1:supertrait-self-2, r=eddyb | bors | -10/+3 |
| 2015-10-24 | Remove bare semicolons | Florian Hahn | -1/+1 |
| 2015-10-24 | object_safety: check whether a supertrait contains Self even without being it | Ariel Ben-Yehuda | -10/+3 |
| 2015-10-22 | improve Scope to print node-ids etc | Niko Matsakis | -1/+18 |
| 2015-10-22 | distinguish projections from the env/obj-types vs those from | Niko Matsakis | -12/+62 |
| 2015-10-21 | save-analysis: don't recompute crate name | Nick Cameron | -2/+2 |
| 2015-10-19 | copy paste error of stable attribute | Oliver Schneider | -1/+0 |
| 2015-10-19 | allow constant evaluation of function calls | Oliver Schneider | -20/+90 |
| 2015-10-18 | Auto merge of #28845 - oli-obk:rfc1229, r=pnkfelix | bors | -5/+12 |
| 2015-10-17 | Auto merge of #29109 - nxnfufunezn:master, r=Manishearth | bors | -0/+22 |
| 2015-10-17 | Auto merge of #29102 - petrochenkov:spanvis, r=alexcrichton | bors | -1/+1 |
| 2015-10-17 | Add span_lint_note and span_lint_help to the LintContext | nxnfufunezn | -0/+22 |
| 2015-10-16 | Auto merge of #29014 - petrochenkov:stability, r=brson | bors | -18/+30 |
| 2015-10-16 | Provide span for visit_enum_def | Vadim Petrochenkov | -1/+1 |
| 2015-10-15 | Add docs for `ast_ty_to_prim_ty` | Manish Goregaokar | -0/+2 |
| 2015-10-14 | Rollup merge of #29006 - arielb1:callee-outlives-call, r=pnkfelix | Manish Goregaokar | -1/+4 |
| 2015-10-13 | implement RFC 1229 | Oliver Schneider | -5/+12 |
| 2015-10-13 | Merge VariantData and VariantData_ | Vadim Petrochenkov | -20/+21 |
| 2015-10-13 | Fix rebase 2 | Vadim Petrochenkov | -3/+3 |
| 2015-10-13 | Merge struct fields and struct kind | Vadim Petrochenkov | -13/+14 |
| 2015-10-13 | Dict -> Struct, StructDef -> VariantData, def -> data | Vadim Petrochenkov | -39/+39 |
| 2015-10-13 | Fix rebase | Vadim Petrochenkov | -4/+4 |
| 2015-10-13 | Provide span for visit_struct_def + remove some dead code | Vadim Petrochenkov | -3/+5 |
| 2015-10-13 | Remove now redundant NodeId from Variant | Vadim Petrochenkov | -27/+28 |
| 2015-10-13 | Decouple structure kinds from NodeIds | Vadim Petrochenkov | -17/+14 |
| 2015-10-13 | Unify structures and enum variants in HIR | Vadim Petrochenkov | -19/+8 |
| 2015-10-13 | Refactor attr::Stability | Vadim Petrochenkov | -18/+30 |
| 2015-10-12 | require a method callee's type to outlive the call | Ariel Ben-Yehuda | -1/+4 |
| 2015-10-10 | Auto merge of #28938 - GlenDC:master, r=Manishearth | bors | -0/+1 |
| 2015-10-10 | Whitelisting PatWild for E0022. Fix #28822 | glendc | -0/+1 |
| 2015-10-10 | Auto merge of #28861 - pnkfelix:fsk-nonparam-dropck-issue28498, r=arielb1 | bors | -72/+22 |
| 2015-10-09 | review comment: further refinement of comment above `fn is_adt_dtorck`. | Felix S. Klock II | -3/+12 |
| 2015-10-09 | Auto merge of #28857 - nrc:lowering, r=nikomatsakis | bors | -24/+79 |