| Age | Commit message (Expand) | Author | Lines |
| 2022-11-18 | couple of clippy::perf fixes | Matthias Krüger | -3/+1 |
| 2022-11-18 | interpret: use Either over Result when it is not representing an error condition | Ralf Jung | -8/+12 |
| 2022-11-17 | Rollup merge of #104483 - oli-obk:santa-clauses-make-goals, r=compiler-errors | Matthias Krüger | -9/+9 |
| 2022-11-17 | fix a typo | Ralf Jung | -1/+1 |
| 2022-11-17 | Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-dead | bors | -58/+45 |
| 2022-11-16 | Convert predicates into Predicate in the Obligation constructor | Oli Scherer | -2/+2 |
| 2022-11-16 | Generalize the `ToPredicate` trait | Oli Scherer | -8/+8 |
| 2022-11-16 | cleanup and dedupe CTFE and Miri error reporting | Ralf Jung | -25/+12 |
| 2022-11-15 | Auto merge of #102570 - cjgillot:deagg-debuginfo, r=oli-obk | bors | -0/+64 |
| 2022-11-15 | Introduce composite debuginfo. | Camille GILLOT | -0/+64 |
| 2022-11-15 | Auto merge of #104054 - RalfJung:byte-provenance, r=oli-obk | bors | -812/+990 |
| 2022-11-15 | Auto merge of #104437 - matthiaskrgr:rollup-n5jdg9v, r=matthiaskrgr | bors | -9/+69 |
| 2022-11-15 | Rollup merge of #104258 - compiler-errors:tait-closure-deduce, r=oli-obk | Matthias Krüger | -9/+69 |
| 2022-11-15 | Auto merge of #101168 - jachris:dataflow-const-prop, r=oli-obk | bors | -4/+12 |
| 2022-11-14 | Give precendence to regions from member constaints when inferring concrete ty... | Camille GILLOT | -6/+5 |
| 2022-11-14 | Rollup merge of #104378 - compiler-errors:chalk-up, r=jackh726 | Matthias Krüger | -1/+1 |
| 2022-11-14 | Rollup merge of #104349 - rustaceanclub:master, r=oli-obk | Matthias Krüger | -2/+2 |
| 2022-11-14 | Drop `relate_opaque_item_substs`. | Camille GILLOT | -23/+12 |
| 2022-11-14 | assert that we are (de)seiralizing ProvenanceMap correctly | Ralf Jung | -13/+13 |
| 2022-11-14 | Remove redundant graphviz escaping | Jannis Christopher Köhl | -4/+3 |
| 2022-11-14 | Manually implement `Encodable` for ProvenanceMap to avoid serializing an alwa... | Oli Scherer | -1/+16 |
| 2022-11-14 | Auto merge of #103858 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini | bors | -1/+0 |
| 2022-11-13 | Bump chalk to v0.87 | Michael Goulet | -1/+1 |
| 2022-11-13 | Rollup merge of #104357 - RalfJung:is-sized, r=cjgillot | Matthias Krüger | -1/+1 |
| 2022-11-13 | Do not use `local_def_id` in `node_to_string`. | Camille GILLOT | -30/+24 |
| 2022-11-13 | Store a LocalDefId in hir::AnonConst. | Camille GILLOT | -3/+3 |
| 2022-11-13 | Store a LocalDefId in hir::GenericParam. | Camille GILLOT | -21/+14 |
| 2022-11-13 | Make user_provided_sigs a LocalDefIdMap. | Camille GILLOT | -2/+2 |
| 2022-11-13 | Store LocalDefId in hir::Closure. | Camille GILLOT | -2/+2 |
| 2022-11-13 | add is_sized method on Abi and Layout, and use it | Ralf Jung | -1/+1 |
| 2022-11-13 | fix some typos in comments | cui fliter | -2/+2 |
| 2022-11-13 | Auto merge of #104282 - cjgillot:intern-span, r=compiler-errors | bors | -45/+7 |
| 2022-11-12 | Explain redundant mapping. | Camille GILLOT | -0/+4 |
| 2022-11-12 | Use variances for defining use diag. | Camille GILLOT | -53/+5 |
| 2022-11-12 | Inherit generics for impl-trait. | Camille GILLOT | -3/+23 |
| 2022-11-12 | Auto merge of #103530 - cjgillot:hir-lifetimes-direct, r=estebank | bors | -12/+10 |
| 2022-11-11 | Auto merge of #104293 - Manishearth:rollup-xj92d0k, r=Manishearth | bors | -0/+5 |
| 2022-11-11 | Skip stable hashing without incremental. | Camille GILLOT | -1/+3 |
| 2022-11-11 | Rollup merge of #103960 - AndyJado:var_path_only_diag, r=davidtwco | Manish Goregaokar | -0/+1 |
| 2022-11-11 | Rollup merge of #104202 - camsteffen:103748, r=estebank | Dylan DPC | -1/+2 |
| 2022-11-11 | Use the interned stable hash as plain hash. | Camille GILLOT | -3/+1 |
| 2022-11-11 | Hash spans when interning. | Camille GILLOT | -6/+2 |
| 2022-11-11 | Do not rename bound variables when verbose-printing binders. | Camille GILLOT | -39/+5 |
| 2022-11-11 | Resolve lifetimes independently for each item-like. | Camille GILLOT | -10/+1 |
| 2022-11-11 | Tweak signatures in rustc_middle::hir::map. | Camille GILLOT | -2/+9 |
| 2022-11-10 | More nits | Michael Goulet | -0/+4 |
| 2022-11-10 | Support DoubleEndedIterator for subst_iter and subst_iter_copied | Michael Goulet | -9/+69 |
| 2022-11-10 | Rollup merge of #104235 - compiler-errors:more-ct-guar, r=oli-obk | Manish Goregaokar | -5/+7 |
| 2022-11-10 | Rollup merge of #104194 - BoxyUwU:early_binder_docs, r=compiler-errors | Manish Goregaokar | -0/+3 |
| 2022-11-10 | broken links go brrrrr | Boxy | -1/+1 |