about summary refs log tree commit diff
path: root/src/driver.rs
AgeCommit message (Expand)AuthorLines
2020-10-16Rollup merge of #77493 - hosseind88:ICEs_should_always_print_the_top_of_the_q...Dylan DPC-3/+3
2020-10-09rebase with masterhosseind75-1/+3
2020-10-09run full query stack print just when RUST_BACKTRACE is sethosseind75-1/+4
2020-10-09ICEs should print the top of the query stackhosseind75-6/+1
2020-10-08Replace run_compiler with RunCompiler builder pattern.Darshan Kathiriya-2/+2
2020-09-27Add option to pass a custom codegen backend from a driverbjorn3-2/+2
2020-07-14Merge commit '2ca58e7dda4a9eb142599638c59dc04d15961175' into clippyupflip1995-7/+2
2020-06-23Merge commit 'c2c07fa9d095931eb5684a42942a7b573a0c5238' into clippyupflip1995-13/+31
2020-05-29Auto merge of #72671 - flip1995:clippyup, r=Xanewokbors-1/+1
2020-05-28Merge commit '7ea7cd165ad6705603852771bf82cc2fd6560db5' into clippyup2flip1995-1/+1
2020-05-22Stabilize str_strip featureLzu Tao-1/+0
2020-05-17Merge commit 'e214ea82ad0a751563acf67e1cd9279cf302db3a' into clippyupflip1995-112/+110
2020-05-10rustc_driver: factor out computing the exit codeRalf Jung-3/+1
2020-03-30rustup https://github.com/rust-lang/rust/pull/70536Matthias Krüger-3/+3
2020-02-21Fix falloutflip1995-2/+2
2020-02-12Get {RUSTUP,MULTIRUST}_{HOME,TOOLCHAIN} from runtime environmentflip1995-10/+29
2020-02-11Impl DefaultCallbacks on our sideLzu Tao-3/+3
2020-01-09Rustup to rust-lang/rust#68024Yuki Okushi-1/+0
2019-12-24do minor cleanupsLzu Tao-40/+29
2019-12-16Fix clippy build failureKrishna Veera Reddy-1/+0
2019-11-29Feed the dogPhilipp Hansch-1/+1
2019-11-29Update custom ICE function with latest rustcPhilipp Hansch-1/+1
2019-11-29Use Clippy version in ICE messagePhilipp Hansch-1/+3
2019-11-29Add custom ICE message that points to Clippy repoPhilipp Hansch-1/+62
2019-11-28Don't error on clippy.toml of dependenciesflip1995-3/+2
2019-11-28make use of Result::map_orLzu Tao-1/+2
2019-11-23Add comment for mir_opt_level=0flip1995-0/+4
2019-11-22Set mir_opt_level=0flip1995-0/+2
2019-11-13display help on empty command line argumentsMikhail Babenko-2/+2
2019-10-24Update clippy for latest rustc changesMark Rousskov-44/+13
2019-09-16Changes to catch_fatal_errors in rustc driverJason Olson-1/+2
2019-08-19Import rustc_plugin from its new locationSimon Sapin-4/+2
2019-07-19rustup https://github.com/rust-lang/rust/pull/62679/Matthias Krüger-2/+2
2019-07-15Auto merge of #4273 - mikerite:deny-warnings, r=flip1995bors-0/+1
2019-07-15Deny warnings in CIMichael Wright-0/+1
2019-07-13Build sys_root in driver with PathBuf instead of Stringflip1995-6/+14
2019-06-12minor fixJane Lusby-1/+1
2019-06-12make it pass dogfoodJane Lusby-14/+15
2019-06-12run rustfmtJane Lusby-1/+6
2019-06-12fix padding and put clippy someplacesJane Lusby-2/+7
2019-06-12show default lint levelsJane Lusby-25/+12
2019-06-12group printingJane Lusby-37/+48
2019-06-12prelim arg parseJane Lusby-21/+135
2019-06-12initial commit for help improvements on clippy-driverJane Lusby-0/+36
2019-05-01clippy-driver: use rustc_tools_util to get version info.Matthias Krüger-5/+4
2019-04-01rustup 41316f0449025394fdca6606d3fdb3b8f37a9872Matthias Krüger-1/+1
2019-04-01Updated source to match with recent rustc `master` toolchain changesFélix Fischer-1/+1
2019-03-12Remove some unused features and `error-pattern`sPhilipp Hansch-3/+0
2019-03-10Various cosmetic improvements.Alexander Regueiro-1/+1
2019-03-10rustfmtJohn Kåre Alsaker-12/+15