about summary refs log tree commit diff
path: root/compiler/rustc_interface
AgeCommit message (Expand)AuthorLines
2022-03-28Propagate `parallel_compiler` feature through rustc crates. Turned off featur...klensy-2/+3
2022-03-24Don't include invalid paths in the depinfo for builtin backendsbjorn3-1/+5
2022-03-24Only add codegen backend to dep info if -Zbinary-dep-depinfo is usedbjorn3-4/+4
2022-03-18Auto merge of #88098 - Amanieu:oom_panic, r=nagisabors-2/+3
2022-03-16rustc_error: make ErrorReported impossible to constructmark-17/+16
2022-03-04Rollup merge of #94362 - Urgau:check-cfg-values, r=petrochenkovDylan DPC-0/+3
2022-03-04Auto merge of #94096 - cjgillot:ensure-stability, r=lcnrbors-5/+6
2022-03-03Cleanup feature gates.Camille GILLOT-5/+5
2022-03-03Remove the everybody loops passbjorn3-233/+8
2022-03-03Force ensure stability_index.Camille GILLOT-0/+1
2022-03-03Add -Z oom={panic,abort} command-line optionAmanieu d'Antras-2/+3
2022-03-03Add support for values() with --check-cfgLoïc BRANSTETT-0/+3
2022-03-03Rollup merge of #94433 - Urgau:check-cfg-allowness, r=petrochenkovDylan DPC-1/+2
2022-03-02rename ErrorReported -> ErrorGuaranteedmark-11/+11
2022-03-01Improve allowness of the unexpected_cfgs lintLoïc BRANSTETT-1/+2
2022-02-27Rollup merge of #94415 - bjorn3:cfg_default_backend, r=Mark-SimulacrumMatthias Krüger-6/+2
2022-02-27Use the first codegen backend in the config.toml as defaultbjorn3-6/+2
2022-02-26Auto merge of #93516 - nagisa:branch-protection, r=cjgillotbors-1/+4
2022-02-25Switch bootstrap cfgsMark Rousskov-1/+1
2022-02-25Auto merge of #94130 - erikdesjardins:partially, r=nikicbors-1/+1
2022-02-25Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebankbors-4/+4
2022-02-24Rollup merge of #94175 - Urgau:check-cfg-improvements, r=petrochenkovDylan DPC-6/+12
2022-02-23Continue improvements on the --check-cfg implementationLoïc BRANSTETT-9/+5
2022-02-23rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`.Eduard-Mihai Burtescu-4/+4
2022-02-22Improve CheckCfg internal representationLoïc BRANSTETT-6/+16
2022-02-20Rollup merge of #94146 - est31:let_else, r=cjgillotMatthias Krüger-8/+2
2022-02-19Adopt let else in more placesest31-8/+2
2022-02-19No branch protection metadata unless enabledSimonas Kazlauskas-1/+4
2022-02-19switch to limiting the number of init/uninit chunksErik Desjardins-1/+1
2022-02-18Rollup merge of #93915 - Urgau:rfc-3013, r=petrochenkovMatthias Krüger-2/+97
2022-02-18Rollup merge of #92933 - bjorn3:no_bin_lib_mixing, r=estebankMatthias Krüger-2/+10
2022-02-16Implement --check-cfg option (RFC 3013)Loïc BRANSTETT-2/+97
2022-02-13Remove Config::stderrbjorn3-21/+4
2022-02-12Remove SPAN_DEBUG globalbjorn3-14/+1
2022-02-12Move setup_callbacks call to create_compiler_and_runbjorn3-7/+6
2022-02-11Make two functions privatebjorn3-2/+2
2022-02-11Remove the alt_std_name optionbjorn3-2/+1
2022-02-10Auto merge of #93511 - cjgillot:query-copy, r=oli-obkbors-3/+3
2022-02-09Ensure that queries only return Copy types.Camille GILLOT-3/+3
2022-02-09Auto merge of #93724 - Mark-Simulacrum:drop-query-stats, r=michaelwoeristerbors-5/+0
2022-02-09Auto merge of #93681 - Mark-Simulacrum:rlink-binary, r=davidtwco,bjorn3bors-6/+3
2022-02-07Add a flag enabling drop range tracking in generatorsTomasz Miąsko-0/+1
2022-02-06Delete query statsMark Rousskov-5/+0
2022-02-05Store rlink data in opaque binary format on diskMark Rousskov-6/+3
2022-02-04Rollup merge of #90132 - joshtriplett:stabilize-instrument-coverage, r=wesley...Matthias Krüger-0/+1
2022-02-03clippy::perf fixesMatthias Krüger-1/+1
2022-02-02Auto merge of #93466 - cjgillot:query-dead, r=nagisabors-1/+2
2022-02-01Make dead code check a query.Camille GILLOT-1/+2
2022-02-01add a rustc::query_stability lintlcnr-0/+1
2022-01-23expand: Pass everything by reference to pre-expansion lint callbackVadim Petrochenkov-13/+20