| Age | Commit message (Expand) | Author | Lines |
| 2014-07-10 | auto merge of #15336 : jakub-/rust/diagnostics, r=brson | bors | -15/+85 |
| 2014-07-11 | Add scaffolding for assigning alpha-numeric codes to rustc diagnostics | Jakub Wieczorek | -15/+85 |
| 2014-07-10 | auto merge of #15559 : fhahn/rust/issue-15445-mut-cast, r=alexcrichton | bors | -0/+7 |
| 2014-07-10 | auto merge of #14519 : hirschenberger/rust/issue-10934, r=alexcrichton | bors | -9/+23 |
| 2014-07-10 | auto merge of #15563 : luqmana/rust/nif, r=pcwalton | bors | -513/+497 |
| 2014-07-10 | typeck: check casts from pointers to floats, closes #15445 | Florian Hahn | -0/+7 |
| 2014-07-10 | Add range lint for float literals, fixing #10934 | Falco Hirschenberger | -9/+23 |
| 2014-07-10 | auto merge of #15561 : huonw/rust/must-use-iterators, r=alexcrichton | bors | -11/+21 |
| 2014-07-10 | auto merge of #15556 : alexcrichton/rust/snapshots, r=brson | bors | -13/+1 |
| 2014-07-09 | librustc: Translate input for transmute directly into dest. | Luqman Aden | -58/+42 |
| 2014-07-09 | librustc: Update to reflect changes to how intrinsics are codegened. | Luqman Aden | -28/+16 |
| 2014-07-09 | librustc: Remove old codepaths for creating intrinsic functions. | Luqman Aden | -519/+4 |
| 2014-07-09 | librustc: Remove uses of advance. | Luqman Aden | -5/+5 |
| 2014-07-09 | librustc: Don't emit call for intrinsics instead just trans at callsite. | Luqman Aden | -14/+541 |
| 2014-07-10 | lint: extend `#[must_use]` to handle a message. | Huon Wilson | -11/+21 |
| 2014-07-09 | Register new snapshots | Alex Crichton | -13/+1 |
| 2014-07-09 | Fix all the test fallout | Corey Richardson | -1/+2 |
| 2014-07-09 | ast: make Name its own type | Corey Richardson | -2/+2 |
| 2014-07-09 | syntax: don't parse numeric literals in the lexer | Corey Richardson | -0/+1 |
| 2014-07-09 | auto merge of #15537 : jbclements/rust/hygiene-for-methods, r=pcwalton | bors | -34/+42 |
| 2014-07-08 | carry self ident forward through re-parsing | John Clements | -25/+29 |
| 2014-07-08 | introducing let-syntax | John Clements | -1/+3 |
| 2014-07-08 | auto merge of #14832 : alexcrichton/rust/no-rpath, r=brson | bors | -4/+4 |
| 2014-07-08 | replace idents with names | John Clements | -8/+10 |
| 2014-07-08 | auto merge of #15493 : brson/rust/tostr, r=pcwalton | bors | -704/+714 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -704/+714 |
| 2014-07-08 | auto merge of #15521 : nick29581/rust/type, r=pcwalton | bors | -67/+70 |
| 2014-07-08 | auto merge of #15518 : alexcrichton/rust/fix-some-crate-names, r=sfackler | bors | -5/+16 |
| 2014-07-08 | rustc: Fix naming output files with --crate-name | Alex Crichton | -5/+16 |
| 2014-07-08 | Change DST syntax: type -> Sized? | Nick Cameron | -67/+70 |
| 2014-07-08 | auto merge of #15508 : jakub-/rust/struct-pattern-witness, r=alexcrichton | bors | -2/+4 |
| 2014-07-08 | auto merge of #15443 : pcwalton/rust/module-and-type-with-same-name, r=nick29581 | bors | -11/+22 |
| 2014-07-08 | auto merge of #15406 : luqmana/rust/nop, r=pcwalton | bors | -48/+109 |
| 2014-07-07 | auto merge of #15394 : pcwalton/rust/new-index-traits, r=nick29581 | bors | -71/+214 |
| 2014-07-07 | librustc: Update debuginfo. | Luqman Aden | -1/+5 |
| 2014-07-07 | auto merge of #15440 : pcwalton/rust/struct-aliases, r=brson | bors | -66/+90 |
| 2014-07-07 | Improve non-exhaustive pattern witnesses for structs with multiple fields | Jakub Wieczorek | -2/+4 |
| 2014-07-07 | librustc (RFC #34): Implement the new `Index` and `IndexMut` traits. | Patrick Walton | -71/+214 |
| 2014-07-07 | librustc: Disallow modules and types from having the same name. | Patrick Walton | -11/+22 |
| 2014-07-07 | Strip empty strings from link args | Steven Fackler | -1/+1 |
| 2014-07-07 | auto merge of #15489 : jakub-/rust/issue-15488, r=pcwalton | bors | -26/+18 |
| 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/+18 |
| 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 | auto merge of #15454 : jakub-/rust/15453, r=huonw | bors | -0/+1 |
| 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-05 | auto merge of #15319 : alexcrichton/rust/no-crate-id, r=brson | bors | -362/+631 |
| 2014-07-05 | rustc: Default #[crate_name] on input, not output | Alex Crichton | -13/+16 |