| Age | Commit message (Expand) | Author | Lines |
| 2015-10-27 | Auto merge of #26848 - oli-obk:const_fn_const_eval, r=pnkfelix | bors | -1/+1 |
| 2015-10-21 | save-analysis: don't recompute crate name | Nick Cameron | -2/+2 |
| 2015-10-19 | allow constant evaluation of function calls | Oliver Schneider | -1/+1 |
| 2015-10-13 | Dict -> Struct, StructDef -> VariantData, def -> data | Vadim Petrochenkov | -2/+2 |
| 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 | -9/+6 |
| 2015-10-09 | Auto merge of #28888 - arielb1:variant-ctor, r=eddyb | bors | -3/+2 |
| 2015-10-09 | Move `for` loop desugaring to lowering | Nick Cameron | -9/+6 |
| 2015-10-08 | typos: fix a grabbag of typos all over the place | Cristi Cobzarenco | -2/+2 |
| 2015-10-08 | review comment: reduce the `is_adt_dtorck` method to just a check for the att... | Felix S. Klock II | -86/+9 |
| 2015-10-07 | use the struct's ctor-id as its variant def-id | Ariel Ben-Yehuda | -3/+2 |
| 2015-10-06 | Non-parametric dropck; instead trust an unsafe attribute (RFC 1238). | Felix S. Klock II | -0/+18 |
| 2015-10-03 | Auto merge of #28669 - arielb1:well-formed-methods, r=nikomatsakis | bors | -1/+3 |
| 2015-10-02 | fix fallout | Ariel Ben-Yehuda | -1/+3 |
| 2015-10-02 | Merge branch 'master' into metadiet | Ariel Ben-Yehuda | -55/+104 |
| 2015-10-01 | improve the tyencode abbrev format | Ariel Ben-Yehuda | -1/+0 |
| 2015-10-01 | convert the creepy case to just return None -- in practice, it would | Niko Matsakis | -2/+0 |
| 2015-10-01 | Convert DefId to use DefIndex, which is an index into a list of | Niko Matsakis | -13/+58 |
| 2015-10-01 | move direct accesses of `node` to go through `as_local_node_id`, unless | Niko Matsakis | -25/+29 |
| 2015-10-01 | move job of creating local-def-ids to ast-map (with a few stragglers) | Niko Matsakis | -16/+15 |
| 2015-10-01 | move LOCAL_CRATE to cstore | Niko Matsakis | -1/+2 |
| 2015-10-01 | kill the fake provided method stubs | Ariel Ben-Yehuda | -25/+59 |
| 2015-09-26 | don't crash when there are multiple conflicting implementations of Drop | Ariel Ben-Yehuda | -1/+0 |
| 2015-09-26 | remove the destructors table | Ariel Ben-Yehuda | -9/+0 |
| 2015-09-26 | show each object-safety violation once | Ariel Ben-Yehuda | -0/+14 |
| 2015-09-17 | Auto merge of #28381 - ebfull:aint-fraid-a-no-ghosts-redux, r=me | bors | -0/+8 |
| 2015-09-17 | rebasing | Nick Cameron | -2/+0 |
| 2015-09-16 | Use ast attributes every where (remove HIR attributes). | Nick Cameron | -121/+121 |
| 2015-09-14 | Ignore PhantomData when checking CoerceUnsized implementations | Sean Bowe | -0/+8 |
| 2015-09-15 | deduplicate erase_regions | Ariel Ben-Yehuda | -28/+59 |
| 2015-09-14 | use RegionEscape instead of inherent has_escaping_regions fns | Ariel Ben-Yehuda | -16/+6 |
| 2015-09-14 | split ty::util and ty::adjustment | Ariel Ben-Yehuda | -1208/+1240 |
| 2015-09-14 | move traits structural impls to traits::structural_impls | Ariel Ben-Yehuda | -82/+0 |
| 2015-09-14 | split ty.rs into smaller parts | Ariel Ben-Yehuda | -4007/+4050 |
| 2015-09-14 | move middle::ty and related modules to middle/ty/ | Ariel Ben-Yehuda | -0/+10370 |