| Age | Commit message (Expand) | Author | Lines |
| 2016-12-28 | Replace uses of `#[unsafe_destructor_blind_to_params]` with `#[may_dangle]` | Andrew Paseltiner | -1/+2 |
| 2016-12-18 | Implement `fmt::Debug` for all structures in libstd. | Corey Farwell | -0/+2 |
| 2016-12-12 | Auto merge of #38049 - frewsxcv:libunicode, r=alexcrichton | bors | -2/+2 |
| 2016-12-04 | std: Forward ExactSizeIterator::is_empty for Args, ArgsOs iterators | Ulrik Sverdrup | -0/+1 |
| 2016-11-30 | Update the bootstrap compiler | Alex Crichton | -2/+0 |
| 2016-11-30 | Rename 'librustc_unicode' crate to 'libstd_unicode'. | Corey Farwell | -2/+2 |
| 2016-11-03 | Stabilize `..` in tuple (struct) patterns | Vadim Petrochenkov | -1/+1 |
| 2016-11-01 | std: Flatten the num directory to reflect the module layout | Brian Anderson | -2/+2 |
| 2016-11-01 | Clean up and add more comments to libstd/lib.rs | Brian Anderson | -67/+66 |
| 2016-11-01 | std: Remove unused test feature | Brian Anderson | -1/+0 |
| 2016-11-01 | std: Move sys_common to libstd/sys_common | Brian Anderson | -2/+1 |
| 2016-11-01 | std: Move platform-specific code out of libstd/lib.rs | Brian Anderson | -4/+1 |
| 2016-11-01 | Auto merge of #37178 - apasel422:issue-37136, r=alexcrichton | bors | -0/+2 |
| 2016-10-17 | std::collections: Reexport libcollections's range module | Ulrik Sverdrup | -0/+1 |
| 2016-10-16 | Implement `RefUnwindSafe` for atomic types | Andrew Paseltiner | -0/+2 |
| 2016-10-12 | Deprecate `Reflect` | Nick Cameron | -1/+0 |
| 2016-10-12 | Stabilise `?` | Nick Cameron | -1/+1 |
| 2016-10-03 | std: Stabilize and deprecate APIs for 1.13 | Alex Crichton | -1/+0 |
| 2016-09-28 | Remove stage0 hacks | Brian Anderson | -1/+0 |
| 2016-09-21 | add assert_ne and debug_assert_ne macros | Ashley Williams | -2/+2 |
| 2016-09-13 | Link test to compiler builtins and make unstable | Alex Crichton | -0/+1 |
| 2016-09-12 | crate-ify compiler-rt into compiler-builtins | Jorge Aparicio | -0/+3 |
| 2016-09-04 | Replace `_, _, _` with `..` | Vadim Petrochenkov | -0/+1 |
| 2016-08-25 | Auto merge of #35906 - jseyfried:local_prelude, r=eddyb | bors | -0/+5 |
| 2016-08-24 | Use `#[prelude_import]` in `libstd`. | Jeffrey Seyfried | -0/+5 |
| 2016-08-24 | Remove drop flags from structs and enums implementing Drop. | Eduard Burtescu | -1/+1 |
| 2016-08-23 | Auto merge of #35656 - Stebalien:fused, r=alexcrichton | bors | -0/+1 |
| 2016-08-18 | Add a FusedIterator trait. | Steven Allen | -0/+1 |
| 2016-08-18 | Fix links | Nick Cameron | -1/+1 |
| 2016-08-10 | Added an update_panic_count function to handle access to PANIC_COUNT | Nikhil Shagrithaya | -0/+1 |
| 2016-08-08 | Implement `RefCell::{try_borrow, try_borrow_mut}` | Andrew Paseltiner | -0/+1 |
| 2016-07-28 | Rename `char::escape` to `char::escape_debug` and add tracking issue | Tobias Bucher | -7/+8 |
| 2016-07-06 | rustc: Update stage0 to beta-2016-07-06 | Alex Crichton | -12/+0 |
| 2016-06-29 | std: use siphash-1-3 for HashMap | Sean McArthur | -0/+1 |
| 2016-06-09 | use the slice_pat hack in libstd too | Ariel Ben-Yehuda | -0/+12 |
| 2016-05-31 | mk: Prepare for a new stage0 compiler | Alex Crichton | -7/+3 |
| 2016-05-09 | rustc: Implement custom panic runtimes | Alex Crichton | -0/+11 |
| 2016-05-07 | Implement RFC 1542 | Steven Fackler | -0/+1 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -2/+0 |
| 2016-04-01 | Implement `values_mut` on `HashMap`. | Corey Farwell | -0/+1 |
| 2016-03-27 | Extend linkchecker with anchor checking | mitaa | -1/+1 |
| 2016-03-22 | sprinkle feature gates here and there | Jorge Aparicio | -0/+1 |
| 2016-03-17 | Add #[rustc_no_mir] to make tests pass with -Z orbit. | Eduard Burtescu | -0/+1 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -1/+0 |
| 2016-03-10 | Auto merge of #32102 - alexcrichton:assert-safe-closures, r=aturon | bors | -0/+1 |
| 2016-03-07 | mk: Distribute fewer TARGET_CRATES | Alex Crichton | -1/+0 |
| 2016-03-07 | std: Add impl of FnOnce to AssertRecoverSafe | Alex Crichton | -0/+1 |
| 2016-03-06 | Auto merge of #30884 - durka:inclusive-ranges, r=aturon | bors | -1/+1 |
| 2016-02-29 | std: Stabilize APIs for the 1.8 release | Alex Crichton | -1/+0 |
| 2016-02-27 | add indexing with RangeInclusive in libcore and libcollections | Alex Burka | -0/+1 |