summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-02-18Added rust convenience tool similar to go's go toolMarvin Löbel-0/+238
2013-02-18auto merge of #4979 : z0w0/rust/issue-1301, r=catamorphismbors-2/+17
2013-02-18auto merge of #4890 : jld/rust/enum-newtype-alignment, r=catamorphismbors-3/+29
2013-02-19add missing typecheck for const pattern match armJeong YunWon-0/+18
2013-02-18Add benchmarks to measure differences in bit vectorsAlex Crichton-0/+272
2013-02-17Implement Set container on top of a bit vectorAlex Crichton-40/+470
2013-02-17Favor local closures instead of global functionsAlex Crichton-8/+4
2013-02-17Remove the 'uint_bits' constant in bitvAlex Crichton-11/+9
2013-02-17Change SmallBitv to use uint instead of u32Alex Crichton-8/+8
2013-02-17Modernize bitv mut fields and explicit selfAlex Crichton-142/+144
2013-02-17Long lines.Luqman Aden-1/+2
2013-02-17libsyntax: Update view_item_use/import to reflect actual usageLuqman Aden-41/+43
2013-02-17syntax: Allow 1-tuple expressionsTim Chevalier-6/+43
2013-02-17`pub fn main` for run-pass tests that didn't have itJed Davis-21/+21
2013-02-17Tests shouldn't read from stdin.Jed Davis-7/+1
2013-02-17pub fn mainJed Davis-1/+1
2013-02-17Make univariant enums act like structs, so that they're aligned correctly.Jed Davis-3/+29
2013-02-17vec: grow_fn doesn't require CopyDaniel Micay-7/+7
2013-02-17libsyntax: Long lines.Luqman Aden-6/+12
2013-02-17libsyntax: Explicit-self-ify pipes compiler.Luqman Aden-122/+110
2013-02-17libsyntax: Remove last use of structural records in pipes compiler.Luqman Aden-56/+69
2013-02-16auto merge of #4993 : thestinger/rust/deque, r=graydonbors-167/+145
2013-02-16auto merge of #4978 : z0w0/rust/issue-607, r=graydonbors-15/+31
2013-02-17rustc: Don't copy in add_used_link_argsZack Corr-2/+2
2013-02-17Removed more capture claueses.Seth Pink-5/+5
2013-02-16deque: get rid of Copy requirementDaniel Micay-2/+0
2013-02-16deque: avoid Copy in growDaniel Micay-8/+5
2013-02-16deque: avoid Copy for getDaniel Micay-17/+17
2013-02-17Remove use of capture clause #4965Seth Pink-9/+8
2013-02-16deque: avoid Copy in pop_{front,back}Daniel Micay-18/+17
2013-02-16deque: avoid Copy in peek_{front,back}Daniel Micay-52/+50
2013-02-16deque: avoid Copy in the get functionDaniel Micay-7/+7
2013-02-16deque: separate the methods that need CopyDaniel Micay-1/+3
2013-02-16deque: rm old return statementsDaniel Micay-5/+5
2013-02-16add a Mutable implementation (clear) to std::dequeDaniel Micay-0/+9
2013-02-16modernize std::dequeDaniel Micay-141/+116
2013-02-16auto merge of #4977 : z0w0/rust/endianattr, r=catamorphismbors-4/+7
2013-02-16auto merge of #4980 : pcwalton/rust/sizing-type-of, r=pcwaltonbors-87/+139
2013-02-16auto merge of #4976 : thestinger/rust/vim, r=nikomatsakisbors-1/+1
2013-02-16auto merge of #4975 : thestinger/rust/rt, r=nikomatsakisbors-19/+0
2013-02-16librustc: Remove `simplify_type` and replace with `sizing_type_of`. rs=blocki...Patrick Walton-87/+139
2013-02-17Support link_args at the crate level. Closes #1301Zack Corr-0/+15
2013-02-17syntax: Implement recursive sorting of meta items. Closes #607Zack Corr-15/+31
2013-02-16update this test to use the new syntax entirelyNiko Matsakis-4/+4
2013-02-16Parse (and discard) lifetime declarations on function typesNiko Matsakis-31/+43
2013-02-16Make 'foo use font-lock-builtin-face, like module names, and make capitalized...Niko Matsakis-9/+23
2013-02-16emacs mode: Highlight 'foo as a lifetime, not a character constant.Niko Matsakis-8/+18
2013-02-16Permit lifetimes to appear in type parameter lists and after `&`. Lifetimes inNiko Matsakis-21/+120
2013-02-16Add target_endian crate cfg. Closes #4367Zack Corr-4/+7
2013-02-16vim: move keyword is goneDaniel Micay-1/+1