Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add unsafe diagnostics and unsafe highlighting | Paul Daniel Faria | 2020-06-27 | 2 | -1/+81 | |
* | Merge #4982 | bors[bot] | 2020-06-27 | 5 | -39/+107 | |
|\ | ||||||
| * | Bump chalk | Laurențiu Nicola | 2020-06-26 | 5 | -39/+107 | |
* | | Merge #5033 | bors[bot] | 2020-06-27 | 1 | -0/+46 | |
|\ \ | ||||||
| * | | Split glob import map to per-ns, switch ExprCollector to use a simpler push_res | Paul Daniel Faria | 2020-06-26 | 1 | -0/+46 | |
* | | | Address review comments | Jonas Schievink | 2020-06-26 | 1 | -1/+2 | |
| |/ |/| | ||||||
* | | Infer type for slice wildcard patterns | adamrk | 2020-06-25 | 3 | -2/+34 | |
|/ | ||||||
* | Make `iterate_method_candidates` non-generic | Jonas Schievink | 2020-06-24 | 1 | -56/+73 | |
* | Remove file id from item tree | Jonas Schievink | 2020-06-24 | 1 | -3/+3 | |
* | draw the rest of the owl | Jonas Schievink | 2020-06-24 | 1 | -5/+11 | |
* | Fix string literal inference in match | Laurențiu Nicola | 2020-06-24 | 2 | -13/+77 | |
* | Use only one code-path for parsing fixtures | Aleksey Kladov | 2020-06-23 | 8 | -2692/+2692 | |
* | Remove RelativePathBuf from fixture | Aleksey Kladov | 2020-06-22 | 1 | -1/+1 | |
* | Merge #4947 | bors[bot] | 2020-06-20 | 4 | -56/+87 | |
|\ | ||||||
| * | 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 | 4 | -57/+74 | |
* | | Merge #4958 | bors[bot] | 2020-06-20 | 4 | -24/+312 | |
|\ \ | ||||||
| * | | Push obligation instead of matching on solution | adamrk | 2020-06-20 | 2 | -45/+40 | |
| * | | Get Output assoc type by name | adamrk | 2020-06-20 | 1 | -13/+3 | |
| * | | Add test for dyn Fn Output | adamrk | 2020-06-20 | 1 | -0/+68 | |
| * | | move tests to ra_hir_ty | adamrk | 2020-06-20 | 1 | -0/+155 | |
| * | | Fixes to callable_sig_from_fn_trait | adamrk | 2020-06-20 | 1 | -65/+65 | |
| * | | Make get_fn_trait a method of FnTrait | adamrk | 2020-06-20 | 3 | -21/+21 | |
| * | | Switch back callable_sig for known fn types | adamrk | 2020-06-20 | 2 | -4/+4 | |
| * | | Infer FnSig from Fn traits | adamrk | 2020-06-19 | 4 | -18/+98 | |
* | | | Shift bound variables correctly when using assoc type shorthand | Florian Diebold | 2020-06-19 | 2 | -0/+94 | |
* | | | Use correct substs for super trait assoc types | Florian Diebold | 2020-06-19 | 3 | -17/+47 | |
|/ / | ||||||
* | | Fix substs in resolve_value_path for ImplSelf | Vincent Rouillé | 2020-06-19 | 2 | -1/+33 | |
* | | Merge #4851 | bors[bot] | 2020-06-19 | 1 | -1/+11 | |
|\ \ | ||||||
| * | | Add quickfix to add a struct field | Timo Freiberg | 2020-06-12 | 1 | -1/+11 | |
* | | | Merge #4839 | bors[bot] | 2020-06-19 | 1 | -7/+56 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Apply suggestions from code review | vsrs | 2020-06-18 | 1 | -28/+25 | |
| * | | Add Type::walk method | vsrs | 2020-06-18 | 1 | -0/+52 | |
| * | | Add `Go to Type Definition` hover action. | vsrs | 2020-06-18 | 1 | -3/+3 | |
* | | | Avoid all unchecked indexing in match checking | Jonas Schievink | 2020-06-17 | 1 | -28/+49 | |
|/ / | ||||||
* | | Use ra_fixture and reformat tests | Jonas Schievink | 2020-06-16 | 1 | -387/+385 | |
* | | Fix index-out-of-bounds panic in match checking | Jonas Schievink | 2020-06-16 | 1 | -2/+26 | |
* | | _match.rs: improve comment formatting | Jonas Schievink | 2020-06-14 | 1 | -113/+142 | |
|/ | ||||||
* | Make known paths use `core` instead of `std` | Jonas Schievink | 2020-06-11 | 4 | -28/+32 | |
* | Make relevant_crates return a Set | Aleksey Kladov | 2020-06-11 | 1 | -1/+2 | |
* | Clean up handling of int/float literal types | Florian Diebold | 2020-06-06 | 6 | -104/+33 | |
* | Fix type parameter defaults | Florian Diebold | 2020-06-05 | 7 | -110/+187 | |
* | Merge #4761 | bors[bot] | 2020-06-05 | 1 | -0/+5 | |
|\ | ||||||
| * | Upgrade Chalk to published version | Florian Diebold | 2020-06-05 | 1 | -0/+5 | |
* | | Merge #4689 | bors[bot] | 2020-06-05 | 10 | -79/+439 | |
|\ \ | ||||||
| * | | Review fixes | Florian Diebold | 2020-06-05 | 3 | -23/+65 | |
| * | | Implement return position impl trait / opaque type support | Florian Diebold | 2020-06-05 | 10 | -77/+395 | |
| |/ | ||||||
* / | Minimize FileLoader interface | Aleksey Kladov | 2020-06-05 | 1 | -10/+1 | |
|/ | ||||||
* | More direct signature for resolve_path | Aleksey Kladov | 2020-06-05 | 1 | -2/+2 |