| Age | Commit message (Expand) | Author | Lines |
| 2013-12-04 | auto merge of #10793 : chris-morgan/rust/2013-12-04-vim-updates, r=Aatch | bors | -36/+42 |
| 2013-12-04 | std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter. | Huon Wilson | -70/+70 |
| 2013-12-04 | std::str: remove from_utf8. | Huon Wilson | -223/+119 |
| 2013-12-04 | Add Imenu support for rust-mode. | S Pradeep Kumar | -18/+33 |
| 2013-12-04 | auto merge of #10783 : sfackler/rust/drop, r=alexcrichton | bors | -29/+19 |
| 2013-12-03 | auto merge of #10776 : alexcrichton/rust/issue-9725, r=pcwalton | bors | -4/+26 |
| 2013-12-03 | auto merge of #10785 : alexcrichton/rust/omg-i-hate-windows, r=pcwalton | bors | -3/+10 |
| 2013-12-03 | Move std::util::ignore to std::prelude::drop | Steven Fackler | -29/+19 |
| 2013-12-03 | Don't infinitely recurse in a process test | Alex Crichton | -0/+1 |
| 2013-12-03 | auto merge of #10752 : dhodder/rust/master, r=pcwalton | bors | -0/+28 |
| 2013-12-04 | Improve various Vim syntax highlighting things. | Chris Morgan | -36/+42 |
| 2013-12-03 | Fix the comments for libsyntax::parse::parser::parse_sugary_call_expr | Kevin Ballard | -8/+8 |
| 2013-12-03 | Make trait lifetime parameters early bound in static fn type. This is related | Niko Matsakis | -12/+64 |
| 2013-12-03 | Fix a bug in exporting trait implementations | Alex Crichton | -1/+39 |
| 2013-12-03 | auto merge of #10747 : alexcrichton/rust/snapshots, r=cmr | bors | -94/+22 |
| 2013-12-03 | Register new snapshots | Alex Crichton | -94/+22 |
| 2013-12-03 | Issue #9629 -- permit freezing `&mut` found within an `&` pointer | Niko Matsakis | -219/+417 |
| 2013-12-03 | auto merge of #10768 : Blei/rust/logging-enabled-macros, r=alexcrichton | bors | -5/+71 |
| 2013-12-03 | auto merge of #10757 : TeXitoi/rust/mut-split-iter, r=alexcrichton | bors | -15/+121 |
| 2013-12-03 | Search for libfoo.a on windows as well as foo.lib | Alex Crichton | -3/+10 |
| 2013-12-03 | add MutableVector::mut_split(self, pred) -> DoubleEndedIterator<&mut [T]> | Guillaume Pinot | -4/+110 |
| 2013-12-03 | auto merge of #10777 : alexcrichton/rust/issue-10743, r=luqmana | bors | -75/+119 |
| 2013-12-03 | Resume propagation of linking to native dylibs | Alex Crichton | -61/+74 |
| 2013-12-03 | Continue tightening holes in reachability | Alex Crichton | -14/+45 |
| 2013-12-03 | auto merge of #10782 : alexcrichton/rust/rustdoc-lib, r=thestinger | bors | -0/+1 |
| 2013-12-03 | Add test to check for debug logging disabled at compile time | Philipp Brüschweiler | -0/+21 |
| 2013-12-02 | auto merge of #10772 : alexcrichton/rust/issue-3053, r=alexcrichton | bors | -0/+26 |
| 2013-12-02 | rustdoc: Tell rustc we're building a library | Alex Crichton | -0/+1 |
| 2013-12-02 | auto merge of #10770 : alexcrichton/rust/static-librustrt, r=alexcrichton | bors | -1/+1 |
| 2013-12-02 | auto merge of #10759 : SiegeLord/rust/placeholder, r=cmr | bors | -1/+3 |
| 2013-12-02 | auto merge of #10736 : Blei/rust/fix_c_vec, r=alexcrichton | bors | -104/+122 |
| 2013-12-02 | Disallow duplicate bindings of struct fields | Alex Crichton | -4/+26 |
| 2013-12-02 | auto merge of #10742 : alexcrichton/rust/frameworks, r=cmr | bors | -18/+130 |
| 2013-12-02 | c_vec: Modernize | Philipp Brüschweiler | -104/+122 |
| 2013-12-02 | Add a macro to check if logging at a given label is enabled | Philipp Brüschweiler | -5/+50 |
| 2013-12-02 | auto merge of #10728 : sanxiyn/rust/proc, r=cmr | bors | -2/+31 |
| 2013-12-02 | Add test for #3053. Fixes #3053. | Niko Matsakis | -0/+26 |
| 2013-12-02 | Declare librustrt a static dependency of libextra | Alex Crichton | -1/+1 |
| 2013-12-02 | Fix type inference for proc expressions | Seo Sanghyeon | -2/+31 |
| 2013-12-02 | rename MutableVector::mut_split(at) to MutableVector::mut_split_at(at) | Guillaume Pinot | -11/+11 |
| 2013-12-01 | Add a type="search" to the search bar in the documentation. | SiegeLord | -1/+2 |
| 2013-12-01 | Add placeholder text to the search bar in the documentation. | SiegeLord | -1/+2 |
| 2013-12-01 | Add struct and type doc comments for extra::url::* | Dave Hodder | -6/+20 |
| 2013-12-01 | auto merge of #10756 : thestinger/rust/transmute, r=alexcrichton | bors | -8/+2 |
| 2013-12-01 | rustc: filter out empty linker args | Philipp Brüschweiler | -5/+18 |
| 2013-12-01 | remove useless `transmute_immut` function | Daniel Micay | -8/+2 |
| 2013-12-01 | auto merge of #10750 : Blei/rust/no-at-struct-field, r=alexcrichton | bors | -31/+31 |
| 2013-12-01 | Add struct and type doc comments for extra::url::* | Dave Hodder | -0/+14 |
| 2013-12-01 | auto merge of #10748 : kballard/rust/issue-10734-rpass, r=alexcrichton | bors | -3/+27 |
| 2013-12-01 | auto merge of #10676 : eddyb/rust/ast-box-in-enums, r=cmr | bors | -640/+623 |