about summary refs log tree commit diff
path: root/src/librustc/driver
AgeCommit message (Expand)AuthorLines
2014-07-11Add scaffolding for assigning alpha-numeric codes to rustc diagnosticsJakub Wieczorek-13/+52
2014-07-08auto merge of #14832 : alexcrichton/rust/no-rpath, r=brsonbors-2/+2
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-5/+5
2014-07-08rustc: Fix naming output files with --crate-nameAlex Crichton-4/+15
2014-07-05rustc: Default #[crate_name] on input, not outputAlex Crichton-5/+3
2014-07-05rustc: Repurpose the --crate-name CLI flagAlex Crichton-4/+22
2014-07-05rustc: Add a flag for specifying dependenciesAlex Crichton-3/+23
2014-07-05rustc: Stop putting hashes in filenames by defaultAlex Crichton-6/+6
2014-07-05rustc: Add a new codegen flag, -C metadata=fooAlex Crichton-0/+13
2014-07-05rustc: Remove CrateId and all related supportAlex Crichton-46/+43
2014-07-04librustc: Remove the `&LIFETIME EXPR` production from the language.Patrick Walton-2/+2
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-16rustc: Disable rpath settings by defaultAlex Crichton-2/+2
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