| Age | Commit message (Expand) | Author | Lines |
| 2014-02-14 | Refactored ast_map and friends, mainly to have Paths without storing them. | Eduard Burtescu | -2571/+1985 |
| 2014-02-13 | auto merge of #12172 : alexcrichton/rust/green-improvements, r=brson | bors | -138/+227 |
| 2014-02-13 | Remove two allocations from spawning a green task | Alex Crichton | -117/+171 |
| 2014-02-13 | Don't require an allocation for on_exit messages | Alex Crichton | -12/+16 |
| 2014-02-13 | Don't allocate in LocalHeap::new() | Alex Crichton | -7/+8 |
| 2014-02-13 | Fix a bug where cached stacks weren't re-used | Alex Crichton | -2/+32 |
| 2014-02-13 | auto merge of #12061 : pongad/rust/delorderable, r=cmr | bors | -313/+55 |
| 2014-02-13 | Removed num::Orderable | Michael Darakananda | -313/+55 |
| 2014-02-13 | auto merge of #12017 : FlaPer87/rust/replace-mod-crate, r=alexcrichton | bors | -583/+611 |
| 2014-02-13 | Rebase conflicts from this giant stack of patches | Alex Crichton | -3/+3 |
| 2014-02-13 | Lift $dst outside the closure in write! | Alex Crichton | -6/+36 |
| 2014-02-13 | remove duplicate function from std::ptr (is_null, is_not_null, offset, mut_of... | JeremyLetang | -97/+70 |
| 2014-02-13 | Register new snapshots | Alex Crichton | -196/+9 |
| 2014-02-13 | Relax an assertion in start_selection() | Alex Crichton | -10/+122 |
| 2014-02-13 | std::comm: replace Handle.id with a method. | Huon Wilson | -12/+12 |
| 2014-02-13 | Add documentation for conditional-compilation | Tobias Bucher | -10/+74 |
| 2014-02-13 | Add some missing Show implementations in libstd | Brendan Zabarauskas | -20/+193 |
| 2014-02-13 | Move base64 and hex from libextra to libserialize | Liigo Zhuang | -15/+19 |
| 2014-02-13 | Remove a source of O(n^2) running time in bigints. | Felix S. Klock II | -2/+14 |
| 2014-02-13 | Resolve type variables when checking casting to char | Seo Sanghyeon | -0/+14 |
| 2014-02-13 | Stop unloading syntax libraries | Steven Fackler | -11/+63 |
| 2014-02-13 | Remove obsolete warnings for `extern mod` | Flavio Percoco | -17/+0 |
| 2014-02-13 | Replace `extern mod` with `extern crate` | Flavio Percoco | -105/+150 |
| 2014-02-13 | Replace `crate` usage with `krate` | Flavio Percoco | -461/+461 |
| 2014-02-13 | auto merge of #12210 : zr40/rust/patch-1, r=cmr | bors | -3/+3 |
| 2014-02-12 | auto merge of #12165 : fhahn/rust/change-some-tests, r=alexcrichton | bors | -61/+23 |
| 2014-02-12 | Ignore another fourcc test on cross compiles | Alex Crichton | -1/+1 |
| 2014-02-12 | Reenable some ignored test cases | Florian Hahn | -61/+23 |
| 2014-02-12 | auto merge of #12204 : alexcrichton/rust/seek, r=pcwalton | bors | -31/+80 |
| 2014-02-12 | auto merge of #12196 : dguenther/rust/fix-fourcc-example, r=alexcrichton | bors | -6/+5 |
| 2014-02-12 | auto merge of #12180 : eddyb/rust/rm-ty_type, r=nikomatsakis | bors | -57/+29 |
| 2014-02-12 | Removed ty_type (previously used to represent *tydesc). | Eduard Burtescu | -57/+29 |
| 2014-02-12 | doc: rename 'nil' to 'unit' when describing `()` | Matthijs van der Vleuten | -3/+3 |
| 2014-02-12 | auto merge of #12194 : WebeWizard/rust/master, r=cmr | bors | -2/+32 |
| 2014-02-12 | auto merge of #12190 : alexcrichton/rust/fix-snap-again, r=brson | bors | -5/+7 |
| 2014-02-11 | auto merge of #12185 : nikomatsakis/rust/issue-12033-tweak-test, r=alexchrichton | bors | -3/+4 |
| 2014-02-11 | auto merge of #12184 : JeremyLetang/rust/rustpkg-link, r=alexcrichton | bors | -2/+0 |
| 2014-02-11 | Finalize the Seek API | Alex Crichton | -31/+80 |
| 2014-02-11 | auto merge of #11578 : alexcrichton/rust/chan-changes, r=brson | bors | -997/+2164 |
| 2014-02-11 | Test fixes and rebase conflicts | Alex Crichton | -44/+31 |
| 2014-02-11 | auto merge of #12027 : vadimcn/rust/compiler-rt, r=alexcrichton | bors | -3/+14 |
| 2014-02-11 | Rewrite channels yet again for upgradeability | Alex Crichton | -698/+1907 |
| 2014-02-11 | Shuffle around ownership in concurrent queues | Alex Crichton | -373/+344 |
| 2014-02-11 | auto merge of #11961 : niftynif/rust/btree, r=brson | bors | -115/+385 |
| 2014-02-11 | Build compiler-rt and link it to all crates, similarly to morestack. | Vadim Chugunov | -3/+14 |
| 2014-02-11 | auto merge of #12158 : nikomatsakis/rust/issue-6801-borrowck-closures, r=pcwa... | bors | -2530/+2967 |
| 2014-02-11 | Fixed fourcc example doc | Derek Guenther | -6/+5 |
| 2014-02-11 | Added examples for converting vectors of u8 into strings. Also fixed some sty... | WebeWizard | -2/+32 |
| 2014-02-11 | Added compiler-rt submodule. | Vadim Chugunov | -0/+0 |
| 2014-02-11 | Correct nits from @pcwalton | Niko Matsakis | -13/+15 |