| Age | Commit message (Expand) | Author | Lines |
| 2014-07-07 | librustc: Disallow modules and types from having the same name. | Patrick Walton | -15/+45 |
| 2014-07-07 | Strip empty strings from link args | Steven Fackler | -1/+21 |
| 2014-07-07 | collections: merge unsafe_push_all_clone and push_all | Erick Tryzelaar | -29/+14 |
| 2014-07-07 | collections: minimize code that's in unsafe blocks | Erick Tryzelaar | -22/+22 |
| 2014-07-07 | collections: flesh out the Vec::clone_from benchmarks to cover reuse | Erick Tryzelaar | -30/+93 |
| 2014-07-07 | auto merge of #15496 : ruud-v-a/rust/patch-1, r=huonw | bors | -3/+2 |
| 2014-07-07 | auto merge of #15489 : jakub-/rust/issue-15488, r=pcwalton | bors | -26/+56 |
| 2014-07-07 | manual: Fix typo. | Ruud van Asseldonk | -3/+2 |
| 2014-07-07 | auto merge of #15411 : mitchmindtree/rust/master, r=alexcrichton | bors | -0/+85 |
| 2014-07-07 | Implemented Decodable/Encodable for Cell and RefCell. Fixes #15395 | mitchmindtree | -0/+85 |
| 2014-07-07 | auto merge of #15464 : dotdash/rust/bool_stores, r=pcwalton | bors | -85/+126 |
| 2014-07-07 | Properly bind nested pattern bindings when there's more than one | Jakub Wieczorek | -26/+56 |
| 2014-07-06 | auto merge of #15486 : jakub-/rust/test-case-12187, r=alexcrichton | bors | -0/+36 |
| 2014-07-06 | Store booleans as i8 in memory to improve optimizations by LLVM | Björn Steinbrink | -65/+115 |
| 2014-07-06 | Remove remainders from when booleans were i8 | Björn Steinbrink | -21/+12 |
| 2014-07-06 | Add a test case for #12187, which appears to have been fixed | Jakub Wieczorek | -0/+36 |
| 2014-07-06 | auto merge of #15467 : brson/rust/guideversion, r=alexcrichton | bors | -1/+0 |
| 2014-07-06 | auto merge of #15465 : SimonSapin/rust/patch-4, r=alexcrichton | bors | -1/+1 |
| 2014-07-06 | auto merge of #15456 : aochagavia/rust/guide, r=alexcrichton | bors | -2/+2 |
| 2014-07-06 | auto merge of #15454 : jakub-/rust/15453, r=huonw | bors | -0/+8 |
| 2014-07-06 | auto merge of #15472 : luqmana/rust/snaps, r=alexcrichton | bors | -15/+8 |
| 2014-07-06 | Register snapshot. | Luqman Aden | -15/+8 |
| 2014-07-05 | std: flesh out MemWriter benchmarks | Erick Tryzelaar | -5/+49 |
| 2014-07-05 | collections: Optimize Vec when cloning from a slice | Erick Tryzelaar | -31/+44 |
| 2014-07-05 | collections: flesh out Vec benchmarks | Erick Tryzelaar | -54/+364 |
| 2014-07-06 | auto merge of #15441 : P1start/rust/lifetime-suggest, r=pcwalton | bors | -1/+1 |
| 2014-07-06 | auto merge of #15439 : dotdash/rust/remove_entry_bcx, r=pcwalton | bors | -28/+11 |
| 2014-07-06 | auto merge of #15417 : pfalabella/rust/rational-signed, r=alexcrichton | bors | -0/+44 |
| 2014-07-05 | doc: --version no longer displays the host triple | Brian Anderson | -1/+0 |
| 2014-07-06 | Optimize String::push_byte() | Simon Sapin | -1/+1 |
| 2014-07-05 | auto merge of #15319 : alexcrichton/rust/no-crate-id, r=brson | bors | -716/+997 |
| 2014-07-05 | auto merge of #15225 : Ryman/rust/liburl_minor, r=alexcrichton | bors | -693/+622 |
| 2014-07-05 | rustc: Default #[crate_name] on input, not output | Alex Crichton | -33/+29 |
| 2014-07-05 | Test fixes and rebase conflicts | Alex Crichton | -4/+6 |
| 2014-07-05 | rustc: Repurpose the --crate-name CLI flag | Alex Crichton | -10/+54 |
| 2014-07-05 | test: Fix tests for crate_id removal | Alex Crichton | -311/+144 |
| 2014-07-05 | rustc: Add a flag for specifying dependencies | Alex Crichton | -15/+444 |
| 2014-07-05 | rustc: Stop putting hashes in filenames by default | Alex Crichton | -19/+7 |
| 2014-07-05 | Add #[crate_name] attributes as necessary | Alex Crichton | -40/+102 |
| 2014-07-05 | rustc: Modify crate loading to ignore versions | Alex Crichton | -87/+34 |
| 2014-07-05 | rustc: Add a new codegen flag, -C metadata=foo | Alex Crichton | -1/+20 |
| 2014-07-05 | rustc: Remove CrateId and all related support | Alex Crichton | -269/+230 |
| 2014-07-05 | Added num::Signed implementation to Ratio (squashed) | Paolo Falabella | -0/+44 |
| 2014-07-05 | auto merge of #15431 : iliekturtles/rust/13279-error-msg-order, r=pcwalton | bors | -5/+6 |
| 2014-07-05 | auto merge of #15429 : kballard/rust/vim_tab_conventions, r=pcwalton | bors | -0/+6 |
| 2014-07-05 | Improved example in the Guide | Adolfo Ochagavía | -2/+2 |
| 2014-07-05 | auto merge of #15428 : phildawes/rust/master, r=huonw | bors | -2/+3 |
| 2014-07-05 | Fix #15453 | Jakub Wieczorek | -0/+8 |
| 2014-07-05 | auto merge of #15427 : aochagavia/rust/parse, r=pcwalton | bors | -16/+2 |
| 2014-07-05 | auto merge of #15442 : luqmana/rust/odp, r=pnkfelix | bors | -8/+116 |