| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-12-02 | add comment to `visit_ct_substs` | Bastian Kauschke | -3/+1 | |
| 2020-12-02 | Revert "Auto merge of #79209 - spastorino:trait-inheritance-self, ↵ | Santiago Pastorino | -33/+1 | |
| r=nikomatsakis" This reverts commit 349b3b324dade7ca638091db93ba08bbc443c63d, reversing changes made to b776d1c3e3db8befabb123ebb1e46c3531eaed46. | ||||
| 2020-12-02 | const_evaluatable_checked: fix occurs check | Bastian Kauschke | -1/+15 | |
| 2020-11-27 | Return FxIndexSet instead of FxHashSet to avoid order errors on different ↵ | Santiago Pastorino | -3/+3 | |
| platforms | ||||
| 2020-11-27 | Inline elaborate_trait_refs_that_define_assoc_type into ↵ | Santiago Pastorino | -32/+24 | |
| transitive_bounds_that_define_assoc_type | ||||
| 2020-11-27 | Document elaborate_trait_refs_that_define_assoc_type | Santiago Pastorino | -0/+5 | |
| 2020-11-27 | Allow to self reference associated types in where clauses | Santiago Pastorino | -0/+35 | |
| 2020-11-26 | Rollup merge of #77758 - Stupremee:turbofish-help-for-const, r=varkor | Jonas Schievink | -5/+27 | |
| suggest turbofish syntax for uninferred const arguments When not providing a const generic value, and it can not be inferred, the following suggestion is suggested:  Resolves #76737 r? ``@varkor`` | ||||
| 2020-11-22 | Thread `Constness` through selection | Jonas Schievink | -1/+1 | |
| 2020-11-19 | Move `rustc_ty` -> `rustc_ty_utils` | LeSeulArtichaut | -1/+1 | |
| 2020-11-18 | Suggest turbofish for uninferred const argument | Justus K | -5/+27 | |
| 2020-11-17 | Auto merge of #78779 - LeSeulArtichaut:ty-visitor-return, r=oli-obk | bors | -17/+13 | |
| Introduce `TypeVisitor::BreakTy` Implements MCP rust-lang/compiler-team#383. r? `@ghost` cc `@lcnr` `@oli-obk` ~~Blocked on FCP in rust-lang/compiler-team#383.~~ | ||||
| 2020-11-16 | words | lcnr | -1/+1 | |
| 2020-11-16 | compiler: fold by value | Bastian Kauschke | -75/+73 | |
| 2020-11-14 | Use `TypeVisitor::BreakTy` in `UnresolvedTypeFinder` | LeSeulArtichaut | -11/+4 | |
| 2020-11-14 | Introduce `TypeVisitor::BreakTy` | LeSeulArtichaut | -6/+9 | |
| 2020-11-13 | Rollup merge of #78463 - varkor:placeholder-const, r=nikomatsakis | Guillaume Gomez | -9/+9 | |
| Add type to `ConstKind::Placeholder` I simply threaded `<'tcx>` through everything that required it. I'm not sure whether this is the correct thing to do, but it seems to work. r? `@nikomatsakis` | ||||
| 2020-11-12 | Add type to `ConstKind::Placeholder` | varkor | -9/+9 | |
| 2020-11-10 | Rollup merge of #76765 - guswynn:async_return, r=tmandry | Jonas Schievink | -33/+133 | |
| Make it more clear what an about async fn's returns when referring to what it returns see #76547 This is *likely* not the ONLY place that this happens to be unclear, but we can move this fn to rustc_middle or something like that and reuse it if need be, to apply it to more diagnostics One outstanding question I have is, if the fn returns (), should I make the message more clear (what about `fn f()` vs `fn f() -> ()`, can you tell those apart in the hir?) R? `@tmandry` `@rustbot` modify labels +A-diagnostics +T-compiler | ||||
| 2020-11-04 | fix a couple of clippy warnings: | Matthias Krüger | -1/+0 | |
| filter_next manual_strip redundant_static_lifetimes single_char_pattern unnecessary_cast unused_unit op_ref redundant_closure useless_conversion | ||||
| 2020-10-30 | Remove implicit `Continue` type | LeSeulArtichaut | -6/+6 | |
| 2020-10-30 | TypeVisitor: use `ControlFlow` in rustc_{infer,lint,trait_selection} | LeSeulArtichaut | -11/+19 | |
| 2020-10-29 | Rollup merge of #78460 - varkor:turbofish-string-generic, r=lcnr | Yuki Okushi | -2/+0 | |
| Adjust turbofish help message for const generics Types are no longer special. (This message arguably only makes sense with `min_const_generics` or more, but we'll be there soon.) r? @lcnr | ||||
| 2020-10-28 | Remove irrelevant FIXME | varkor | -2/+0 | |
| 2020-10-26 | Suggest calling await on method call and field access | Esteban Küber | -1/+1 | |
| When encountering a failing method or field resolution on a `Future`, look at the `Output` and try the same operation on it. If successful, suggest calling `.await` on the `Future`. This had already been introduced in #72784, but at some point they stopped working. | ||||
| 2020-10-26 | Rollup merge of #78268 - JohnTitor:issue-78262, r=estebank | Dylan DPC | -0/+8 | |
| Do not try to report on closures to avoid ICE Fixes #78262 | ||||
| 2020-10-25 | Do not try to report on closures to avoid ICE | Yuki Okushi | -0/+8 | |
| 2020-10-23 | Suggest semicolon removal and boxing when appropriate | Esteban Küber | -8/+27 | |
| 2020-10-23 | Add more `.await` suggestions on E0308 | Esteban Küber | -38/+119 | |
| 2020-10-23 | Review comments: use newtype instead of `bool` | Esteban Küber | -2/+3 | |
| 2020-10-23 | Account for possible boxable `impl Future` in semicolon removal suggestions | Esteban Küber | -14/+32 | |
| 2020-10-22 | Reduce diagram mess in 'match arms have incompatible types' error | David Tolnay | -2/+14 | |
| 2020-10-21 | Lift: take self by value | Bastian Kauschke | -2/+2 | |
| 2020-10-20 | review comments | Esteban Küber | -1/+1 | |
| 2020-10-20 | Tweak "object unsafe" errors | Esteban Küber | -15/+22 | |
| Fix #77598. | ||||
| 2020-10-19 | revert workaround #73027 | SNCPlay42 | -15/+2 | |
| 2020-10-17 | Make it more clear when complaining about async fn's return types | Gus Wynn | -33/+133 | |
| 2020-10-16 | Review comments | Jack Huey | -1/+1 | |
| 2020-10-16 | map_bound_ref -> rebind | Jack Huey | -6/+4 | |
| 2020-10-16 | Use map_bound(_ref) instead of Binder::bind when possible | Jack Huey | -6/+9 | |
| 2020-10-14 | Remove unused code from rustc_infer | est31 | -40/+0 | |
| 2020-10-13 | Replace absolute paths with relative ones | est31 | -4/+4 | |
| Modern compilers allow reaching external crates like std or core via relative paths in modules outside of lib.rs and main.rs. | ||||
| 2020-10-06 | Remove unused part of return value from `replace_bound_vars_with_placeholders` | Matthew Jasper | -14/+6 | |
| 2020-10-06 | Separate bounds and predicates for associated/opaque types | Matthew Jasper | -13/+18 | |
| 2020-10-06 | Rename projection_predicates to item_bounds | Matthew Jasper | -2/+2 | |
| 2020-10-05 | Auto merge of #77171 - VFLashM:better_sso_structures, r=oli-obk | bors | -8/+8 | |
| Better sso structures This change greatly expands interface of MiniSet/MiniMap and renames them because they are no longer "Mini". | ||||
| 2020-09-26 | Revert "Add an unused field of type `Option<DefId>` to `ParamEnv` struct." | Dylan MacKenzie | -1/+1 | |
| This reverts commit ab83d372ed5b1799d418afe83c468e4c5973cc34. | ||||
| 2020-09-26 | MiniSet/MiniMap moved and renamed into SsoHashSet/SsoHashMap | Valerii Lashmanov | -8/+8 | |
| It is a more descriptive name and with upcoming changes there will be nothing "mini" about them. | ||||
| 2020-09-26 | Rollup merge of #77211 - est31:remove_unused_allow, r=oli-obk | Ralf Jung | -1/+0 | |
| Remove unused #[allow(...)] statements from compiler/ | ||||
| 2020-09-26 | Rollup merge of #77093 - lcnr:const-generics-infer-warning, r=varkor | Ralf Jung | -104/+178 | |
| merge `need_type_info_err(_const)` I hoped that this would automatically solve #76737 but it doesn't quite seem like it fixes #77092 r? @varkor | ||||
