| Age | Commit message (Expand) | Author | Lines |
| 2014-07-10 | auto merge of #15336 : jakub-/rust/diagnostics, r=brson | bors | -84/+466 |
| 2014-07-11 | Add scaffolding for assigning alpha-numeric codes to rustc diagnostics | Jakub Wieczorek | -84/+466 |
| 2014-07-10 | auto merge of #15353 : aturon/rust/env-hashmap, r=alexcrichton | bors | -73/+138 |
| 2014-07-10 | io::process::Command: add fine-grained env builder | Aaron Turon | -73/+138 |
| 2014-07-10 | auto merge of #15559 : fhahn/rust/issue-15445-mut-cast, r=alexcrichton | bors | -0/+22 |
| 2014-07-10 | auto merge of #14519 : hirschenberger/rust/issue-10934, r=alexcrichton | bors | -9/+32 |
| 2014-07-10 | auto merge of #15569 : pcwalton/rust/reexport-intrinsics, r=cmr | bors | -89/+67 |
| 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/+22 |
| 2014-07-10 | auto merge of #15566 : japaric/rust/command-clone, r=alexcrichton | bors | -0/+2 |
| 2014-07-10 | Add range lint for float literals, fixing #10934 | Falco Hirschenberger | -9/+32 |
| 2014-07-09 | libcore: Reexport a couple of widely-used low-level intrinsics to reduce | Patrick Walton | -89/+67 |
| 2014-07-10 | auto merge of #15561 : huonw/rust/must-use-iterators, r=alexcrichton | bors | -12/+47 |
| 2014-07-10 | auto merge of #15556 : alexcrichton/rust/snapshots, r=brson | bors | -232/+12 |
| 2014-07-09 | librustc: Translate input for transmute directly into dest. | Luqman Aden | -58/+42 |
| 2014-07-10 | auto merge of #15554 : steveklabnik/rust/gh_15539, r=brson | bors | -10/+5 |
| 2014-07-09 | Derive Clone for Command and StdioContainer | Jorge Aparicio | -0/+2 |
| 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 | auto merge of #15514 : luqmana/rust/die-advance-die, r=cmr | bors | -70/+32 |
| 2014-07-09 | tests: Remove uses of advance. | Luqman Aden | -4/+4 |
| 2014-07-09 | librustc: Remove uses of advance. | Luqman Aden | -5/+5 |
| 2014-07-09 | libsyntax: Remove uses of advance. | Luqman Aden | -21/+6 |
| 2014-07-09 | libgetopts: Use iterators instead of old-style loops. | Luqman Aden | -1/+1 |
| 2014-07-09 | libcollections: Use iterators instead of old-style loops. | Luqman Aden | -38/+14 |
| 2014-07-09 | libcore: Deprecate advance method on Iterators. | Luqman Aden | -1/+2 |
| 2014-07-09 | librustc: Don't emit call for intrinsics instead just trans at callsite. | Luqman Aden | -14/+541 |
| 2014-07-09 | auto merge of #15550 : alexcrichton/rust/install-script, r=brson | bors | -56/+85 |
| 2014-07-10 | core: add `#[must_use]` attributes to iterator adaptor structs. | Huon Wilson | -1/+18 |
| 2014-07-10 | lint: extend `#[must_use]` to handle a message. | Huon Wilson | -11/+29 |
| 2014-07-09 | syntax: De-doc comment to fix nightlies | Alex Crichton | -50/+50 |
| 2014-07-09 | auto merge of #15471 : erickt/rust/push_all, r=acrichto | bors | -82/+497 |
| 2014-07-09 | auto merge of #15283 : kwantam/rust/master, r=alexcrichton | bors | -11586/+7431 |
| 2014-07-09 | Register new snapshots | Alex Crichton | -232/+12 |
| 2014-07-09 | Remove car analogy. | Steve Klabnik | -10/+5 |
| 2014-07-09 | auto merge of #15220 : vhbit/rust/treemap-str-equiv, r=alexcrichton | bors | -27/+136 |
| 2014-07-09 | TreeMap: find enhancements | Valerii Hiora | -27/+136 |
| 2014-07-09 | etc: Fix install script for rpath removal | Alex Crichton | -6/+35 |
| 2014-07-09 | fix test failures | kwantam | -2/+4 |
| 2014-07-09 | auto merge of #15483 : AlisdairO/rust/master, r=alexcrichton | bors | -6/+55 |
| 2014-07-09 | auto merge of #15540 : Gankro/rust/master, r=huonw | bors | -17/+15 |
| 2014-07-09 | auto merge of #15530 : adrientetar/rust/proper-fonts, r=alexcrichton | bors | -22/+426 |
| 2014-07-09 | Fix all the test fallout | Corey Richardson | -87/+100 |
| 2014-07-09 | ast: make Name its own type | Corey Richardson | -106/+149 |
| 2014-07-09 | lexer: lex WS/COMMENT/SHEBANG rather than skipping | Corey Richardson | -87/+134 |
| 2014-07-09 | syntax: don't parse numeric literals in the lexer | Corey Richardson | -266/+325 |
| 2014-07-09 | syntax: don't process string/char/byte/binary lits | Corey Richardson | -81/+327 |
| 2014-07-09 | ast: add an `as_str` method to Ident | Corey Richardson | -0/+7 |
| 2014-07-09 | lexer: add ident_from and ident_from_to methods | Corey Richardson | -0/+14 |
| 2014-07-09 | lexer: shuffle around some functions | Corey Richardson | -99/+100 |