about summary refs log tree commit diff
path: root/compiler/rustc_metadata
AgeCommit message (Expand)AuthorLines
2022-10-12Unify tcx.constness and param env constness checksMichael Goulet-15/+41
2022-10-07Rewrite representabilityCameron Steffen-1/+8
2022-10-06Auto merge of #99324 - reez12g:issue-99144, r=jyn514bors-1/+0
2022-09-30Auto merge of #102164 - compiler-errors:rpitit-foreign, r=TaKO8Kibors-0/+45
2022-09-29Remove from compiler/ cratesreez12g-1/+0
2022-09-26remove cfg(bootstrap)Pietro Albini-2/+0
2022-09-24separate definitions and `HIR` ownersTakayuki Maeda-6/+6
2022-09-23Serialize RPITIT values in libsMichael Goulet-0/+45
2022-09-21Auto merge of #101558 - JhonnyBillM:session-diagnostic-to-diagnostic-handler-...bors-82/+82
2022-09-21FIX - adopt new Diagnostic naming in newly migrated modulesJhonny Bill Mena-1/+1
2022-09-21UPDATE - rename DiagnosticHandler macro to DiagnosticJhonny Bill Mena-77/+77
2022-09-21UPDATE - rename DiagnosticHandler trait to IntoDiagnosticJhonny Bill Mena-79/+79
2022-09-21UPDATE - move SessionDiagnostic from rustc_session to rustc_errorsJhonny Bill Mena-2/+2
2022-09-21Overhaul `-Zmeta-stats` output.Nicholas Nethercote-202/+142
2022-09-21Wrap some long comment lines.Nicholas Nethercote-10/+9
2022-09-20Auto merge of #101806 - BelovDV:issue-fix-fn-find_library, r=petrochenkovbors-13/+10
2022-09-20fix verbatim with upstream dependenciesbors-13/+10
2022-09-17Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplettDylan DPC-1/+1
2022-09-16Rollup merge of #101738 - dpaoliello:linkname, r=petrochenkovDylan DPC-4/+3
2022-09-15Only enable the let_else feature on bootstrapest31-1/+1
2022-09-14make `mk_attr_id` part of `ParseSess`SparrowLii-0/+7
2022-09-13Auto merge of #96709 - jackh726:gats-stabilization, r=compiler-errorsbors-1/+1
2022-09-12Fix raw-dylib with link_nameDaniel Paoliello-4/+3
2022-09-12change rlib format to discern native dependenciesDaniil Belov-8/+80
2022-09-11Auto merge of #101678 - jannic:fix-101640, r=jyn514bors-0/+1
2022-09-11Only encode RPITIT when trait method has default bodyMichael Goulet-1/+13
2022-09-11Add diagnostic arg 'current_crate'Jan Niehusmann-0/+1
2022-09-10Auto merge of #99916 - dpaoliello:stablizerawdylib, r=wesleywiserbors-2/+2
2022-09-09Stabilze raw-dylib for non-x86Daniel Paoliello-2/+2
2022-09-09Handle generic parameters.Camille GILLOT-3/+0
2022-09-09Address rebase issues, make async fn in trait workMichael Goulet-1/+5
2022-09-09RPITIT placeholder itemsMichael Goulet-0/+6
2022-09-07rustc: Parameterize `ty::Visibility` over used IDVadim Petrochenkov-9/+21
2022-09-06Rollup merge of #101434 - JhonnyBillM:replace-session-for-handler-in-into-dia...Guillaume Gomez-6/+6
2022-09-05Rollup merge of #101391 - matthiaskrgr:perf0309, r=oli-obkDylan DPC-13/+5
2022-09-05UPDATE - into_diagnostic to take a Handler instead of a ParseSessJhonny Bill Mena-6/+6
2022-09-03more clippy::perf fixesMatthias Krüger-13/+5
2022-09-03Do not call object_lifetime_default on lifetime params.Camille GILLOT-4/+3
2022-09-03Rollup merge of #100928 - CleanCut:rustc_metadata_diagnostics, r=davidtwcoDylan DPC-451/+911
2022-09-01Auto merge of #98960 - cjgillot:entry-kind, r=estebankbors-354/+250
2022-09-01Always import all tracing macros for the entire crate instead of piecemeal by...Oli Scherer-9/+7
2022-08-31port 5 new diagnostics that appeared in masterNathan Stocks-20/+52
2022-08-31respond to review feedback: mainly eliminate as many conversions as possible...Nathan Stocks-224/+193
2022-08-31port of locator.rs to SessionDiagnostics, fix some of the errorsNathan Stocks-213/+393
2022-08-31port fs.rs to SessionDiagnosticsNathan Stocks-9/+43
2022-08-31port creader.rs to SessionDiagnosticsNathan Stocks-34/+74
2022-08-31port encoder.rs to SessionDiagnosticsNathan Stocks-3/+22
2022-08-31port native_libs.rs to SessionDiagnosticsNathan Stocks-128/+286
2022-08-31set up rustc_metadata for SessionDiagnostics, port dependency_format.rsNathan Stocks-53/+81
2022-08-30Stabilize GATsJack Huey-1/+1