about summary refs log tree commit diff
path: root/compiler/rustc_metadata
AgeCommit message (Expand)AuthorLines
2022-04-15Remove `--extern-location` and all associated codeJeremy Fitzhardinge-18/+2
2022-04-14library: Move `CStr` to libcore, and `CString` to liballocVadim Petrochenkov-9/+16
2022-04-13rustc_metadata: Do not encode unnecessary module childrenVadim Petrochenkov-71/+71
2022-04-10Simplify FixedSizeEncoding using const generics.Camille GILLOT-107/+86
2022-04-10Directly encode DefId in metadata.Camille GILLOT-10/+77
2022-04-10Directly encode DefPathHash in metadata.Camille GILLOT-7/+25
2022-04-10Directly encode DefKind in metadata.Camille GILLOT-14/+64
2022-04-10Directly encode IsAsync in metadata.Camille GILLOT-5/+12
2022-04-10Directly encode Defaultness in metadata.Camille GILLOT-2/+10
2022-04-10Directly encode Constness in metadata.Camille GILLOT-10/+17
2022-04-10Directly encode ImplPolarity in metadata.Camille GILLOT-2/+46
2022-04-09use ItemId.def_id and avoid fetching ItemMiguel Guarniz-16/+12
2022-04-08remove ItemLikeVisitor impls and add fast paths using DefKindMiguel Guarniz-39/+21
2022-04-08remove ItemLikeVisitor impls in incremental, interface, metadata and symbol_m...Miguel Guarniz-36/+17
2022-04-08remove some uses of visit_all_item_likes in incremental, metadata and interfa...Miguel Guarniz-5/+19
2022-04-07rustdoc: Early doc link resolution fixes and refactoringsVadim Petrochenkov-9/+15
2022-04-03Replace every `String` in Target(Options) with `Cow<'static, str>`Loïc BRANSTETT-6/+6
2022-03-31Merge impl_constness and is_const_fn_raw.Camille GILLOT-15/+4
2022-03-31Create trait_def table.Camille GILLOT-58/+14
2022-03-31Store fn constness in impl_constness.Camille GILLOT-49/+32
2022-03-31Introduce repr_options table.Camille GILLOT-33/+36
2022-03-31Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errorsDylan DPC-2/+2
2022-03-31Auto merge of #95501 - Dylan-DPC:rollup-arx6sdc, r=Dylan-DPCbors-2/+40
2022-03-30Auto merge of #95436 - cjgillot:static-mut, r=oli-obkbors-28/+11
2022-03-30Stabilize native library modifier syntax and the `whole-archive` modifier spe...Vadim Petrochenkov-2/+40
2022-03-30Spellchecking compiler commentsYuri Astrakhan-2/+2
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