about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-07-23Fix indentation in src/libcore/lib.rsTobias Bucher-9/+9
2016-07-23Escape fewer Unicode codepoints in `Debug` impl of `str`Tobias Bucher-9/+872
2016-07-22Auto merge of #34924 - cgswords:empty_delim, r=nrcbors-3/+11
2016-07-22Auto merge of #34917 - michaelwoerister:fix-internalize-symbols, r=eddybbors-16/+78
2016-07-22Auto merge of #34771 - murarth:string-insert-str, r=alexcrichtonbors-9/+53
2016-07-21Auto merge of #34724 - mitchmindtree:mpsc_receiver_try_recv, r=alexcrichtonbors-0/+56
2016-07-21Auto merge of #34715 - scottcarr:mir-test, r=nikomatsakisbors-3/+230
2016-07-21Auto merge of #34544 - 3Hren:issue/xx/reinterpret-format-precision-for-string...bors-10/+17
2016-07-21Fix issue in receiver_try_iter test where response sender would panic instead...mitchmindtree-3/+3
2016-07-21Rollup merge of #34937 - GuillaumeGomez:hash_map_entry_debug, r=apasel422Guillaume Gomez-0/+33
2016-07-21Rollup merge of #34930 - frewsxcv:vec-as-slice, r=steveklabnikGuillaume Gomez-0/+16
2016-07-21Rollup merge of #34921 - GuillaumeGomez:css_fix, r=steveklabnikGuillaume Gomez-1/+4
2016-07-21Rollup merge of #34919 - GuillaumeGomez:btree_map_doc, r=steveklabnikGuillaume Gomez-2/+189
2016-07-21Rollup merge of #34911 - frewsxcv:vec-set-len, r=steveklabnikGuillaume Gomez-2/+30
2016-07-21Rollup merge of #34910 - alexcrichton:hard-float-mips, r=brsonGuillaume Gomez-1/+1
2016-07-21Rollup merge of #34895 - mark-buer:patch-1, r=steveklabnikGuillaume Gomez-2/+2
2016-07-21Rollup merge of #34890 - oconnor663:addassign, r=brsonGuillaume Gomez-1/+9
2016-07-21Rollup merge of #34880 - xitep:master, r=steveklabnikGuillaume Gomez-7/+7
2016-07-21Rollup merge of #34855 - GuillaumeGomez:vec_deque_doc, r=steveklabnikGuillaume Gomez-1/+71
2016-07-21Rollup merge of #34854 - GuillaumeGomez:linked_list_doc, r=steveklabnikGuillaume Gomez-9/+65
2016-07-21Rollup merge of #34828 - seanmonstar:into-opton, r=alexcrichtonGuillaume Gomez-0/+8
2016-07-20add mir optimization tests, dump-mir-dir optionScott A Carr-3/+230
2016-07-20Auto merge of #34873 - alexcrichton:down-with-compiler-rt-for-good, r=brsonbors-82/+397
2016-07-20core: impl From<T> for Option<T>Sean McArthur-0/+8
2016-07-20mk: Stop using cmake for compiler-rtAlex Crichton-82/+397
2016-07-20Auto merge of #34113 - srinivasreddy:deriving_rustfmt, r=brsonbors-927/+932
2016-07-20trans: Make base::internalize_symbols() respect explicit linkage directives.Michael Woerister-15/+57
2016-07-20Auto merge of #34694 - mathphreak:master, r=alexcrichtonbors-0/+121
2016-07-20Add doc for btree_map typesggomez-2/+189
2016-07-20Auto merge of #33526 - steveklabnik:gh21889, r=alexcrichtonbors-0/+38
2016-07-20Add the missing tracking issue field for #34931 to the receiver_try_iter stab...mitchmindtree-3/+3
2016-07-19Add doc examples for `Vec::{as_slice,as_mut_slice}`.Corey Farwell-0/+16
2016-07-19Introduced `NoDelim` and modified the compiler to support it.cgswords-3/+11
2016-07-19Auto merge of #34885 - GuillaumeGomez:btree_map_debug, r=alexcrichtonbors-0/+33
2016-07-19Run rustfmt on libsyntax_ext/deriving folderSrinivas Reddy Thatiparthy-927/+932
2016-07-19re-work exampleSteve Klabnik-12/+35
2016-07-19Rewrite/expand doc examples for `Vec::set_len`.Corey Farwell-2/+30
2016-07-19[CSS] Fix unwanted top margin for toggle wrapperggomez-1/+4
2016-07-19Auto merge of #34898 - sanxiyn:rollup, r=sanxiynbors-3/+62
2016-07-19Add codegen test to make sure that closures are 'internalized' properly.Michael Woerister-0/+20
2016-07-19Add debug for btree_map::{Entry, VacantEntry, OccupiedEntry}Guillaume Gomez-0/+33
2016-07-19Fix wrong condition in base::internalize_symbols().Michael Woerister-1/+1
2016-07-19Auto merge of #33974 - habnabit:eintr-retry-for-read-iterators, r=alexcrichtonbors-11/+18
2016-07-18rustc: Remove soft-float from MIPS targetsAlex Crichton-1/+1
2016-07-18Auto merge of #34879 - petrochenkov:fnptr, r=alexcrichtonbors-2/+25
2016-07-18Auto merge of #34357 - tbu-:pr_exact_size_is_empty, r=brsonbors-5/+32
2016-07-18Auto merge of #34899 - michaelwoerister:always_internalize_symbols, r=eddybbors-21/+15
2016-07-18use a new feature name for String AddAssignJack O'Connor-1/+1
2016-07-18update the since field to 1.12.0 for String AddAssignJack O'Connor-1/+1
2016-07-18Fix doctest of `ExactSizeIterator::is_empty`Tobias Bucher-1/+3