]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2014-05-09 borsauto merge of #14057 : kballard/rust/remove_no-bounds...
2014-05-09 borsauto merge of #14055 : nikomatsakis/rust/issue-5527...
2014-05-09 borsauto merge of #14054 : luqmana/rust/at, r=alexcrichton
2014-05-09 borsauto merge of #14046 : alexcrichton/rust/ignore-a-test...
2014-05-09 borsauto merge of #14053 : FlaPer87/rust/master, r=huonw
2014-05-09 borsauto merge of #14044 : hirschenberger/rust/lint_mut_mat...
2014-05-09 borsauto merge of #14043 : sanxiyn/rust/attr-reference...
2014-05-09 Niko MatsakisCurrently trans uses Vec<ty::t> to represent substituti...
2014-05-09 Niko MatsakisCheck lifetime parameters when we do check for supertra...
2014-05-09 Niko MatsakisRename resolve_regions to resolve_regions_and_report_errors
2014-05-09 borsauto merge of #14035 : alexcrichton/rust/experimental...
2014-05-09 borsauto merge of #14025 : tbrooks8/rust/big_uint_doc,...
2014-05-09 borsauto merge of #14019 : brson/rust/docs, r=alexcrichton
2014-05-09 Kevin BallardRemove <no-bounds> on trait objects
2014-05-09 borsauto merge of #13963 : kballard/rust/remove_owned_vec_f...
2014-05-09 borsauto merge of #14001 : alexcrichton/rust/issue-11680...
2014-05-09 borsauto merge of #14010 : richo/rust/tests/11493, r=alexcr...
2014-05-08 Luqman Adenlibstd: Check TMPDIR for android as well and if not...
2014-05-08 Flavio Percococore: Allow kinds derivings
2014-05-08 borsauto merge of #13990 : nikomatsakis/rust/issue-5527...
2014-05-08 Falco HirschenbergerFix false lint warnings in match arms with multiple...
2014-05-08 borsauto merge of #13985 : alexcrichton/rust/libfmt, r...
2014-05-08 Kevin BallardMove partition/partitioned/concat/connect tests back...
2014-05-08 Kevin BallardRestore Decodable impl for ~[T]
2014-05-08 Kevin BallardHandle breakage after libcore split
2014-05-08 Kevin BallardAdd a mechanism to convert from Vec<T> to ~[T]
2014-05-08 Kevin BallardHandle fallout in bench tests
2014-05-08 Kevin BallardHandle fallout in documentation
2014-05-08 Kevin BallardHandle more fallout
2014-05-08 Kevin BallardHandle fallout in librustuv
2014-05-08 Kevin BallardClean up unused imports
2014-05-08 Kevin BallardHandle fallout in libnative
2014-05-08 Kevin BallardHandle fallout in librustc
2014-05-08 Kevin BallardHandle fallout in libserialize
2014-05-08 Kevin BallardHandle fallout for vector addition
2014-05-08 Kevin BallardHandle fallout in io::net::addrinfo, io::process, and...
2014-05-08 Kevin BallardHandle fallout in os
2014-05-08 Kevin BallardHandle fallout in iter, option, result, and sync::arc
2014-05-08 Kevin BallardHandle fallout in std::ascii and std::strconv
2014-05-08 Kevin BallardHandle fallout in std::strbuf
2014-05-08 Kevin BallardEven more fallout, this time in std::str
2014-05-08 Kevin BallardMore fallout from removing FromIterator on ~[T]
2014-05-08 Kevin BallardMove slice::raw::from_buf_raw() to vec::raw::from_buf()
2014-05-08 Kevin BallardRename slice::unzip() to vec::unzip()
2014-05-08 Kevin BallardMore fallout from removing FromIterator on ~[T]
2014-05-08 Kevin BallardRewrite &[T].to_owned() to allocate directly
2014-05-08 Kevin BallardRemove FromIterator impl for ~[T]
2014-05-08 Alex Crichtonstd: Ignore a flaky test on freebsd
2014-05-08 Seo SanghyeonCorrect attribute grammar in reference manual
2014-05-08 Alex Crichtonstd: Extract format string parsing out of libstd
2014-05-08 borsauto merge of #14032 : pcwalton/rust/detildestr, r...
2014-05-08 Patrick Waltonlibsyntax: Remove uses of `~str` from libsyntax, and...
2014-05-08 borsauto merge of #14033 : alexcrichton/rust/fix-mk-install...
2014-05-08 borsauto merge of #13986 : alexcrichton/rust/box-keyword...
2014-05-08 Alex Crichtonstd: Mark timeout methods experimental
2014-05-08 borsauto merge of #13835 : alexcrichton/rust/localdata...
2014-05-08 borsauto merge of #13814 : alexcrichton/rust/read-timeout...
2014-05-08 Alex CrichtonTest fixes and rebase conflicts
2014-05-08 Alex Crichtonstd: Modernize the local_data api
2014-05-08 Alex Crichtonnative: Implement timeouts for windows pipes
2014-05-08 Alex Crichtonrustuv: Implement timeouts for unix networking
2014-05-08 Alex Crichtonnative: Implement timeouts for unix networking
2014-05-08 Alex Crichtonstd: Add I/O timeouts to networking objects
2014-05-08 Alex Crichtonmk: Fix make install
2014-05-08 borsauto merge of #13976 : pnkfelix/rust/fsk-fix-13965...
2014-05-08 borsauto merge of #13964 : alexcrichton/rust/more-buffers...
2014-05-08 Tim BrooksChange the biguint documentation example to reflect...
2014-05-08 borsauto merge of #13751 : alexcrichton/rust/io-close-read...
2014-05-08 Alex Crichtonstd: Add close_{read,write}() methods to I/O
2014-05-07 borsauto merge of #14005 : alexcrichton/rust/extern-unsafe...
2014-05-07 Brian Andersonstd: Small doc tweaks
2014-05-07 Brian Andersonstd: Change names of transmute's type parameters
2014-05-07 Brian Andersonstd: Reorder definitions in cast
2014-05-07 Brian Andersonstd: Doc typos
2014-05-07 Brian Andersonstd: Remove bump_box_refcount. Deprecated and unused...
2014-05-07 borsauto merge of #13726 : michaelwoerister/rust/lldb-autot...
2014-05-07 borsauto merge of #13901 : alexcrichton/rust/facade, r...
2014-05-07 Alex CrichtonTest fixes and rebase conflicts
2014-05-07 Michael Woeristerdebuginfo: Split debuginfo autotests into debuginfo...
2014-05-07 Alex CrichtonRegister new snapshots
2014-05-07 Alex Crichtoncore: Move Option::expect to libstd from libcore
2014-05-07 Alex Crichtoncore: Fix an unsigned negation warning
2014-05-07 Alex Crichtontest: Update with std => core movement
2014-05-07 Alex Crichtoncore: Get coretest working
2014-05-07 Alex Crichtoncore: Inherit the cell module
2014-05-07 Alex Crichtoncore: Add unwrap()/unwrap_err() methods to Result
2014-05-07 Alex Crichtoncore: Inherit the result module
2014-05-07 Alex Crichtoncore: Remove generics from Option::expect
2014-05-07 Alex Crichtoncore: Add a limited implementation of failure
2014-05-07 Alex Crichtoncore: Bring char/finally test style up to date
2014-05-07 Alex Crichtoncore: Allow some #[deriving] in libcore
2014-05-07 Alex Crichtoncore: Implement necessary traits for ~[T]/~str
2014-05-07 Alex Crichtonstd: Remove a glob to get std to compile
2014-05-07 Alex Crichtoncore: Inherit possible string functionality
2014-05-07 Alex Crichtoncore: Inherit necessary unicode functionality
2014-05-07 Alex Crichtoncore: Inherit non-allocating slice functionality
2014-05-07 Alex Crichtoncore: Inherit the specific numeric modules
2014-05-07 Alex Crichtoncore: Inherit what's possible from the num module
2014-05-07 Alex Crichtoncore: Inhert ~/@/& cmp traits, remove old modules
2014-05-07 Alex Crichtoncore: Inherit the cmp module
next