| Age | Commit message (Expand) | Author | Lines |
| 2014-02-28 | librustc: Pass the node id so we don't fail on destructing struct variants. F... | Luqman Aden | -2/+31 |
| 2014-02-28 | auto merge of #12632 : fhahn/rust/issue-12507-rustdoc-std-module, r=alexcrichton | bors | -2/+14 |
| 2014-02-28 | auto merge of #12616 : alexcrichton/rust/size, r=huonw | bors | -114/+119 |
| 2014-02-28 | std: Flag run_fmt() as #[inline(always)] | Alex Crichton | -1/+8 |
| 2014-02-28 | std: Avoid using "{:?}" in format strings | Alex Crichton | -7/+7 |
| 2014-02-28 | std: Remove lots of allocations from log settings | Alex Crichton | -102/+96 |
| 2014-02-28 | auto merge of #12607 : alexcrichton/rust/io++, r=brson | bors | -33/+188 |
| 2014-02-28 | syntax: Refactor diagnostics to focus on Writers | Alex Crichton | -111/+122 |
| 2014-02-28 | std: Improve some I/O documentation | Alex Crichton | -33/+188 |
| 2014-02-28 | syntax: Expand format!() deterministically | Alex Crichton | -13/+42 |
| 2014-02-28 | rustc: Add the concept of a Strict Version Hash | Alex Crichton | -137/+342 |
| 2014-02-28 | rustc: Simplify crate loading constraints | Alex Crichton | -240/+160 |
| 2014-02-28 | std: Add cfg(test) to UnsafeArc assertions | Alex Crichton | -4/+8 |
| 2014-02-28 | auto merge of #12622 : pnkfelix/rust/fsk-improve-vec-partition-doc, r=huonw | bors | -6/+5 |
| 2014-02-28 | auto merge of #12595 : huonw/rust/pub-vis-typ, r=alexcrichton | bors | -21/+428 |
| 2014-02-28 | Improve vec `partition` and `partitioned` method doc. | Felix S. Klock II | -6/+5 |
| 2014-03-01 | Publicise types/add #[allow(visible_private_types)] to a variety of places. | Huon Wilson | -5/+16 |
| 2014-03-01 | sync: Rename arc::Condvar to arc::ArcCondvar. | Huon Wilson | -11/+12 |
| 2014-03-01 | rustc: implement a lint for publicly visible private types. | Huon Wilson | -5/+400 |
| 2014-02-28 | Add `time` crate to index, expand docs of `test`. | Huon Wilson | -7/+21 |
| 2014-02-28 | auto merge of #12544 : erickt/rust/hash, r=acrichto | bors | -110/+181 |
| 2014-02-27 | auto merge of #12614 : alexcrichton/rust/rollup, r=alexcrichton | bors | -96/+373 |
| 2014-02-27 | auto merge of #12348 : brunoabinader/rust/libcollections-list-refactory, r=al... | bors | -217/+177 |
| 2014-02-27 | Fix bytepos_to_file_charpos. | Nick Cameron | -10/+52 |
| 2014-02-27 | Fix typo in doc of Binary trait in std::fmt | Mickaƫl Delahaye | -1/+1 |
| 2014-02-27 | std: Export the select! macro | Alex Crichton | -16/+44 |
| 2014-02-27 | Minor modifications to Axel's tutorial improvements (see also #12472). | Felix S. Klock II | -4/+6 |
| 2014-02-27 | Documentation : Tutorial improvement... | Axel Viala | -5/+14 |
| 2014-02-27 | Improve the ctags function regular expression. | Chris Morgan | -1/+1 |
| 2014-02-27 | path: Implement windows::make_non_verbatim() | Kevin Ballard | -0/+66 |
| 2014-02-27 | path: clean up some lint warnings and an obsolete comment | Kevin Ballard | -2/+1 |
| 2014-02-27 | Update Vim syntax file last change date. | Chris Morgan | -1/+1 |
| 2014-02-27 | Fix Vim section movements for standard Rust style. | Chris Morgan | -2/+53 |
| 2014-02-27 | Update prelude items in Vim syntax. | Chris Morgan | -20/+9 |
| 2014-02-27 | Downgrade `do` to a reserved keyword in Vim. | Chris Morgan | -2/+2 |
| 2014-02-27 | Highlight the `mod` in `extern mod x;` as Error. | Chris Morgan | -1/+3 |
| 2014-02-27 | Fix syntax::ext::deriving{,::*} docs formatting. | Chris Morgan | -15/+17 |
| 2014-02-27 | rustc: Remove codemap and reachable from metadata encoder | Brian Anderson | -17/+1 |
| 2014-02-27 | Provide a more helpful error for tests that fail due to noexec | Felix Crux | -1/+5 |
| 2014-02-27 | std: cut down on the memory usage of `SipHasher` | Erick Tryzelaar | -6/+6 |
| 2014-02-27 | rustc: Move local native libs back in link-args | Alex Crichton | -1/+78 |
| 2014-02-27 | Add new target 'make dist-osx' to create a .pkg installer for OS X | Brian Leibig | -0/+22 |
| 2014-02-27 | collections: allow `HashMap` to work with generic hashers | Erick Tryzelaar | -110/+181 |
| 2014-02-27 | auto merge of #11979 : FlaPer87/rust/static, r=nikomatsakis | bors | -93/+458 |
| 2014-02-27 | native: Recognize EISDIR | Alex Crichton | -0/+9 |
| 2014-02-27 | rustc: Use libnative for the compiler | Alex Crichton | -2/+8 |
| 2014-02-27 | native: Improve windows file handling | Alex Crichton | -1018/+1146 |
| 2014-02-27 | std: Small cleanup and test improvement | Alex Crichton | -158/+182 |
| 2014-02-27 | Immutable static items should be `Freeze` Fixes #12432 | Flavio Percoco | -18/+68 |
| 2014-02-27 | Closes #7364 Test case | Flavio Percoco | -0/+19 |