| Age | Commit message (Expand) | Author | Lines |
| 2015-06-27 | test: fix some indents | Tshepang Lekhonkhobe | -2/+2 |
| 2015-05-05 | test: update run-pass tests to not use mutable transmuting | Sean McArthur | -2/+2 |
| 2015-04-28 | Register new snapshots | Tamir Duberstein | -5/+3 |
| 2015-04-21 | Model lexer: Fix remaining issues | Piotr Czarnecki | -1/+0 |
| 2015-03-31 | std: Clean out #[deprecated] APIs | Alex Crichton | -2/+2 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -7/+7 |
| 2015-03-24 | Reject specialized Drop impls. | Felix S. Klock II | -2/+2 |
| 2015-03-23 | Require feature attributes, and add them where necessary | Brian Anderson | -1/+1 |
| 2015-03-15 | Strip all leading/trailing newlines | Tamir Duberstein | -1/+0 |
| 2015-03-03 | Switched to Box::new in many places. | Felix S. Klock II | -4/+2 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -1/+1 |
| 2015-01-08 | fallout: run-pass tests that use box. (many could be ported to `Box::new` in... | Felix S. Klock II | -0/+2 |
| 2015-01-07 | markers -> marker | Nick Cameron | -1/+1 |
| 2015-01-07 | Change `std::kinds` to `std::markers`; flatten `std::kinds::marker` | Nick Cameron | -1/+1 |
| 2015-01-03 | Remove deprecated functionality | Alex Crichton | -2/+2 |
| 2015-01-02 | Use `derive` rather than `deriving` in tests | Nick Cameron | -1/+1 |
| 2014-12-26 | Make Send and Sync traits unsafe | Flavio Percoco | -1/+1 |
| 2014-12-26 | Require types to opt-in Sync | Flavio Percoco | -0/+8 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -0/+1 |
| 2014-10-29 | Rename fail! to panic! | Steve Klabnik | -10/+10 |
| 2014-07-21 | Add a ton of ignore-lexer-test | Corey Richardson | -0/+2 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -15/+15 |
| 2014-06-20 | librustc: Put `#[unsafe_destructor]` behind a feature gate. | Patrick Walton | -0/+2 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -9/+9 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -2/+2 |
| 2014-04-06 | Remove check-fast. Closes #4193, #8844, #6330, #7416 | Brian Anderson | -1/+0 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -4/+4 |
| 2014-02-28 | std: Change assert_eq!() to use {} instead of {:?} | Alex Crichton | -1/+1 |
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -2/+2 |
| 2014-02-11 | Move replace and swap to std::mem. Get rid of std::util | Edward Wang | -6/+6 |
| 2013-12-10 | libextra: Another round of de-`Cell`-ing. | Patrick Walton | -2/+0 |
| 2013-10-29 | Assorted cleanups suggested by reviewers. | Jed Davis | -1/+2 |
| 2013-10-29 | Add repr attributes in various places that need them. | Jed Davis | -1/+1 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -14/+14 |
| 2013-09-30 | rpass: Remove usage of fmt! | Alex Crichton | -14/+14 |
| 2013-09-16 | switch Drop to `&mut self` | Daniel Micay | -2/+2 |
| 2013-08-18 | auto merge of #8560 : kballard/rust/reserve-yield, r=pcwalton | bors | -1/+1 |
| 2013-08-17 | Fix warnings it tests | Erick Tryzelaar | -12/+7 |
| 2013-08-16 | Reserve 'yield' keyword | Kevin Ballard | -1/+1 |
| 2013-07-30 | std: Remove get_task function. Unused | Brian Anderson | -3/+6 |
| 2013-06-28 | librustc: Change "Owned" to "Send" everywhere | Patrick Walton | -12/+12 |
| 2013-06-25 | Change finalize -> drop. | Luqman Aden | -2/+2 |
| 2013-06-16 | Add copies to type params with Copy bound | Niko Matsakis | -6/+2 |
| 2013-06-04 | std::cell: Modernize constructors | Philipp Brüschweiler | -2/+2 |
| 2013-06-01 | Remove all uses of `pub impl`. rs=style | Patrick Walton | -4/+4 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -1/+3 |
| 2013-05-22 | test: Update tests to use the new syntax. | Patrick Walton | -8/+8 |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -1/+1 |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -5/+5 |