| Age | Commit message (Expand) | Author | Lines |
| 2015-01-08 | Remove warning from the libraries. | Huon Wilson | -0/+1 |
| 2015-01-08 | Improvements to feature staging | Brian Anderson | -1/+1 |
| 2015-01-07 | rollup merge of #20708: aturon/new-int-modules | Alex Crichton | -2/+0 |
| 2015-01-07 | Preliminary feature staging | Brian Anderson | -0/+1 |
| 2015-01-07 | Register new snapshots | Alex Crichton | -2/+0 |
| 2015-01-07 | libc: Prepare for movement to crates.io | Alex Crichton | -21/+6 |
| 2015-01-06 | rollup merge of #20607: nrc/kinds | Alex Crichton | -1/+3 |
| 2015-01-06 | Register new snapshots | Alex Crichton | -2/+1 |
| 2015-01-07 | markers -> marker | Nick Cameron | -2/+2 |
| 2015-01-07 | Change `std::kinds` to `std::markers`; flatten `std::kinds::marker` | Nick Cameron | -1/+3 |
| 2015-01-03 | sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs | Jorge Aparicio | -115/+115 |
| 2015-01-03 | Initial version of AArch64 support. | Akos Kiss | -5/+64 |
| 2015-01-02 | More fallout | Nick Cameron | -2/+2 |
| 2015-01-02 | Fallout - change array syntax to use `;` | Nick Cameron | -49/+49 |
| 2014-12-19 | Several fixes for DragonFly (rebase) | Michael Neumann | -0/+12 |
| 2014-12-18 | Make at_exit initialize lazily | Aaron Turon | -2/+2 |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -113/+135 |
| 2014-12-02 | liblibc: getsid() was missing though setsid() was already there. | NODA, Kai | -1/+2 |
| 2014-11-26 | rollup merge of #19329: steveklabnik/doc_style_cleanup2 | Alex Crichton | -53/+51 |
| 2014-11-26 | /*! -> //! | Steve Klabnik | -53/+51 |
| 2014-11-25 | /** -> /// | Steve Klabnik | -14/+12 |
| 2014-11-20 | Fallout from libgreen and libnative removal | Aaron Turon | -1/+0 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -0/+2 |
| 2014-10-28 | Update code with new lint names | Aaron Turon | -2/+2 |
| 2014-10-24 | auto merge of #17896 : mahkoh/rust/intmax, r=alexcrichton | bors | -0/+16 |
| 2014-10-12 | add intmax | Julian Orth | -0/+16 |
| 2014-10-10 | auto merge of #17853 : alexcrichton/rust/issue-17718, r=pcwalton | bors | -1770/+1770 |
| 2014-10-09 | Use the same html_root_url for all docs | Brian Anderson | -1/+1 |
| 2014-10-09 | Revert "Update html_root_url for 0.12.0 release" | Brian Anderson | -1/+1 |
| 2014-10-09 | libc: Convert all statics to constant | Alex Crichton | -1770/+1770 |
| 2014-10-07 | Update html_root_url for 0.12.0 release | Brian Anderson | -1/+1 |
| 2014-09-30 | Fix cfg warnings for liblibc | Steven Fackler | -108/+93 |
| 2014-09-25 | auto merge of #17466 : nikomatsakis/rust/oibt, r=pcwalton | bors | -0/+2 |
| 2014-09-25 | Move checking of whether fields are Sized or not into wf / trait code. | Niko Matsakis | -0/+2 |
| 2014-09-24 | liblibc and libnative: send() should use const buffers. | NODA, Kai | -2/+2 |
| 2014-09-06 | readdir: return error instead of failing on invalid UTF-16 | Peter Atashian | -4/+20 |
| 2014-09-04 | auto merge of #16982 : jbcrail/rust/comment-and-string-corrections, r=alexcri... | bors | -1/+1 |
| 2014-09-03 | Fix spelling errors and capitalization. | Joseph Crail | -1/+1 |
| 2014-09-03 | Fix some non-FFI-safe types in externs | Keegan McAllister | -1/+1 |
| 2014-09-02 | Fix MIPS target | Jyun-Yan You | -0/+6 |
| 2014-09-01 | auto merge of #16844 : mrmonday/rust/liblibc-custom-socket, r=alexcrichton | bors | -7/+152 |
| 2014-08-30 | Unify non-snake-case lints and non-uppercase statics lints | P1start | -2/+2 |
| 2014-08-29 | Modifications to liblibc for raw/custom socket support. | Robert Clipsham | -7/+152 |
| 2014-08-23 | auto merge of #16693 : vadimcn/rust/rename--win32, r=pcwalton | bors | -10/+3 |
| 2014-08-23 | Complete renaming of win32 to windows | Vadim Chugunov | -10/+3 |
| 2014-08-23 | Fix intptr_t on win64 | Vadim Chugunov | -0/+8 |
| 2014-08-20 | liblibc: don't use int/uint for intptr_t/uintptr_t | Corey Richardson | -18/+19 |
| 2014-08-20 | Add #[repr(C)] to all the things! | Corey Richardson | -2/+102 |
| 2014-08-20 | librustc: handle repr on structs, require it for ffi, unify with packed | Corey Richardson | -0/+1 |
| 2014-08-19 | Rename Nullable::Some to Nullable::NotNull | SiegeLord | -1/+1 |