| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-07-10 | Add impl_constness query | Deadbeef | -0/+11 | |
| 2021-07-06 | Revert "Revert "Merge CrateDisambiguator into StableCrateId"" | bjorn3 | -8/+1 | |
| This reverts commit 8176ab8bc18fdd7d3c2cf7f720c51166364c33a3. | ||||
| 2021-07-01 | Include terminators in instance size estimate | Tomasz Miąsko | -1/+1 | |
| For example, drop glue generated for struct below, doesn't have any statements, only terminators. Previously it received an estimate of 0, the new estimate is 13 (6+5 drop terminators, +1 resume, +1 return). struct S { a: String, b: String, c: String, d: String, e: String, f: String, } Originally reported in https://github.com/rust-lang/rust/issues/69382#issue-569392141 | ||||
| 2021-06-07 | Revert "Merge CrateDisambiguator into StableCrateId" | bjorn3 | -1/+8 | |
| This reverts commit d0ec85d3fb6d322496cb8f4bc1c21e19f23284ad. | ||||
| 2021-06-02 | Restrict access to crate_name. | Camille GILLOT | -8/+1 | |
| Also remove original_crate_name, which had the exact same implementation | ||||
| 2021-06-01 | Revert "Reduce the amount of untracked state in TyCtxt" | Camille Gillot | -1/+8 | |
| 2021-05-30 | Restrict access to crate_name. | Camille GILLOT | -8/+1 | |
| Also remove original_crate_name, which had the exact same implementation | ||||
| 2021-05-30 | Merge CrateDisambiguator into StableCrateId | bjorn3 | -7/+0 | |
| 2021-04-29 | Split crate_hash from index_hir. | Camille GILLOT | -6/+0 | |
| 2021-04-05 | resolve conflicts | hi-rustin | -2/+2 | |
| resolve conflicts | ||||
| 2021-02-24 | Auto merge of #82159 - BoxyUwU:uwu, r=varkor | bors | -0/+58 | |
| Use correct param_env in conservative_is_privately_uninhabited cc `@lcnr` r? `@varkor` since this is your FIXME that was removed ^^ | ||||
| 2021-02-23 | yeet | Ellen | -0/+58 | |
| 2021-02-15 | Only store a LocalDefId in hir::ImplItem. | Camille GILLOT | -7/+5 | |
| 2021-02-15 | Only store a LocalDefId in hir::TraitItem. | Camille GILLOT | -6/+5 | |
| 2021-01-23 | Infallible version of def_span. | Camille GILLOT | -5/+0 | |
| 2021-01-16 | Review changes | Jack Huey | -2/+2 | |
| 2021-01-16 | Remove PredicateKind | Jack Huey | -2/+2 | |
| 2021-01-13 | Auto merge of #77524 - Patryk27:fixes/66228, r=estebank | bors | -0/+5 | |
| Rework diagnostics for wrong number of generic args (fixes #66228 and #71924) This PR reworks the `wrong number of {} arguments` message, so that it provides more details and contextual hints. | ||||
| 2021-01-12 | Separate out a `hir::Impl` struct | Joshua Nelson | -8/+9 | |
| This makes it possible to pass the `Impl` directly to functions, instead of having to pass each of the many fields one at a time. It also simplifies matches in many cases. | ||||
| 2021-01-10 | Rework diagnostics for wrong number of generic args | Patryk Wychowaniec | -0/+5 | |
| 2020-11-26 | Fix new 'unnecessary trailing semicolon' warnings | Aaron Hill | -1/+1 | |
| 2020-11-19 | Move `rustc_ty` -> `rustc_ty_utils` | LeSeulArtichaut | -0/+505 | |
