| Age | Commit message (Expand) | Author | Lines |
| 2015-03-03 | libc: Move features behind a cfg_attr gate | Alex Crichton | -6/+3 |
| 2015-03-01 | unbreak dragonfly build after nacl integration | Sébastien Marie | -1/+0 |
| 2015-02-25 | unbreak openbsd after nacl intergration | Sébastien Marie | -1/+0 |
| 2015-02-21 | Add cfgs to `liblibc` for NaCl targets. | Richard Diamond | -238/+241 |
| 2015-02-21 | Auto merge of #21959 - dhuseby:bitrig-support, r=brson | bors | -80/+92 |
| 2015-02-18 | Remove `i`, `is`, `u`, or `us` suffixes that are not necessary. | Niko Matsakis | -1/+1 |
| 2015-02-18 | Manual merge of #22475 - alexcrichton:rollup, r=alexcrichton | Huon Wilson | -7/+0 |
| 2015-02-17 | Register new snapshots | Alex Crichton | -7/+0 |
| 2015-02-17 | Auto merge of #21774 - ejjeong:enable-test-for-android, r=alexcrichton | bors | -0/+1 |
| 2015-02-12 | Updated darwin types | Valerii Hiora | -11/+15 |
| 2015-02-11 | Even more test fixes | Alex Crichton | -1/+2 |
| 2015-02-11 | fixing the macos defines...i picked the wrong one during a merge earlier. | Dave Huseby | -107/+115 |
| 2015-02-11 | removing unusused timespec import | Dave Huseby | -1/+0 |
| 2015-02-11 | oops, fixing incorrect _SC_ATEXIT_MAX value | Dave Huseby | -1/+1 |
| 2015-02-11 | fixing PR review comments | Dave Huseby | -408/+9 |
| 2015-02-11 | bitrig integration | Dave Huseby | -17/+421 |
| 2015-02-10 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2015-02-10 | Fix aarch64 test issues (same level to arm32) | Eunji Jeong | -0/+1 |
| 2015-02-09 | int/uint => isize/usize in liblibc/liballoc/libarena | we | -3/+2 |
| 2015-02-07 | Feature-gate #![no_std] | Keegan McAllister | -0/+1 |
| 2015-02-07 | Don't use std:: paths in syntax extensions when compiling a #![no_std] crate | Keegan McAllister | -1/+2 |
| 2015-02-03 | Switch missing_copy_implementations to default-allow | Steven Fackler | -5/+0 |
| 2015-02-03 | Auto merge of #21613 - alfie:suffix-small, r=alexcrichton | bors | -1/+1 |
| 2015-02-02 | More deprecating of i/u suffixes | Alfie John | -1/+1 |
| 2015-02-01 | openbsd: remove unused openbsd code | Sébastien Marie | -3/+0 |
| 2015-02-01 | openbsd: break lines too long | Sébastien Marie | -2/+4 |
| 2015-02-01 | openbsd support | Sébastien Marie | -8/+642 |
| 2015-01-30 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2015-01-29 | Rollup merge of #21640 - retep998:rmdir, r=alexcrichton | Manish Goregaokar | -0/+1 |
| 2015-01-25 | wrmdir -> RemoveDirectoryW | Peter Atashian | -0/+1 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -14/+14 |
| 2015-01-23 | Deprecated attributes don't take 'feature' names and are paired with stable/u... | Brian Anderson | -0/+1 |
| 2015-01-23 | Set unstable feature names appropriately | Brian Anderson | -3/+2 |
| 2015-01-22 | Rollup merge of #21500 - richo:power-fixups, r=alexcrichton | Steve Klabnik | -12/+12 |
| 2015-01-22 | Put #[staged_api] behind the 'staged_api' gate | Brian Anderson | -0/+1 |
| 2015-01-21 | powerpc: Fix liblibc | Richo Healey | -12/+12 |
| 2015-01-21 | Remove 'since' from unstable attributes | Brian Anderson | -1/+1 |
| 2015-01-21 | Tie stability attributes to feature gates | Brian Anderson | -2/+2 |
| 2015-01-21 | Add 'feature' and 'since' to stability attributes | Brian Anderson | -1/+2 |
| 2015-01-21 | rollup merge of #21414: ejjeong/aarch64-linux-android | Alex Crichton | -2/+2 |
| 2015-01-20 | Initial support for aarch64-linux-android | Eunji Jeong | -2/+2 |
| 2015-01-19 | Fix HMODULE | Peter Atashian | -1/+2 |
| 2015-01-19 | Auto merge of #21267 - danslapman:master, r=alexcrichton | bors | -4/+4 |
| 2015-01-17 | Set allow(unstable) in crates that use unstable features | Brian Anderson | -0/+1 |
| 2015-01-17 | Add note about libc::exit's unsafety. | Steve Klabnik | -0/+21 |
| 2015-01-17 | Fixes `join_multicast` on Windows #20381 | Daniil Smirnov | -4/+4 |
| 2015-01-11 | powerpc: definition support for libc | Richo Healey | -7/+18 |
| 2015-01-09 | Merge pull request #20699 from vhbit/ios-archs | bors | -1/+1 |
| 2015-01-09 | iOS: preliminary 64-bit archs support | Valerii Hiora | -1/+1 |
| 2015-01-08 | rollup merge of #20754: nikomatsakis/int-feature | Alex Crichton | -0/+1 |