| Age | Commit message (Expand) | Author | Lines |
| 2014-05-12 | Remove a workaround for deriving(Clone) on unit structs. | Cameron Zwarich | -24/+3 |
| 2014-05-09 | auto merge of #14057 : kballard/rust/remove_no-bounds, r=sfackler | bors | -8/+2 |
| 2014-05-09 | auto merge of #14055 : nikomatsakis/rust/issue-5527-use-substs-in-trans, r=pc... | bors | -353/+435 |
| 2014-05-09 | auto merge of #14054 : luqmana/rust/at, r=alexcrichton | bors | -7/+9 |
| 2014-05-09 | auto merge of #14046 : alexcrichton/rust/ignore-a-test-on-freebsd, r=kballard | bors | -13/+18 |
| 2014-05-09 | auto merge of #14053 : FlaPer87/rust/master, r=huonw | bors | -0/+1 |
| 2014-05-09 | auto merge of #14044 : hirschenberger/rust/lint_mut_match, r=alexcrichton | bors | -21/+67 |
| 2014-05-09 | auto merge of #14043 : sanxiyn/rust/attr-reference, r=alexcrichton | bors | -4/+4 |
| 2014-05-09 | Currently trans uses Vec<ty::t> to represent substitutions instead of a proper | Niko Matsakis | -352/+391 |
| 2014-05-09 | Check lifetime parameters when we do check for supertrait impls. Fixes #14050. | Niko Matsakis | -1/+44 |
| 2014-05-09 | Rename resolve_regions to resolve_regions_and_report_errors | Niko Matsakis | -3/+3 |
| 2014-05-09 | auto merge of #14035 : alexcrichton/rust/experimental, r=huonw | bors | -0/+9 |
| 2014-05-09 | auto merge of #14025 : tbrooks8/rust/big_uint_doc, r=alexcrichton | bors | -1/+1 |
| 2014-05-08 | auto merge of #14019 : brson/rust/docs, r=alexcrichton | bors | -47/+28 |
| 2014-05-08 | Remove <no-bounds> on trait objects | Kevin Ballard | -8/+2 |
| 2014-05-08 | auto merge of #13963 : kballard/rust/remove_owned_vec_from_iterator, r=pcwalton | bors | -727/+829 |
| 2014-05-08 | auto merge of #14001 : alexcrichton/rust/issue-11680, r=pcwalton | bors | -6/+48 |
| 2014-05-08 | auto merge of #14010 : richo/rust/tests/11493, r=alexcrichton | bors | -0/+16 |
| 2014-05-08 | libstd: Check TMPDIR for android as well and if not set use '/data/local/tmp'... | Luqman Aden | -7/+9 |
| 2014-05-09 | core: Allow kinds derivings | Flavio Percoco | -0/+1 |
| 2014-05-08 | auto merge of #13990 : nikomatsakis/rust/issue-5527-cleanup-writeback, r=pcwa... | bors | -298/+416 |
| 2014-05-08 | Fix false lint warnings in match arms with multiple patterns | Falco Hirschenberger | -21/+67 |
| 2014-05-08 | auto merge of #13985 : alexcrichton/rust/libfmt, r=brson | bors | -48/+100 |
| 2014-05-08 | Move partition/partitioned/concat/connect tests back into slice | Kevin Ballard | -26/+40 |
| 2014-05-08 | Restore Decodable impl for ~[T] | Kevin Ballard | -0/+15 |
| 2014-05-08 | Handle breakage after libcore split | Kevin Ballard | -70/+75 |
| 2014-05-08 | Add a mechanism to convert from Vec<T> to ~[T] | Kevin Ballard | -1/+73 |
| 2014-05-08 | Handle fallout in bench tests | Kevin Ballard | -5/+18 |
| 2014-05-08 | Handle fallout in documentation | Kevin Ballard | -79/+81 |
| 2014-05-08 | Handle more fallout | Kevin Ballard | -11/+24 |
| 2014-05-08 | Handle fallout in librustuv | Kevin Ballard | -7/+8 |
| 2014-05-08 | Clean up unused imports | Kevin Ballard | -12/+5 |
| 2014-05-08 | Handle fallout in libnative | Kevin Ballard | -7/+7 |
| 2014-05-08 | Handle fallout in librustc | Kevin Ballard | -10/+11 |
| 2014-05-08 | Handle fallout in libserialize | Kevin Ballard | -88/+73 |
| 2014-05-08 | Handle fallout for vector addition | Kevin Ballard | -20/+38 |
| 2014-05-08 | Handle fallout in io::net::addrinfo, io::process, and rt::rtio | Kevin Ballard | -6/+6 |
| 2014-05-08 | Handle fallout in os | Kevin Ballard | -44/+47 |
| 2014-05-08 | Handle fallout in iter, option, result, and sync::arc | Kevin Ballard | -53/+54 |
| 2014-05-08 | Handle fallout in std::ascii and std::strconv | Kevin Ballard | -46/+59 |
| 2014-05-08 | Handle fallout in std::strbuf | Kevin Ballard | -5/+2 |
| 2014-05-08 | Even more fallout, this time in std::str | Kevin Ballard | -92/+85 |
| 2014-05-08 | More fallout from removing FromIterator on ~[T] | Kevin Ballard | -42/+42 |
| 2014-05-08 | Move slice::raw::from_buf_raw() to vec::raw::from_buf() | Kevin Ballard | -59/+39 |
| 2014-05-08 | Rename slice::unzip() to vec::unzip() | Kevin Ballard | -36/+38 |
| 2014-05-08 | More fallout from removing FromIterator on ~[T] | Kevin Ballard | -57/+57 |
| 2014-05-08 | Rewrite &[T].to_owned() to allocate directly | Kevin Ballard | -9/+23 |
| 2014-05-08 | Remove FromIterator impl for ~[T] | Kevin Ballard | -33/+0 |
| 2014-05-08 | std: Ignore a flaky test on freebsd | Alex Crichton | -13/+18 |
| 2014-05-09 | Correct attribute grammar in reference manual | Seo Sanghyeon | -4/+4 |