about summary refs log tree commit diff
path: root/compiler/rustc_driver/src
AgeCommit message (Expand)AuthorLines
2022-03-02rename ErrorReported -> ErrorGuaranteedmark-9/+9
2022-02-25Switch bootstrap cfgsMark Rousskov-1/+1
2022-02-20Rollup merge of #94146 - est31:let_else, r=cjgillotMatthias Krüger-4/+2
2022-02-19Adopt let else in more placesest31-4/+2
2022-02-18Rollup merge of #93915 - Urgau:rfc-3013, r=petrochenkovMatthias Krüger-0/+2
2022-02-16Implement --check-cfg option (RFC 3013)Loïc BRANSTETT-0/+2
2022-02-13Remove Config::stderrbjorn3-1/+0
2022-02-12Remove the RustcDefaultCalls structbjorn3-151/+138
2022-02-05Store rlink data in opaque binary format on diskMark Rousskov-3/+5
2022-02-03Rollup merge of #93566 - Aaron1011:rustc-backtrace, r=davidtwcoYuki Okushi-0/+9
2022-02-03Rollup merge of #92310 - ehuss:rustdoc-ice, r=estebankYuki Okushi-21/+21
2022-02-01Make rustc use `RUST_BACKTRACE=full` by defaultAaron Hill-0/+9
2022-02-01add a rustc::query_stability lintlcnr-1/+2
2022-01-22Make `Decodable` and `Decoder` infallible.Nicholas Nethercote-4/+1
2022-01-20Rollup merge of #91606 - joshtriplett:stabilize-print-link-args, r=pnkfelixMatthias Krüger-3/+4
2022-01-09Stabilize -Z print-link-args as --print link-argsJosh Triplett-3/+4
2022-01-06Rollup merge of #92504 - dtolnay:wall, r=jackh726Matthias Krüger-1/+1
2022-01-06Exit nonzero on rustc -WallDavid Tolnay-1/+1
2022-01-03Extract init_env_logger to crateDavid Tolnay-50/+7
2021-12-26rustdoc: Fix ICE reportEric Huss-21/+21
2021-12-14fix clippy::single_char_pattern perf findingsMatthias Krüger-5/+5
2021-11-22add rustc option for using LLVM stack smash protectionBenjamin A. Bjørnseth-1/+6
2021-11-07Made temps-dir an unstable option.Tor Hovland-7/+0
2021-11-02Added the --temps-dir option.Tor Hovland-1/+11
2021-10-28Revert "Add rustc lint, warning when iterating over hashmaps"Mark Rousskov-2/+1
2021-10-24Rollup merge of #89558 - lcnr:query-stable-lint, r=estebankMatthias Krüger-1/+2
2021-10-18Auto merge of #89124 - cjgillot:owner-info, r=michaelwoeristerbors-10/+20
2021-10-15allow `potential_query_instability` everywherelcnr-1/+2
2021-10-10Fix RUSTC_LOG handlingMatthew Jasper-1/+1
2021-10-09Stop referring to hir::Crate in hir_pretty.Camille GILLOT-10/+20
2021-10-07Update compiler/rustc_driver/src/lib.rsEliza Weisman-1/+1
2021-10-07rustc_driver: Enable the `WARN` log level by defaultEliza Weisman-8/+11
2021-10-05Auto merge of #89266 - cjgillot:session-ich, r=michaelwoeristerbors-1/+1
2021-10-04Rollup merge of #89453 - waywardmonkeys:consistent-supertrait-usage, r=nagisaJubilee-2/+2
2021-10-03Move rustc_middle::middle::cstore to rustc_session.Camille GILLOT-1/+1
2021-10-02Auto merge of #89405 - GuillaumeGomez:fix-clippy-lints, r=cjgillotbors-16/+15
2021-10-02Consistently use 'supertrait'.Bruce Mitchener-2/+2
2021-10-01Fix clippy lintsGuillaume Gomez-16/+15
2021-09-29Move body_owners to tcx.hir().Camille GILLOT-1/+1
2021-09-17Rollup merge of #88751 - bjorn3:move_filesearch, r=oli-obkYuki Okushi-4/+1
2021-09-08Use Lrc instead of Option to avoid duplication of a SearchPathbjorn3-4/+1
2021-09-07Move the dataflow framework to its own crate.Camille GILLOT-1/+1
2021-09-02Remove print_fuel_crate field of Sessionbjorn3-2/+2
2021-08-09Reduce verbosity of RUSTC_LOGjackh726-3/+0
2021-07-30Rollup merge of #87553 - bjorn3:fix_hotplug_codegen_version, r=wesleywiserYuki Okushi-7/+1
2021-07-29Use strip_prefixbjorn3-7/+1
2021-07-28Fix typo in rustc_driver::versionbjorn3-1/+1
2021-07-24Support -Z unpretty=thir-tree againSmitty-3/+13
2021-07-02Auto merge of #80182 - in42:stack_trace, r=tmandrybors-0/+50
2021-07-02Use signal handler only on supported platformsTyler Mandry-37/+42