about summary refs log tree commit diff
path: root/compiler/rustc_metadata
AgeCommit message (Expand)AuthorLines
2022-03-30typolcnr-1/+1
2022-03-30fix rustdoc wrt builtin impls switchlcnr-9/+21
2022-03-30rework implementation for inherent impls for builtin typeslcnr-14/+84
2022-03-29Remember mutability in `DefKind::Static`.Camille GILLOT-28/+11
2022-03-16rustc_error: make ErrorReported impossible to constructmark-23/+35
2022-03-15Auto merge of #94584 - pnkfelix:inject-use-suggestion-sites, r=ekuberbors-1/+1
2022-03-11Improve `AdtDef` interning.Nicholas Nethercote-16/+16
2022-03-07Clarify `Layout` interning.Nicholas Nethercote-1/+1
2022-03-03Associate multiple with a crate too.Felix S. Klock II-1/+1
2022-03-03Rollup merge of #94057 - lcnr:simplify_type-uwu, r=nikomatsakisMatthias Krüger-2/+2
2022-03-01Improve allowness of the unexpected_cfgs lintLoïc BRANSTETT-1/+2
2022-02-25Auto merge of #94290 - Mark-Simulacrum:bump-bootstrap, r=pietroalbinibors-1/+1
2022-02-25Rollup merge of #94252 - lcnr:def_kind-encoding, r=cjgillotMatthias Krüger-7/+2
2022-02-25Switch bootstrap cfgsMark Rousskov-1/+1
2022-02-25Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebankbors-1/+3
2022-02-24resolve/metadata: Stop encoding macros as reexportsVadim Petrochenkov-8/+23
2022-02-24metadata: Tweak the way in which declarative macros are encodedVadim Petrochenkov-5/+8
2022-02-24resolve: Fix incorrect results of `opt_def_kind` query for some built-in macrosVadim Petrochenkov-1/+1
2022-02-24don't special case `DefKind::Ctor` in encodinglcnr-7/+2
2022-02-24Auto merge of #94129 - cjgillot:rmeta-table, r=petrochenkovbors-450/+321
2022-02-23rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission".Eduard-Mihai Burtescu-1/+3
2022-02-22Provide copy-free access to raw Decoder bytesMark Rousskov-1/+1
2022-02-21update docs for `simplify_type`lcnr-2/+2
2022-02-19Adopt let else in more placesest31-37/+23
2022-02-19Add generator_kind table.Camille GILLOT-10/+5
2022-02-19Add fn_arg_names table.Camille GILLOT-29/+14
2022-02-19Add asyncness table.Camille GILLOT-19/+7
2022-02-19Add rendered_const table.Camille GILLOT-35/+19
2022-02-19Add mir_const_qualifs table.Camille GILLOT-28/+15
2022-02-19Drop ImplData.Camille GILLOT-76/+31
2022-02-19Do not decode span when we only need the name.Camille GILLOT-17/+19
2022-02-19Encode metadata using queries.Camille GILLOT-243/+222
2022-02-19Stop interning stability.Camille GILLOT-7/+3
2022-02-18rustdoc: Collect traits in scope for lang itemsVadim Petrochenkov-8/+11
2022-02-17Rollup merge of #94011 - est31:let_else, r=lcnrMatthias Krüger-1/+1
2022-02-16Adopt let_else in even more placesest31-1/+1
2022-02-15Overhaul `Const`.Nicholas Nethercote-1/+1
2022-02-14fast_reject: remove `StripReferences`lcnr-2/+1
2022-02-09Ensure that queries only return Copy types.Camille GILLOT-17/+12
2022-02-08Auto merge of #93561 - Amanieu:more-unwind-abi, r=nagisabors-3/+5
2022-02-05Auto merge of #93539 - petrochenkov:doclink, r=camelid,michaelwoeristerbors-0/+27
2022-02-04rustdoc: Collect traits in scope for foreign inherent implsVadim Petrochenkov-0/+27
2022-02-04Add a comment about possible mismatches.Nicholas Nethercote-0/+7
2022-02-04Remove `staticlibs` local variable.Nicholas Nethercote-4/+1
2022-02-04Clean up `find_library_crate`.Nicholas Nethercote-21/+19
2022-02-02Add more *-unwind ABI variantsAmanieu d'Antras-3/+5
2022-02-02Make `SearchPathFile::file_name_str` non-optional.Nicholas Nethercote-4/+1
2022-02-02Inline and remove `FileSearch::search`.Nicholas Nethercote-35/+46
2022-02-02Remove `FileMatch`.Nicholas Nethercote-5/+4
2022-02-01add a rustc::query_stability lintlcnr-0/+1