about summary refs log tree commit diff
path: root/src/librustc_driver/lib.rs
AgeCommit message (Expand)AuthorLines
2017-08-11Actually make rustc_driver compile without llvmbjorn3-2/+23
2017-08-11Make librustc_driver work without librustc_transbjorn3-2/+47
2017-08-10Auto merge of #43582 - ivanbakel:unused_mut_ref, r=arielb1bors-1/+1
2017-08-10driver: factor out `continue_parse_after_error` so it can be controlled via d...Nick Cameron-0/+1
2017-08-08driver: factor out a helper and make another helper publicNick Cameron-15/+20
2017-08-06de-orphan extended informationZack M. Davis-0/+4
2017-08-01Fixed all unnecessary muts in language coreIsaac van Bakel-1/+1
2017-07-30librustc_driver: Remove -Z option from usage on stable compilerDaiki Mizukami-5/+9
2017-07-24Make keep_ast configurable by driver clientsNick Cameron-0/+2
2017-07-22Use config::pub_only rather than a spearate api modeNick Cameron-14/+2
2017-07-22Use a config file with save-analysisNick Cameron-0/+1
2017-07-06Auto merge of #42727 - alexcrichton:allocators-new, r=eddybbors-0/+1
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-0/+1
2017-07-03use single line commentsCengiz Can-7/+3
2017-07-03use embedded implementation instead of istty crateCengiz Can-3/+29
2017-07-03do not spawn pager if not ttyCengiz Can-1/+8
2017-07-03use unwrap_or_else to prevent unnecessary allocCengiz Can-3/+2
2017-07-03do not append an extra newline charCengiz Can-1/+1
2017-07-03use PAGER to view --explain output #32665Cengiz Can-3/+43
2017-07-02report the total number of errors on compilation failureAriel Ben-Yehuda-26/+23
2017-07-02Revert "Change error count messages"Ariel Ben-Yehuda-1/+2
2017-06-23Modify --explain to handle hidden code (`# ...`) and indented code blocks.kennytm-6/+13
2017-06-20Switch to the crates.io `getopts` crateAlex Crichton-10/+10
2017-06-19Bump version and stage0 compilerAlex Crichton-5/+0
2017-06-17Auto merge of #42650 - nrc:save-slim, r=eddybbors-3/+0
2017-06-14suppress trait errors that are implied by other errorsAriel Ben-Yehuda-1/+4
2017-06-14Remove CSV format of save-analysis dataNick Cameron-3/+0
2017-05-24Rollup merge of #42150 - citizen428:feature/error-count-messages, r=Mark-Simu...Mark Simulacrum-2/+1
2017-05-24Change error count messagesMichael Kohl-2/+1
2017-05-23Rollup merge of #42016 - pietroalbini:stabilize/loop_break_value, r=nikomatsakisCorey Farwell-1/+1
2017-05-18Give a nicer error for non-Unicode arguments to rustc and rustdocJosh Stone-1/+10
2017-05-17Stabilize the loop_break_value featurePietro Albini-1/+1
2017-05-15Remove (direct) rustc_llvm dependency from rustc_driverRobin Kruppe-18/+7
2017-05-15Remove rustc_llvm dependency from librustcRobin Kruppe-0/+2
2017-05-14Remove rustc_llvm dependency from rustc_metadataRobin Kruppe-3/+7
2017-05-13Auto merge of #41847 - alexcrichton:less-unstable-annotations, r=eddybbors-3/+4
2017-05-11rustc: Remove #![unstable] annotationAlex Crichton-3/+4
2017-05-04rustc: Stabilize `-C target-feature=+crt-static`Alex Crichton-3/+16
2017-05-02Removal pass for anonymous parametersest31-1/+1
2017-04-26Implement a file-path remapping feature in support of debuginfo and reproduci...Michael Woerister-1/+1
2017-04-11Fix some nitsSimonas Kazlauskas-1/+3
2017-04-11Initial attempt at implementing optimization fuel and re-enabling struct fiel...Austin Hicks-0/+8
2017-03-27Rollup merge of #40751 - nrc:save-callback, r=eddybAlex Crichton-2/+4
2017-03-27Fix various useless derefs and slicingsOliver Schneider-5/+5
2017-03-23Remove internal liblogAlex Crichton-0/+2
2017-03-23save-analysis: allow clients to get data directly without writing to a fileNick Cameron-2/+4
2017-03-12Improve wording in the -{W,A,F,D} optionsTobias Schottdorf-1/+1
2017-02-28remove special-case code for statics and just use `borrowck_fn`Niko Matsakis-0/+1
2017-01-26rustc: don't call the HIR AST.Eduard-Mihai Burtescu-1/+1
2017-01-22better comment wordingking6cong-1/+1