| Age | Commit message (Expand) | Author | Lines |
| 2013-05-31 | Fix formatting for tidy | Corey Richardson | -7/+20 |
| 2013-05-31 | extra::term: better error handling and win32 compat | Corey Richardson | -42/+99 |
| 2013-05-31 | Only output colors if colors are supported (removes burden from caller) | Corey Richardson | -5/+11 |
| 2013-05-31 | rustpkg borrowed pointers | Corey Richardson | -3/+3 |
| 2013-05-31 | Use find_equiv in term | Corey Richardson | -4/+4 |
| 2013-05-31 | extra::term overhaul | Corey Richardson | -81/+715 |
| 2013-05-31 | auto merge of #6864 : thestinger/rust/bool, r=pcwalton | bors | -50/+39 |
| 2013-05-31 | auto merge of #6862 : thestinger/rust/swap, r=bstrie | bors | -104/+64 |
| 2013-05-31 | bool: rm functions duplicating methods | Daniel Micay | -50/+39 |
| 2013-05-31 | Add as_c_str method on strings | Ben Striegel | -23/+40 |
| 2013-05-31 | xfail-fast the deriving test | Alex Crichton | -0/+2 |
| 2013-05-31 | auto merge of #6857 : alexcrichton/rust/ebml-fixes, r=pcwalton | bors | -73/+108 |
| 2013-05-31 | ptr: replace unnecessary unsafe code | Daniel Micay | -58/+18 |
| 2013-05-31 | auto merge of #6863 : huonw/rust/error-span, r=thestinger | bors | -1/+15 |
| 2013-06-01 | rustc: adjust span for error message to not trim last letter | Huon Wilson | -1/+15 |
| 2013-05-31 | mv the raw pointer {swap,replace}_ptr to std::ptr | Daniel Micay | -47/+47 |
| 2013-05-31 | Remove the slow bb-vectorize pass | James Miller | -1/+0 |
| 2013-05-31 | auto merge of #6853 : bblum/rust/sized, r=pcwalton | bors | -89/+231 |
| 2013-05-31 | auto merge of #6833 : fdr/rust/fix-warnings, r=Aatch | bors | -52/+28 |
| 2013-05-30 | auto merge of #6848 : pcwalton/rust/issue-6352, r=pcwalton | bors | -0/+15 |
| 2013-05-31 | Implement unimplemented methods in ebml | Alex Crichton | -73/+108 |
| 2013-05-30 | Rewrite deriving(Decodable, Encodable) | Alex Crichton | -957/+307 |
| 2013-05-30 | auto merge of #6845 : thestinger/rust/zsh-complete, r=graydon | bors | -0/+102 |
| 2013-05-30 | auto merge of #6841 : steveklabnik/rust/range_docs, r=thestinger | bors | -3/+12 |
| 2013-05-30 | auto merge of #6818 : nikomatsakis/rust/irrefut-patterns-refactoring, r=graydon | bors | -450/+408 |
| 2013-05-30 | Fix a bug with HashMap::consume | Alex Crichton | -3/+19 |
| 2013-05-30 | Promote unreachable code to being a lint attribute | Alex Crichton | -21/+37 |
| 2013-05-30 | Add simple tests for Sized | Ben Blum | -0/+75 |
| 2013-05-30 | Highlight Sized in vim and kate | Ben Blum | -1/+2 |
| 2013-05-30 | Add 'Sized' builtin kind; doesn't do anything yet | Ben Blum | -88/+154 |
| 2013-05-30 | librustc: Bump the offset when translating const structs. Closes #6352. | Patrick Walton | -0/+15 |
| 2013-05-30 | Fix parser test | Niko Matsakis | -26/+3 |
| 2013-05-30 | add a zsh completion file for rustc | Daniel Micay | -0/+102 |
| 2013-05-30 | Add example for uint::range_step. | Steve Klabnik | -3/+12 |
| 2013-05-30 | Correct issue-2804 test | Niko Matsakis | -4/+4 |
| 2013-05-30 | rustc: change 'use' to 'add' in error message, fix #2994 | Graydon Hoare | -3/+3 |
| 2013-05-30 | Remove unnecessary 'use' forms | Daniel Farina | -52/+28 |
| 2013-05-30 | Replace NDM with proper FIXME | Niko Matsakis | -1/+1 |
| 2013-05-30 | Remove copy bindings from patterns. | Niko Matsakis | -201/+176 |
| 2013-05-30 | Fix matching of rvalues with destructors | Niko Matsakis | -1/+38 |
| 2013-05-30 | Remove some spurious copies that are identified by later patches | Niko Matsakis | -9/+9 |
| 2013-05-30 | Remove local_imm/local_mem since all variables are now by reference | Niko Matsakis | -46/+33 |
| 2013-05-30 | Refactor helper routines to be less tied to match syntax | Niko Matsakis | -53/+64 |
| 2013-05-30 | Remove TrByImplicitRef and source field on datums | Niko Matsakis | -115/+86 |
| 2013-05-30 | Remove a bunch of unnecessary allocations and copies | Björn Steinbrink | -91/+83 |
| 2013-05-30 | libextra: Require documentation by default | Alex Crichton | -7/+113 |
| 2013-05-30 | Require documentation by default for libstd | Alex Crichton | -69/+699 |
| 2013-05-30 | Allow doc(hidden) and --test to disable doc linting | Alex Crichton | -3/+49 |
| 2013-05-30 | Make missing documentation linting more robust | Alex Crichton | -75/+177 |
| 2013-05-29 | Remove all of the `#[inline(always)]` attributes from bigint | James Miller | -112/+112 |