Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Store macro invocation parameters as text instead of tt | Laurențiu Nicola | 2020-07-22 | 1 | -2/+2 |
| | |||||
* | Remove TypeCtor interning | Florian Diebold | 2020-07-15 | 1 | -1/+0 |
| | | | | Our TypeCtor and Chalk's TypeName match now! | ||||
* | Use Chalk closure support | Florian Diebold | 2020-07-15 | 1 | -2/+0 |
| | |||||
* | Remove relative_path dependency | Aleksey Kladov | 2020-07-08 | 1 | -4/+3 |
| | |||||
* | Add a command to compute memory usage statistics | Jonas Schievink | 2020-07-07 | 1 | -0/+9 |
| | |||||
* | Switch to fully dynamically dispatched salsa | Aleksey Kladov | 2020-07-07 | 1 | -10/+10 |
| | | | | This improves compile times quite a bit | ||||
* | Fix memory usage accounting for interned queries | Jonas Schievink | 2020-07-03 | 1 | -17/+30 |
| | |||||
* | Split `CrateImplDefs` in inherent and trait impls | Jonas Schievink | 2020-07-01 | 1 | -2/+3 |
| | | | | | | This makes the intention of inherent vs. trait impls somewhat more clear and also fixes (?) an issue where trait impls with an unresolved trait were added as inherent impls instead (hence the test changes). | ||||
* | Measure ItemTree query memory usage | Jonas Schievink | 2020-06-24 | 1 | -0/+1 |
| | |||||
* | Remove raw item query | Jonas Schievink | 2020-06-24 | 1 | -1/+0 |
| | |||||
* | New VFS | Aleksey Kladov | 2020-06-23 | 1 | -62/+23 |
| | |||||
* | Add new query to stats | Jonas Schievink | 2020-06-19 | 1 | -0/+1 |
| | |||||
* | Replace `impls_in_trait` with `CrateImplDefs` | Jonas Schievink | 2020-06-19 | 1 | -1/+0 |
| | |||||
* | Remove special casing for library symbols | Aleksey Kladov | 2020-06-18 | 1 | -74/+5 |
| | | | | | | | | We might as well handle them internally, via queries. I am not sure, but it looks like the current LibraryData setup might even predate salsa? It's not really needed and creates a bunch of complexity. | ||||
* | Remove dead code | Aleksey Kladov | 2020-06-11 | 1 | -8/+1 |
| | |||||
* | Merge #4689 | bors[bot] | 2020-06-05 | 1 | -0/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | 4689: Implement return position impl trait / opaque type support r=matklad a=flodiebold This is working, but I'm not that happy with how the lowering works. We might need an additional representation between `TypeRef` and `Ty` where names are resolved and `impl Trait` bounds are separated out, but things like inference variables don't exist and `impl Trait` is always represented the same way. Also note that this doesn't implement correct handling of RPIT *inside* the function (which involves turning the `impl Trait`s into variables and creating obligations for them). That intermediate representation might help there as well. Co-authored-by: Florian Diebold <[email protected]> Co-authored-by: Florian Diebold <[email protected]> | ||||
| * | Review fixes | Florian Diebold | 2020-06-05 | 1 | -0/+1 |
| | | |||||
* | | Measure memory usage of ImportMap | Jonas Schievink | 2020-06-05 | 1 | -0/+1 |
|/ | |||||
* | Cleanup memory usage stats | Aleksey Kladov | 2020-03-25 | 1 | -2/+10 |
| | |||||
* | Consider crate declaration names | Kirill Bulatov | 2020-03-08 | 1 | -5/+1 |
| | |||||
* | Normalize waiting queries names | Aleksey Kladov | 2020-03-06 | 1 | -3/+3 |
| | |||||
* | Don't reuse the Chalk solver | Florian Diebold | 2020-03-06 | 1 | -1/+0 |
| | | | | | This slows down analysis-stats a bit (~5% in my measurement), but improves incremental checking a lot because we can reuse trait solve results. | ||||
* | Run cargo +nightly fix --clippy -Z unstable-options | Kirill Bulatov | 2020-02-18 | 1 | -1/+1 |
| | |||||
* | Docs | Aleksey Kladov | 2020-02-06 | 1 | -1/+2 |
| | |||||
* | Move to a crate | Aleksey Kladov | 2020-02-06 | 1 | -0/+386 |