| Age | Commit message (Expand) | Author | Lines |
| 2016-07-21 | switch mipsel-musl to soft float | Tim Neumann | -1/+1 |
| 2016-07-21 | Rollup merge of #34937 - GuillaumeGomez:hash_map_entry_debug, r=apasel422 | Guillaume Gomez | -0/+33 |
| 2016-07-21 | Rollup merge of #34930 - frewsxcv:vec-as-slice, r=steveklabnik | Guillaume Gomez | -0/+16 |
| 2016-07-21 | Rollup merge of #34921 - GuillaumeGomez:css_fix, r=steveklabnik | Guillaume Gomez | -1/+4 |
| 2016-07-21 | Rollup merge of #34919 - GuillaumeGomez:btree_map_doc, r=steveklabnik | Guillaume Gomez | -2/+189 |
| 2016-07-21 | Rollup merge of #34911 - frewsxcv:vec-set-len, r=steveklabnik | Guillaume Gomez | -2/+30 |
| 2016-07-21 | Rollup merge of #34910 - alexcrichton:hard-float-mips, r=brson | Guillaume Gomez | -1/+1 |
| 2016-07-21 | Rollup merge of #34895 - mark-buer:patch-1, r=steveklabnik | Guillaume Gomez | -2/+2 |
| 2016-07-21 | Rollup merge of #34890 - oconnor663:addassign, r=brson | Guillaume Gomez | -1/+9 |
| 2016-07-21 | Rollup merge of #34880 - xitep:master, r=steveklabnik | Guillaume Gomez | -7/+7 |
| 2016-07-21 | Rollup merge of #34855 - GuillaumeGomez:vec_deque_doc, r=steveklabnik | Guillaume Gomez | -1/+71 |
| 2016-07-21 | Rollup merge of #34854 - GuillaumeGomez:linked_list_doc, r=steveklabnik | Guillaume Gomez | -9/+65 |
| 2016-07-21 | Rollup merge of #34828 - seanmonstar:into-opton, r=alexcrichton | Guillaume Gomez | -0/+8 |
| 2016-07-20 | Auto merge of #34873 - alexcrichton:down-with-compiler-rt-for-good, r=brson | bors | -82/+397 |
| 2016-07-20 | core: impl From<T> for Option<T> | Sean McArthur | -0/+8 |
| 2016-07-20 | mk: Stop using cmake for compiler-rt | Alex Crichton | -82/+397 |
| 2016-07-20 | Auto merge of #34113 - srinivasreddy:deriving_rustfmt, r=brson | bors | -927/+932 |
| 2016-07-20 | Auto merge of #34694 - mathphreak:master, r=alexcrichton | bors | -0/+121 |
| 2016-07-20 | Add doc for btree_map types | ggomez | -2/+189 |
| 2016-07-20 | Auto merge of #33526 - steveklabnik:gh21889, r=alexcrichton | bors | -0/+38 |
| 2016-07-19 | Add doc examples for `Vec::{as_slice,as_mut_slice}`. | Corey Farwell | -0/+16 |
| 2016-07-19 | Auto merge of #34885 - GuillaumeGomez:btree_map_debug, r=alexcrichton | bors | -0/+33 |
| 2016-07-19 | Run rustfmt on libsyntax_ext/deriving folder | Srinivas Reddy Thatiparthy | -927/+932 |
| 2016-07-19 | re-work example | Steve Klabnik | -12/+35 |
| 2016-07-19 | Rewrite/expand doc examples for `Vec::set_len`. | Corey Farwell | -2/+30 |
| 2016-07-19 | [CSS] Fix unwanted top margin for toggle wrapper | ggomez | -1/+4 |
| 2016-07-19 | Auto merge of #34898 - sanxiyn:rollup, r=sanxiyn | bors | -3/+62 |
| 2016-07-19 | Add debug for btree_map::{Entry, VacantEntry, OccupiedEntry} | Guillaume Gomez | -0/+33 |
| 2016-07-19 | Auto merge of #33974 - habnabit:eintr-retry-for-read-iterators, r=alexcrichton | bors | -11/+18 |
| 2016-07-18 | rustc: Remove soft-float from MIPS targets | Alex Crichton | -1/+1 |
| 2016-07-18 | Auto merge of #34879 - petrochenkov:fnptr, r=alexcrichton | bors | -2/+25 |
| 2016-07-18 | Auto merge of #34357 - tbu-:pr_exact_size_is_empty, r=brson | bors | -5/+32 |
| 2016-07-18 | Auto merge of #34899 - michaelwoerister:always_internalize_symbols, r=eddyb | bors | -21/+15 |
| 2016-07-18 | use a new feature name for String AddAssign | Jack O'Connor | -1/+1 |
| 2016-07-18 | update the since field to 1.12.0 for String AddAssign | Jack O'Connor | -1/+1 |
| 2016-07-18 | Fix doctest of `ExactSizeIterator::is_empty` | Tobias Bucher | -1/+3 |
| 2016-07-18 | Run base::internalize_symbols() even for single-codegen-unit crates. | Michael Woerister | -21/+15 |
| 2016-07-18 | Rollup merge of #34889 - infinity0:master, r=sanxiyn | Seo Sanghyeon | -0/+10 |
| 2016-07-18 | Rollup merge of #34884 - shepmaster:from_raw_parts_doc, r=@nagisa | Seo Sanghyeon | -1/+13 |
| 2016-07-18 | Rollup merge of #34875 - frewsxcv:std-slice-struct, r=GuillaumeGomez | Seo Sanghyeon | -0/+10 |
| 2016-07-18 | Rollup merge of #34853 - frewsxcv:vec-truncate, r=GuillaumeGomez | Seo Sanghyeon | -1/+28 |
| 2016-07-18 | Rollup merge of #34807 - sanxiyn:dump-mir, r=nagisa | Seo Sanghyeon | -1/+1 |
| 2016-07-18 | Auto merge of #34886 - jseyfried:improve_stmt_matchers, r=eddyb | bors | -49/+48 |
| 2016-07-18 | Remove rustdoc reference to `walk_dir` | Mark Buer | -2/+2 |
| 2016-07-17 | Auto merge of #34860 - jseyfried:encapsulate_hygiene, r=nrc | bors | -233/+157 |
| 2016-07-18 | Add debug for hash_map::{Entry, VacantEntry, OccupiedEntry} | ggomez | -0/+33 |
| 2016-07-17 | Remove extraneous words | Jake Goulding | -1/+1 |
| 2016-07-17 | Document from_raw_parts involves ownership transfer | Jake Goulding | -0/+12 |
| 2016-07-17 | implement AddAssign for String | Jack O'Connor | -1/+9 |
| 2016-07-17 | Auto merge of #34876 - frewsxcv:vec-as-mut-slice, r=alexcrichton | bors | -1/+1 |