about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-06-17std: Stabilize the sync_poison featureAlex Crichton-6/+6
2015-06-17std: Deprecate Vec::from_raw_bufAlex Crichton-0/+2
2015-06-17std: Deprecate all permutation-related slice methodsAlex Crichton-0/+6
2015-06-17std: Stabilize the remaining wrapping_* functionsAlex Crichton-10/+10
2015-06-17std: Deprecate f{32,64}::consts::PI_2Alex Crichton-0/+2
2015-06-17std: Remove two internal `str_internals` functionsAlex Crichton-29/+2
2015-06-17std: Deprecate the IntSliceExt traitAlex Crichton-0/+4
2015-06-17std: Deprecate result::foldAlex Crichton-0/+3
2015-06-17std: Deprecate the copy_{,mut_}lifetime functionsAlex Crichton-0/+8
2015-06-17std: Deprecate iter::{Unfold, Iterate}Alex Crichton-0/+12
2015-06-17std: Deprecate the RandomAccessIterator traitAlex Crichton-0/+4
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-338/+364
2015-06-17std: Split the `std_misc` featureAlex Crichton-117/+92
2015-06-17collections: Split the `collections` featureAlex Crichton-155/+197
2015-06-17alloc: Split apart the global `alloc` featureAlex Crichton-35/+53
2015-06-17core: Split apart the global `core` featureAlex Crichton-288/+379
2015-06-17Auto merge of #25961 - sanxiyn:dead-variant-2, r=huonwbors-7/+95
2015-06-17Add a testSeo Sanghyeon-0/+22
2015-06-17Auto merge of #26261 - tshepang:more-brief-example, r=huonwbors-11/+2
2015-06-17Auto merge of #26126 - Nashenas88:sync-send-libcore-iter, r=huonwbors-3/+76
2015-06-17Auto merge of #26025 - alexcrichton:update-llvm, r=brsonbors-108/+301
2015-06-16rustc: Update LLVMAlex Crichton-108/+301
2015-06-17Auto merge of #22681 - mzabaluev:extend-faster, r=huonwbors-39/+39
2015-06-16Auto merge of #26280 - Marwes:deriving_discriminant, r=pcwaltonbors-42/+90
2015-06-16Auto merge of #25952 - alexcrichton:fix-scoped-tls, r=aturonbors-32/+48
2015-06-16Auto merge of #24738 - joliv:patch-2, r=steveklabnikbors-2/+5
2015-06-16Auto merge of #26323 - steveklabnik:gh26320, r=alexcrichtonbors-10/+9
2015-06-16Auto merge of #26318 - steveklabnik:gh26268, r=alexcrichtonbors-2/+2
2015-06-16Auto merge of #26317 - steveklabnik:gh25956, r=alexcrichtonbors-4/+0
2015-06-16Auto merge of #24719 - :patch-1, r=steveklabnikbors-0/+1
2015-06-15Add unit type info and update associated linkjoliv-2/+5
2015-06-16Auto merge of #26313 - steveklabnik:fix_str_docs, r=alexcrichtonbors-10/+10
2015-06-15Auto merge of #26311 - jooert:fix25855, r=steveklabnikbors-33/+13
2015-06-15Auto merge of #26282 - arielb1:probe-leak, r=nikomatsakisbors-21/+114
2015-06-15Significantly simplify generic exampleSteve Klabnik-10/+9
2015-06-15Auto merge of #26275 - arielb1:unconstrained-projection, r=nikomatsakisbors-3/+46
2015-06-15Auto merge of #26293 - mihneadb:rustdoc-search-orphan-methods, r=alexcrichtonbors-1/+3
2015-06-15Clarify that the following will errorSteve Klabnik-2/+2
2015-06-15Remove confusing paragraph from Trait ObjectsSteve Klabnik-4/+0
2015-06-15Update example in "Rust Inside Other Languages"Johannes Oertel-33/+13
2015-06-15Fix up Split docsSteve Klabnik-10/+10
2015-06-15Make impl-trait-ref associated types work in methodsAriel Ben-Yehuda-28/+85
2015-06-15Don't call instantiate_type_scheme during method probingAriel Ben-Yehuda-1/+37
2015-06-15Auto merge of #26302 - aidanhs:aphs-fix-musl-libc, r=alexcrichtonbors-1/+4
2015-06-15When building libc crate with musl, don't look for libc.aAidan Hobson Sayers-1/+4
2015-06-15Auto merge of #26307 - nrc:save-bugs, r=cmrbors-6/+8
2015-06-15Auto merge of #26168 - sfackler:stdout-panic, r=alexcrichtonbors-33/+161
2015-06-15save-analysis: fix a couple of span bugsNick Cameron-6/+8
2015-06-15Auto merge of #25359 - thepowersgang:result-expect-2, r=alexcrichtonbors-0/+34
2015-06-15libcore/Result - RFC#1119 Add an 'expect' method to ResultJohn Hodge-0/+34