| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move autoderef to rustc_hir_analysis | Michael Goulet | -220/+0 | |
| 2022-11-28 | partially_normalize_... -> At::normalize | Michael Goulet | -6/+5 | |
| 2022-11-25 | Simplify a bunch of trait ref obligation creations | Oli Scherer | -1/+1 | |
| 2022-11-24 | Remove normalize_projection_type | Santiago Pastorino | -8/+7 | |
| 2022-11-21 | Stop passing the self-type as a separate argument. | Oli Scherer | -1/+1 | |
| 2022-11-21 | Allow iterators instead of requiring slices that will get turned into iterators | Oli Scherer | -1/+1 | |
| 2022-11-21 | Assert that various types have the right amount of generic args and fix the ↵ | Oli Scherer | -5/+2 | |
| sites that used the wrong amount | ||||
| 2022-11-16 | Convert predicates into Predicate in the Obligation constructor | Oli Scherer | -2/+3 | |
| 2022-11-10 | Use TraitEngine in more places, make FulfillmentCtxt constructor more private | Michael Goulet | -2/+2 | |
| 2022-11-08 | Remove an unused span | Oli Scherer | -10/+0 | |
| 2022-11-08 | Remove overloaded_span argument from `new`, where it is usually redundant ↵ | Oli Scherer | -2/+5 | |
| with the main span | ||||
| 2022-10-07 | Remove TypeckResults from InferCtxt | Cameron Steffen | -2/+2 | |
| 2022-09-01 | Porting 'compiler/rustc_trait_selection' to translatable diagnostics - Part 1 | Gabriel Bustamante | -14/+5 | |
| 2022-07-06 | Update TypeVisitor paths | Alan Egerton | -1/+1 | |
| 2022-03-20 | Filter OnceNote in diagnostic infra. | Camille GILLOT | -20/+15 | |
| 2021-12-12 | Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk" | Deadbeef | -1/+1 | |
| This reverts commit ff2439b7b9bafcfdff86b7847128014699df8442, reversing changes made to 2a9e0831d6603d87220cedd1b1293e2eb82ef55c. | ||||
| 2021-12-03 | Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino" | Santiago Pastorino | -1/+1 | |
| This reverts commit 18bb8c61a975fff6424cda831ace5b0404277145, reversing changes made to d9baa361902b172be716f96619b909f340802dea. | ||||
| 2021-11-29 | Completely remove ConstnessAnd | Oli Scherer | -1/+1 | |
| 2021-11-08 | Make select_* methods return Vec for TraitEngine | Deadbeef | -2/+3 | |
| 2021-09-28 | Improve help for recursion limit errors | Ross MacArthur | -3/+7 | |
| 2021-09-15 | Remove ToPredicate impls that use Binder::dummy | jackh726 | -1/+1 | |
| 2021-07-04 | Combine individual limit queries into single `limits` query | Aaron Hill | -2/+2 | |
| 2021-07-04 | Query-ify global limit attribute handling | Aaron Hill | -2/+2 | |
| 2021-06-02 | Restrict access to crate_name. | Camille GILLOT | -1/+3 | |
| 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 | -3/+1 | |
| 2021-05-30 | Restrict access to crate_name. | Camille GILLOT | -1/+3 | |
| Also remove original_crate_name, which had the exact same implementation | ||||
| 2021-02-13 | Remove ProjectionTy::from_ref_and_name | Matthew Jasper | -6/+4 | |
| 2020-11-16 | compiler: fold by value | Bastian Kauschke | -3/+3 | |
| 2020-09-10 | Note when a a move/borrow error is caused by a deref coercion | Aaron Hill | -0/+7 | |
| Fixes #73268 When a deref coercion occurs, we may end up with a move error if the base value has been partially moved out of. However, we do not indicate anywhere that a deref coercion is occuring, resulting in an error message with a confusing span. This PR adds an explicit note to move errors when a deref coercion is involved. We mention the name of the type that the deref-coercion resolved to, as well as the `Deref::Target` associated type being used. | ||||
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+233 | |
