summaryrefslogtreecommitdiff
path: root/compiler/rustc_incremental
Commit message (Expand)AuthorAgeFilesLines
* Rollup merge of #111024 - saethlin:stringify-full-svh, r=oli-obkMatthias Krüger2023-05-041-1/+1
|\
| * Use the full Fingerprint when stringifying SvhBen Kimock2023-04-301-1/+1
* | Remove QueryEngine traitJohn Kåre Alsaker2023-04-262-5/+7
|/
* Auto merge of #110407 - Nilstrieb:fluent-macro, r=davidtwcobors2023-04-192-1/+2
|\
| * Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`Nilstrieb2023-04-182-1/+2
* | Auto merge of #110083 - saethlin:encode-hashes-as-bytes, r=cjgillotbors2023-04-181-1/+1
|\ \
| * | Store hashes in special types so they aren't accidentally encoded as numbersBen Kimock2023-04-181-1/+1
| |/
* | Spelling - compilerJosh Soref2023-04-171-1/+1
|/
* Check for escape sequences in Fluent resourcesclubby7892023-03-291-1/+1
* Rollup merge of #109231 - Zoxc:fs-non-canon, r=eholkMatthias Krüger2023-03-231-4/+4
|\
| * Add `try_canonicalize` to `rustc_fs_util` and use it over `fs::canonicalize`John Kåre Alsaker2023-03-161-4/+4
* | Use local key in providersMichael Goulet2023-03-211-1/+1
|/
* Auto merge of #108794 - nnethercote:avoid-unnecessary-hashing, r=cjgillotbors2023-03-121-1/+3
|\
| * Only compute the crate hash when necessary.Nicholas Nethercote2023-03-081-1/+3
* | Simplify message pathsest312023-03-112-1/+1
|/
* Match unmatched backticks in compiler/ that are part of rustdocest312023-03-031-1/+1
* errors: generate typed identifiers in each crateDavid Wood2023-02-222-0/+123
* Use `ThinVec` in various AST types.Nicholas Nethercote2023-02-213-12/+16
* incremental: migrate diagnosticsDavid Wood2023-01-3010-252/+497
* Remove `HirId -> LocalDefId` map from HIR.Camille GILLOT2023-01-281-8/+8
* Remove double spaces after dots in commentsMaybe Waffle2023-01-172-2/+2
* rustc: Remove needless lifetimesJeremy Stucki2022-12-201-4/+1
* don't restuct references just to reborrowMatthias Krüger2022-12-181-1/+1
* compiler: remove unnecessary imports and qualified pathsKaDiWa2022-12-102-6/+3
* Use `Symbol` for the crate name instead of `String`/`str`Oli Scherer2022-12-071-2/+3
* Prefer doc comments over `//`-comments in compilerMaybe Waffle2022-11-271-3/+3
* make `error_reported` check for delayed bugsBoxy2022-11-242-3/+3
* Rename some `OwnerId` fields.Nicholas Nethercote2022-10-291-4/+4
* Rollup merge of #102829 - compiler-errors:rename-impl-item-kind, r=TaKO8KiYuki Okushi2022-10-101-1/+1
|\
| * ImplItemKind::TyAlias => ImplItemKind::TypeMichael Goulet2022-10-091-1/+1
* | Remove from compiler/ cratesreez12g2022-09-291-1/+0
|/
* remove cfg(bootstrap)Pietro Albini2022-09-261-1/+0
* separate definitions and `HIR` ownersTakayuki Maeda2022-09-241-4/+4
* Only enable the let_else feature on bootstrapest312022-09-151-1/+1
* Remove trait_of_item query.Camille GILLOT2022-08-011-1/+1
* Remove unused StableMap and StableSet types from rustc_data_structuresMichael Woerister2022-07-202-2/+2
* Rename `debugging_opts` to `unstable_opts`Joshua Nelson2022-07-136-12/+12
* Rollup merge of #98844 - cjgillot:deep-visit, r=jyn514Matthias Krüger2022-07-071-1/+1
|\
| * Reword comments and rename HIR visiting methods.Camille GILLOT2022-07-071-1/+1
* | incr: cache dwarf objects in work productsDavid Wood2022-07-063-38/+37
|/
* Auto merge of #98153 - nnethercote:fix-MissingDoc-quadratic-behaviour, r=cjgi...bors2022-06-181-2/+1
|\
| * Remove unused `hir_id` arg from `visit_attribute`.Nicholas Nethercote2022-06-161-2/+1
* | Move `finish` out of the `Encoder` trait.Nicholas Nethercote2022-06-161-1/+1
|/
* Rename rustc_serialize::opaque::Encoder as MemEncoder.Nicholas Nethercote2022-06-141-3/+3
* Revert dc08bc51f2c58a0f5f815a07f9bb3d671153b5a1.Nicholas Nethercote2022-06-101-1/+1
* Revert b983e42936feab29f6333e9835913afc6b4a394e.Nicholas Nethercote2022-06-102-4/+4
* Rename `rustc_serialize::opaque::Encoder` as `MemEncoder`.Nicholas Nethercote2022-06-082-4/+4
* Move `finish` out of the `Encoder` trait.Nicholas Nethercote2022-06-081-1/+1
* Use delayed error handling for `Encodable` and `Encoder` infallible.Nicholas Nethercote2022-06-082-50/+28
* Rollup merge of #97058 - bjorn3:multi_artifact_work_products, r=nagisaDylan DPC2022-06-073-47/+34
|\