| Age | Commit message (Expand) | Author | Lines |
| 2014-03-16 | `strdup_uniq` doesn't have to be `pub`. | Lindsey Kuper | -2/+1 |
| 2014-03-16 | auto merge of #12931 : aochagavia/rust/option-take_unwrap, r=cmr | bors | -3/+3 |
| 2014-03-16 | auto merge of #12933 : edwardw/rust/fallout, r=huonw | bors | -0/+4 |
| 2014-03-16 | Fix a test that was missed in the liblog PR | Edward Wang | -0/+4 |
| 2014-03-16 | auto merge of #12924 : Florob/rust/bigint, r=alexcrichton | bors | -186/+176 |
| 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 | -29/+5 |
| 2014-03-15 | auto merge of #12791 : alexcrichton/rust/liblog, r=brson | bors | -1875/+1703 |
| 2014-03-15 | Test fixes and rebase conflicts | Alex Crichton | -24/+62 |
| 2014-03-15 | Tag derived impls with #[automatically_derived] | Steven Fackler | -9/+5 |
| 2014-03-15 | rustc: Topographically sort rust dependencies | Alex Crichton | -2/+30 |
| 2014-03-15 | rustc: Tweak where -lmorestack is on link commands | Alex Crichton | -5/+24 |
| 2014-03-15 | rustc: Remove compiler support for __log_level() | Alex Crichton | -284/+22 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -1567/+1572 |
| 2014-03-15 | auto merge of #12927 : sfackler/rust/test-warn, r=huonw | bors | -0/+1 |
| 2014-03-15 | Remove std::cmp::cmp2. | Steven Fackler | -20/+0 |
| 2014-03-15 | Squash test ~[] warning | Steven Fackler | -0/+1 |
| 2014-03-15 | auto merge of #12923 : sfackler/rust/vecify, r=brson | bors | -48/+48 |
| 2014-03-15 | auto merge of #12922 : luqmana/rust/fix-arm, r=alexcrichton | bors | -4/+4 |
| 2014-03-15 | auto merge of #12921 : alexcrichton/rust/no-extra, r=sfackler | bors | -1/+0 |
| 2014-03-16 | num: Migrate `~[T]` to `std::vec_ng::Vec` | Florian Zeitz | -148/+150 |
| 2014-03-16 | num: Slightly optimize bigint | Florian Zeitz | -44/+32 |
| 2014-03-15 | libstd: Fix a typo. s/target_os/target_arch/ | Luqman Aden | -4/+4 |
| 2014-03-15 | Remove ~[] from libsemver | Steven Fackler | -25/+24 |
| 2014-03-15 | doc: Remove reference to the 'extra' library | Alex Crichton | -1/+0 |
| 2014-03-15 | Remove most ~[] usage in liburl | Steven Fackler | -23/+24 |
| 2014-03-15 | Add rustdoc html crate info | Steven Fackler | -0/+48 |
| 2014-03-15 | auto merge of #12908 : alexcrichton/rust/issue-12897, r=thestinger | bors | -3/+6 |
| 2014-03-15 | auto merge of #12906 : sfackler/rust/timespec-total, r=thestinger | bors | -10/+1 |
| 2014-03-14 | auto merge of #12896 : alexcrichton/rust/goodbye-extra, r=brson | bors | -862/+302 |
| 2014-03-14 | green: Don't return the red zone in stack_bounds() | Alex Crichton | -3/+6 |
| 2014-03-14 | Implement TotalEq and TotalOrd for Timespec | Steven Fackler | -10/+1 |
| 2014-03-14 | auto merge of #12895 : michaelwoerister/rust/limited-debuginfo, r=alexcrichton | bors | -4/+4 |
| 2014-03-14 | auto merge of #12887 : huonw/rust/danger-guide, r=alexcrichton | bors | -79/+607 |
| 2014-03-15 | docs: begin a "low-level & unsafe code" guide. | Huon Wilson | -79/+607 |
| 2014-03-14 | auto merge of #12893 : alexcrichton/rust/cfg-not, r=luqmana | bors | -5/+24 |
| 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 | -43/+38 |
| 2014-03-14 | extra: Put the nail in the coffin, delete libextra | Alex Crichton | -862/+302 |
| 2014-03-14 | auto merge of #12869 : thestinger/rust/cmp, r=brson | bors | -9/+7 |
| 2014-03-14 | cmp: switch `min` and `max` to `TotalOrd` | Daniel Micay | -9/+7 |
| 2014-03-14 | debuginfo: Make limited-debuginfo test case more robust against GDB output va... | Michael Woerister | -4/+4 |
| 2014-03-14 | std: Fix backtraces on arm linux | Alex Crichton | -2/+13 |
| 2014-03-14 | rustc: Fix cfg(not(a, b)) to be not(a && b) | Alex Crichton | -3/+11 |
| 2014-03-14 | Refactored iter and mut_iter | aochagavia | -8/+2 |
| 2014-03-14 | auto merge of #12880 : tedhorst/rust/master, r=alexcrichton | bors | -8/+8 |
| 2014-03-14 | Fixed comment of as_mut_slice (libstd/option.rs) | aochagavia | -1/+1 |
| 2014-03-14 | auto merge of #12764 : Kimundi/rust/partial_typehint, r=nikomatsakis | bors | -11/+236 |
| 2014-03-14 | Added support for type placeholders (explicit requested type | Marvin Löbel | -11/+236 |
| 2014-03-14 | auto merge of #12875 : alexcrichton/rust/demangle-more-things, r=brson | bors | -8/+60 |