]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2013-02-22 Luqman Adenlibrustc: Fix broken test.
2013-02-21 Luqman AdenRemove the last bits of structural records from tests...
2013-02-21 borsauto merge of #5068 : sethpink/rust/derive-eq-tuple...
2013-02-21 borsauto merge of #5071 : luqmana/rust/derec, r=pcwalton
2013-02-21 borsauto merge of #5069 : pcwalton/rust/plussing-2, r=pcwalton
2013-02-21 Patrick Waltonlibrustc: Separate the rest of the trait bounds with...
2013-02-21 Luqman AdenGet rid of structural records in libsyntax and the...
2013-02-21 borsauto merge of #5065 : catamorphism/rust/issue-3453...
2013-02-21 Seth PinkImplement #[deriving_eq] on tuple like structs
2013-02-21 borsauto merge of #5063 : pcwalton/rust/plussing, r=pcwalton
2013-02-21 Patrick Waltonlibrustc: Separate most trait bounds with '+'. rs=plussing
2013-02-21 borsauto merge of #5058 : Thiez/rust/incoming, r=catamorphism
2013-02-21 borsauto merge of #5066 : catamorphism/rust/luqmana-derecor...
2013-02-21 Tim ChevalierMerge
2013-02-21 Tim ChevalierFix vdef pattern
2013-02-21 Tim ChevalierFix flipped tuple that was causing all that pain
2013-02-21 Tim ChevalierMerge
2013-02-21 Luqman Adenlibrustc: tidy
2013-02-21 Luqman AdenFix fallout in rusti & rustpkg.
2013-02-21 Luqman Adenlibrustc: Get rid of structural records save for front...
2013-02-21 borsauto merge of #5049 : bstrie/rust/vim, r=catamorphism
2013-02-21 Tim Chevalierrustc: Use position method in check::method
2013-02-21 borsauto merge of #5043 : brson/rust/swap, r=brson
2013-02-21 Brian AndersonDon't perform swap when src == dst. #5041
2013-02-21 borsauto merge of #5046 : sanxiyn/rust/struct-match, r...
2013-02-21 Patrick Waltonetc: Suppress the enum variant instruction scheduling...
2013-02-20 Matthijs 'Thiez... Changed a test to use intrinsics.rs and changed a few...
2013-02-20 Matthijs 'Thiez... Created libcore/private/intrinsics.rs, which aims to...
2013-02-20 Ben Striegelvim improvements
2013-02-20 borsauto merge of #5044 : thestinger/rust/range, r=pcwalton
2013-02-20 Daniel Micayreplace explicit loops with foldr
2013-02-20 borsauto merge of #5039 : alexcrichton/rust/issue-4875...
2013-02-20 Daniel Micayadd range assert when loading bools
2013-02-19 borsauto merge of #5040 : Kimundi/rust/incoming, r=graydon
2013-02-19 Daniel Micayuse range assert when loading enum discriminant
2013-02-19 borsauto merge of #5006 : tedhorst/rust/linear_mand, r...
2013-02-19 Alex CrichtonFix for issue 4875
2013-02-19 borsauto merge of #5000 : jld/rust/test-stdin-thing, r...
2013-02-19 Marvin LöbelRewrited section about rust tool
2013-02-19 borsauto merge of #4999 : erickt/rust/incoming, r=brson
2013-02-19 Marvin LöbelGive the rust tool an own section in the tutorial.
2013-02-19 borsauto merge of #5032 : lifthrasiir/rust/issue-4935,...
2013-02-19 Erick Tryzelaarlibrustc: change driver::session::Session::str_of to...
2013-02-19 Erick Tryzelaarlibrustc: minor cleanup
2013-02-19 Erick Tryzelaarlibrustc: change check_item_non_camel_case_types to...
2013-02-19 Erick Tryzelaarlibrustc: convert creader and cstore to use @~strs
2013-02-19 Erick Tryzelaarlibrustc: minor cleanup
2013-02-19 Erick Tryzelaarlibrustc: convert lint_dict to take @~strs as keys
2013-02-19 Erick Tryzelaarlibrustc: convert LangItemsCollector::item_refs to...
2013-02-19 Erick Tryzelaarconvert SyntaxExtensions's key to a @~str
2013-02-19 Erick Tryzelaarconvert ast::meta_items to take @~strs
2013-02-19 Erick Tryzelaarconvert syntax::attr to use @~strs
2013-02-19 Erick TryzelaarAlias HashMap<~str, SyntaxExtension> to SyntaxExtensions
2013-02-19 Erick Tryzelaarlibsyntax and librustc: minor cleanup
2013-02-19 Erick Tryzelaarlibsyntax: change attr:get_attr_name to take a ref
2013-02-19 Erick Tryzelaarlibsyntax: make enum variants take refs
2013-02-19 Erick Tryzelaarsyntax: fix the indentation of a function
2013-02-19 Erick TryzelaarChange functions from taking ~str to taking &str
2013-02-19 Erick Tryzelaarlibsyntax: convert interner into a modern struct
2013-02-19 Seo SanghyeonCheck type when struct is matched against enum-like...
2013-02-19 borsauto merge of #5002 : catamorphism/rust/one-tuples...
2013-02-19 Marvin LöbelMention rust tool in the tutorial
2013-02-19 Graydon Hoaretest: fix seeded_rng uses
2013-02-19 Kang Seonghoonfix ICE after incorrect number of args in calls
2013-02-19 Ted Horstupdate copyright dates
2013-02-19 Ted Horstmove shootout-mandelbrot to LinearMap, add depth argument
2013-02-19 Graydon Hoarestd: update rand-using tests, r=burningtree
2013-02-19 Graydon Hoarert: remove export of symbol removed in last commit...
2013-02-19 Graydon Hoarert: fix memory-unsafe random seed logic, r=valgrindclean
2013-02-19 borsauto merge of #5014 : Kimundi/rust/incoming, r=graydon
2013-02-19 borsauto merge of #5029 : mcpherrinm/rust/master, r=catamor...
2013-02-19 borsauto merge of #5028 : catamorphism/rust/bsd-breakage...
2013-02-19 borsauto merge of #5017 : catamorphism/rust/less-copy,...
2013-02-19 borsauto merge of #5015 : mitsuhiko/rust/doc-fix-stringify...
2013-02-19 Matthew McPherrinMissing newline causing title to not be a title
2013-02-19 borsauto merge of #5010 : youknowone/rust/match_const_typec...
2013-02-19 Tim Chevaliercore: Fix BSD breakage, I hope
2013-02-19 borsauto merge of #5005 : alexcrichton/rust/bitv++, r=catam...
2013-02-19 borsauto merge of #5004 : luqmana/rust/rename-use-import...
2013-02-19 Tim Chevalierrustc: For one-tuples, make parsing and printing the...
2013-02-19 Marvin LöbelAttempt to solve make check test ambiguity betwen crate...
2013-02-19 borsauto merge of #5001 : jld/rust/test-pub-fn-main, r...
2013-02-18 Tim Chevalierrustc: Less copy in trans, rs=removing copies
2013-02-18 borsauto merge of #4998 : thestinger/rust/vec, r=catamorphism
2013-02-18 borsauto merge of #4996 : luqmana/rust/no-rec-pipes, r...
2013-02-18 Armin RonacherFixed a typo in the documentation that points to the...
2013-02-18 Marvin LöbelAdded rust convenience tool similar to go's go tool
2013-02-18 borsauto merge of #4979 : z0w0/rust/issue-1301, r=catamorphism
2013-02-18 borsauto merge of #4890 : jld/rust/enum-newtype-alignment...
2013-02-18 Jeong YunWonadd missing typecheck for const pattern match arm
2013-02-18 Alex CrichtonAdd benchmarks to measure differences in bit vectors
2013-02-18 Alex CrichtonImplement Set container on top of a bit vector
2013-02-18 Alex CrichtonFavor local closures instead of global functions
2013-02-18 Alex CrichtonRemove the 'uint_bits' constant in bitv
2013-02-18 Alex CrichtonChange SmallBitv to use uint instead of u32
2013-02-18 Alex CrichtonModernize bitv mut fields and explicit self
2013-02-18 Luqman AdenLong lines.
2013-02-18 Luqman Adenlibsyntax: Update view_item_use/import to reflect actua...
2013-02-17 Tim Chevaliersyntax: Allow 1-tuple expressions
2013-02-17 Jed Davis`pub fn main` for run-pass tests that didn't have it
next