summary refs log tree commit diff
path: root/src/librustc/driver/config.rs
AgeCommit message (Expand)AuthorLines
2014-06-26Remove unnecessary to_string callsPiotr Jawniak-8/+3
2014-06-24Stabilize version output for rustc and rustdocRobert Buonpastore-1/+1
2014-06-24Replace enum LintId with an extensible alternativeKeegan McAllister-25/+13
2014-06-24Rename lint::Lint to lint::LintIdKeegan McAllister-1/+1
2014-06-24Move lint.rs out of middleKeegan McAllister-1/+1
2014-06-24Added Mipsel architecture supportPawel Olzacki-4/+8
2014-06-16auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichtonbors-14/+14
2014-06-14getopts: format failure messages with `Show`.Huon Wilson-3/+2
2014-06-13Dump results of analysis phase as CSVNick Cameron-2/+5
2014-06-12Better dylib skipping based on Alex Crichton codeValerii Hiora-14/+11
2014-06-12Basic iOS supportValerii Hiora-2/+5
2014-06-05Fallout from the libcollections movementAlex Crichton-1/+1
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-1/+1
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-4/+4
2014-05-27std: Rename strbuf operations to stringRicho Healey-15/+15
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-13/+13
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-2/+2
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-20/+39
2014-05-21rustc: rename the lint `level` enum for style.Huon Wilson-3/+3
2014-05-16libgetopts: Remove all uses of `~str` from `libgetopts`Patrick Walton-6/+9
2014-05-15auto merge of #14234 : alexcrichton/rust/rollup, r=alexcrichtonbors-6/+7
2014-05-15Graphviz based flow graph pretty-printing.Felix S. Klock II-6/+7
2014-05-15Add compiler flag to configure output coloringHanno Braun-1/+21
2014-05-14Get rid of the android-cross-path flag to rustc.Luqman Aden-2/+0
2014-05-12librustc: Remove all uses of `~str` from librustc.Patrick Walton-24/+34
2014-05-11Reorganise driver code.Nick Cameron-0/+769