| Age | Commit message (Expand) | Author | Lines |
| 2013-04-08 | When repr'ing an enum value, assert that it matched some variant. | Jed Davis | -3/+4 |
| 2013-04-08 | Export adt::trans_get_discr abstractly to the type visitor. | Jed Davis | -22/+150 |
| 2013-04-08 | Feed enum field offsets to type vistors. | Jed Davis | -20/+61 |
| 2013-04-08 | libsyntax: fail lexing with an error message on an int literal larger than 2^64. | Huon Wilson | -2/+37 |
| 2013-04-08 | libcore: from_str_common: provide option to ignore underscores. | Huon Wilson | -24/+44 |
| 2013-04-08 | libcore: from_str_common: correctly signal failure on repeating base 2^n numb... | Huon Wilson | -5/+24 |
| 2013-04-07 | libcore: fix overflow/underflow in range_step | gifnksm | -10/+49 |
| 2013-04-07 | vim: fix comment highlighting bug | klutzy | -2/+2 |
| 2013-04-07 | cmp: add Ord+TotalOrd impls for Ordering itself | Daniel Micay | -1/+25 |
| 2013-04-07 | cmp: derive Clone for Ordering | Daniel Micay | -1/+1 |
| 2013-04-07 | Impl cmp/num traits for BigUint, BigInt | gifnksm | -145/+187 |
| 2013-04-06 | Change the behaviour of core::run::Program.destroy to | gareth | -7/+75 |
| 2013-04-06 | Update doc-comments to reflect the current year and trait | gareth | -6/+6 |
| 2013-04-06 | Fix a bug where calling p.destroy() on the result of calling | gareth | -2/+23 |
| 2013-04-07 | vim: add rustCommentDoc | klutzy | -2/+6 |
| 2013-04-07 | vim: disable nested comment | klutzy | -1/+1 |
| 2013-04-06 | auto merge of #5757 : dbaupp/rust/rustc-fixed-vector-pprint, r=thestinger | bors | -3/+3 |
| 2013-04-06 | auto merge of #5755 : catamorphism/rust/rustllvm-cmdline, r=brson | bors | -4/+12 |
| 2013-04-06 | auto merge of #5751 : metajack/rust/at-clones, r=thestinger | bors | -3/+34 |
| 2013-04-05 | auto merge of #5740 : nikomatsakis/rust/issue-5739-reborrowed-slices, r=catam... | bors | -10/+97 |
| 2013-04-05 | auto merge of #5733 : dbaupp/rust/std-complex-rational, r=thestinger | bors | -0/+831 |
| 2013-04-05 | auto merge of #5732 : Zhann/rust/master, r=catamorphism | bors | -1/+1 |
| 2013-04-06 | librustc: use new `[ty, .. len]` syntax for fixed vector errors. | Huon Wilson | -3/+3 |
| 2013-04-05 | checkpoint | Graydon Hoare | -68/+200 |
| 2013-04-05 | rustllvm: Only initialize command-line arguments once | Tim Chevalier | -4/+12 |
| 2013-04-05 | Move tests inside clone.rs and fixed copyright headers. | Jack Moffitt | -29/+23 |
| 2013-04-05 | Implement Clone for @ and @mut types. | Jack Moffitt | -1/+38 |
| 2013-04-05 | Link lifetimes of autoslice'd vectors (Issue #3184) | Niko Matsakis | -10/+97 |
| 2013-04-05 | rustc: Be careful about calls to fn types that contain nested errors | Niko Matsakis | -16/+17 |
| 2013-04-05 | Add comment explaining method visibility | Niko Matsakis | -1/+8 |
| 2013-04-05 | Fix various warnings, NOTEs, etc | Niko Matsakis | -13/+11 |
| 2013-04-05 | Refactor so that references to traits are not represented using a type with a | Niko Matsakis | -862/+1071 |
| 2013-04-05 | Add a (currently unused) "transformed self type" pointer into ty::method | Niko Matsakis | -31/+144 |
| 2013-04-05 | Pass around a pointer to the ty::method rather than the individual bits of info | Niko Matsakis | -67/+65 |
| 2013-04-05 | Compute a ty::method for methods that appear in impls as well | Niko Matsakis | -79/+89 |
| 2013-04-05 | Rather than storing a list of ty::method per trait, store one ty::method | Niko Matsakis | -323/+414 |
| 2013-04-05 | Move the replacement of bound regions out from `check_arguments` and into che... | Niko Matsakis | -78/+142 |
| 2013-04-05 | refactor check_call_inner to have a better name and be readable | Niko Matsakis | -104/+86 |
| 2013-04-05 | libstd: make complex.rs XXX's into issues and FIXME's | Huon Wilson | -4/+3 |
| 2013-04-05 | libstd: add basic complex numbers | Huon Wilson | -0/+318 |
| 2013-04-05 | libstd: add basic rational numbers | Huon Wilson | -0/+513 |
| 2013-04-05 | libstd: move bigint to dedicated num directory | Huon Wilson | -0/+1 |
| 2013-04-04 | auto merge of #5722 : metajack/rust/cell-with-ref-mut, r=catamorphism | bors | -0/+26 |
| 2013-04-04 | src/librust/rust.rc: Fixes typo 'an executable' vs 'a executable' | Steven De Coeyer | -1/+1 |
| 2013-04-04 | Add cell#with_mut_ref for handling mutable references to the content. | Jack Moffitt | -0/+26 |
| 2013-04-04 | fix mac build and comment on stack size check | Jyun-Yan You | -0/+3 |
| 2013-04-04 | rt: improve mips backend | Jyun-Yan You | -12/+27 |
| 2013-04-03 | auto merge of #5691 : ILyoan/rust/main_name, r=thestinger | bors | -25/+14 |
| 2013-04-04 | Fix fileinput test fail | ILyoan | -1/+1 |
| 2013-04-04 | Decides main name by target | ILyoan | -5/+5 |