| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-08-30 | mv compiler to compiler/ | mark | -363/+0 | |
| 2020-08-14 | Tweak output of E0225 | Esteban Küber | -4/+8 | |
| When encountering multiple non-auto trait bounds suggest creating a new trait and explain what auto-traits are. | ||||
| 2020-07-27 | split ignore_qualifiers | Bastian Kauschke | -3/+2 | |
| 2020-07-27 | `PredicateKint` -> `PredicateKind`, the beginning of the end | Bastian Kauschke | -2/+3 | |
| 2020-07-27 | somewhat related cleanup | Bastian Kauschke | -3/+3 | |
| 2020-06-14 | Improve `Instance` docs | Jonas Schievink | -1/+1 | |
| 2020-06-05 | Rename traits::Vtable to ImplSource. | Ana-Maria Mihalache | -1/+1 | |
| 2020-05-23 | take predicates by value instead of by reference | Bastian Kauschke | -2/+2 | |
| 2020-05-20 | make `to_predicate` take a `tcx` argument | Niko Matsakis | -4/+5 | |
| 2020-05-01 | remove obsolete comment | Tshepang Lekhonkhobe | -1/+0 | |
| Referenced was removed in 9f492fefef8d9a75f6dc27c834561fe977ca70c5 | ||||
| 2020-04-20 | Use more `Iterator`s instead of `Vec`s | Esteban Küber | -24/+16 | |
| 2020-04-14 | Rename AssocKind::Method to AssocKind::Fn | Rustin-Liu | -3/+3 | |
| 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-03 | Rollup merge of #70641 - estebank:dedup-code, r=nikomatsakis | Mazdak Farrokhzad | -295/+2 | |
| Remove duplicated code in trait selection | ||||
| 2020-04-01 | Remove duplicated code in trait selection | Esteban Küber | -295/+2 | |
| 2020-03-30 | Use query instead of `impl_is_default` fn | Jonas Schievink | -2/+1 | |
| 2020-03-30 | spec. graph: track defining and finalizing impls | Jonas Schievink | -15/+1 | |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -3/+3 | |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -3/+3 | |
| 2020-03-14 | Move rustc_infer::traits to new crate rustc_trait_selection. | Camille GILLOT | -0/+675 | |
