about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-04-10Add examples for Rng functions.Dan Luu-8/+176
2013-04-10auto merge of #5818 : Kimundi/rust/iter_to_vec, r=catamorphismbors-0/+26
2013-04-10Add debug info test for vectorsBrian Leibig-0/+30
2013-04-10Add debug info test for boxesBrian Leibig-0/+30
2013-04-10Prevent debug info generation of zero-span nodesBrian Leibig-4/+13
2013-04-10Add debug info for bare_fn typeBrian Leibig-3/+26
2013-04-10Add debug info for vectorsBrian Leibig-15/+102
2013-04-10Add debug info for boxesBrian Leibig-13/+27
2013-04-10auto merge of #5709 : jbclements/rust/miscellaneous-cleanup, r=jbclementsbors-313/+138
2013-04-10libsyntax comments onlyJohn Clements-17/+46
2013-04-10removed test referring to WONTFIX bug #2443John Clements-26/+0
2013-04-10unneccessary since tjc's commit 78ec6fe30cf2b, fixing #2804John Clements-4/+0
2013-04-10removed eval.rs: dead codeJohn Clements-174/+0
2013-04-10path -> PathJohn Clements-92/+92
2013-04-10auto merge of #5796 : nikomatsakis/rust/issue-5656-fix-map-iteration, r=nikom...bors-158/+132
2013-04-10Added iter_to_vec conversion fnMarvin Löbel-0/+26
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-10testsuite: tests for #[packed] structs.Huon Wilson-0/+371
2013-04-10librustc: implement a #[packed] attribute for structs.Huon Wilson-71/+150
2013-04-10Change tests to use new error messageJames Miller-2/+2
2013-04-10README: "driver/rust.rs" => "rust.rc"kud1ing-1/+1
2013-04-10Rename tydecode::parse_int to parse_uintSeo Sanghyeon-8/+8
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-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