| 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 | Add a boolean flag to ExistentialBounds tracking whether the | Niko Matsakis | -0/+5 |
| 2015-07-06 | Code up the new lifetime default rules, but leave them disabled | Niko Matsakis | -1/+5 |
| 2015-06-23 | Auto merge of #26354 - jroesch:remove-param-bounds-take-n, r=nikomatsakis | bors | -59/+13 |
| 2015-06-23 | Auto merge of #26519 - oli-obk:camel_case_const_val, r=eddyb | bors | -12/+12 |
| 2015-06-23 | change `const_val` enum and its variants to camel-case | Oliver Schneider | -12/+12 |
| 2015-06-23 | Remove the mostly unecessary ParamBounds struct | Jared Roesch | -59/+13 |
| 2015-06-22 | Fix parallel codegen regression | Nick Cameron | -0/+1 |
| 2015-06-21 | Make expr_is_lval more robust | Ariel Ben-Yehuda | -129/+28 |
| 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 | -34/+33 |
| 2015-06-19 | rustc: replace Repr/UserString impls with Debug/Display ones. | Eduard Burtescu | -258/+248 |
| 2015-06-19 | Move AST Repr impls to Debug impls in libsyntax. | Eduard Burtescu | -2/+46 |
| 2015-06-19 | rustc: use the TLS type context in Repr and UserString. | Eduard Burtescu | -86/+86 |
| 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 | -1/+1 |
| 2015-06-19 | rustc: use Repr and UserString instead of ppaux::ty_to_string. | Eduard Burtescu | -33/+21 |
| 2015-06-19 | rustc: reduce ppaux's public footprint to 5 functions. | Eduard Burtescu | -3/+3 |
| 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 | Rollup merge of #26348 - eefriedman:unused-interiorsafety, r=luqmana | Manish Goregaokar | -4/+0 |
| 2015-06-16 | Remove unused type InteriorSafety. | Eli Friedman | -4/+0 |
| 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 | -1/+1 |
| 2015-06-15 | Add a (somewhat hacky) cache to the tcx that tracks "global" trait refs | Niko Matsakis | -2/+55 |
| 2015-06-12 | Split TyArray into TyArray and TySlice. | Eli Friedman | -38/+32 |
| 2015-06-12 | Cleanup: rename middle::ty::sty and its variants. | Eli Friedman | -308/+357 |
| 2015-06-11 | Auto merge of #26190 - Veedrac:no-iter, r=alexcrichton | bors | -11/+11 |
| 2015-06-11 | Conver reborrows to .iter() calls where appropriate | Joshua Landau | -4/+4 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -11/+11 |
| 2015-06-10 | Auto merge of #26182 - Manishearth:rollup, r=Manishearth | bors | -1/+1 |
| 2015-06-10 | Rollup merge of #26146 - steveklabnik:remove_unsafe_pointer, r=Gankro | Manish Goregaokar | -1/+1 |
| 2015-06-10 | Auto merge of #26141 - eddyb:ast_map, r=nikomatsakis | bors | -1/+1 |
| 2015-06-10 | Auto merge of #26058 - Kimundi:issue15609, r=nikomatsakis | bors | -2/+2 |
| 2015-06-10 | syntax: move ast_map to librustc. | Eduard Burtescu | -1/+1 |
| 2015-06-09 | Exise 'unsafe pointer' in favor of 'raw pointer' | Steve Klabnik | -1/+1 |
| 2015-06-09 | Made ref pattern bindings correctly pick Deref or DerefMut | Marvin Löbel | -2/+2 |
| 2015-06-08 | Skip useless recursion in freshening and late-bound-region substitutio | Ariel Ben-Yehuda | -70/+31 |
| 2015-06-08 | error due to rebase | Nick Cameron | -1/+1 |
| 2015-06-08 | Tidying up, fix some minor linkage bugs, use ty flags to avoid caching closur... | Nick Cameron | -0/+5 |
| 2015-06-05 | Introduce a fast-path for type_is_sized/type_moves_by_default | Ariel Ben-Yehuda | -54/+115 |
| 2015-05-26 | Implement defaults for associated types | Ariel Ben-Yehuda | -2/+3 |
| 2015-05-26 | Remove ObjectCastMap | Ariel Ben-Yehuda | -12/+1 |
| 2015-05-26 | Use lookup_locally_or_in_crate_store more often | Ariel Ben-Yehuda | -41/+20 |
| 2015-05-26 | Make caching in stability work. This improves stability check performance | Ariel Ben-Yehuda | -25/+41 |
| 2015-05-26 | Clean-up some junk | Ariel Ben-Yehuda | -107/+2 |
| 2015-05-21 | rustc: const-qualify `const fn` function and method calls. | Eduard Burtescu | -2/+3 |
| 2015-05-21 | syntax: parse `const fn` for free functions and inherent methods. | Eduard Burtescu | -1/+1 |