| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-08-07 | Fix #[track_caller] shims for trait objects. | Adam Perry | -1/+1 | |
| We were missing an Instance::resolve_for_fn_ptr in resolve_for_vtable. Closes #74764. | ||||
| 2020-06-14 | Improve `Instance` docs | Jonas Schievink | -11/+41 | |
| 2020-05-13 | use `require_lang_item` over `unwrap`. | Bastian Kauschke | -2/+2 | |
| 2020-04-22 | Rollup merge of #70970 - eddyb:trait-vs-impl-mismatch, r=oli-obk | Dylan DPC | -8/+21 | |
| Detect mistyped associated consts in `Instance::resolve`. *Based on #71049 to prevent redundant/misleading downstream errors.* Fixes #70942 by refusing to resolve an associated `const` if it doesn't have the same type in the `impl` that it does in the `trait` (which we assume had errored, and `delay_span_bug` guards against bugs). | ||||
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -3/+2 | |
| 2020-04-18 | Detect mistyped associated consts in `Instance::resolve`. | Eduard-Mihai Burtescu | -7/+13 | |
| 2020-04-18 | ty/instance: use `ParamEnvAnd` in the `resolve_instance` query. | Eduard-Mihai Burtescu | -1/+8 | |
| 2020-04-14 | Rename AssocKind::Method to AssocKind::Fn | Rustin-Liu | -1/+1 | |
| Rename fn_has_self_argument to fn_has_self_parameter Rename AssocItemKind::Method to AssocItemKind::Fn Refine has_no_input_arg Refine has_no_input_arg Revert has_no_input_arg Refine suggestion_descr Move as_def_kind into AssocKind Signed-off-by: Rustin-Liu <rustin.liu@gmail.com> Fix tidy check issue Signed-off-by: Rustin-Liu <rustin.liu@gmail.com> | ||||
| 2020-04-07 | fix abuses of tykind::err | mark | -1/+1 | |
| 2020-04-05 | Query-ify Instance::resolve | Aaron Hill | -20/+3 | |
| 2020-04-02 | direct imports for langitem stuff | Mazdak Farrokhzad | -1/+1 | |
| 2020-03-30 | rustc -> rustc_middle part 1 | Mazdak Farrokhzad | -0/+460 | |
