about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
AgeCommit message (Expand)AuthorLines
2024-01-05Rollup merge of #119567 - nnethercote:rm-Zreport-delayed-bugs, r=oli-obkMichael Goulet-1/+0
2024-01-05Rollup merge of #119566 - Zalathar:remove-spanview, r=Swatinem,NilstriebMichael Goulet-3/+2
2024-01-05Stabilize THIR unsafeckMatthew Jasper-4/+4
2024-01-04Remove `-Zreport-delayed-bugs`.Nicholas Nethercote-1/+0
2024-01-04Remove `-Zdump-mir-spanview`Zalathar-3/+2
2024-01-02Report I/O errors with emit_fatal not emit_errBen Kimock-1/+1
2023-12-26Auto merge of #119129 - jyn514:verbose, r=compiler-errors,estebankbors-1/+1
2023-12-24Remove more `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-4/+5
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-20/+22
2023-12-23Rename `EarlyDiagCtxt` methods to match `DiagCtxt`.Nicholas Nethercote-7/+7
2023-12-19rename to verbose-internalsjyn-1/+1
2023-12-18Rename many `DiagCtxt` and `EarlyDiagCtxt` locals.Nicholas Nethercote-36/+36
2023-12-18Rename many `EarlyDiagCtxt` arguments.Nicholas Nethercote-12/+12
2023-12-18Rename many `DiagCtxt` arguments.Nicholas Nethercote-16/+14
2023-12-18Rename `Session::span_diagnostic` as `Session::dcx`.Nicholas Nethercote-10/+10
2023-12-18Rename `EarlyErrorHandler` as `EarlyDiagCtxt`.Nicholas Nethercote-11/+11
2023-12-18Rename `Handler` as `DiagCtxt`.Nicholas Nethercote-5/+5
2023-12-14rename `-Ztrait-solver` to `-Znext-solver`lcnr-5/+7
2023-12-13Add unstable `-Zdefault-hidden-visibility` cmdline flag for `rustc`.Lukasz Anforowicz-0/+1
2023-12-10remove redundant importssurechen-1/+1
2023-12-081. fix jobserver GLOBAL_CLIENT_CHECKED uninitialized before useoksbsb-0/+6
2023-12-07Auto merge of #118635 - nnethercote:fewer-early-errors, r=davidtwcobors-30/+34
2023-12-06Rollup merge of #117981 - Urgau:check-cfg-remove-deprecated-syntax, r=b-naberMatthias Krüger-157/+83
2023-12-06Fewer early errors.Nicholas Nethercote-20/+28
2023-12-05Remove deprecated --check-cfg names() and values() syntaxUrgau-157/+83
2023-12-05rustc_interface: Address all `rustc::potential_query_instability` lintsMartin Nordholts-1/+7
2023-12-05Factor out some repeated code.Nicholas Nethercote-14/+10
2023-12-02Use `Session::diagnostic` in more places.Nicholas Nethercote-3/+1
2023-12-02Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.Nicholas Nethercote-3/+3
2023-11-30Add `-Zfunction-return={keep,thunk-extern}` optionMiguel Ojeda-4/+6
2023-11-28resolve: Feed the `def_kind` query immediately on `DefId` creationVadim Petrochenkov-0/+4
2023-11-27QueryContext: rename try_collect_active_jobs -> collect_active_jobs and chang...klensy-5/+2
2023-11-27Auto merge of #117584 - bjorn3:eager_output_filenames, r=b-naberbors-39/+31
2023-11-26Turn write_dep_info into a regular functionbjorn3-2/+8
2023-11-26Mostly revert "Accept crate name instead of attributes in build_output_filena...bjorn3-5/+11
2023-11-26Ensure macro expansion runs before writing the dep infobjorn3-0/+5
2023-11-26Feed the output filenames into the TyCtxtbjorn3-7/+7
2023-11-26Serialize OutputFilenames into rmeta filebjorn3-19/+9
2023-11-26Accept crate name instead of attributes in build_output_filenamesbjorn3-13/+9
2023-11-26Inline and remove pre_configurebjorn3-15/+4
2023-11-26Auto merge of #118319 - GuillaumeGomez:rollup-vte50yq, r=GuillaumeGomezbors-1/+1
2023-11-26Auto merge of #117301 - saethlin:finish-rmeta-encoding, r=WaffleLapkinbors-1/+9
2023-11-26merge `DefKind::Coroutine` into `DefKind::Closure`bohan-1/+1
2023-11-26Use `rustc_fluent_macro::fluent_messages!` directly.Nicholas Nethercote-3/+1
2023-11-26Avoid need for `{D,Subd}iagnosticMessage` imports.Nicholas Nethercote-1/+0
2023-11-23Enforce NonZeroUsize on thread countMark Rousskov-1/+1
2023-11-22Call FileEncoder::finish in rmeta encodingBen Kimock-1/+9
2023-11-22Auto merge of #118086 - nnethercote:queries-cleanups, r=bjorn3bors-45/+31
2023-11-22Auto merge of #117928 - nnethercote:rustc_ast_pretty, r=fee1-deadbors-1/+1
2023-11-22Merge `Queries::{ongoing_codegen,linker}`.Nicholas Nethercote-17/+13