| Age | Commit message (Expand) | Author | Lines |
| 2014-09-21 | Move -Z lto to -C lto. | Colin Davidson | -4/+4 |
| 2014-09-12 | Add regression test for #17186 | Brian Koropoff | -0/+35 |
| 2014-09-07 | Added test for link path ordering | inrustwetrust | -0/+45 |
| 2014-09-05 | don't leave unwanted temporary files with --emit=ir/asm | Stuart Pernsteiner | -5/+34 |
| 2014-09-05 | add tests for separate compilation | Stuart Pernsteiner | -0/+149 |
| 2014-09-03 | Fix spelling errors and capitalization. | Joseph Crail | -2/+2 |
| 2014-08-30 | auto merge of #16419 : huonw/rust/pretty-expanded-hygiene, r=pnkfelix | bors | -0/+58 |
| 2014-08-30 | rustc: implement a pretty mode to print ident/name's ctxt & gensyms. | Huon Wilson | -0/+58 |
| 2014-08-29 | auto merge of #16767 : SiegeLord/rust/reexported_methods, r=cmr | bors | -0/+79 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -559/+829 |
| 2014-08-26 | Add a simple test for rustdoc search index contents | SiegeLord | -0/+79 |
| 2014-08-26 | Rebasing changes | Nick Cameron | -2/+2 |
| 2014-08-26 | DST coercions and DST structs | Nick Cameron | -27/+27 |
| 2014-08-24 | Adjust the error messages to match the pattern "expected foo, found bar" | Jonas Hietala | -1/+1 |
| 2014-08-20 | librustc: handle repr on structs, require it for ffi, unify with packed | Corey Richardson | -1/+1 |
| 2014-08-19 | Add fix for test on windows. | Luqman Aden | -0/+2 |
| 2014-08-18 | Add test for passing/getting packed structs with ffi. | Luqman Aden | -0/+46 |
| 2014-08-18 | Remove workaround of #13793/#10872 | klutzy | -5/+0 |
| 2014-08-15 | Properly canonicalize crate paths specified via --extern | Björn Steinbrink | -0/+63 |
| 2014-08-13 | rustc lexer: regression tests for embedded Idents. | Felix S. Klock II | -0/+72 |
| 2014-08-12 | auto merge of #16434 : vadimcn/rust/many-crates-but-no-match, r=alexcrichton | bors | -2/+2 |
| 2014-08-11 | Fix many-crates-but-no-match test. (Issue #16348) | Vadim Chugunov | -2/+2 |
| 2014-08-09 | Fix misspelled comments for tests. | Joseph Crail | -1/+1 |
| 2014-08-09 | auto merge of #16359 : epdtry/rust/mono-item-dedup-foreign, r=alexcrichton | bors | -3/+12 |
| 2014-08-09 | auto merge of #16326 : pnkfelix/rust/fsk-add-path-suffix-lookup, r=huonw | bors | -0/+82 |
| 2014-08-09 | pretty printer: Added some `run-make` tests of path-suffix lookup functionality. | Felix S. Klock II | -0/+82 |
| 2014-08-09 | auto merge of #15964 : huonw/rust/gensym-test, r=alexcrichton | bors | -0/+26 |
| 2014-08-09 | move a test into a run make, to check external affect rather than | Huon Wilson | -0/+26 |
| 2014-08-08 | don't translate items when monomorphizing foreign-ABI functions | Stuart Pernsteiner | -3/+12 |
| 2014-08-05 | Add new tests for extern and foreign fns and name mangling. | Russell | -0/+40 |
| 2014-08-05 | Allow generic foreign functions. | Russell | -0/+80 |
| 2014-08-04 | rustc: Link entire archives of native libraries | Alex Crichton | -3/+82 |
| 2014-08-04 | rustc: use Name numbers rather than the Show impl for constants. | Huon Wilson | -0/+35 |
| 2014-07-30 | avoid redundant translation of items during monomorphization | Stuart Pernsteiner | -0/+32 |
| 2014-07-29 | syntax: add support for quoting arms | Erick Tryzelaar | -4/+4 |
| 2014-07-25 | librustc: Disallow mutation and assignment in pattern guards, and modify | Patrick Walton | -29/+35 |
| 2014-07-21 | rustc: Append platform exe suffix to output files | Alex Crichton | -3/+4 |
| 2014-07-18 | rustc: Mix extra-filename in temp outputs | Alex Crichton | -3/+18 |
| 2014-07-15 | Deprecate `str::from_utf8_lossy` | Adolfo Ochagavía | -4/+4 |
| 2014-07-11 | rustdoc: support tuple and struct patterns in function arguments | Corey Richardson | -0/+4 |
| 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-07 | Improve non-exhaustive pattern witnesses for structs with multiple fields | Jakub Wieczorek | -2/+2 |
| 2014-07-05 | rustc: Default #[crate_name] on input, not output | Alex Crichton | -6/+9 |
| 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 | -19/+172 |
| 2014-07-05 | rustc: Add a flag for specifying dependencies | Alex Crichton | -0/+102 |
| 2014-07-02 | Merge remote-tracking branch 'origin/master' into 0.11.0-release | Alex Crichton | -335/+335 |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -333/+333 |