| 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 | -7/+6 |
| 2015-10-27 | the const evaluator might run before check_const | Oliver Schneider | -8/+16 |
| 2015-10-27 | Remove NodeArg | Seo Sanghyeon | -1/+1 |
| 2015-10-27 | Distinguish argument from local variable | Seo Sanghyeon | -6/+5 |
| 2015-10-26 | Auto merge of #29303 - petrochenkov:unistrimp, r=eddyb | bors | -1/+1 |
| 2015-10-25 | Auto merge of #29254 - alexcrichton:stabilize-1.5, r=brson | bors | -4/+4 |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -4/+4 |
| 2015-10-25 | syntax/rustc_front: Simplify VariantData::fields | Vadim Petrochenkov | -1/+1 |
| 2015-10-24 | Auto merge of #29259 - arielb1:supertrait-self-2, r=eddyb | bors | -10/+3 |
| 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 | -4/+4 |
| 2015-10-17 | Auto merge of #29102 - petrochenkov:spanvis, r=alexcrichton | bors | -1/+1 |
| 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-13 | implement RFC 1229 | Oliver Schneider | -4/+4 |
| 2015-10-13 | Merge VariantData and VariantData_ | Vadim Petrochenkov | -14/+15 |
| 2015-10-13 | Fix rebase 2 | Vadim Petrochenkov | -3/+3 |
| 2015-10-13 | Merge struct fields and struct kind | Vadim Petrochenkov | -4/+4 |
| 2015-10-13 | Dict -> Struct, StructDef -> VariantData, def -> data | Vadim Petrochenkov | -18/+18 |
| 2015-10-13 | Fix rebase | Vadim Petrochenkov | -2/+2 |
| 2015-10-13 | Provide span for visit_struct_def + remove some dead code | Vadim Petrochenkov | -1/+1 |
| 2015-10-13 | Remove now redundant NodeId from Variant | Vadim Petrochenkov | -15/+16 |
| 2015-10-13 | Decouple structure kinds from NodeIds | Vadim Petrochenkov | -4/+6 |
| 2015-10-13 | Refactor attr::Stability | Vadim Petrochenkov | -18/+30 |
| 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 | -20/+68 |
| 2015-10-09 | review comments | Nick Cameron | -1/+1 |
| 2015-10-09 | Auto merge of #28888 - arielb1:variant-ctor, r=eddyb | bors | -5/+7 |
| 2015-10-09 | Misc fixups | Nick Cameron | -6/+31 |
| 2015-10-09 | hygiene for `for` loops, `if let`, `while let` | Nick Cameron | -1/+1 |
| 2015-10-09 | Fix stability | Nick Cameron | -4/+29 |
| 2015-10-09 | Move `for` loop desugaring to lowering | Nick Cameron | -9/+7 |
| 2015-10-08 | typos: fix a grabbag of typos all over the place | Cristi Cobzarenco | -8/+8 |