]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2013-06-28 Luqman Adenlibrustc: Always pass self ByRef.
2013-06-27 borsauto merge of #7430 : huonw/rust/vec-kill, r=thestinger
2013-06-27 borsauto merge of #7418 : brson/rust/0.7-pre, r=cmr
2013-06-27 borsauto merge of #7414 : gifnksm/rust/max_by, r=catamorphism
2013-06-27 Huon Wilsonstd: silence some test warnings.
2013-06-27 borsauto merge of #7429 : Blei/rust/delete-shared, r=huonw
2013-06-27 Huon Wilsonextra: silence some test warnings.
2013-06-27 Huon WilsonConvert vec::{reserve, reserve_at_least, capacity}...
2013-06-27 Huon WilsonConvert vec::{partition, partitioned} to methods.
2013-06-27 Huon WilsonConvert vec::retain to a method.
2013-06-27 Huon WilsonConvert vec::truncate to a method.
2013-06-27 Huon WilsonConvert vec::{push, push_all, push_all_move} to methods.
2013-06-27 Huon WilsonConvert vec::{pop, shift, unshift, insert, remove,...
2013-06-27 Philipp BrüschweilerRemove many shared pointers
2013-06-27 borsauto merge of #7403 : catamorphism/rust/package-scripts...
2013-06-27 Huon WilsonConvert vec::{head, tail, init, last} (and similar...
2013-06-27 Huon WilsonConvert vec::[mut_]slice to methods, remove vec::const_...
2013-06-27 borsauto merge of #7395 : yichoi/rust/android_dummy, r...
2013-06-27 borsauto merge of #7361 : brson/rust/incoming, r=brson
2013-06-27 borsauto merge of #7420 : mozilla/rust/rollup, r=thestinger
2013-06-27 Corey RichardsonFix deque tests
2013-06-27 borsauto merge of #7111 : brson/rust/stack, r=brson
2013-06-27 Brian AndersonUpdate version number to 0.7-pre.
2013-06-27 borsauto merge of #7354 : bblum/rust/trait-bounds, r=pcwalton
2013-06-26 Daniel Micayvec: remove superseded reverse_part function
2013-06-26 Corey Richardsonlast bit of whitespace
2013-06-26 Brian AndersonWhitespace
2013-06-26 Ramkumar Ramachandratreemap: remove .each in favor of .iter().advance
2013-06-26 Nick DesaulniersFix run-pass/match-borrowed_str.rs Fixes #7306
2013-06-26 Corey RichardsonFix old .each usage
2013-06-26 Ben BlumAdd a run-pass test for existential traits in ARCs.
2013-06-26 Brian Andersonrt: Release big stacks immediately after use to avoid...
2013-06-26 Ben BlumFix pretty-printing for bounded closures. Close #7333.
2013-06-26 Ben BlumChange expected error message in kindchk compile-fail...
2013-06-26 Ben BlumLooser restrictions on what can be captured in unbounde...
2013-06-26 Ben BlumMake closure contents call out to trait_contents.
2013-06-26 Ben BlumLooser restrictions on what can be captured in unbounde...
2013-06-26 Ben BlumInfer default static/Owned bounds for unbounded heap...
2013-06-26 Ben BlumWork-around 'static bound requirement in io::with_bytes...
2013-06-26 Corey RichardsonFix whitespace issues (thanks @jedestep!)
2013-06-26 borsauto merge of #7382 : msullivan/rust/cleanup, r=bblum
2013-06-26 Kevin BallardAdd methods .move_from() and .copy_from() to vec
2013-06-26 Kevin BallardAdd method .set_memory in vec::bytes for &[u8]
2013-06-26 Jed EstepMoving implementation details to a macro
2013-06-26 Jed EstepA few iterator tests
2013-06-26 Jed Estepiterators use deque ordering
2013-06-26 Jed Estepdeque iterator
2013-06-26 Ramkumar Ramachandrapriority_queue: implement simple iterator
2013-06-26 Tim Chevalierrustc: Eliminate extra failing case in metadata::loader...
2013-06-26 Philipp BrüschweilerRemove the last traces of shapes
2013-06-26 Philipp BrüschweilerFix some warnings in the check-fast tests
2013-06-26 Alex CrichtonFix a formatting bug in rusti
2013-06-26 Brian AndersonMore 0.7 release notes
2013-06-26 Kevin BallardRefactor extra::term a bit
2013-06-26 Ben BlumMake ^~~~~ colour dependent on error/warning/note level...
2013-06-26 Ramkumar Ramachandra.gitmodules: specify submodule.<path>.branch
2013-06-26 gifnksmiterator: Add `IteratorUtil::max_by/min_by` method
2013-06-26 borsauto merge of #7356 : msullivan/rust/default-methods...
2013-06-26 borsauto merge of #7345 : blake2-ppc/rust/iterator-flat...
2013-06-26 borsauto merge of #7297 : huonw/rust/strip-expand-strip...
2013-06-26 Huon Wilsondriver: perform stripping before and after macro expansion.
2013-06-26 borsauto merge of #7255 : michaelwoerister/rust/debuginfo...
2013-06-26 borsauto merge of #7216 : kballard/rust/task_rng, r=brson
2013-06-26 borsauto merge of #7113 : alexcrichton/rust/banned-warnings...
2013-06-26 Tim Chevalierrustpkg: Begin allowing package scripts to call the...
2013-06-26 borsauto merge of #7393 : alexcrichton/rust/enable-threads...
2013-06-26 borsauto merge of #7269 : luqmana/rust/drop, r=thestinger
2013-06-26 Brian AndersonMerge remote-tracking branch 'mozilla/master' into...
2013-06-26 Young-il Choirt: add android dummy functions for mman related
2013-06-26 Luqman AdenChange finalize -> drop.
2013-06-26 borsauto merge of #7365 : cmr/rust/syntax_cleanup, r=Aatch
2013-06-26 Alex CrichtonStop passing --disable-threads to LLVM
2013-06-26 Alex CrichtonDeny common lints by default for lib{std,extra}
2013-06-26 Corey RichardsonRemove extra
2013-06-25 borsauto merge of #7373 : thestinger/rust/iterator, r=huonw
2013-06-25 Daniel Micayxfail test hitting a codegen bug (issue #7385)
2013-06-25 Daniel Micayremove `each` from vec, HashMap and HashSet
2013-06-25 Daniel Micaycontainer: remove internal iterators from Map
2013-06-25 Daniel Micayremove the redundant `each` method from OptVec
2013-06-25 Corey Richardsongreat renaming propagation: syntax
2013-06-25 borsauto merge of #7325 : artagnon/rust/resolve-module...
2013-06-25 Ramkumar Ramachandraresolve: make error message strings more consistent
2013-06-25 Ramkumar Ramachandraresolve: report duplicate module definitions
2013-06-25 Michael SullivanFix another generics bug with default methods. Closes...
2013-06-25 borsauto merge of #7371 : alexcrichton/rust/trying, r=cmr
2013-06-25 Michael SullivanGet rid of cast on every self reference.
2013-06-25 Michael SullivanFix some tests in rustpkg to not pollute the build...
2013-06-25 Michael SullivanRemove some essentially dead code in method handling.
2013-06-25 Michael SullivanGet rid of terrible way for iterating over provided...
2013-06-25 Alex CrichtonAdd the `warnings` lint attribute
2013-06-25 Alex CrichtonRename all files with the 'rc' extension
2013-06-25 borsauto merge of #7317 : Aatch/rust/no-drop-flag, r=thestinger
2013-06-25 borsauto merge of #7254 : Blei/rust/intrinsic-overhaul...
2013-06-25 borsauto merge of #7291 : alexcrichton/rust/static-mut...
2013-06-25 borsauto merge of #7370 : Aatch/rust/snapshot, r=huonw
2013-06-25 James MillerAdd missing import to tests
2013-06-25 James MillerWarning police
2013-06-25 James MillerRemove stage0 cfgs
2013-06-25 James MillerUpdate snapshots file
2013-06-25 James MillerZero the struct in the take glue, not the drop glue
next