summary refs log tree commit diff
path: root/src/librustc/driver
AgeCommit message (Expand)AuthorLines
2014-06-26Remove unnecessary to_string callsPiotr Jawniak-11/+6
2014-06-24Stabilize version output for rustc and rustdocRobert Buonpastore-10/+23
2014-06-24Implement lint pluginsKeegan McAllister-10/+27
2014-06-24Reindent function call continuations, and other style fixesKeegan McAllister-1/+1
2014-06-24Convert builtin lints to uppercase names for style consistencyKeegan McAllister-2/+2
2014-06-24Use names in Lint structs in an ASCII-case-insensitive wayKeegan McAllister-1/+2
2014-06-24Clean up and document the public lint APIKeegan McAllister-1/+1
2014-06-24Store the registered lints in the SessionKeegan McAllister-35/+76
2014-06-24Replace enum LintId with an extensible alternativeKeegan McAllister-60/+50
2014-06-24Rename lint::Lint to lint::LintIdKeegan McAllister-3/+3
2014-06-24Move lint.rs out of middleKeegan McAllister-4/+5
2014-06-24auto merge of #14963 : w3ln4/rust/master, r=alexcrichtonbors-4/+8
2014-06-24Added Mipsel architecture supportPawel Olzacki-4/+8
2014-06-18Add stability inheritanceAaron Turon-2/+5
2014-06-18Fallout from TaskBuilder changesAaron Turon-10/+7
2014-06-16auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichtonbors-22/+29
2014-06-14getopts: format failure messages with `Show`.Huon Wilson-4/+3
2014-06-13librustc: Forbid `transmute` from being called on types whose size isPatrick Walton-0/+3
2014-06-13Dump results of analysis phase as CSVNick Cameron-2/+18
2014-06-12Better dylib skipping based on Alex Crichton codeValerii Hiora-21/+26
2014-06-12Basic iOS supportValerii Hiora-3/+5
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-1/+1
2014-06-11rustc: Move the AST from @T to Gc<T>Alex Crichton-1/+1
2014-06-10Fix more misspelled comments and strings.Joseph Crail-1/+1
2014-06-09Implement #[plugin_registrar]Keegan McAllister-28/+42
2014-06-06auto merge of #14667 : aochagavia/rust/pr2, r=huonwbors-2/+2
2014-06-06Change to_str().to_string() to just to_str()Adolfo OchagavĂ­a-2/+2
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-28std: Remove format_strbuf!()Alex Crichton-5/+5
2014-05-27std: Rename strbuf operations to stringRicho Healey-40/+40
2014-05-27std: Remove String's to_ownedRicho Healey-2/+2
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-27/+27
2014-05-24Get "make check" to work with unused-attributeSteven Fackler-38/+40
2014-05-22auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonwbors-1/+1
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-2/+2
2014-05-22libstd: Remove all uses of `~str` from `libstd`Patrick Walton-5/+6
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-31/+59
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-1/+1
2014-05-21rustc: improve error messages from wrong --pretty flowgraph use.Huon Wilson-6/+18
2014-05-21rustc: ng -> gn, fix a typo in a string.Huon Wilson-2/+1
2014-05-21rustc: rename the lint `level` enum for style.Huon Wilson-3/+3
2014-05-17auto merge of #14253 : alexcrichton/rust/issue-14221, r=pcwaltonbors-1/+2
2014-05-16rustc: Stop leaking enum variants into childrenAlex Crichton-1/+2
2014-05-16libgetopts: Remove all uses of `~str` from `libgetopts`Patrick Walton-17/+23
2014-05-15auto merge of #14234 : alexcrichton/rust/rollup, r=alexcrichtonbors-19/+76
2014-05-15Graphviz based flow graph pretty-printing.Felix S. Klock II-19/+75
2014-05-15Add a crate for missing stubs from libcoreAlex Crichton-0/+1
2014-05-15Add compiler flag to configure output coloringHanno Braun-4/+24