| Age | Commit message (Expand) | Author | Lines |
| 2013-03-06 | Convert const field extraction to trans::adt | Jed Davis | -7/+3 |
| 2013-03-06 | Make functional-update struct consts not an ICE | Jed Davis | -2/+2 |
| 2013-03-06 | Test for struct-like variants in consts | Jed Davis | -0/+23 |
| 2013-03-06 | Convert const ADT construction to trans::adt. | Jed Davis | -113/+44 |
| 2013-03-06 | Convert newtype "dereference" to trans::adt. | Jed Davis | -3/+18 |
| 2013-03-06 | Add regression tests for a subtle aspect of expr_struct translation. | Jed Davis | -0/+32 |
| 2013-03-06 | Convert the rest of the adt GEPi's in _match | Jed Davis | -11/+21 |
| 2013-03-06 | Renovate field projection expressions | Jed Davis | -14/+17 |
| 2013-03-06 | Renovate nullary variant construction | Jed Davis | -7/+5 |
| 2013-03-06 | Convert expr_struct to use adt, and try to share code with tuples. | Jed Davis | -106/+73 |
| 2013-03-06 | Renovate expr_tup translation | Jed Davis | -3/+7 |
| 2013-03-06 | Factor out discriminant loading more, for use in casts. | Jed Davis | -8/+16 |
| 2013-03-06 | Wrap const structs in as many LLVM structs as the non-const case. | Jed Davis | -4/+11 |
| 2013-03-06 | Handle unit-like types specially. | Jed Davis | -6/+19 |
| 2013-03-06 | Add a test for enum discriminant range overflow. | Jed Davis | -1/+31 |
| 2013-03-06 | Re-add discriminant range annotations | Jed Davis | -17/+40 |
| 2013-03-06 | Avoid unnecessary casts in struct_GEP | Jed Davis | -8/+12 |
| 2013-03-06 | Convert type_of to use trans::adt. | Jed Davis | -88/+11 |
| 2013-03-06 | Convert match on enums to use trans::adt. | Jed Davis | -83/+51 |
| 2013-03-06 | Unified algebraic datatype representation implementation, initial version. | Jed Davis | -15/+366 |
| 2013-03-06 | auto merge of #5256 : thestinger/rust/bool, r=brson | bors | -9/+14 |
| 2013-03-06 | auto merge of #5255 : jbclements/rust/remove-parse-value-ident, r=graydon | bors | -40/+21 |
| 2013-03-06 | Update uv submodule | Brian Anderson | -0/+0 |
| 2013-03-06 | auto merge of #5182 : youknowone/rust/enum-cast, r=brson | bors | -3/+65 |
| 2013-03-06 | auto merge of #5125 : nikomatsakis/rust/issue-4846-lifetime-defaults, r=nikom... | bors | -589/+673 |
| 2013-03-06 | fix test to not use fn expr | Niko Matsakis | -1/+2 |
| 2013-03-06 | Cheat and temporarily work around a pretty-printer bug | Niko Matsakis | -2/+2 |
| 2013-03-06 | patch up pretty printing of things with both lifetime and type parameters | Niko Matsakis | -0/+1 |
| 2013-03-06 | Improve error messages when illegal lifetimes are used | Niko Matsakis | -56/+109 |
| 2013-03-06 | Convert region parameterization to change defaults and handle | Niko Matsakis | -37/+9 |
| 2013-03-06 | convert FnCtxt methods from @mut self to &self | Niko Matsakis | -33/+35 |
| 2013-03-06 | Permit either foo/&self or foo<'self> | Niko Matsakis | -9/+33 |
| 2013-03-06 | Add manual &self/ and &static/ and /&self declarations that | Niko Matsakis | -464/+495 |
| 2013-03-06 | auto merge of #5246 : brson/rust/demode, r=brson | bors | -63/+61 |
| 2013-03-06 | rustc: De-mode some bits of trans | Brian Anderson | -63/+61 |
| 2013-03-06 | auto merge of #5253 : nikomatsakis/rust/issue-5243, r=graydon | bors | -21/+56 |
| 2013-03-06 | bool: make the from_str function a FromStr impl | Daniel Micay | -9/+14 |
| 2013-03-06 | Fix a bug with region-parameterized enums etc where trans considered | Niko Matsakis | -21/+56 |
| 2013-03-06 | finish removing parse_value_ident | John Clements | -15/+7 |
| 2013-03-06 | removed unused abstraction over paths and value_paths | John Clements | -25/+14 |
| 2013-03-06 | auto merge of #5252 : nikomatsakis/rust/issue-5087-make-trait-not-impl-self, ... | bors | -420/+344 |
| 2013-03-06 | Remove trailing whitespace. | Niko Matsakis | -2/+2 |
| 2013-03-06 | Make object types not implement associated trait. Fixes #5087. | Niko Matsakis | -339/+65 |
| 2013-03-06 | Fix bug in coherence that causes all cross-crate impls to be regarded as | Niko Matsakis | -94/+292 |
| 2013-03-06 | Finish de-implicit-selifizng libcore | Ben Striegel | -9/+7 |
| 2013-03-05 | auto merge of #5235 : yjh0502/rust/io_float, r=graydon | bors | -0/+108 |
| 2013-03-05 | core: convert vec::{last,last_opt} to return references | Erick Tryzelaar | -51/+74 |
| 2013-03-05 | rustc: minor code cleanup | Erick Tryzelaar | -16/+16 |
| 2013-03-05 | rustc: remove some copies | Erick Tryzelaar | -11/+12 |
| 2013-03-05 | core: convert vec::{init,initn} to return references | Erick Tryzelaar | -26/+54 |