| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -2/+2 |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -2/+2 |
| 2014-06-24 | Stabilize version output for rustc and rustdoc | Robert Buonpastore | -0/+8 |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -5/+5 |
| 2014-06-23 | test: readd TMPDIR to LD_LIBRARY_PATH for run-make | Benjamin Herr | -2/+2 |
| 2014-06-18 | auto merge of #15006 : alexcrichton/rust/fix-nightly, r=brson | bors | -6/+2 |
| 2014-06-18 | test: Attempt to fix nightly-linux | Alex Crichton | -6/+2 |
| 2014-06-18 | Regression tests for flowgraph construction bug on ExprWhile. | Felix S. Klock II | -1/+444 |
| 2014-06-16 | Fix --disable-rpath and tests | Alex Crichton | -10/+10 |
| 2014-06-13 | auto merge of #14831 : alexcrichton/rust/format-intl, r=brson | bors | -1/+1 |
| 2014-06-13 | Dump results of analysis phase as CSV | Nick Cameron | -0/+61 |
| 2014-06-11 | std: Remove i18n/l10n from format! | Alex Crichton | -1/+1 |
| 2014-06-09 | std: Move dynamic_lib from std::unstable to std | Brian Anderson | -1/+1 |
| 2014-06-09 | Use phase(plugin) in tests | Keegan McAllister | -1/+1 |
| 2014-06-06 | rustc: Preserve reachable extern fns with LTO | Alex Crichton | -14/+68 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -2/+2 |
| 2014-05-29 | std: Recreate a `rand` module | Alex Crichton | -6/+2 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -1/+1 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -4/+12 |
| 2014-05-19 | auto merge of #14286 : cmr/rust/shard-benches, r=alexcrichton | bors | -0/+23 |
| 2014-05-19 | test: index shards at 1, not 0 | Corey Richardson | -0/+23 |
| 2014-05-18 | Refactoring: Introduce distinct host and target rpath var setters. | Felix S. Klock II | -35/+94 |
| 2014-05-15 | Unit tests for flowgraph pretty printing. | Felix S. Klock II | -0/+1190 |
| 2014-05-14 | Process::new etc should support non-utf8 commands/args | Aaron Turon | -7/+8 |
| 2014-05-14 | test: Remove all uses of `~str` from the test suite. | Patrick Walton | -1/+1 |
| 2014-05-14 | librustc: Make sure to add argument attributes to extern fns from non-local c... | Luqman Aden | -0/+72 |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -2/+2 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -4/+4 |
| 2014-05-08 | Handle more fallout | Kevin Ballard | -4/+4 |
| 2014-05-06 | auto merge of #13892 : alexcrichton/rust/mixing-rlib-dylib-deps, r=brson | bors | -1/+134 |