about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2014-05-20auto merge of #14304 : brson/rust/moredocs, r=kballardbors-20/+182
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-19core::iter::order functions now take two types of iterators.TyOverby-8/+18
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-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-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
2014-05-18Refactored and renamed functions to avoid failureAdolfo Ochagavía-63/+57
2014-05-18Rename to_vec and to_sorted_vecAdolfo Ochagavía-2/+8
2014-05-18auto merge of #14000 : pnkfelix/rust/fsk-fix-issue13732, r=alexcrichtonbors-119/+278
2014-05-18Replaced Ord by TotalOrd in priority queueAdolfo Ochagavía-5/+5
2014-05-18Refactoring: Introduce distinct host and target rpath var setters.Felix S. Klock II-55/+158
2014-05-18Output debug info on how `#[phase] extern crate foo;` gets resolved.Felix S. Klock II-0/+3
2014-05-18Include file paths when dumping the list of resolved crates via `debug!`.Felix S. Klock II-2/+18
2014-05-18Fixing rustdoc stage1.Felix S. Klock II-62/+99
2014-05-18auto merge of #14275 : kballard/rust/bytes-return-static, r=huonwbors-6/+48
2014-05-18Make bytes!() return 'staticKevin Ballard-6/+48
2014-05-18Removed unnecessary transmuteAdolfo Ochagavía-2/+2
2014-05-18auto merge of #14274 : youknowone/rust/advice-tilt-to-box, r=thestingerbors-5/+5
2014-05-18auto merge of #14258 : alexcrichton/rust/dox-format-writer, r=cmrbors-4/+45