| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-01-06 | auto merge of #11333 : cmr/rust/triage2, r=alexcrichton | bors | -35/+52 |
| 2014-01-06 | auto merge of #11118 : jhasse/rust/patch-rustlibdir, r=alexcrichton | bors | -1/+2 |
| 2014-01-05 | tidy: spew less chaff | Corey Richardson | -1/+3 |
| 2014-01-05 | Add tidy support for snapshots | Corey Richardson | -34/+49 |
| 2014-01-06 | Do not ignore errors running llvm-config | Seo Sanghyeon | -1/+1 |
| 2014-01-05 | Make rustc's own lib directory configurable and change the default to rustlib... | Jan Niklas Hasse | -1/+2 |
| 2014-01-04 | auto merge of #11314 : adridu59/rust/patch-license, r=brson | bors | -51/+12 |
| 2014-01-04 | auto merge of #11290 : alexcrichton/rust/testname, r=brson | bors | -0/+5 |
| 2014-01-04 | etc: licenseck: don't hardcode a specific year | Adrien Tétar | -51/+12 |
| 2014-01-04 | Add @Spell clusters to Vim syntax file | Dmitry Vasiliev | -7/+7 |
| 2014-01-03 | Fix windows dist script | Brian Anderson | -1/+2 |
| 2014-01-03 | Change rmake and doc-test to support TESTNAME | Alex Crichton | -0/+5 |
| 2014-01-02 | Bump version to 0.9 | Brian Anderson | -1/+1 |
| 2013-12-31 | Fix rust-align-to-expr-after-brace, closes #11239. | John Louis Walker | -1/+3 |