| Age | Commit message (Expand) | Author | Lines |
| 2015-07-06 | rebase onto beta branch | Niko Matsakis | -1/+2 |
| 2015-07-06 | Fix some merge conflicts | Niko Matsakis | -1/+1 |
| 2015-07-06 | After inferring regions, scan for any bounds that are due to a lifetime | Niko Matsakis | -0/+47 |
| 2015-07-06 | Add a boolean flag to ExistentialBounds tracking whether the | Niko Matsakis | -15/+108 |
| 2015-07-06 | Code up the new lifetime default rules, but leave them disabled | Niko Matsakis | -1/+8 |
| 2015-06-23 | Auto merge of #26354 - jroesch:remove-param-bounds-take-n, r=nikomatsakis | bors | -78/+16 |
| 2015-06-23 | Auto merge of #26519 - oli-obk:camel_case_const_val, r=eddyb | bors | -136/+132 |
| 2015-06-23 | change `const_val` enum and its variants to camel-case | Oliver Schneider | -136/+132 |
| 2015-06-23 | Remove the mostly unecessary ParamBounds struct | Jared Roesch | -78/+16 |
| 2015-06-22 | Fix parallel codegen regression | Nick Cameron | -0/+1 |
| 2015-06-22 | Do not consider fields matched by wildcard patterns to be used | Seo Sanghyeon | -0/+3 |
| 2015-06-21 | Make expr_is_lval more robust | Ariel Ben-Yehuda | -129/+28 |
| 2015-06-19 | Auto merge of #24527 - nikomatsakis:issue-24085, r=nikomatsakis | bors | -12/+36 |
| 2015-06-19 | Expand the "givens" set to cover transitive relations. The givens array | Niko Matsakis | -12/+36 |
| 2015-06-19 | Remove extra fmt::Debug impl for VtableClosureData from #26147. | Eduard Burtescu | -6/+0 |
| 2015-06-19 | rustc: add more doc comments to ty::Lift and ty::with_ctxt. | Eduard Burtescu | -0/+10 |
| 2015-06-19 | rustc: remove Repr and UserString. | Eduard Burtescu | -691/+649 |
| 2015-06-19 | rustc: replace Repr/UserString impls with Debug/Display ones. | Eduard Burtescu | -744/+430 |
| 2015-06-19 | Move AST Repr impls to Debug impls in libsyntax. | Eduard Burtescu | -4/+47 |
| 2015-06-19 | Clean up unused argument/variable warnings. | Eduard Burtescu | -27/+8 |
| 2015-06-19 | rustc: use the TLS type context in Repr and UserString. | Eduard Burtescu | -709/+709 |
| 2015-06-19 | rustc: allow "lifting" T<'a> to T<'tcx> if the value is part of ty::ctxt<'tcx>. | Eduard Burtescu | -0/+122 |
| 2015-06-19 | rustc: store the type context in TLS and allow safe access to it. | Eduard Burtescu | -4/+25 |
| 2015-06-19 | rustc: leave only one free top-level function in ppaux, and private. | Eduard Burtescu | -5/+125 |
| 2015-06-19 | rustc: use Repr and UserString instead of ppaux::ty_to_string. | Eduard Burtescu | -52/+37 |
| 2015-06-19 | rustc: reduce ppaux's public footprint to 5 functions. | Eduard Burtescu | -11/+15 |
| 2015-06-19 | rustc: enforce stack discipline on ty::ctxt. | Eduard Burtescu | -11/+15 |
| 2015-06-19 | rustc: remove ownership of tcx from trans' context. | Eduard Burtescu | -2/+1 |
| 2015-06-18 | Normalize associated types in closure signatures | Ariel Ben-Yehuda | -44/+130 |
| 2015-06-18 | Simplify and type_known_to_meet_builtin_bound and make it more correct when | Ariel Ben-Yehuda | -59/+16 |
| 2015-06-18 | Rollup merge of #26348 - eefriedman:unused-interiorsafety, r=luqmana | Manish Goregaokar | -21/+4 |
| 2015-06-17 | Auto merge of #26326 - nikomatsakis:optimize-fulfillment-cache-in-tcx, r=pcwa... | bors | -33/+174 |
| 2015-06-17 | Auto merge of #25961 - sanxiyn:dead-variant-2, r=huonw | bors | -1/+51 |
| 2015-06-16 | Remove unused type InteriorSafety. | Eli Friedman | -21/+4 |
| 2015-06-16 | Fix merge errors | Niko Matsakis | -2/+3 |
| 2015-06-15 | Rather than expanding the where-clauses in the environment over and over | Niko Matsakis | -23/+38 |
| 2015-06-15 | Add a (somewhat hacky) cache to the tcx that tracks "global" trait refs | Niko Matsakis | -10/+135 |
| 2015-06-15 | Make impl-trait-ref associated types work in methods | Ariel Ben-Yehuda | -0/+4 |
| 2015-06-12 | Split TyArray into TyArray and TySlice. | Eli Friedman | -83/+70 |
| 2015-06-12 | Cleanup: rename middle::ty::sty and its variants. | Eli Friedman | -690/+739 |
| 2015-06-11 | Auto merge of #26190 - Veedrac:no-iter, r=alexcrichton | bors | -62/+59 |
| 2015-06-11 | Conver reborrows to .iter() calls where appropriate | Joshua Landau | -20/+20 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -56/+53 |
| 2015-06-10 | Auto merge of #26182 - Manishearth:rollup, r=Manishearth | bors | -6/+6 |
| 2015-06-10 | Rollup merge of #26146 - steveklabnik:remove_unsafe_pointer, r=Gankro | Manish Goregaokar | -3/+3 |
| 2015-06-10 | Rollup merge of #26143 - steveklabnik:gh25851, r=alexcrichton | Manish Goregaokar | -3/+3 |
| 2015-06-10 | Auto merge of #26141 - eddyb:ast_map, r=nikomatsakis | bors | -14/+17 |
| 2015-06-10 | Auto merge of #26058 - Kimundi:issue15609, r=nikomatsakis | bors | -9/+21 |
| 2015-06-10 | Auto merge of #26055 - arielb1:smart-fold, r=nikomatsakis | bors | -74/+127 |
| 2015-06-10 | syntax: move ast_map to librustc. | Eduard Burtescu | -14/+17 |