about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-05-20auto merge of #14304 : brson/rust/moredocs, r=kballardbors-20/+182
2014-05-20Add slice::MutableCloneableVector to the preludeKevin Ballard-4/+4
2014-05-20auto merge of #14283 : Ryman/rust/commented_compile_fail_error, r=kballardbors-59/+31
2014-05-20Address review commentsBrian Anderson-7/+7
2014-05-20core: Convert TODOs to FIXMEsBrian Anderson-5/+5
2014-05-20std: Alphabetize crate reexports for rustdocBrian Anderson-4/+6
2014-05-20core: Spruce up the crate descriptionBrian Anderson-11/+22
2014-05-20core: More concise description for mod opsBrian Anderson-1/+1
2014-05-20std: Fix broken linkBrian Anderson-2/+1
2014-05-20core: Improve docs for cellBrian Anderson-1/+151
2014-05-20compiletest: Refactor compile-fail to regex.Kevin Butler-59/+31
2014-05-20auto merge of #14277 : pczarn/rust/manual-grammar, r=alexcrichtonbors-9/+9
2014-05-20Correct EBNF grammar in the manualPiotr Czarnecki-9/+9
2014-05-19auto merge of #14296 : kballard/rust/diagnostic_color_newline, r=alexcrichtonbors-2/+21
2014-05-19auto merge of #14289 : TyOverby/rust/master, r=alexcrichtonbors-8/+18
2014-05-19auto merge of #14265 : Ryman/rust/issue-14254, r=alexcrichtonbors-18/+252
2014-05-19Reset the terminal color before the newline for diagnosticsKevin Ballard-2/+21
2014-05-19green: Remove usage of UnsafeArcAlex Crichton-17/+18
2014-05-19rustuv: Remove usage of UnsafeArcAlex Crichton-27/+23
2014-05-19native: Remove UnsafeArc in favor of just ArcAlex Crichton-43/+30
2014-05-19std: Remove UnsafeArcAlex Crichton-218/+23
2014-05-19std: Move comm primitives away from UnsafeArcAlex Crichton-30/+39
2014-05-19core::iter::order functions now take two types of iterators.TyOverby-8/+18
2014-05-19std: Build Exclusive on Arc<Unsafe<T>>Alex Crichton-3/+5
2014-05-19std: Use Arc instead of UnsafeArc in BlockedTaskAlex Crichton-8/+9
2014-05-19std: Rebuild spsc with Unsafe/&selfAlex Crichton-25/+26
2014-05-19std: Rebuild mpsc queue with Unsafe/&selfAlex Crichton-8/+9
2014-05-20rustc: Better resolve errors for &T, &mut T, remove failure condition.Kevin Butler-18/+252
2014-05-19auto merge of #14295 : aturon/rust/hide-init_to_vec, r=alexcrichtonbors-5/+1
2014-05-19std: Rebuild mpmc queues on Unsafe/ArcAlex Crichton-23/+27
2014-05-19std: Rebuild sync::deque on ArcAlex Crichton-25/+27
2014-05-19auto merge of #14286 : cmr/rust/shard-benches, r=alexcrichtonbors-22/+60
2014-05-19test: index shards at 1, not 0Corey Richardson-22/+60
2014-05-19libcollections: remove `init_to_vec`Aaron Turon-5/+1
2014-05-19auto merge of #14294 : kballard/rust/result_unwrap_or_else, r=alexcrichtonbors-4/+11
2014-05-19Rename Result.unwrap_or_handle() to .unwrap_or_else()Kevin Ballard-4/+11
2014-05-19auto merge of #14292 : limeburst/rust/master, r=alexcrichtonbors-1/+1
2014-05-19rustc: Add official support for weak failureAlex Crichton-32/+403
2014-05-19auto merge of #14291 : Sawyer47/rust/doc-fixes, r=alexcrichtonbors-25/+32
2014-05-20Fix typo in libcoreJihyeok Seo-1/+1
2014-05-19auto merge of #14279 : aochagavia/rust/pr2, r=huonwbors-71/+73
2014-05-19Minor doc fixes in various placesPiotr Jawniak-25/+32
2014-05-19auto merge of #14251 : alexcrichton/rust/hierarchy, r=huonwbors-8/+93
2014-05-18auto merge of #14288 : zwarich/rust/euv-underscore, r=alexcrichtonbors-2/+2
2014-05-18Remove leading underscores in function signatures in a trait definition.Cameron Zwarich-2/+2
2014-05-18auto merge of #14276 : aochagavia/rust/pr, r=alexcrichtonbors-2/+2
2014-05-18auto merge of #14122 : dagitses/rust/master, r=alexcrichtonbors-0/+37
2014-05-18Fix insert_ordered in DListAdolfo OchagavĂ­a-1/+1
2014-05-18Fix dead code warningsAdolfo OchagavĂ­a-0/+2
2014-05-18auto merge of #14263 : cmr/rust/termex, r=kballardbors-2/+5