summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2015-08-03Post merge changes to #27488Simonas Kazlauskas-8/+4
2015-08-03vastly expand on the mem::uninitialized docsAlexis Beingessner-6/+74
2015-07-31Auto merge of #27382 - brson:gate-assoc-type, r=alexcrichtonbors-0/+1
2015-07-31Auto merge of #27370 - alexcrichton:stabilize-easy, r=brsonbors-12/+11
2015-07-30Auto merge of #27388 - alexcrichton:remove-curious-inner, r=brsonbors-17/+19
2015-07-30Auto merge of #27385 - chris-morgan:core-panic-use-$crate, r=alexcrichtonbors-2/+2
2015-07-30Auto merge of #27052 - wthrowe:atomic_send, r=Gankrobors-1/+2
2015-07-29Feature gate associated type defaultsBrian Anderson-0/+1
2015-07-29std: Remove the curious inner moduleAlex Crichton-19/+21
2015-07-30Use $crate in core::panic!Chris Morgan-2/+2
2015-07-30Rollup merge of #27352 - nagisa:illegal-to-invalid-docs, r=steveklabnikManish Goregaokar-5/+5
2015-07-29Rollup merge of #27379 - jeehoonkang:master, r=steveklabnikSteve Klabnik-1/+1
2015-07-29Rollup merge of #27326 - steveklabnik:doc_show_use, r=GankroSteve Klabnik-21/+42
2015-07-29Fix a documentation bug for memory orderingsJeehoon Kang-1/+1
2015-07-29Auto merge of #27358 - bluss:split-at-mut, r=aturonbors-4/+5
2015-07-28std: Stabilize a number of small APIsAlex Crichton-12/+11
2015-07-28Use raw pointers to avoid aliasing violation in split_at_mutUlrik Sverdrup-4/+5
2015-07-28Replace occurences of illegal in user facing docsSimonas Kazlauskas-5/+5
2015-07-28Auto merge of #27319 - diaphore:pr_debug_osstr_escape, r=alexcrichtonbors-2/+2
2015-07-28Auto merge of #27309 - eddyb:snapshot-infdef, r=alexcrichtonbors-9/+0
2015-07-28Auto merge of #27280 - bluss:siphash-perf, r=alexcrichtonbors-4/+22
2015-07-28Auto merge of #26914 - alexcrichton:deprecate-easy, r=aturonbors-0/+20
2015-07-27std: Deprecate a number of unstable featuresAlex Crichton-0/+20
2015-07-27Fix escaping of characters in Debug for OsStrdiaphore-2/+2
2015-07-27Show appropriate feature flags in docsSteve Klabnik-21/+42
2015-07-27Auto merge of #27278 - thepowersgang:result-expect-issue, r=alexcrichtonbors-1/+1
2015-07-27Register new snapshots (2015-07-26 a5c12f4).Eduard Burtescu-9/+0
2015-07-25siphash: Reorder hash state in the structUlrik Sverdrup-1/+5
2015-07-25siphash: Remove one variableUlrik Sverdrup-2/+1
2015-07-25siphash: Use ptr::copy_nonoverlapping for efficient data loadingUlrik Sverdrup-1/+16
2015-07-25Reference issue #27277 on Result::expectJohn Hodge-1/+1
2015-07-25Auto merge of #27233 - tbu-:pr_wtf8, r=alexcrichtonbors-12/+16
2015-07-24Rollup merge of #27238 - steveklabnik:gh26927, r=huonwSteve Klabnik-0/+8
2015-07-24Auto merge of #27215 - pnkfelix:fsk-placer-take-5-just-in, r=nikomatsakisbors-0/+125
2015-07-24Add unstable attribute to `char::from_u32_unchecked`Tobias Bucher-0/+1
2015-07-23Link Deref{,Mut} to TRPL on coercions.Steve Klabnik-0/+8
2015-07-23Review feedback: add unstable marker to Placer API and put in bound that now ...Felix S. Klock II-1/+6
2015-07-23wtf8, char: Replace uses of `mem::transmute` with more specific functionsTobias Bucher-12/+15
2015-07-23Auto merge of #27192 - dotdash:inline_eq_slice, r=luqmanabors-12/+3
2015-07-22placate `make tidy`.Felix S. Klock II-1/+1
2015-07-22Rollup merge of #27151 - pfalabella:patch-2, r=steveklabnikSteve Klabnik-4/+4
2015-07-22Change signature for `move_val_init` intrinsic to take `*mut T` for `dest`.Felix S. Klock II-0/+8
2015-07-22prototype Placer protocol for unstable overloaded-box and placement-in.Felix S. Klock II-0/+112
2015-07-22Auto merge of #27176 - alexcrichton:fix-stock-llvm, r=brsonbors-0/+6
2015-07-21trans: Move rust_try into the compilerAlex Crichton-0/+6
2015-07-21Inline eq_slice_() into eq_slice()Björn Steinbrink-12/+3
2015-07-21Auto merge of #27168 - brson:stdprim, r=steveklabnikbors-97/+5
2015-07-21Auto merge of #27129 - arthurprs:debug_atomic, r=alexcrichtonbors-0/+21
2015-07-20Auto merge of #27056 - Eljay:doc-comments, r=nikomatsakisbors-10/+10
2015-07-20std: Create separate docs for the primitivesBrian Anderson-95/+3