about summary refs log tree commit diff
path: root/compiler/rustc_metadata
AgeCommit message (Expand)AuthorLines
2022-11-20Check that library is fileSteven Tang-0/+6
2022-11-20Fix CrateLocationUnknownType errorSteven Tang-1/+2
2022-11-17Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-deadbors-12/+8
2022-11-16Use `as_deref` in compiler (but only where it makes sense)Maybe Waffle-2/+2
2022-11-14Wrap bundlen static libraries into object filesDaniil Belov-4/+9
2022-11-13Store a LocalDefId in hir::Variant & hir::Field.Camille GILLOT-5/+2
2022-11-13Store a LocalDefId in hir::GenericParam.Camille GILLOT-2/+1
2022-11-13Store LocalDefId in hir::Closure.Camille GILLOT-5/+5
2022-11-12Compute variance for opaques too.Camille GILLOT-2/+2
2022-11-03Stabilize default_alloc_error_handlerAmanieu d'Antras-16/+3
2022-11-01Auto merge of #103217 - mejrs:track, r=eholkbors-0/+2
2022-11-01Auto merge of #103496 - petrochenkov:effvisdoc2, r=lqdbors-2/+1
2022-10-31Rewrite implementation of `#[alloc_error_handler]`Amanieu d'Antras-12/+122
2022-10-31Add more track_callermejrs-0/+2
2022-10-29Encode LangItem directlyCameron Steffen-19/+11
2022-10-29Rename some `OwnerId` fields.Nicholas Nethercote-27/+28
2022-10-29rustc_metadata: Encode even less doc commentsVadim Petrochenkov-2/+1
2022-10-29Auto merge of #102233 - petrochenkov:effvis, r=jackh726bors-3/+2
2022-10-27Rollup merge of #103524 - petrochenkov:modchild4, r=cjgillotMatthias Krüger-50/+53
2022-10-26privacy: Rename "accessibility levels" to "effective visibilities"Vadim Petrochenkov-3/+2
2022-10-26Auto merge of #103284 - compiler-errors:const-sad, r=oli-obkbors-41/+15
2022-10-25rustc_metadata: Add constructors to module children at encoding timeVadim Petrochenkov-50/+53
2022-10-23Auto merge of #103431 - Dylan-DPC:rollup-oozfo89, r=Dylan-DPCbors-5/+0
2022-10-23Rollup merge of #103192 - petrochenkov:noalltraits, r=jyn514Dylan DPC-5/+0
2022-10-23Migrate all diagnosticsNilstrieb-93/+93
2022-10-22Auto merge of #103196 - Nilstrieb:no-meta-query, r=cjgillotbors-11/+0
2022-10-22Auto merge of #103172 - pcwalton:deduced-param-attrs, r=oli-obkbors-2/+19
2022-10-21Introduce deduced parameter attributes, and use them for deducing `readonly` onPatrick Walton-2/+19
2022-10-20Add code comments and documentationGuillaume Gomez-0/+14
2022-10-20Remove doc comments only for private items or some specific doc commentsGuillaume Gomez-4/+27
2022-10-20Revert "Unify tcx.constness and param env constness checks"Michael Goulet-41/+15
2022-10-19Get rid of native_library projection queriesnils-11/+0
2022-10-19rustdoc: Eliminate uses of `EarlyDocLinkResolver::all_traits`Vadim Petrochenkov-5/+0
2022-10-13Add suggestion to the "missing native library" errorWesley Wiser-2/+36
2022-10-12TyAlias needs encoded constness too, for layout computation in rustdocMichael Goulet-2/+2
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