Niko Matsakis
|
b4053ad76b
|
rename references to memoized to tracked
|
2022-08-04 01:42:42 -04:00 |
|
Niko Matsakis
|
91a18114bc
|
s/memoized/tracked-fn/
|
2022-08-04 01:41:04 -04:00 |
|
Niko Matsakis
|
8f2f664e96
|
rename impl stuff from entity to tracked struct
|
2022-08-03 13:42:33 -04:00 |
|
Niko Matsakis
|
a96cb03a05
|
remove #[salsa::entity] , and #[salsa::tracked]
|
2022-08-03 09:09:22 -04:00 |
|
Niko Matsakis
|
8ff4f5069e
|
rename EntityLike to SalsaStruct
|
2022-08-03 08:53:27 -04:00 |
|
Niko Matsakis
|
3a55d3072b
|
remove DataItem now that we don't support enums
simpler.
|
2022-08-03 03:50:46 -04:00 |
|
Niko Matsakis
|
0880be0b79
|
remove support for interned enums
It's nicer to just define a struct with a data field.
|
2022-08-03 03:43:39 -04:00 |
|
Niko Matsakis
|
7e3e77d611
|
fix various small bugs in #[salsa::input]
|
2022-08-03 00:41:22 -04:00 |
|
Niko Matsakis
|
f0156cca36
|
rename all_entity_fields to all_field_names
|
2022-08-03 00:32:27 -04:00 |
|
Niko Matsakis
|
783981dc16
|
add salsa::input items
|
2022-08-03 00:31:50 -04:00 |
|
Niko Matsakis
|
1c882bb598
|
fix missing format! calls in entity_like.rs
|
2022-08-03 00:31:26 -04:00 |
|
Niko Matsakis
|
3559ac2b21
|
remove trailing whitespace
|
2022-08-02 15:05:28 -04:00 |
|
Niko Matsakis
|
548beade54
|
extract configuration struct/impl code from entity
`#[salsa::input]` structs will need similar code
|
2022-08-02 10:56:27 -04:00 |
|
Niko Matsakis
|
f2649ee503
|
extract helper functions for validation
|
2022-08-02 14:22:45 +03:00 |
|
Niko Matsakis
|
d0b7046245
|
quick fix for components w/ optional jar
We need tests!
|
2022-08-02 07:28:13 +03:00 |
|
Niko Matsakis
|
e3769b5c31
|
remove trailing whitespace
this seems to be a rustfmt bug?
|
2022-08-01 13:54:21 +03:00 |
|
Niko Matsakis
|
985650523e
|
entity-based salsa preview
|
2022-08-01 09:24:49 +03:00 |
|