about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2013-04-10Issue #5656: Make &self not mean "&'self self"Niko Matsakis-295/+336
2013-04-10Reason about nested free variables that appear in a functionNiko Matsakis-349/+1029
2013-04-10Revert map.each to something which takes two parametersNiko Matsakis-158/+132
2013-04-10auto merge of #5812 : kud1ing/rust/patch-1, r=sanxiynbors-1/+1
2013-04-09auto merge of #5813 : sanxiyn/rust/llvm-version, r=thestingerbors-1/+1
2013-04-10README: "driver/rust.rs" => "rust.rc"kud1ing-1/+1
2013-04-10LLVM versionsSeo Sanghyeon-1/+1
2013-04-09auto merge of #5804 : alexcrichton/rust/issue-3266, r=graydonbors-60/+82
2013-04-09auto merge of #5789 : brson/rust/drop, r=graydonbors-69/+23
2013-04-09auto merge of #5807 : klutzy/rust/vim-inner-doc, r=brsonbors-4/+4
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-09Apply comments from tjcNiko Matsakis-12/+23
2013-04-10vim: syntax highlight for inner doc commentklutzy-4/+4
2013-04-09auto merge of #5805 : brson/rust/0.7-pre, r=brsonbors-46/+46
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-09auto merge of #5800 : vivekgalatage/rust/master, r=bstriebors-2/+2
2013-04-09Support https protocol for git submodules for rustVivek Galatage-2/+2
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-08auto merge of #5782 : zofrex/rust/doc-1-tuples, r=thestingerbors-3/+4
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 #5777 : lucab/rust/lucab/doc/misc, r=thestingerbors-2/+3
2013-04-08auto merge of #5776 : dbaupp/rust/syntax-parse-large-number, r=thestingerbors-30/+104
2013-04-08auto merge of #5775 : pavpanchekha/rust/patch-1, r=thestingerbors-1/+1
2013-04-08auto merge of #5760 : klutzy/rust/vim, r=thestingerbors-2/+6
2013-04-08Update license terms in manpageLuca Bruno-2/+2
2013-04-08Put AUTHORS.txt file in the release tarballLuca Bruno-0/+1
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-07Fixed typoPavel Panchekha-1/+1
2013-04-07Update manual for single-element tuple typeszofrex-1/+1
2013-04-07Update manual for single-element tupleszofrex-1/+2
2013-04-07Update tutorial: 1-tuples now existzofrex-1/+1
2013-04-07libcore: fix overflow/underflow in range_stepgifnksm-10/+49
2013-04-07vim: fix comment highlighting bugklutzy-2/+2
2013-04-06auto merge of #5756 : gifnksm/rust/bigint-impl, r=thestingerbors-145/+187
2013-04-07cmp: add Ord+TotalOrd impls for Ordering itselfDaniel Micay-1/+25