| Age | Commit message (Expand) | Author | Lines |
| 2013-05-14 | syntax: Remove #[allow(vecs_implicitly_copyable)] | Alex Crichton | -236/+239 |
| 2013-05-14 | compiletest: Remove #[allow(vecs_implicitly_copyable)] | Alex Crichton | -217/+220 |
| 2013-05-14 | rustpkg: Remove #[allow(vecs_implicitly_copyable)] | Alex Crichton | -105/+98 |
| 2013-05-14 | auto merge of #6357 : dotdash/rust/fixfmt, r=bstrie | bors | -573/+543 |
| 2013-05-14 | Fix cosmetics for fail!() calls | Marvin Löbel | -63/+47 |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -560/+546 |
| 2013-05-14 | auto merge of #6463 : bjz/rust/numeric-traits, r=thestinger | bors | -1/+445 |
| 2013-05-14 | auto merge of #6441 : alexcrichton/rust/issue-5531, r=luqmana | bors | -80/+81 |
| 2013-05-13 | auto merge of #6461 : thestinger/rust/fix_priority_queue, r=pcwalton | bors | -56/+4 |
| 2013-05-13 | auto merge of #6456 : brson/rust/libuv, r=brson | bors | -0/+0 |
| 2013-05-13 | Upgrade libuv | Brian Anderson | -0/+0 |
| 2013-05-14 | Remove unnecessary infinity check | Brendan Zabarauskas | -4/+2 |
| 2013-05-14 | Add ldexp and frexp functions | Brendan Zabarauskas | -1/+184 |
| 2013-05-13 | auto merge of #6388 : recrack/rust/each2_mut, r=pcwalton | bors | -2/+69 |
| 2013-05-13 | revert PriorityQueue to using init() | Daniel Micay | -56/+4 |
| 2013-05-13 | Remove re-exports from libcore/core.rc | Alex Crichton | -80/+81 |
| 2013-05-13 | auto merge of #6387 : brson/rust/unstable, r=brson | bors | -424/+434 |
| 2013-05-13 | auto merge of #6417 : pcwalton/rust/exprs-in-patterns, r=pcwalton | bors | -824/+935 |
| 2013-05-13 | core: Rename SharedMutableState to UnsafeAtomicRcBox | Brian Anderson | -131/+131 |
| 2013-05-13 | core: Move locks, atomic rc to unstable::sync | Brian Anderson | -295/+313 |
| 2013-05-13 | core: Move unstable to unstable/mod.rs | Brian Anderson | -9/+1 |
| 2013-05-13 | test: Fix broken benchmark test | Patrick Walton | -3/+3 |
| 2013-05-13 | auto merge of #6452 : alexcrichton/rust/fix-deps, r=bstrie | bors | -0/+3 |
| 2013-05-13 | Update make dependencies of librust | Alex Crichton | -0/+3 |
| 2013-05-13 | auto merge of #6443 : cmr/rust/resolution, r=bstrie | bors | -6/+21 |
| 2013-05-13 | librustdoc: Remove old-style extern mods from rustdoc tests. | Patrick Walton | -29/+5 |
| 2013-05-14 | Add inverse hyperbolic functions | Brendan Zabarauskas | -0/+263 |
| 2013-05-13 | auto merge of #6437 : Thiez/rust/atomic, r=Aatch | bors | -5/+136 |
| 2013-05-13 | Tidy | Matthijs Hofstra | -3/+3 |
| 2013-05-13 | auto merge of #6448 : huonw/rust/deriving-doc, r=Aatch | bors | -0/+64 |
| 2013-05-13 | Use backticks to delineate paths/identifiers | Corey Richardson | -2/+2 |
| 2013-05-13 | doc: document the #[deriving] attribute. | Huon Wilson | -0/+64 |
| 2013-05-13 | auto merge of #6447 : luqmana/rust/6446, r=thestinger | bors | -2/+2 |
| 2013-05-13 | Correct #[always_inline] -> #[inline(always)] and __attribute((...)) -> __att... | Luqman Aden | -2/+2 |
| 2013-05-13 | Better error for some unresolved imports | Corey Richardson | -6/+21 |
| 2013-05-12 | auto merge of #6438 : alexcrichton/rust/issue-5387, r=thestinger | bors | -58/+47 |
| 2013-05-13 | Add vec.rs each2_mut testsuite | Youngmin Yoo | -0/+38 |
| 2013-05-13 | Add vec.rs each2_mut function | Youngmin Yoo | -2/+31 |
| 2013-05-12 | auto merge of #6400 : cmr/rust/remove_useless_import_error, r=thestinger | bors | -3/+1 |
| 2013-05-12 | actually fix failing test | Corey Richardson | -1/+1 |
| 2013-05-12 | libstd: Fix merge fallout. | Patrick Walton | -10/+14 |
| 2013-05-12 | libsyntax: Tighten up expressions in patterns to only allow identifiers or li... | Patrick Walton | -26/+53 |
| 2013-05-12 | librustc: Make `self` and `static` into keywords | Patrick Walton | -610/+700 |
| 2013-05-12 | libsyntax: Remove `extern mod foo { ... }` from the language. | Patrick Walton | -146/+160 |
| 2013-05-12 | auto merge of #6348 : sstewartgallus/rust/incoming, r=brson | bors | -1/+15 |
| 2013-05-13 | Removed unnecessary check from build.rs | Matthijs Hofstra | -4/+1 |
| 2013-05-12 | auto merge of #6439 : bjz/rust/float-classify, r=brson | bors | -20/+14 |
| 2013-05-13 | Make Float::classify matching more clear for f64 and f32 | Brendan Zabarauskas | -20/+14 |
| 2013-05-12 | Don't create subprocesses for the `rust` command | Alex Crichton | -58/+47 |
| 2013-05-12 | Adds atomic_load, atomic_load_acq, atomic_store, and atomic_store_rel intrins... | Matthijs Hofstra | -5/+139 |