about summary refs log tree commit diff
path: root/src/librustc_incremental/persist
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-2273/+0
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-1/+1
2020-08-14Rework `rustc_serialize`Matthew Jasper-1/+2
2020-08-08Eliminate the `SessionGlobals` from `librustc_ast`.Nicholas Nethercote-3/+3
2020-08-04rustc_ast: `(Nested)MetaItem::check_name` -> `has_name`Vadim Petrochenkov-5/+5
2020-07-17Rename TypeckTables to TypeckResults.Valentin Lazureanu-3/+3
2020-07-15mir_built is a lieBastian Kauschke-3/+2
2020-07-15Remove lots of `Symbol::as_str()` calls.Nicholas Nethercote-4/+4
2020-07-10Avoid "whitelist"Tamir Duberstein-1/+1
2020-06-11Remove associated opaque typesMatthew Jasper-1/+0
2020-05-12Change `WorkProduct::saved_files` to an `Option`.Nicholas Nethercote-30/+28
2020-05-08Remove ast::{Ident, Name} reexports.Camille GILLOT-1/+1
2020-05-01Don't copy bytecode files into the incr. comp. cache.Nicholas Nethercote-15/+11
2020-04-29Auto merge of #71528 - alexcrichton:no-more-bitcode, r=nnethercotebors-1/+0
2020-04-29Store LLVM bitcode in object files, not compressedAlex Crichton-1/+0
2020-04-23librustc_middle: return LocalDefId instead of DefId in local_def_idmarmeladema-3/+3
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-4/+4
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-11/+11
2020-03-25Auto merge of #70297 - nnethercote:clean-up-debugging-options, r=michaelwoeri...bors-6/+4
2020-03-24Remove `-Z incremental-queries`.Nicholas Nethercote-6/+4
2020-03-23Put extract_def_id back on DepNode.Camille GILLOT-2/+2
2020-03-23Fallout in other crates.Camille GILLOT-2/+2
2020-03-21Rollup merge of #70092 - eddyb:hir-items-are-just-nodes, r=ZoxcMazdak Farrokhzad-2/+2
2020-03-20remove redundant returns (clippy::needless_return)Matthias Krüger-1/+0
2020-03-19hir: replace "items" terminology with "nodes" where appropriate.Eduard-Mihai Burtescu-2/+2
2020-03-18Rollup merge of #69920 - Centril:hir-cleanup, r=ZoxcMazdak Farrokhzad-5/+5
2020-03-16use direct imports for `rustc::{lint, session}`.Mazdak Farrokhzad-5/+5
2020-03-15More Method->Fn renamingMark Mansi-1/+1
2020-03-14Replace `HirBody` with `hir_owner_items` in testsJohn Kåre Alsaker-2/+3
2020-03-14Index HIR after creating TyCtxtJohn Kåre Alsaker-2/+2
2020-03-14Remove `Hir` and `HirBody` dep nodesJohn Kåre Alsaker-2/+1
2020-03-14Rollup merge of #69809 - matthiaskrgr:lifetimes, r=eddybYuki Okushi-1/+1
2020-03-12remove lifetimes that can be elided (clippy::needless_lifetimes)Matthias Krüger-1/+1
2020-03-12Rollup merge of #69747 - spastorino:rename-rustc-guide, r=pietroalbiniMazdak Farrokhzad-2/+2
2020-03-12Rollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasperMazdak Farrokhzad-1/+1
2020-03-10rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.orgSantiago Pastorino-1/+1
2020-03-10Rename rustc guide to rustc dev guideSantiago Pastorino-2/+2
2020-03-10Rename rustc-guide to rustc-dev-guideSantiago Pastorino-1/+1
2020-03-05Use more efficient &&str to String conversion (clippy::inefficient_to_string)Matthias Krüger-1/+2
2020-03-03rename TraitItemKind::Method -> FnMark Mansi-1/+1
2020-03-03use question mark operator in a few places.Matthias Krüger-3/+1
2020-02-29Rename `syntax` to `rustc_ast` in source codeVadim Petrochenkov-2/+2
2020-02-28Rollup merge of #69541 - dotdash:format, r=Mark-SimulacrumMazdak Farrokhzad-4/+1
2020-02-27Remove unneeded calls to format!()Björn Steinbrink-4/+1
2020-02-27use char instead of &str for single char patternsMatthias Krüger-3/+3
2020-02-19Make is_object_safe a method.Camille GILLOT-1/+1
2020-02-04fix couple of perf related clipyp warningsMatthias Krüger-2/+1
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