| Age | Commit message (Expand) | Author | Lines |
| 2016-07-23 | Fix indentation in src/libcore/lib.rs | Tobias Bucher | -9/+9 |
| 2016-07-23 | Escape fewer Unicode codepoints in `Debug` impl of `str` | Tobias Bucher | -9/+872 |
| 2016-07-22 | Auto merge of #34924 - cgswords:empty_delim, r=nrc | bors | -3/+11 |
| 2016-07-22 | Auto merge of #34917 - michaelwoerister:fix-internalize-symbols, r=eddyb | bors | -16/+78 |
| 2016-07-22 | Auto merge of #34771 - murarth:string-insert-str, r=alexcrichton | bors | -9/+53 |
| 2016-07-21 | Auto merge of #34724 - mitchmindtree:mpsc_receiver_try_recv, r=alexcrichton | bors | -0/+56 |
| 2016-07-21 | Auto merge of #34715 - scottcarr:mir-test, r=nikomatsakis | bors | -3/+230 |
| 2016-07-21 | Auto merge of #34544 - 3Hren:issue/xx/reinterpret-format-precision-for-string... | bors | -10/+17 |
| 2016-07-21 | Fix issue in receiver_try_iter test where response sender would panic instead... | mitchmindtree | -3/+3 |
| 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 | add mir optimization tests, dump-mir-dir option | Scott A Carr | -3/+230 |
| 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 | trans: Make base::internalize_symbols() respect explicit linkage directives. | Michael Woerister | -15/+57 |
| 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-20 | Add the missing tracking issue field for #34931 to the receiver_try_iter stab... | mitchmindtree | -3/+3 |
| 2016-07-19 | Add doc examples for `Vec::{as_slice,as_mut_slice}`. | Corey Farwell | -0/+16 |
| 2016-07-19 | Introduced `NoDelim` and modified the compiler to support it. | cgswords | -3/+11 |
| 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 codegen test to make sure that closures are 'internalized' properly. | Michael Woerister | -0/+20 |
| 2016-07-19 | Add debug for btree_map::{Entry, VacantEntry, OccupiedEntry} | Guillaume Gomez | -0/+33 |
| 2016-07-19 | Fix wrong condition in base::internalize_symbols(). | Michael Woerister | -1/+1 |
| 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 |