summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-04-09auto merge of #5802 : nikomatsakis/rust/issue-4183-trait-substs, r=nikomatsakisbors-620/+1253
2013-04-09auto merge of #5766 : thestinger/rust/cmp, r=brsonbors-2/+26
2013-04-10Add #[start] attribute to define a new entry point functionJames Miller-45/+173
2013-04-09Apply comments from tjcNiko Matsakis-12/+23
2013-04-10vim: syntax highlight for inner doc commentklutzy-4/+4
2013-04-09Bump version to 0.7-preBrian Anderson-46/+46
2013-04-09Allow lint modes to be used on unused variables and dead assignmentsAlex Crichton-60/+82
2013-04-09Cleanup substitutions and treatment of generics around traits in a number of ...Niko Matsakis-621/+1243
2013-04-09auto merge of #5769 : gifnksm/rust/range_step, r=bstriebors-10/+49
2013-04-09auto merge of #5788 : danluu/rust/rusti_clear, r=bstriebors-1/+1
2013-04-08Fix comment to match style of surrounding textDan Luu-1/+1
2013-04-08auto merge of #5787 : alexcrichton/rust/less-mut-fields, r=catamorphismbors-575/+470
2013-04-08auto merge of #5786 : JensNockert/rust/u16-debuginfo-typo, r=catamorphismbors-1/+1
2013-04-08core: Remove all but one drop block in favor of `finally`Brian Anderson-69/+23
2013-04-08Update help text to match behaviorDan Luu-1/+1
2013-04-08Fix typo in u16 debug infoJens Nockert-1/+1
2013-04-08Removing no longer needed unsafe blocksAlex Crichton-483/+379
2013-04-08Removing some mutable fields in libstdAlex Crichton-92/+91
2013-04-08auto merge of #5763 : thestinger/rust/clone, r=nikomatsakisbors-12/+20
2013-04-08clone: managed boxes need to clone by shallow copyDaniel Micay-12/+20
2013-04-08auto merge of #5776 : dbaupp/rust/syntax-parse-large-number, r=thestingerbors-30/+104
2013-04-08auto merge of #5760 : klutzy/rust/vim, r=thestingerbors-2/+6
2013-04-08Make intrinsic::Opaque more opaqueJed Davis-3/+5
2013-04-08Make the enum visit callback generator more readableJed Davis-18/+19
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