| Age | Commit message (Expand) | Author | Lines |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -1/+2 |
| 2015-12-01 | Add some consistency checks for value interning in ty::ctxt. | Michael Woerister | -5/+18 |
| 2015-11-28 | Auto merge of #29383 - petrochenkov:empstr, r=pnkfelix | bors | -4/+4 |
| 2015-11-26 | split the metadata code into rustc_metadata | Ariel Ben-Yehuda | -3/+2 |
| 2015-11-26 | make CrateStore a trait object | Ariel Ben-Yehuda | -1/+1 |
| 2015-11-26 | stop using csearch in librustc and librustc_lint | Ariel Ben-Yehuda | -38/+34 |
| 2015-11-19 | Changes to data produced by privacy pass | Vadim Petrochenkov | -3/+1 |
| 2015-11-19 | Fix the fallout | Vadim Petrochenkov | -4/+4 |
| 2015-11-16 | ImplItem_ -> ImplItemKind rename | Oliver Schneider | -4/+4 |
| 2015-11-16 | rename ImplItem_::*ImplItem to ImplItem_::* | Oliver Schneider | -4/+4 |
| 2015-11-15 | add a global evaluation cache | Ariel Ben-Yehuda | -0/+6 |
| 2015-11-15 | simplify and reduce the size of EvaluationResult | Ariel Ben-Yehuda | -0/+7 |
| 2015-11-06 | Auto merge of #29615 - steveklabnik:lol_strings, r=alexcrichton | bors | -9/+6 |
| 2015-11-05 | remove excess string allocation | Steve Klabnik | -9/+6 |
| 2015-11-04 | Unwrap the RefCell around DefMap | Jonathan S | -2/+2 |
| 2015-11-04 | Auto merge of #29564 - gereeter:no-freevar-refcell, r=sanxiyn | bors | -2/+2 |
| 2015-11-03 | Remove the RefCell around freevars and freevars_seen in librustc_resolve | Jonathan S | -2/+2 |
| 2015-11-03 | Convert from using named fields to always using indices | Niko Matsakis | -0/+7 |
| 2015-11-03 | Introduce a "liberated fn sigs" map so that we have easy access to this | Niko Matsakis | -0/+8 |
| 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 |