| Age | Commit message (Expand) | Author | Lines |
| 2014-05-22 | Remove a slew of old deprecated functions | Alex Crichton | -237/+9 |
| 2014-05-21 | auto merge of #14301 : alexcrichton/rust/remove-unsafe-arc, r=brson | bors | -477/+280 |
| 2014-05-21 | std,green: Mark some queue types as NoShare | Alex Crichton | -16/+26 |
| 2014-05-21 | auto merge of #14328 : Sawyer47/rust/remove-fixmes, r=alexcrichton | bors | -4/+0 |
| 2014-05-21 | auto merge of #14320 : kballard/rust/fix_stdlib_inject_attrs, r=alexcrichton | bors | -28/+48 |
| 2014-05-21 | auto merge of #14326 : huonw/rust/tiny-fixes, r=pnkfelix | bors | -84/+101 |
| 2014-05-21 | Remove two outdated FIXMEs from complex.rs | Piotr Jawniak | -4/+0 |
| 2014-05-21 | auto merge of #14324 : zecozephyr/rust/docfix, r=luqmana | bors | -1/+1 |
| 2014-05-21 | rustc: improve error messages from wrong --pretty flowgraph use. | Huon Wilson | -10/+28 |
| 2014-05-21 | rustc: ng -> gn, fix a typo in a string. | Huon Wilson | -2/+1 |
| 2014-05-21 | rustc: rename the lint `level` enum for style. | Huon Wilson | -72/+72 |
| 2014-05-21 | auto merge of #14319 : kballard/rust/rename_rng_choose_option, r=alexcrichton | bors | -23/+17 |
| 2014-05-21 | Updated doc with correct type. | Jonathan Bailey | -1/+1 |
| 2014-05-21 | auto merge of #14316 : kballard/rust/range_inclusive_no_toprimitive, r=alexcr... | bors | -1/+1 |
| 2014-05-21 | auto merge of #14315 : kballard/rust/stdreader_isatty, r=alexcrichton | bors | -0/+10 |
| 2014-05-20 | auto merge of #14259 : alexcrichton/rust/core-mem, r=brson | bors | -137/+222 |
| 2014-05-20 | core: Stabilize the mem module | Alex Crichton | -137/+222 |
| 2014-05-20 | Change std inject attributes to outer attributes | Kevin Ballard | -28/+48 |
| 2014-05-20 | auto merge of #14293 : alexcrichton/rust/weak-lang-items, r=brson | bors | -32/+403 |
| 2014-05-20 | Remove Rng.choose(), rename Rng.choose_option() to .choose() | Kevin Ballard | -23/+17 |
| 2014-05-20 | Remove useless ToPrimitive bound on range_inclusive() | Kevin Ballard | -1/+1 |
| 2014-05-20 | Add .isatty() method to StdReader | Kevin Ballard | -0/+10 |
| 2014-05-20 | green: Remove some unsafe code in BasicLoop | Alex Crichton | -36/+20 |
| 2014-05-20 | auto merge of #14305 : tbu-/rust/pr_doc_bytes, r=huonw | bors | -1/+2 |
| 2014-05-20 | auto merge of #13975 : nikomatsakis/rust/issue-13794-fn-subtyping-and-static,... | bors | -0/+63 |
| 2014-05-20 | Add non-utf8 byte to the bytes!() example | Tobias Bucher | -1/+2 |
| 2014-05-20 | auto merge of #14304 : brson/rust/moredocs, r=kballard | bors | -20/+182 |
| 2014-05-20 | auto merge of #14283 : Ryman/rust/commented_compile_fail_error, r=kballard | bors | -59/+31 |
| 2014-05-20 | Address review comments | Brian Anderson | -7/+7 |
| 2014-05-20 | core: Convert TODOs to FIXMEs | Brian Anderson | -5/+5 |
| 2014-05-20 | std: Alphabetize crate reexports for rustdoc | Brian Anderson | -4/+6 |
| 2014-05-20 | core: Spruce up the crate description | Brian Anderson | -11/+22 |
| 2014-05-20 | core: More concise description for mod ops | Brian Anderson | -1/+1 |
| 2014-05-20 | std: Fix broken link | Brian Anderson | -2/+1 |
| 2014-05-20 | core: Improve docs for cell | Brian Anderson | -1/+151 |
| 2014-05-20 | compiletest: Refactor compile-fail to regex. | Kevin Butler | -59/+31 |
| 2014-05-20 | auto merge of #14277 : pczarn/rust/manual-grammar, r=alexcrichton | bors | -9/+9 |
| 2014-05-20 | Correct EBNF grammar in the manual | Piotr Czarnecki | -9/+9 |
| 2014-05-19 | auto merge of #14296 : kballard/rust/diagnostic_color_newline, r=alexcrichton | bors | -2/+21 |
| 2014-05-19 | auto merge of #14289 : TyOverby/rust/master, r=alexcrichton | bors | -8/+18 |
| 2014-05-19 | auto merge of #14265 : Ryman/rust/issue-14254, r=alexcrichton | bors | -18/+252 |
| 2014-05-19 | Reset the terminal color before the newline for diagnostics | Kevin Ballard | -2/+21 |
| 2014-05-19 | green: Remove usage of UnsafeArc | Alex Crichton | -17/+18 |
| 2014-05-19 | rustuv: Remove usage of UnsafeArc | Alex Crichton | -27/+23 |
| 2014-05-19 | native: Remove UnsafeArc in favor of just Arc | Alex Crichton | -43/+30 |
| 2014-05-19 | std: Remove UnsafeArc | Alex Crichton | -218/+23 |
| 2014-05-19 | std: Move comm primitives away from UnsafeArc | Alex Crichton | -30/+39 |
| 2014-05-19 | core::iter::order functions now take two types of iterators. | TyOverby | -8/+18 |
| 2014-05-19 | std: Build Exclusive on Arc<Unsafe<T>> | Alex Crichton | -3/+5 |
| 2014-05-19 | std: Use Arc instead of UnsafeArc in BlockedTask | Alex Crichton | -8/+9 |