| Age | Commit message (Expand) | Author | Lines |
| 2014-03-18 | auto merge of #12954 : brson/rust/atomicdocs, r=alexcrichton | bors | -68/+393 |
| 2014-03-18 | std: Improve option docs | Brian Anderson | -20/+170 |
| 2014-03-18 | Test fixes from the rollup | Alex Crichton | -0/+4 |
| 2014-03-18 | Made the `clone_from` implementation for `~T` reuse the `T` itself if | Marvin Löbel | -1/+2 |
| 2014-03-18 | rustdoc: Implement cross-crate searching | Alex Crichton | -1/+1 |
| 2014-03-18 | Docsprint: Document ops module, primarily Deref. | Matthew McPherrin | -3/+77 |
| 2014-03-18 | Relaxed the memory ordering on the implementation of UnsafeArc | Jonathan S | -7/+29 |
| 2014-03-18 | Documentation and formatting changes for option.rs. | Ziad Hatahet | -10/+10 |
| 2014-03-18 | Add impl IntoStr for ::std::vec_ng::Vec<Ascii> | Eunchong Yu | -0/+26 |
| 2014-03-18 | remove duplicate methods in impls | Corey Richardson | -3/+0 |
| 2014-03-18 | Make method Vec::remove() public | Jorge Aparicio | -1/+1 |
| 2014-03-17 | std: Improve docs for atomics. Fix two bugs | Brian Anderson | -68/+393 |
| 2014-03-17 | auto merge of #12957 : lkuper/rust/docsprint, r=alexcrichton | bors | -2/+1 |
| 2014-03-17 | auto merge of #12951 : cadencemarseille/rust/issue-12943-remove-AtomicFlag, r... | bors | -41/+6 |
| 2014-03-17 | auto merge of #12945 : cadencemarseille/rust/vec_ng-as_mut_ptr, r=alexcrichton | bors | -4/+7 |
| 2014-03-16 | auto merge of #12944 : mcpherrinm/rust/master, r=alexcrichton | bors | -0/+95 |
| 2014-03-16 | `strdup_uniq` doesn't have to be `pub`. | Lindsey Kuper | -2/+1 |
| 2014-03-16 | Doc-sprint: Document endian conversion functions | Matthew McPherrin | -0/+95 |
| 2014-03-16 | Remove AtomicFlag | Cadence Marseille | -41/+6 |
| 2014-03-16 | Add method Vec<T>::as_mut_ptr() | Cadence Marseille | -4/+7 |
| 2014-03-16 | auto merge of #12931 : aochagavia/rust/option-take_unwrap, r=cmr | bors | -3/+3 |
| 2014-03-16 | Refactored take_unwrap (libstd/option.rs) | aochagavia | -3/+3 |
| 2014-03-16 | auto merge of #12929 : sfackler/rust/automatically-derived, r=cmr | bors | -20/+0 |
| 2014-03-15 | Test fixes and rebase conflicts | Alex Crichton | -10/+25 |
| 2014-03-15 | rustc: Remove compiler support for __log_level() | Alex Crichton | -84/+15 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -638/+23 |
| 2014-03-15 | Remove std::cmp::cmp2. | Steven Fackler | -20/+0 |
| 2014-03-15 | libstd: Fix a typo. s/target_os/target_arch/ | Luqman Aden | -4/+4 |
| 2014-03-14 | auto merge of #12896 : alexcrichton/rust/goodbye-extra, r=brson | bors | -22/+321 |
| 2014-03-14 | auto merge of #12893 : alexcrichton/rust/cfg-not, r=luqmana | bors | -2/+13 |
| 2014-03-14 | auto merge of #12888 : aochagavia/rust/Fix-comment, r=alexcrichton | bors | -9/+3 |
| 2014-03-14 | auto merge of #12878 : crabtw/rust/mips, r=alexcrichton | bors | -13/+23 |
| 2014-03-14 | extra: Put the nail in the coffin, delete libextra | Alex Crichton | -22/+321 |
| 2014-03-14 | auto merge of #12869 : thestinger/rust/cmp, r=brson | bors | -6/+6 |
| 2014-03-14 | cmp: switch `min` and `max` to `TotalOrd` | Daniel Micay | -6/+6 |
| 2014-03-14 | std: Fix backtraces on arm linux | Alex Crichton | -2/+13 |
| 2014-03-14 | Refactored iter and mut_iter | aochagavia | -8/+2 |
| 2014-03-14 | Fixed comment of as_mut_slice (libstd/option.rs) | aochagavia | -1/+1 |
| 2014-03-14 | auto merge of #12875 : alexcrichton/rust/demangle-more-things, r=brson | bors | -7/+54 |
| 2014-03-14 | auto merge of #12871 : aochagavia/rust/Optimize-while_some, r=alexcrichton | bors | -3/+6 |
| 2014-03-13 | auto merge of #12861 : huonw/rust/lint-owned-vecs, r=thestinger | bors | -2/+5 |
| 2014-03-13 | auto merge of #12855 : alexcrichton/rust/shutdown, r=brson | bors | -0/+37 |
| 2014-03-14 | fix MIPS target | Jyun-Yan You | -13/+23 |
| 2014-03-14 | std: render the vec_ng docs. | Huon Wilson | -2/+4 |
| 2014-03-14 | lint: add lint for use of a `~[T]`. | Huon Wilson | -0/+1 |
| 2014-03-13 | std: Demangle more escapes in backtraces | Alex Crichton | -7/+54 |
| 2014-03-13 | io: Bind to shutdown() for TCP streams | Alex Crichton | -0/+37 |
| 2014-03-13 | auto merge of #12815 : alexcrichton/rust/chan-rename, r=brson | bors | -909/+865 |
| 2014-03-13 | Refactored while_some (libstd/option.rs) | aochagavia | -3/+6 |
| 2014-03-13 | std: Rename Chan/Port types and constructor | Alex Crichton | -909/+865 |