Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | call_info works with closures | Aleksey Kladov | 2020-07-17 | 1 | -10/+1 |
* | Mismatched arg count works for lambdas | Aleksey Kladov | 2020-07-17 | 2 | -10/+30 |
* | Align CallableDefId naming with other ids | Aleksey Kladov | 2020-07-16 | 9 | -47/+49 |
* | Rename CallableDefId -> InternedCallabelDefid | Aleksey Kladov | 2020-07-16 | 3 | -11/+11 |
* | Remove TypeCtor interning | Florian Diebold | 2020-07-15 | 5 | -30/+21 |
* | Use Chalk closure support | Florian Diebold | 2020-07-15 | 6 | -350/+83 |
* | Add FIXME | Jonas Schievink | 2020-07-14 | 1 | -0/+1 |
* | Thread varargs through r-a | Jonas Schievink | 2020-07-14 | 7 | -19/+65 |
* | ItemTree: Lower tuple types despite invalid type | Jonas Schievink | 2020-07-14 | 1 | -0/+23 |
* | Refactor the test of diagnostic tests | Aleksey Kladov | 2020-07-14 | 6 | -474/+278 |
* | Allow multiline annotations | Aleksey Kladov | 2020-07-14 | 2 | -2/+3 |
* | Merge #5368 | bors[bot] | 2020-07-14 | 4 | -1267/+511 |
|\ | |||||
| * | Compress match checking tests | Aleksey Kladov | 2020-07-14 | 3 | -1168/+419 |
| * | Data-driven diagnostics tests | Aleksey Kladov | 2020-07-14 | 3 | -100/+93 |
* | | Merge #5355 | bors[bot] | 2020-07-14 | 1 | -0/+1 |
|\ \ | |/ |/| | |||||
| * | Add a license field to all the crates | Yuki Okushi | 2020-07-14 | 1 | -0/+1 |
* | | Reduce visibility | Aleksey Kladov | 2020-07-14 | 1 | -85/+83 |
* | | Cleanup visibility | Aleksey Kladov | 2020-07-14 | 2 | -7/+11 |
* | | Cleanup hir diagnostics API | Aleksey Kladov | 2020-07-14 | 5 | -40/+48 |
* | | Consolidate hir diagnostics code in one place | Aleksey Kladov | 2020-07-14 | 6 | -13/+14 |
|/ | |||||
* | Don't copy-paste `impl_froms` into every crate | Aleksey Kladov | 2020-07-13 | 3 | -30/+9 |
* | Reorder imports | Aleksey Kladov | 2020-07-13 | 3 | -8/+7 |
* | Merge #5331 | bors[bot] | 2020-07-12 | 2 | -2/+63 |
|\ | |||||
| * | Fix #4966 | Florian Diebold | 2020-07-12 | 2 | -2/+63 |
* | | Remove some unnecessary file names | Florian Diebold | 2020-07-12 | 1 | -3/+0 |
* | | Add test for #4281 | Florian Diebold | 2020-07-12 | 1 | -0/+23 |
* | | Search more efficiently for int/float impls | Florian Diebold | 2020-07-12 | 3 | -18/+118 |
* | | Adapt trait object coercion tests to the status quo | Florian Diebold | 2020-07-12 | 1 | -4/+51 |
* | | Use Chalk built-in representation for array types | Florian Diebold | 2020-07-12 | 1 | -7/+36 |
* | | Remove built-in Unsize impls | Florian Diebold | 2020-07-12 | 4 | -235/+6 |
* | | Upgrade Chalk | Florian Diebold | 2020-07-12 | 1 | -2/+3 |
* | | Enable Chalk tracing in hir_ty tests | Florian Diebold | 2020-07-12 | 5 | -66/+56 |
* | | Upgrade Chalk | Florian Diebold | 2020-07-12 | 5 | -13/+63 |
|/ | |||||
* | infer: Add type inference support for Union types | Otavio Salvador | 2020-07-11 | 2 | -2/+32 |
* | arg count mismatch: handle tuple ctors | Jonas Schievink | 2020-07-09 | 1 | -17/+34 |
* | Address review comments | Jonas Schievink | 2020-07-09 | 2 | -40/+28 |
* | Add tests | Jonas Schievink | 2020-07-09 | 1 | -0/+129 |
* | Fix diagnostic for method calls | Jonas Schievink | 2020-07-09 | 1 | -3/+12 |
* | Correctly pluralize message | Jonas Schievink | 2020-07-09 | 1 | -1/+2 |
* | Don't emit diagnostic if there are type errors | Jonas Schievink | 2020-07-09 | 1 | -0/+7 |
* | Add argument count mismatch diagnostic | Jonas Schievink | 2020-07-09 | 2 | -5/+92 |
*-. | Merge #5235 #5236 #5241 | bors[bot] | 2020-07-07 | 4 | -9/+6 |
|\ \ | |||||
| | * | Clippy perf warnings | kjeremy | 2020-07-06 | 4 | -9/+6 |
| |/ | |||||
* / | Switch to fully dynamically dispatched salsa | Aleksey Kladov | 2020-07-07 | 5 | -22/+18 |
|/ | |||||
* | Fix inference of indexing argument (partly) | Florian Diebold | 2020-07-03 | 2 | -8/+48 |
* | Merge #5149 | bors[bot] | 2020-07-01 | 7 | -66/+135 |
|\ | |||||
| * | Implement Chalk variable kinds | Florian Diebold | 2020-07-01 | 7 | -66/+135 |
* | | ItemTree: Lower fields despite invalid type | Jonas Schievink | 2020-07-01 | 1 | -0/+24 |
* | | Split `CrateImplDefs` in inherent and trait impls | Jonas Schievink | 2020-07-01 | 3 | -105/+110 |
* | | Don't recursively call `impls_from_deps` | Jonas Schievink | 2020-07-01 | 1 | -11/+2 |