summary refs log tree commit diff
path: root/compiler/rustc_metadata/src/rmeta/decoder.rs
AgeCommit message (Expand)AuthorLines
2022-06-14Rename rustc_serialize::opaque::Encoder as MemEncoder.Nicholas Nethercote-4/+5
2022-06-11Auto merge of #95880 - cjgillot:def-ident-span, r=petrochenkovbors-11/+2
2022-06-10Assert def_ident_span presence.Camille GILLOT-1/+2
2022-06-10Encode def_ident_span using the query.Camille GILLOT-11/+1
2022-06-06fix #71363 test by adding `-Z translate-remapped-path-to-local-path=no`Pietro Albini-0/+2
2022-05-28Make TyCtxt implement Interner, make HashStable generic and move to rustc_typ...Michael Goulet-3/+3
2022-05-28Remove some comments, inline interner fnMichael Goulet-0/+1
2022-05-28Initial fixes on top of type interner commitMichael Goulet-5/+6
2022-05-27Auto merge of #97004 - nnethercote:proc-macro-tweaks, r=eddybbors-2/+2
2022-05-27Rename `ProcMacroDerive` as `DeriveProcMacro`.Nicholas Nethercote-2/+2
2022-05-26Auto merge of #97386 - nnethercote:optimize-pos-adjustments, r=bjorn3bors-22/+4
2022-05-26Avoid adjusting file positions twice.Nicholas Nethercote-22/+4
2022-05-24Make Lazy not care about lifetimes until decodeMichael Goulet-11/+23
2022-05-23Fix iterator implementation, add some inlinesMichael Goulet-3/+13
2022-05-23refine comments, disambiguate len for array and tablesMichael Goulet-6/+6
2022-05-23split out the various responsibilities of LazyMichael Goulet-150/+54
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-32/+32
2022-05-16Add a query for checking whether a function is an intrinsic.Oli Scherer-0/+4
2022-05-03Add support for a new attribute `#[debugger_visualizer]` to support embedding...ridwanabdillahi-0/+4
2022-04-25Auto merge of #95604 - nbdd0121:used2, r=petrochenkovbors-2/+2
2022-04-19rustc_metadata: Store a flag telling whether an item may have doc links in it...Vadim Petrochenkov-0/+4
2022-04-19Rollup merge of #94493 - oribenshir:feature/ISSUE-78543_async_fn_in_foreign_c...Dylan DPC-0/+19
2022-04-18Add `SymbolExportInfo`Gary Guo-2/+2
2022-04-16Auto merge of #95899 - petrochenkov:modchild2, r=cjgillotbors-57/+50
2022-04-16Provide a better diagnostic on failure to meet send bound on futures in a for...oribenshir-0/+19
2022-04-14library: Move `CStr` to libcore, and `CString` to liballocVadim Petrochenkov-9/+15
2022-04-13rustc_metadata: Do not encode unnecessary module childrenVadim Petrochenkov-57/+50
2022-04-10Directly encode DefId in metadata.Camille GILLOT-3/+19
2022-04-10Directly encode DefPathHash in metadata.Camille GILLOT-3/+3
2022-04-10Directly encode DefKind in metadata.Camille GILLOT-10/+14
2022-04-10Directly encode ImplPolarity in metadata.Camille GILLOT-0/+6
2022-04-07rustdoc: Early doc link resolution fixes and refactoringsVadim Petrochenkov-8/+12
2022-03-31Merge impl_constness and is_const_fn_raw.Camille GILLOT-14/+0
2022-03-31Create trait_def table.Camille GILLOT-34/+3
2022-03-31Store fn constness in impl_constness.Camille GILLOT-4/+4
2022-03-31Introduce repr_options table.Camille GILLOT-8/+9
2022-03-31Rollup merge of #95497 - nyurik:compiler-spell-comments, r=compiler-errorsDylan DPC-1/+1
2022-03-30Auto merge of #95436 - cjgillot:static-mut, r=oli-obkbors-11/+1
2022-03-30Spellchecking compiler commentsYuri Astrakhan-1/+1
2022-03-30typolcnr-1/+1
2022-03-30fix rustdoc wrt builtin impls switchlcnr-5/+14
2022-03-30rework implementation for inherent impls for builtin typeslcnr-3/+22
2022-03-29Remember mutability in `DefKind::Static`.Camille GILLOT-11/+1
2022-03-11Improve `AdtDef` interning.Nicholas Nethercote-1/+1
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-2/+5
2022-02-24Auto merge of #94129 - cjgillot:rmeta-table, r=petrochenkovbors-244/+128
2022-02-22Provide copy-free access to raw Decoder bytesMark Rousskov-1/+1
2022-02-19Add generator_kind table.Camille GILLOT-7/+0
2022-02-19Add fn_arg_names table.Camille GILLOT-9/+0