| Age | Commit message (Expand) | Author | Lines |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -1/+1 |
| 2015-03-03 | Switched to Box::new in many places. | Felix S. Klock II | -3/+3 |
| 2015-03-03 | sidestep potential over- and underflow in estimated stack bounds. | Felix S. Klock II | -1/+15 |
| 2015-02-23 | Use boxed functions instead of transmute | Stepan Koltsov | -5/+7 |
| 2015-02-21 | Auto merge of #21959 - dhuseby:bitrig-support, r=brson | bors | -0/+5 |
| 2015-02-18 | std: Implement CString-related RFCs | Alex Crichton | -4/+5 |
| 2015-02-17 | rollup merge of #22319: huonw/send-is-not-static | Alex Crichton | -5/+5 |
| 2015-02-17 | rollup merge of #22435: aturon/final-stab-thread | Alex Crichton | -2/+2 |
| 2015-02-17 | Fallout from stabilization | Aaron Turon | -2/+2 |
| 2015-02-18 | Update the libraries to reflect Send loosing the 'static bound. | Huon Wilson | -5/+5 |
| 2015-02-17 | Auto merge of #22311 - lfairy:consistent-fmt, r=alexcrichton | bors | -4/+4 |
| 2015-02-17 | Rollup merge of #22311 - lfairy:consistent-fmt, r=alexcrichton | Manish Goregaokar | -4/+4 |
| 2015-02-17 | Rollup merge of #22374 - richo:warn-fixup, r=huonw | Manish Goregaokar | -1/+0 |
| 2015-02-15 | lint: fixup extraneous #[allow] | Richo Healey | -1/+0 |
| 2015-02-13 | Rename std::failure to std::panicking | Kevin Yap | -3/+3 |
| 2015-02-14 | Rename `fmt::Writer` to `fmt::Write` | Chris Wong | -4/+4 |
| 2015-02-11 | bitrig integration | Dave Huseby | -0/+5 |
| 2015-02-11 | rollup merge of #22188: alexcrichton/envv2 | Alex Crichton | -3/+3 |
| 2015-02-11 | std: Tweak the std::env OsString/String interface | Alex Crichton | -3/+3 |
| 2015-02-11 | rustc: Fix a number of stability lint holes | Alex Crichton | -0/+2 |
| 2015-02-06 | Rollup merge of #21924 - steveklabnik:fix_try_docs, r=huonw | Manish Goregaokar | -2/+2 |
| 2015-02-06 | Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichton | Manish Goregaokar | -4/+0 |
| 2015-02-04 | remove all kind annotations from closures | Jorge Aparicio | -1/+1 |
| 2015-02-03 | Switch missing_copy_implementations to default-allow | Steven Fackler | -4/+0 |
| 2015-02-04 | Fix issue with rt::unwind::try() docs | Steve Klabnik | -2/+2 |
| 2015-02-04 | Fix Unicode name mangling | P1start | -8/+8 |
| 2015-02-02 | rollup merge of #21830: japaric/for-cleanup | Alex Crichton | -4/+4 |
| 2015-02-02 | rollup merge of #21787: alexcrichton/std-env | Alex Crichton | -8/+9 |
| 2015-02-02 | `for x in xs.into_iter()` -> `for x in xs` | Jorge Aparicio | -1/+1 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -1/+1 |
| 2015-02-02 | register snapshots | Jorge Aparicio | -2/+2 |
| 2015-02-01 | std: Add a new `env` module | Alex Crichton | -8/+9 |
| 2015-02-01 | openbsd support | Sébastien Marie | -3/+4 |
| 2015-01-30 | Test fixes and rebase conflicts | Alex Crichton | -2/+2 |
| 2015-01-30 | rollup merge of #21718: alexcrichton/stabilize-from-str | Alex Crichton | -2/+2 |
| 2015-01-30 | std: Stabilize FromStr and parse | Alex Crichton | -2/+2 |
| 2015-01-30 | lint: Add test for no_mangle | Richo Healey | -7/+3 |
| 2015-01-29 | rt: allow unexported functions | Richo Healey | -0/+9 |
| 2015-01-29 | `range(a, b).foo()` -> `(a..b).foo()` | Jorge Aparicio | -1/+1 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -2/+2 |
| 2015-01-23 | Set unstable feature names appropriately | Brian Anderson | -2/+2 |
| 2015-01-22 | Rollup merge of #21325 - nagisa:thread-panicking, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-01-21 | Remove 'since' from unstable attributes | Brian Anderson | -2/+2 |
| 2015-01-21 | Add 'feature' and 'since' to stability attributes | Brian Anderson | -2/+2 |
| 2015-01-21 | Fallout from stabilization. | Aaron Turon | -1/+1 |
| 2015-01-17 | Refine wording of Thread::panicking | Simonas Kazlauskas | -1/+1 |
| 2015-01-15 | auto merge of #20980 : richo/rust/final-power, r=alexcrichton | bors | -0/+3 |
| 2015-01-14 | auto merge of #21061 : japaric/rust/range, r=nick29581 | bors | -3/+3 |
| 2015-01-13 | auto merge of #20944 : brson/rust/weve-met-with-a-terrible-fate-havent-we, r=... | bors | -50/+0 |
| 2015-01-12 | cleanup: `&foo[0..a]` -> `&foo[..a]` | Jorge Aparicio | -3/+3 |