| Age | Commit message (Expand) | Author | Lines |
| 2014-02-04 | Make cfail test error messages more precise | Alex Crichton | -5/+5 |
| 2014-02-04 | Adding tests for closed issues | Alex Crichton | -0/+83 |
| 2014-02-04 | Improved pattern-match code and explanation. | chromatic | -2/+4 |
| 2014-02-04 | auto merge of #11230 : csherratt/rust/cow, r=alexcrichton | bors | -0/+116 |
| 2014-02-05 | Check for trait impl conflicts across crates | Nick Cameron | -5/+66 |
| 2014-02-04 | Don't copy arguments passed by value with indirection to allocas. | Eduard Burtescu | -3/+15 |
| 2014-02-04 | auto merge of #12026 : alexcrichton/rust/snapshots, r=cmr | bors | -345/+8 |
| 2014-02-04 | auto merge of #11951 : dmanescu/rust/reserve-rename, r=huonw | bors | -53/+51 |
| 2014-02-04 | Replaced with a single "quote" feature gate. | James Deng | -16/+11 |
| 2014-02-04 | auto merge of #11717 : DiamondLovesYou/rust/master, r=alexcrichton | bors | -7/+67 |
| 2014-02-04 | Added missing xfail-fast. | Richard Diamond | -0/+5 |
| 2014-02-04 | Register new snapshots | Alex Crichton | -345/+8 |
| 2014-02-04 | Simd feature gating + Win32/64 fixes. | Richard Diamond | -2/+6 |
| 2014-02-04 | Feature gate all quasi-quoting macros. | James Deng | -7/+31 |
| 2014-02-03 | auto merge of #11912 : poiru/rust/8784-libuuid, r=alexcrichton | bors | -10/+19 |
| 2014-02-04 | extra: Move uuid to libuuid | Birunthan Mohanathas | -10/+19 |
| 2014-02-03 | auto merge of #12022 : alexcrichton/rust/unblock-snapshot, r=thestinger | bors | -0/+1 |
| 2014-02-03 | auto merge of #11999 : joaoxsouls/rust/master, r=cmr | bors | -57/+12 |
| 2014-02-04 | Rename reserve to reserve_exact and reserve_at_least to reserve | David Manescu | -53/+51 |
| 2014-02-03 | xfail a test to unblock the snapshot | Alex Crichton | -0/+1 |
| 2014-02-03 | auto merge of #12016 : FlaPer87/rust/remove-non-copyable, r=alexcrichton | bors | -93/+58 |
| 2014-02-04 | doc: update boxes section on Manual, remove managed pointers references | joaoxsouls | -57/+12 |
| 2014-02-04 | Replace NonCopyable usage with NoPod | Flavio Percoco | -93/+58 |
| 2014-02-03 | auto merge of #12012 : omasanori/rust/semver, r=alexcrichton | bors | -1/+6 |
| 2014-02-03 | Various bug fixes and rebase conflicts | Alex Crichton | -30/+24 |
| 2014-02-03 | extra: Introduce a mutex type for native/green threads | Alex Crichton | -0/+564 |
| 2014-02-03 | std: Remove try_send_deferred plus all fallout | Alex Crichton | -30/+31 |
| 2014-02-03 | extra: Re-add the Once primitve to extra::sync | Alex Crichton | -10/+184 |
| 2014-02-03 | std: Hardcode pthread constants and structures | Alex Crichton | -335/+228 |
| 2014-02-03 | extra: Add an intrusive MPSC to be used soon | Alex Crichton | -0/+140 |
| 2014-02-03 | extra: Make room for more sync primitives | Alex Crichton | -20/+28 |
| 2014-02-03 | Enable the +v7 feature on Android by default | Alex Crichton | -1/+20 |
| 2014-02-03 | Add an AtomicU64 type to std::sync::atomics | Alex Crichton | -97/+398 |
| 2014-02-03 | Fixing remaining warnings and errors throughout | Alex Crichton | -277/+185 |
| 2014-02-03 | std: Fixing all documentation | Alex Crichton | -325/+274 |
| 2014-02-03 | syntax: Remove usage of io_error in tests | Alex Crichton | -16/+17 |
| 2014-02-03 | rustuv: Require all results are used and fix fallout | Alex Crichton | -32/+34 |
| 2014-02-03 | native: Require all results are used and fix fallout | Alex Crichton | -22/+26 |
| 2014-02-03 | extra: Fix tests with io_error usage | Alex Crichton | -27/+28 |
| 2014-02-03 | std: Fix tests with io_error usage | Alex Crichton | -700/+568 |
| 2014-02-03 | rpass: Remove io_error usage | Alex Crichton | -23/+27 |
| 2014-02-03 | rustdoc: Remove io_error usage | Alex Crichton | -416/+495 |
| 2014-02-03 | rustuv: Remove io_error usage | Alex Crichton | -2/+3 |
| 2014-02-03 | native: Remove io_error usage | Alex Crichton | -7/+4 |
| 2014-02-03 | green: Remove io_error usage | Alex Crichton | -2/+3 |
| 2014-02-03 | glob: Remove io_error usage | Alex Crichton | -2/+1 |
| 2014-02-03 | compiletest: Remove io_error usage | Alex Crichton | -17/+25 |
| 2014-02-03 | rustc: Remove io_error usage | Alex Crichton | -153/+200 |
| 2014-02-03 | syntax: Remove io_error usage | Alex Crichton | -1046/+1349 |
| 2014-02-03 | extra: Remove io_error usage | Alex Crichton | -242/+324 |