| Age | Commit message (Expand) | Author | Lines |
| 2014-02-22 | Move std::num::Integer to libnum | Brendan Zabarauskas | -1/+1 |
| 2014-02-17 | auto merge of #12321 : bjz/rust/remove-real, r=alexcrichton | bors | -1/+1 |
| 2014-02-17 | Added more scripts to tidy check | Derek Guenther | -14/+106 |
| 2014-02-17 | auto merge of #12284 : brson/rust/install, r=alexcrichton | bors | -1/+1 |
| 2014-02-17 | Remove Real trait and move methods into Float | Brendan Zabarauskas | -1/+1 |
| 2014-02-17 | Remove CloneableTuple and ImmutableTuple traits | Brendan Zabarauskas | -4/+0 |
| 2014-02-15 | mk: Base the windows dist target on prepare.mk | Brian Anderson | -1/+1 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -11/+10 |
| 2014-02-14 | Add crate keyword to gedit language spec | Kevin Ballard | -0/+1 |
| 2014-02-14 | Add crate to emacs and kate modefiles | Kevin Ballard | -0/+2 |
| 2014-02-14 | Add CheckedDiv to vim syntax | Kevin Ballard | -1/+1 |
| 2014-02-14 | Update vim syntax for extern crate | Kevin Ballard | -2/+9 |
| 2014-02-13 | Stop looping on error waiting for android test results | Brian Anderson | -16/+2 |
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -11/+11 |
| 2014-02-10 | Revert non-license changes as part of 0ebe112b | Alex Crichton | -113/+115 |
| 2014-02-07 | Delete send_str, rewrite clients on top of MaybeOwned<'static> | Kevin Ballard | -2/+1 |
| 2014-02-08 | Update docs and tests for #[deriving(Show)]. | Huon Wilson | -1/+2 |
| 2014-02-07 | Added tests to make tidy | Derek Guenther | -3/+19 |
| 2014-02-06 | Redesign output flags for rustc | Alex Crichton | -7/+1 |
| 2014-02-05 | etc: add missing license boilerplates | Adrien Tétar | -144/+268 |
| 2014-02-05 | etc/tidy: don't check SNAP against triple | Adrien Tétar | -9/+30 |
| 2014-02-05 | move concurrent stuff from libextra to libsync | JeremyLetang | -1/+1 |
| 2014-02-03 | extra: Add an intrusive MPSC to be used soon | Alex Crichton | -0/+1 |
| 2014-02-03 | Fixing remaining warnings and errors throughout | Alex Crichton | -0/+1 |
| 2014-02-01 | Update the zsh completion file for rustc. | OGINO Masanori | -40/+70 |
| 2014-01-29 | auto merge of #11672 : bjz/rust/remove-times, r=brson | bors | -1/+0 |
| 2014-01-30 | Remove Times trait | Brendan Zabarauskas | -1/+0 |
| 2014-01-29 | auto merge of #11893 : Armavica/rust/copyable-cloneable, r=huonw | bors | -4/+4 |
| 2014-01-28 | Rename CopyableTuple to CloneableTuple | Virgile Andreani | -1/+1 |
| 2014-01-28 | Rename ImmutableCopyableVector to ImmutableCloneableVector | Virgile Andreani | -1/+1 |
| 2014-01-28 | Rename OwnedCopyableVector to OwnedCloneableVector | Virgile Andreani | -1/+1 |
| 2014-01-28 | Rename CopyableVector to CloneableVector | Virgile Andreani | -1/+1 |
| 2014-01-28 | Update extract-tests.py to use same test directives as rustdoc. | William Ting | -75/+207 |
| 2014-01-28 | syntax: make deriving have slightly less cryptic error messages. | Huon Wilson | -1/+1 |
| 2014-01-27 | auto merge of #11834 : huonw/rust/deriving-spans, r=alexcrichton | bors | -0/+131 |
| 2014-01-27 | As Either no longer exists, remove Either, Left, and Right from syntax files | Scott Lawrence | -9/+0 |
| 2014-01-27 | Add autogenerated tests for the spans of various derived traits. | Huon Wilson | -0/+131 |
| 2014-01-26 | Changed tidy script to remove restriction on FIXME and to warn against XXX in... | Salem Talha | -3/+2 |
| 2014-01-24 | auto merge of #11750 : bnoordhuis/rust/follow-rustc-symlink, r=thestinger | bors | -1/+3 |
| 2014-01-23 | Make check-summary.py support file globbing | Ben Noordhuis | -1/+3 |
| 2014-01-22 | remove old rc extension from detection files | Daniel Micay | -4/+3 |
| 2014-01-18 | auto merge of #11311 : hdima/rust/vim-syntax-spell-check, r=cmr | bors | -7/+7 |
| 2014-01-16 | Update test run summary | Derek Guenther | -9/+17 |
| 2014-01-16 | Merge Bitwise and BitCount traits and remove from prelude, along with Bounded | Brendan Zabarauskas | -2/+1 |
| 2014-01-12 | Bump version to 0.10-pre | Brian Anderson | -1/+1 |
| 2014-01-09 | Remove ApproxEq and assert_approx_eq! | Brendan Zabarauskas | -1/+1 |
| 2014-01-08 | Fix windows installer version to be less verbose | Brian Anderson | -2/+1 |
| 2014-01-07 | mk: Fix the naming of the windows installer harder | Brian Anderson | -1/+2 |
| 2014-01-06 | auto merge of #11354 : brson/rust/versionwin, r=alexcrichton | bors | -1/+1 |
| 2014-01-06 | Use the full version string for the windows installer exe | Brian Anderson | -1/+1 |