about summary refs log tree commit diff
path: root/compiler/rustc_incremental/src/assert_module_sources.rs
AgeCommit message (Expand)AuthorLines
2023-06-08Removed stable/unstable sort arg from into_sorted_stable_ord, fixed a few mis...Andrew Xie-1/+1
2023-06-05Fixed to_sorted => to_sorted_stable_ordAndrew Xie-2/+2
2023-06-04Switched some uses to UnordMapAndrew Xie-5/+4
2023-06-04Removed use of iteration through a HashMap/HashSet in rustc_incremental and r...Andrew Xie-2/+2
2023-03-03Match unmatched backticks in compiler/ that are part of rustdocest31-1/+1
2023-02-21Use `ThinVec` in various AST types.Nicholas Nethercote-1/+2
2023-01-30incremental: migrate diagnosticsDavid Wood-29/+21
2022-07-20Remove unused StableMap and StableSet types from rustc_data_structuresMichael Woerister-1/+1
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-1/+1
2022-05-02fix most compiler/ doctestsElliot Roberts-0/+1
2022-04-08check_doc_keyword: don't alloc string for emptiness checkklensy-14/+9
2021-12-19Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obkbors-1/+1
2021-12-15Remove unnecessary sigils around `Symbol::as_str()` calls.Nicholas Nethercote-1/+1
2021-12-13Remove `in_band_lifetimes` from `rustc_incremental`Peter Jaszkowiak-1/+1
2021-12-07Document all public items in `rustc_incremental`pierwill-0/+1
2021-08-21Remove `Session.used_attrs` and move logic to `CheckAttrVisitor`Aaron Hill-20/+19
2021-05-12Use () for codegen queries.Camille GILLOT-1/+1
2021-03-09Remove hir::Crate::attrs.Camille GILLOT-1/+1
2020-10-28Avoid reallocating cgu_path_componentsDániel Buga-2/+4
2020-08-30mv compiler to compiler/mark-0/+180