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