| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-05-04 | auto merge of #13905 : alexcrichton/rust/issue-13337, r=thestinger | bors | -0/+21 |
| 2014-05-02 | rustc: Remove the session building_library flag | Alex Crichton | -0/+21 |
| 2014-05-02 | rustc: Use the "real" realpath function | Alex Crichton | -0/+39 |
| 2014-05-02 | rustc: Add some suppot for mixing rlibs and dylibs | Alex Crichton | -1/+134 |
| 2014-04-28 | test: Fix run-make on windows | klutzy | -12/+94 |
| 2014-04-25 | test: Enable extern-fn-reachable test | klutzy | -0/+54 |
| 2014-04-23 | rustc: Don't die when a crate id can't be inferred | Alex Crichton | -0/+20 |
| 2014-04-23 | rustc: Give a friendlier error when writing deps | Alex Crichton | -0/+19 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -2/+2 |
| 2014-04-17 | auto merge of #13557 : FlaPer87/rust/ls-behind-z, r=brson | bors | -2/+2 |
| 2014-04-16 | Move `--ls` behind `-Z ls` | Flavio Percoco | -2/+2 |
| 2014-04-16 | pprust: Handle multi-stmt/no-expr `ExprFnBlock` | klutzy | -0/+26 |
| 2014-04-15 | auto merge of #13489 : JustAPerson/rust/crate-file-name, r=alexcrichton | bors | -0/+26 |
| 2014-04-14 | Only check --crate-type flags if present. | JustAPerson | -0/+26 |
| 2014-04-14 | auto merge of #13496 : alexcrichton/rust/issue-13495, r=sfackler | bors | -0/+35 |
| 2014-04-14 | Use new attribute syntax in python files in src/etc too (#13478) | Manish Goregaokar | -40/+40 |
| 2014-04-13 | rustc: Don't link in syntax extensions | Alex Crichton | -0/+35 |
| 2014-04-11 | rustc: Deterministically link upstream C libraries | Alex Crichton | -0/+78 |
| 2014-04-10 | Generalized the pretty-print entry points to support `-o <file>`. | Felix S. Klock II | -0/+33 |
| 2014-04-07 | auto merge of #13288 : alexcrichton/rust/remove-check-fast, r=brson | bors | -2/+26 |
| 2014-04-06 | auto merge of #13165 : sfackler/rust/io-vec, r=alexcrichton | bors | -2/+2 |