| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 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 |