summary refs log tree commit diff
path: root/src/librustc_incremental/assert_module_sources.rs
AgeCommit message (Expand)AuthorLines
2019-10-21Use `Symbol` for codegen unit names.Nicholas Nethercote-4/+4
2019-09-11Store `InternedString`s in `AssertModuleSource::available_cgus`.Nicholas Nethercote-6/+6
2019-07-03Remove needless lifetimesJeremy Stucki-1/+1
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-2/+2
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-2/+2
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-4/+4
2019-05-13Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.Nicholas Nethercote-4/+5
2019-03-16Refactor away `NestedMetaItemKind`Vadim Petrochenkov-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-06Use a function to access the Hir map to be able to turn it into a query laterJohn Kåre Alsaker-1/+1
2018-12-04cleanup: remove static lifetimes from constsljedrz-3/+3
2018-09-18incr.comp.: Allow for more fine-grained testing of CGU reuse and use it to te...Michael Woerister-44/+59
2018-08-22use char pattern for single-character splits: a.split("x") -> a.split('x')Matthias Krüger-1/+1
2018-08-15Use CGU name as LLVM module name and add some caching to CGU name generation.Michael Woerister-5/+5
2018-08-15Clean up CodegenUnit name generation.Michael Woerister-8/+45
2018-07-16Revert "Clean up CodegenUnit name generation."Michael Woerister-45/+8
2018-07-11Clean up CodegenUnit name generation.Michael Woerister-8/+45
2018-05-17Rename trans to codegen everywhere.Irina Popa-9/+9
2018-04-27Rename InternedString to LocalInternedString and introduce a new thread-safe ...John Kåre Alsaker-1/+1
2018-01-19Allow runtime switching between trans backendsbjorn3-0/+138