summary refs log tree commit diff
path: root/src/librustc_incremental
AgeCommit message (Expand)AuthorLines
2020-01-17Use named fields for `hir::ItemKind::Impl`Dylan MacKenzie-1/+1
2020-01-16don't clone types that are copyMatthias Krüger-1/+1
2020-01-09Label unmarked timeJohn Kåre Alsaker-0/+6
2020-01-09Change -Z time event naming scheme and make them generic activitiesJohn Kåre Alsaker-7/+8
2020-01-08normalize rustc::hir::intravisit importsMazdak Farrokhzad-2/+2
2020-01-08intravisit: abstract over HIR MapMazdak Farrokhzad-2/+8
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-8/+9
2020-01-05Use self profile infrastructure for -Z time and -Z time-passesJohn Kåre Alsaker-46/+31
2020-01-02Normalize `syntax::symbol` imports.Mazdak Farrokhzad-3/+5
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-3/+3
2019-12-30Make things build againVadim Petrochenkov-1/+1
2019-12-22Format the worldMark Rousskov-743/+736
2019-12-21Use Arena inside hir::StructField.Camille GILLOT-1/+1
2019-12-21Use Arena inside hir::ImplItem.Camille GILLOT-2/+2
2019-12-21Use Arena inside hir::TraitItem.Camille GILLOT-2/+2
2019-12-21Use Arena inside hir::Item.Camille GILLOT-2/+2
2019-12-21Use Arena inside hir::Crate.Camille GILLOT-1/+1
2019-12-18Remove some unnecessary `ATTR_*` constants.Nicholas Nethercote-14/+10
2019-12-03Move cgu_reuse_tracker to librustc_sessionMark Rousskov-1/+2
2019-11-02Simplify various `Symbol` use points.Nicholas Nethercote-3/+3
2019-11-02Convert `x.as_str().to_string()` to `x.to_string()` where possible.Nicholas Nethercote-3/+3
2019-11-02Remove some unnecessary renamings of constants.Nicholas Nethercote-8/+4
2019-11-01Rollup merge of #65470 - traxys:fix_65401, r=michaelwoeristerTyler Mandry-1/+9
2019-10-24remove the last remaining READMEsMark Mansi-12/+2
2019-10-21Use `Symbol` for codegen unit names.Nicholas Nethercote-4/+4
2019-10-16Check if there are any delayed_span_bugs and abort incremental compilation in...Quentin Boyer-1/+9
2019-10-09self-profiling: Add events for everything except trait selection.Michael Woerister-0/+7
2019-10-03Remove -Zprofile-queriesMark Rousskov-1/+1
2019-09-30Self-Profiling: Make names of existing events more consistent and use new API.Michael Woerister-0/+6
2019-09-26Rename `Item.node` to `Item.kind`varkor-2/+2
2019-09-26Rename `TraitItem.node` to `TraitItem.kind`varkor-1/+1
2019-09-26Rename `ImplItem.node` to `ImplItem.kind`varkor-1/+1
2019-09-12Auto merge of #64303 - nnethercote:avoid-more-Symbol-to-string-operations, r=...bors-6/+6
2019-09-11Store `InternedString`s in `AssertModuleSource::available_cgus`.Nicholas Nethercote-6/+6
2019-09-06Upgrade rand to 0.7Mateusz Mikuła-1/+1
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-28Deny `unused_lifetimes` through rustbuildVadim Petrochenkov-2/+0
2019-07-28Remove lint annotations in specific crates that are already enforced by rustb...Vadim Petrochenkov-1/+0
2019-07-23cleanup: Remove `extern crate serialize as rustc_serialize`sVadim Petrochenkov-4/+1
2019-07-20normalize use of backticks in compiler messages for librustc_incrementalSamy Kacimi-5/+5
2019-07-07rustc: Remove `dylib` crate type from most rustc cratesAlex Crichton-1/+1
2019-07-05Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=ZoxcMazdak Farrokhzad-2/+2
2019-07-05Rollup merge of #61545 - flip1995:internal_lints, r=oli-obkMazdak Farrokhzad-1/+0
2019-07-04rename hir::map::local_def_id_from_hir_id to local_def_idljedrz-2/+2
2019-07-03Remove needless lifetimesJeremy Stucki-4/+4