about summary refs log tree commit diff
path: root/src/librustc_incremental/persist
AgeCommit message (Expand)AuthorLines
2019-08-23Fix incremental testsWesley Wiser-6/+21
2019-08-04Rename `ItemImplKind::Type` to `ItemImplKind::TyAlias`varkor-1/+1
2019-08-04Rename `ItemKind::Ty` to `ItemKind::TyAlias`varkor-1/+1
2019-08-03Auto merge of #63180 - varkor:trait-alias-impl-trait, r=Centrilbors-1/+1
2019-08-02Replace "existential" by "opaque"varkor-1/+1
2019-08-02librustc_incremental: Unconfigure tests during normal buildVadim Petrochenkov-64/+68
2019-07-20normalize use of backticks in compiler messages for librustc_incrementalSamy Kacimi-4/+4
2019-07-04rename hir::map::local_def_id_from_hir_id to local_def_idljedrz-1/+1
2019-07-03Remove needless lifetimesJeremy Stucki-4/+4
2019-06-20rename hir::map::get_by_hir_id to getljedrz-1/+1
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-9/+9
2019-06-12Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-4/+2
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-9/+9
2019-06-12Fix fallout from `deny(unused_lifetimes)`.Eduard-Mihai Burtescu-3/+3
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-13/+11
2019-05-13Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.Nicholas Nethercote-6/+7
2019-04-15Make check_name genericJohn Kåre Alsaker-1/+1
2019-03-30Update testsJohn Kåre Alsaker-2/+2
2019-03-30Move query definitions over to the proc macroJohn Kåre Alsaker-11/+11
2019-03-26fix: Make incremental artifact deletion more robustMarkus Westerlind-1/+4
2019-03-26Rollup merge of #59315 - Zoxc:move-query, r=oli-obkMazdak Farrokhzad-3/+3
2019-03-25Auto merge of #59256 - petrochenkov:derval2, r=Zoxcbors-2/+2
2019-03-20Add no_hash to query macro and move some queries overJohn Kåre Alsaker-3/+3
2019-03-18Add load_cached query modifier and keep dep node names consistent with query ...John Kåre Alsaker-11/+11
2019-03-18Define queries using a proc macroJohn Kåre Alsaker-4/+4
2019-03-17Make meta-item API compatible with `LocalInternedString::get` soundness fixVadim Petrochenkov-2/+2
2019-03-16Refactor away `NestedMetaItemKind`Vadim Petrochenkov-3/+3
2019-03-16syntax: Do not accidentally treat multi-segment meta-items as single-segmentVadim Petrochenkov-1/+1
2019-03-15rustc: rename item_path to def_path (except the module in ty).Eduard-Mihai Burtescu-1/+1
2019-03-11Remove precompute_in_scope_traits_hashesJohn Kåre Alsaker-1/+0
2019-03-10Make the rustc driver and interface demand drivenJohn Kåre Alsaker-4/+4
2019-03-01hir: remove NodeId from TraitItemljedrz-9/+9
2019-02-10rustc: doc commentsAlexander Regueiro-17/+16
2019-02-10Auto merge of #57770 - Zoxc:no-hash-query, r=michaelwoeristerbors-2/+2
2019-02-08librustc_incremental => 2018Taiki Endo-19/+18
2019-02-08Update testsJohn Kåre Alsaker-2/+2
2018-12-31Clean up and optimize OpenTask / read_indexJohn Kåre Alsaker-4/+5
2018-12-25Remove licensesMark Rousskov-81/+0
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-5/+5
2018-12-07Auto merge of #56502 - Zoxc:hir-func, r=eddybbors-4/+4
2018-12-07Rollup merge of #56516 - frewsxcv:frewsxcv-eq, r=Mark-Simulacrumkennytm-1/+1
2018-12-06Use a function to access the Hir map to be able to turn it into a query laterJohn Kåre Alsaker-4/+4
2018-12-06Rollup merge of #56500 - ljedrz:cleanup_rest_of_const_lifetimes, r=zackmdavisPietro Albini-6/+6
2018-12-05Rollup merge of #56119 - frewsxcv:frewsxcv-option-carrier, r=TimNNPietro Albini-6/+2
2018-12-04Replace usages of `..i + 1` ranges with `..=i`.Corey Farwell-1/+1
2018-12-04Utilize `?` instead of `return None`.Corey Farwell-6/+2
2018-12-04cleanup: remove static lifetimes from constsljedrz-6/+6
2018-12-01remove some uses of try!Mark Mansi-3/+3
2018-11-15Rollup merge of #55901 - euclio:speling, r=petrochenkovPietro Albini-1/+1
2018-11-13fix various typos in doc commentsAndy Russell-1/+1