about summary refs log tree commit diff
path: root/src/librustc/driver/mod.rs
AgeCommit message (Expand)AuthorLines
2014-11-18Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem...Niko Matsakis-510/+0
2014-11-17Fix fallout from coercion removalNick Cameron-1/+1
2014-11-15Slightly improved rustc error messages for invalid -C argumentsinrustwetrust-8/+4
2014-11-12Register new snapshotsAlex Crichton-28/+0
2014-11-05Fix fallout of DSTifying PartialEq, PartialOrd, Eq, OrdJorge Aparicio-0/+28
2014-11-04Implement flexible target specificationCorey Richardson-1/+1
2014-10-30Fix a minor issue with how lint groups are printed by rustcP1start-1/+2
2014-10-29Rename fail! to panic!Steve Klabnik-7/+7
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-5/+9
2014-10-02rollup merge of #17682 : nodakai/librustc-handy-versionAlex Crichton-4/+20
2014-10-02librustc/driver: expose build information of rustc.NODA, Kai-4/+20
2014-09-30Remove unnecessary allocation, update API name for starting the rustc driver.Benjamin Adamson-5/+2
2014-09-16Fallout from renamingAaron Turon-6/+6
2014-08-30auto merge of #16419 : huonw/rust/pretty-expanded-hygiene, r=pnkfelixbors-39/+3
2014-08-30Add lint groups; define built-in lint groups `bad_style` and `unused`P1start-12/+56
2014-08-29rustc: move pretty printing into its own module.Huon Wilson-39/+3
2014-08-13core: Change the argument order on splitn and rsplitn for strs.Brian Anderson-1/+1
2014-08-09pretty-printer: let users choose particular items to pretty print.Felix S. Klock II-23/+22
2014-07-21rustc: Pass optional additional plugins to compile_inputBrian Anderson-1/+1
2014-07-21rustc: Make `monitor` public.Brian Anderson-1/+1
2014-07-17Rename functions in the CloneableVector traitAdolfo Ochagavía-1/+1
2014-07-15Fix errorsAdolfo Ochagavía-1/+0
2014-07-15Deprecate `str::from_utf8_owned`Adolfo Ochagavía-2/+1
2014-07-14rustc_llvm: Remove the inner llvm moduleBrian Anderson-1/+1
2014-07-11Add scaffolding for assigning alpha-numeric codes to rustc diagnosticsJakub Wieczorek-8/+27
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-2/+2
2014-07-05rustc: Default #[crate_name] on input, not outputAlex Crichton-2/+1
2014-07-05rustc: Repurpose the --crate-name CLI flagAlex Crichton-0/+5
2014-07-05rustc: Add a new codegen flag, -C metadata=fooAlex Crichton-0/+2
2014-07-05rustc: Remove CrateId and all related supportAlex Crichton-9/+6
2014-06-24Stabilize version output for rustc and rustdocRobert Buonpastore-9/+22
2014-06-24Implement lint pluginsKeegan McAllister-6/+17
2014-06-24Reindent function call continuations, and other style fixesKeegan McAllister-1/+1
2014-06-24Use names in Lint structs in an ASCII-case-insensitive wayKeegan McAllister-1/+2
2014-06-24Store the registered lints in the SessionKeegan McAllister-26/+43
2014-06-24Replace enum LintId with an extensible alternativeKeegan McAllister-30/+31
2014-06-24Move lint.rs out of middleKeegan McAllister-1/+1
2014-06-18Fallout from TaskBuilder changesAaron Turon-10/+7
2014-06-16auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichtonbors-2/+1
2014-06-14getopts: format failure messages with `Show`.Huon Wilson-1/+1
2014-06-12Better dylib skipping based on Alex Crichton codeValerii Hiora-2/+1
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-1/+1
2014-06-10Fix more misspelled comments and strings.Joseph Crail-1/+1
2014-05-27std: Rename strbuf operations to stringRicho Healey-5/+5
2014-05-27std: Remove String's to_ownedRicho Healey-2/+2
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-4/+4
2014-05-22auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonwbors-1/+1
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-8/+15
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-1/+1