about summary refs log tree commit diff
path: root/src/librustc_metadata/encoder.rs
AgeCommit message (Expand)AuthorLines
2019-10-04Rollup merge of #64874 - matthewjasper:simplify-euv, r=eddybMazdak Farrokhzad-18/+4
2019-10-04Rollup merge of #64817 - csmoe:closure, r=nikomatsakisMazdak Farrokhzad-1/+1
2019-10-03generate ClosureSubsts from SubstsRefcsmoe-1/+1
2019-09-30Remove HIR based const qualificationMatthew Jasper-18/+4
2019-09-29remove indexed_vec re-export from rustc_data_structurescsmoe-1/+1
2019-09-28Switch over all StableHash impls to new formatMark Rousskov-2/+2
2019-09-26Rename `ForeignItem.node` to `ForeignItem.kind`varkor-2/+2
2019-09-26Rename `Item.node` to `Item.kind`varkor-11/+11
2019-09-26Rename `Ty.node` to `Ty.kind`varkor-1/+1
2019-09-26Rename `TraitItem.node` to `TraitItem.kind`varkor-2/+2
2019-09-26Rename `ImplItem.node` to `ImplItem.kind`varkor-17/+16
2019-09-26Rename `Pat.node` to `Pat.kind`varkor-1/+1
2019-09-26Rename `Expr.node` to `Expr.kind`varkor-1/+1
2019-09-26Auto merge of #62661 - arielb1:never-reserve, r=nikomatsakisbors-1/+2
2019-09-25Rename `sty` to `kind`varkor-2/+2
2019-09-25Rollup merge of #64599 - csmoe:doc_async_reexport, r=nikomatsakisMazdak Farrokhzad-1/+5
2019-09-24resolve the rustc_reservation_impl attribute in 1 placeAriel Ben-Yehuda-1/+2
2019-09-23rustc: Convert `dependency_formats` to a queryAlex Crichton-12/+14
2019-09-19append asyncness info to functionscsmoe-2/+2
2019-09-19add is_async_fn querycsmoe-0/+4
2019-09-03use TokenStream rather than &[TokenTree] for built-in macrosAleksey Kladov-1/+1
2019-08-30Add a "diagnostic item" schemeOliver Scherer-1/+14
2019-08-27Cleanup: Consistently use `Param` instead of `Arg` #62426Kevin Per-12/+12
2019-08-22Resolve PR commentsWesley Wiser-2/+4
2019-08-22Fix tidyWesley Wiser-1/+2
2019-08-22Move promoted out of mir::BodyWesley Wiser-24/+40
2019-08-20rustc_metadata: replace LazySeq<T> with Lazy<[T]>.Eduard-Mihai Burtescu-196/+195
2019-08-18Auto merge of #63269 - Aaron1011:feature/proc-macro-data, r=eddyb,petrochenkovbors-1/+29
2019-08-17Serialize additional data for procedural macrosAaron Hill-1/+29
2019-08-17Remove unused `SyntaxContext` serialization implsMatthew Jasper-8/+0
2019-08-17Stop emulating cross-crate hygiene with gensymsMatthew Jasper-1/+16
2019-08-14Merge Variant and Variant_Caio-1/+1
2019-08-04Rename `ItemImplKind::Type` to `ItemImplKind::TyAlias`varkor-1/+1
2019-08-04Rename `ItemKind::Ty` to `ItemKind::TyAlias`varkor-5/+5
2019-08-02Replace "existential" by "opaque"varkor-10/+9
2019-07-10Don't re-collect tokenstream twice to pretty printMark Rousskov-1/+1
2019-07-04rename hir::map::local_def_id_from_hir_id to local_def_idljedrz-15/+15
2019-07-03Remove needless lifetimesJeremy Stucki-2/+2
2019-06-17remove _by_hir_id if there is no NodeId counterpartljedrz-3/+3
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-4/+4
2019-06-12Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-6/+2
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-4/+4
2019-06-12Fix fallout from `deny(unused_lifetimes)`.Eduard-Mihai Burtescu-1/+1
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-26/+26
2019-05-31rustc_codegen_utils: add new mangling scheme implementation.Eduard-Mihai Burtescu-0/+1
2019-05-28Changes the type `mir::Mir` into `mir::Body`Claude-Alban RANÉLY-VERGÉ-DÉPRÉ-1/+1
2019-05-26Rename "Associated*" to "Assoc*"Andrew Xu-20/+20
2019-05-23Update upvars and module_exportsJohn Kåre Alsaker-1/+1
2019-05-23Auto merge of #60740 - petrochenkov:kw, r=nnethercotebors-2/+2
2019-05-22Simplify use of keyword symbolsVadim Petrochenkov-2/+2