| Age | Commit message (Expand) | Author | Lines |
| 2015-11-26 | Auto merge of #30015 - petrochenkov:staged, r=brson | bors | -1/+1 |
| 2015-11-25 | Remove all uses of `#[staged_api]` | Vadim Petrochenkov | -1/+1 |
| 2015-11-24 | rustfmt: liballoc, liballoc_*, libarena | Nick Cameron | -8/+11 |
| 2015-11-12 | libarena: deny warnings in doctests | Kevin Butler | -1/+2 |
| 2015-10-16 | Auto merge of #29020 - goyox86:goyox86/rustfmting-libarena, r=nrc | bors | -3/+9 |
| 2015-10-15 | Fixed comment. | Jose Narvaez | -1/+2 |
| 2015-10-14 | Manual fixups. | Jose Narvaez | -5/+4 |
| 2015-10-13 | Rustfmt-ing libarena. | Jose Narvaez | -77/+62 |
| 2015-10-11 | Run rustfmt on libarena. | Ahmed Charles | -70/+50 |
| 2015-10-06 | Add RFC 1238's `unsafe_destructor_blind_to_params` (UGEH) where needed. | Felix S. Klock II | -0/+7 |
| 2015-09-11 | std: Internalize almost all of `std::rt` | Alex Crichton | -1/+2 |
| 2015-09-08 | some more clippy-based improvements | Andre Bogus | -9/+7 |
| 2015-08-15 | Add issue for the rustc_private feature everywhere | Alex Crichton | -1/+1 |
| 2015-08-11 | rollup merge of #27622: eefriedman/https-url | Alex Crichton | -2/+2 |
| 2015-08-09 | Use https URLs to refer to rust-lang.org where appropriate. | Eli Friedman | -2/+2 |
| 2015-08-09 | Replace many uses of `mem::transmute` with more specific functions | Tobias Bucher | -5/+4 |
| 2015-06-24 | Make `align_of` behave like `min_align_of`. | Huon Wilson | -6/+6 |
| 2015-06-17 | alloc: Split apart the global `alloc` feature | Alex Crichton | -1/+2 |
| 2015-06-17 | core: Split apart the global `core` feature | Alex Crichton | -1/+3 |
| 2015-06-11 | Conver reborrows to .iter() calls where appropriate | Joshua Landau | -1/+1 |
| 2015-05-15 | libs: Move favicon URLs to HTTPS | Alex Crichton | -1/+1 |
| 2015-04-28 | Register new snapshots | Tamir Duberstein | -3/+0 |
| 2015-04-10 | Doc: remove a "safety note" made obsolete by dropck for TypedArena | Simon Sapin | -4/+0 |
| 2015-04-02 | Deprecate MarkerTrait and PhantomFn. | Niko Matsakis | -1/+4 |
| 2015-03-25 | Add trivial cast lints. | Nick Cameron | -1/+2 |
| 2015-03-18 | Register new snapshots | Alex Crichton | -6/+0 |
| 2015-03-17 | Replace TyDesc and its uses with trait vtables and a type_name intrinsic. | Eduard Burtescu | -1/+23 |
| 2015-03-16 | impl {i,u}{8,16,32,64,size} | Jorge Aparicio | -0/+1 |
| 2015-03-09 | Rename #[should_fail] to #[should_panic] | Steven Fackler | -1/+1 |
| 2015-03-06 | Rollup merge of #23056 - awlnx:master, r=nrc | Manish Goregaokar | -0/+2 |
| 2015-03-05 | fix for new attributes failing. issue #22964 | awlnx | -0/+2 |
| 2015-03-03 | Add `: Box<_>` or `::Box<_>` type annotations to various places. | Felix S. Klock II | -4/+4 |
| 2015-02-18 | Fallout: arena needs to use phantomdata since invariantlifetime is gone | Niko Matsakis | -2/+4 |
| 2015-02-11 | Added lifetime param to Arena. | Felix S. Klock II | -21/+44 |
| 2015-02-11 | Add core::marker::PhantomData. | Felix S. Klock II | -0/+6 |
| 2015-02-09 | int/uint => isize/usize in liblibc/liballoc/libarena | we | -38/+37 |
| 2015-02-03 | Auto merge of #21613 - alfie:suffix-small, r=alexcrichton | bors | -8/+8 |
| 2015-02-02 | More deprecating of i/u suffixes | Alfie John | -8/+8 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -1/+1 |
| 2015-01-30 | Test fixes and rebase conflicts | Alex Crichton | -8/+5 |
| 2015-01-29 | `for x in range(a, b)` -> `for x in a..b` | Jorge Aparicio | -5/+5 |
| 2015-01-23 | Deprecated attributes don't take 'feature' names and are paired with stable/u... | Brian Anderson | -0/+2 |
| 2015-01-23 | Set unstable feature names appropriately | Brian Anderson | -2/+3 |
| 2015-01-22 | Put #[staged_api] behind the 'staged_api' gate | Brian Anderson | -0/+1 |
| 2015-01-21 | Remove 'since' from unstable attributes | Brian Anderson | -1/+1 |
| 2015-01-21 | Tie stability attributes to feature gates | Brian Anderson | -1/+1 |
| 2015-01-21 | Add 'feature' and 'since' to stability attributes | Brian Anderson | -1/+1 |
| 2015-01-17 | Set allow(unstable) in crates that use unstable features | Brian Anderson | -0/+1 |
| 2015-01-08 | rollup merge of #20754: nikomatsakis/int-feature | Alex Crichton | -0/+1 |
| 2015-01-08 | Remove warning from the libraries. | Huon Wilson | -0/+1 |