| Age | Commit message (Expand) | Author | Lines |
| 2016-01-12 | openbsd has dirent d_namlen field now | Sébastien Marie | -3/+3 |
| 2015-12-21 | std: Remove rust_builtin C support library | Alex Crichton | -45/+65 |
| 2015-12-20 | Auto merge of #30454 - mmcco:size_t, r=alexcrichton | bors | -2/+2 |
| 2015-12-17 | Add a type prefix to fix build | Michael McConville | -1/+1 |
| 2015-12-17 | Make runtime function return size_t | Michael McConville | -2/+2 |
| 2015-12-17 | Remove unused imports | Jeffrey Seyfried | -1/+1 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -2/+1 |
| 2015-11-09 | std: Migrate to the new libc | Alex Crichton | -9/+9 |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -1/+1 |
| 2015-10-13 | Make the Metadata struct Clone | Ben S | -0/+1 |
| 2015-08-28 | Reduce the reliance on `PATH_MAX` | Barosl Lee | -15/+30 |
| 2015-08-24 | Atomically open files with O_CLOEXEC where possible | Tobias Bucher | -1/+4 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -7/+0 |
| 2015-08-11 | Register new snapshots | Alex Crichton | -2/+0 |
| 2015-08-11 | Auto merge of #27549 - tshepang:clarity, r=alexcrichton | bors | -1/+1 |
| 2015-08-06 | fs: indicate that we only copy regular files | Tshepang Lekhonkhobe | -1/+1 |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -1/+2 |
| 2015-07-20 | std: Add IntoRaw{Fd,Handle,Socket} traits | Alex Crichton | -0/+2 |
| 2015-07-10 | Show file name and access mode in Debug instance for File on OS X | Florian Hartwig | -3/+15 |
| 2015-07-10 | Auto merge of #26751 - retep998:copy-that-floppy, r=alexcrichton | bors | -1/+17 |
| 2015-07-10 | Use CopyFileEx for fs::copy on Windows | Peter Atashian | -1/+17 |
| 2015-07-09 | Add FileTypeUnix trait to add unix special file types | Jesús Espino | -1/+1 |
| 2015-06-12 | Auto merge of #25844 - alexcrichton:stabilize-fs-features, r=aturon | bors | -19/+10 |
| 2015-06-09 | std: Tweak process raising/lowering implementations | Alex Crichton | -2/+0 |
| 2015-06-09 | std: Stabilize a number of new fs features | Alex Crichton | -19/+10 |
| 2015-05-17 | Make debug builders take &mut self, add entries method | Steven Fackler | -3/+4 |
| 2015-05-07 | std: Rename sys::foo2 modules to sys::foo | Alex Crichton | -0/+528 |
| 2015-04-14 | std: Remove old_io/old_path/rand modules | Alex Crichton | -409/+0 |
| 2015-04-04 | fixing some tests and temporarily disabling others to get Bitrig build workin... | Dave Huseby | -1/+2 |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -3/+1 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -9/+9 |
| 2015-03-21 | Auto merge of #23470 - alexcrichton:less-prelude, r=aturon | bors | -0/+1 |
| 2015-03-20 | std: Remove old_io/old_path from the prelude | Alex Crichton | -0/+1 |
| 2015-03-20 | don't use Result::ok just to be able to use unwrap/unwrap_or | Oliver Schneider | -1/+1 |
| 2015-03-13 | Fallout of std::old_io deprecation | Alex Crichton | -0/+1 |
| 2015-03-12 | Stabilize std::path | Aaron Turon | -0/+2 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -1/+1 |
| 2015-02-26 | fixing a few bitrig build breakers | Dave Huseby | -15/+0 |
| 2015-02-21 | Auto merge of #21959 - dhuseby:bitrig-support, r=brson | bors | -3/+30 |
| 2015-02-18 | std: Implement CString-related RFCs | Alex Crichton | -21/+21 |
| 2015-02-15 | openbsd: disable test_file_desc test | Sébastien Marie | -1/+4 |
| 2015-02-11 | fixing more trailing whitespace | Dave Huseby | -1/+1 |
| 2015-02-11 | fixing trailing whitespace errors | Dave Huseby | -6/+6 |
| 2015-02-11 | bitrig integration | Dave Huseby | -3/+30 |
| 2015-01-26 | Fallout of io => old_io | Alex Crichton | -10/+10 |
| 2015-01-19 | Replace `0 as *const/mut T` with `ptr::null/null_mut()` | we | -1/+2 |
| 2015-01-06 | core: split into fmt::Show and fmt::String | Sean McArthur | -1/+1 |
| 2015-01-05 | std: Redesign c_str and c_vec | Alex Crichton | -23/+25 |
| 2015-01-03 | sed -i -s 's/\bmod,/self,/g' **/*.rs | Jorge Aparicio | -1/+1 |
| 2015-01-02 | std: Stabilize the prelude module | Alex Crichton | -7/+6 |