| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge #5149 | bors[bot] | 2020-07-01 | 1 | -15/+17 |
|\ |
|
| * | Implement Chalk variable kinds | Florian Diebold | 2020-07-01 | 1 | -15/+17 |
* | | Split `CrateImplDefs` in inherent and trait impls | Jonas Schievink | 2020-07-01 | 1 | -94/+98 |
* | | Don't recursively call `impls_from_deps` | Jonas Schievink | 2020-07-01 | 1 | -11/+2 |
|/ |
|
* | Address review comments | Jonas Schievink | 2020-06-26 | 1 | -1/+2 |
* | Make `iterate_method_candidates` non-generic | Jonas Schievink | 2020-06-24 | 1 | -56/+73 |
* | Recursively compute impl sets | Jonas Schievink | 2020-06-19 | 1 | -13/+26 |
* | Don't include downstream crate in query | Jonas Schievink | 2020-06-19 | 1 | -1/+2 |
* | Replace `impls_in_trait` with `CrateImplDefs` | Jonas Schievink | 2020-06-19 | 1 | -9/+48 |
* | Clean up handling of int/float literal types | Florian Diebold | 2020-06-06 | 1 | -8/+4 |
* | Switch to new magic marks | Aleksey Kladov | 2020-05-20 | 1 | -1/+1 |
* | Allow calling dyn trait super trait methods without the super trait in scope | Florian Diebold | 2020-05-16 | 1 | -7/+3 |
* | Look up impls by self type | Florian Diebold | 2020-04-11 | 1 | -5/+40 |
* | Upgrade Chalk again | Florian Diebold | 2020-04-05 | 1 | -7/+9 |
* | ra_hir_ty: fix formatting | veetaha | 2020-03-22 | 1 | -8/+8 |
* | Use `dyn Trait` for working with databse | Aleksey Kladov | 2020-03-16 | 1 | -23/+20 |
* | Fix completion with a partially unknown type | Florian Diebold | 2020-03-10 | 1 | -3/+25 |
* | Fix #3373 | Florian Diebold | 2020-03-01 | 1 | -3/+10 |
* | Do autoderef for indexing | Florian Diebold | 2020-02-29 | 1 | -0/+19 |
* | Do array unsizing for method receivers | Florian Diebold | 2020-02-29 | 1 | -2/+19 |
* | Rename ast::ImplBlock -> ast::ImplDef | Aleksey Kladov | 2020-02-29 | 1 | -12/+11 |
* | Exclude methods from non-parameter types introduced by generic constraints | Laurențiu Nicola | 2020-02-19 | 1 | -6/+11 |
* | Run cargo +nightly fix --clippy -Z unstable-options | Kirill Bulatov | 2020-02-18 | 1 | -6/+6 |
* | Check that impl self type matches up with expected self type in path mode | Florian Diebold | 2020-02-14 | 1 | -0/+9 |
* | Change Ty::Param to contain param ID | Florian Diebold | 2020-02-07 | 1 | -1/+1 |
* | Lower impl trait to variables, move away from using placeholders where they d... | Florian Diebold | 2020-02-07 | 1 | -2/+2 |
* | Push resolver further up | Aleksey Kladov | 2020-01-14 | 1 | -17/+24 |
* | Push resolver up | Aleksey Kladov | 2020-01-14 | 1 | -21/+51 |
* | Move impls_future to Type, where it belongs | Aleksey Kladov | 2020-01-14 | 1 | -2/+1 |
* | Move impls to ItemScope | Aleksey Kladov | 2019-12-20 | 1 | -1/+1 |
* | Use generic ItemLoc for impls | Aleksey Kladov | 2019-12-20 | 1 | -1/+1 |
* | Introduce `ContainerId` | Aleksey Kladov | 2019-12-20 | 1 | -1/+1 |
* | Rename ContainerId -> AssocContainerId | Aleksey Kladov | 2019-12-20 | 1 | -5/+5 |
* | Add body as a possible container for items | Aleksey Kladov | 2019-12-19 | 1 | -5/+5 |
* | Switch to the new location for impls | Aleksey Kladov | 2019-12-12 | 1 | -3/+3 |
* | Fix #2467 | Florian Diebold | 2019-12-03 | 1 | -4/+4 |
* | Refactor a bit | Florian Diebold | 2019-12-02 | 1 | -42/+56 |
* | Check receiver type properly | Florian Diebold | 2019-12-02 | 1 | -8/+63 |
* | Change order of calls to get method candidate order correct | Florian Diebold | 2019-12-02 | 1 | -37/+115 |
* | Handle cycles in impl types better | Florian Diebold | 2019-11-30 | 1 | -4/+5 |
* | Memoize impl resolutions | Aleksey Kladov | 2019-11-27 | 1 | -20/+10 |
* | Move Ty | Aleksey Kladov | 2019-11-27 | 1 | -0/+363 |