| Age | Commit message (Expand) | Author | Lines |
| 2014-07-10 | auto merge of #15336 : jakub-/rust/diagnostics, r=brson | bors | -3/+71 |
| 2014-07-11 | Add scaffolding for assigning alpha-numeric codes to rustc diagnostics | Jakub Wieczorek | -3/+71 |
| 2014-07-10 | auto merge of #15353 : aturon/rust/env-hashmap, r=alexcrichton | bors | -14/+4 |
| 2014-07-10 | io::process::Command: add fine-grained env builder | Aaron Turon | -14/+4 |
| 2014-07-10 | auto merge of #15559 : fhahn/rust/issue-15445-mut-cast, r=alexcrichton | bors | -0/+15 |
| 2014-07-10 | typeck: check casts from pointers to floats, closes #15445 | Florian Hahn | -0/+15 |
| 2014-07-10 | Add range lint for float literals, fixing #10934 | Falco Hirschenberger | -0/+5 |
| 2014-07-10 | auto merge of #15561 : huonw/rust/must-use-iterators, r=alexcrichton | bors | -0/+8 |
| 2014-07-09 | tests: Remove uses of advance. | Luqman Aden | -4/+4 |
| 2014-07-10 | lint: extend `#[must_use]` to handle a message. | Huon Wilson | -0/+8 |
| 2014-07-09 | syntax: don't process string/char/byte/binary lits | Corey Richardson | -0/+15 |
| 2014-07-09 | test: simplify numeric literal cfail tests | Corey Richardson | -53/+14 |
| 2014-07-09 | testsuite: merge some lexer testcases | Corey Richardson | -238/+73 |
| 2014-07-08 | fix hygiene for test case | John Clements | -4/+4 |
| 2014-07-08 | auto merge of #15493 : brson/rust/tostr, r=pcwalton | bors | -112/+115 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -112/+115 |
| 2014-07-08 | auto merge of #15521 : nick29581/rust/type, r=pcwalton | bors | -55/+55 |
| 2014-07-08 | auto merge of #15518 : alexcrichton/rust/fix-some-crate-names, r=sfackler | bors | -0/+38 |
| 2014-07-08 | rustc: Fix naming output files with --crate-name | Alex Crichton | -0/+38 |
| 2014-07-08 | Change DST syntax: type -> Sized? | Nick Cameron | -55/+55 |
| 2014-07-08 | auto merge of #15508 : jakub-/rust/struct-pattern-witness, r=alexcrichton | bors | -4/+4 |
| 2014-07-08 | auto merge of #15443 : pcwalton/rust/module-and-type-with-same-name, r=nick29581 | bors | -4/+23 |
| 2014-07-08 | auto merge of #15406 : luqmana/rust/nop, r=pcwalton | bors | -0/+40 |
| 2014-07-07 | auto merge of #15394 : pcwalton/rust/new-index-traits, r=nick29581 | bors | -74/+127 |
| 2014-07-07 | auto merge of #15440 : pcwalton/rust/struct-aliases, r=brson | bors | -2/+83 |
| 2014-07-07 | Improve non-exhaustive pattern witnesses for structs with multiple fields | Jakub Wieczorek | -4/+4 |
| 2014-07-07 | librustc (RFC #34): Implement the new `Index` and `IndexMut` traits. | Patrick Walton | -74/+127 |
| 2014-07-07 | librustc: Disallow modules and types from having the same name. | Patrick Walton | -4/+23 |
| 2014-07-07 | Strip empty strings from link args | Steven Fackler | -0/+20 |
| 2014-07-07 | auto merge of #15489 : jakub-/rust/issue-15488, r=pcwalton | bors | -0/+38 |
| 2014-07-07 | auto merge of #15411 : mitchmindtree/rust/master, r=alexcrichton | bors | -0/+55 |
| 2014-07-07 | Implemented Decodable/Encodable for Cell and RefCell. Fixes #15395 | mitchmindtree | -0/+55 |
| 2014-07-07 | Properly bind nested pattern bindings when there's more than one | Jakub Wieczorek | -0/+38 |
| 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 #15454 : jakub-/rust/15453, r=huonw | bors | -0/+7 |
| 2014-07-05 | rustc: Default #[crate_name] on input, not output | Alex Crichton | -7/+10 |
| 2014-07-05 | Test fixes and rebase conflicts | Alex Crichton | -2/+4 |
| 2014-07-05 | rustc: Repurpose the --crate-name CLI flag | Alex Crichton | -6/+22 |
| 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 | -0/+102 |
| 2014-07-05 | Fix #15453 | Jakub Wieczorek | -0/+7 |
| 2014-07-05 | auto merge of #15442 : luqmana/rust/odp, r=pnkfelix | bors | -0/+64 |
| 2014-07-05 | auto merge of #15284 : apoelstra/rust/bitv-methods, r=cmr | bors | -3/+3 |
| 2014-07-04 | librustc: Make sure to run destructors in the right order when matching on mo... | Luqman Aden | -0/+64 |
| 2014-07-04 | librustc: Accept type aliases for structures in structure literals and | Patrick Walton | -2/+83 |
| 2014-07-04 | Add tests for null pointer opt. | Luqman Aden | -0/+40 |
| 2014-07-04 | auto merge of #15405 : pcwalton/rust/delifetime, r=nick29581 | bors | -8/+8 |
| 2014-07-04 | auto merge of #15388 : jakub-/rust/issue-12285, r=pcwalton | bors | -0/+22 |
| 2014-07-04 | librustc: Remove the `&LIFETIME EXPR` production from the language. | Patrick Walton | -8/+8 |
| 2014-07-04 | auto merge of #15356 : pcwalton/rust/wrong-implementor, r=alexcrichton | bors | -0/+78 |