tame/tamer/src
Mike Gerwitz 34eb994a0d tamer: asg::Asg::set_fragment: {ObjectRef=>SymbolId}
In the actual implementation (outside of tests), this is always looking up
before adding the symbol.  This will simplify the API, while still retaining
errors, since the identifier will fail the state transition if the
identifier did not exist before attempting to set a fragment.  So while this
is slower in microbenchmarks, this has no effect on real-world performance.

Further, I'm refactoring toward a streaming ASG aggregation, which is a lot
easier if we do not need to perform lookups in a separate step from the
ASG's primitives.

DEV-11864
2022-05-16 13:14:27 -04:00
..
asg tamer: asg::Asg::set_fragment: {ObjectRef=>SymbolId} 2022-05-16 13:14:27 -04:00
bin tamer: Remove wip-frontends feature flag 2022-05-04 09:37:10 -04:00
diagnose Copyright year update 2022 2022-05-03 14:14:29 -04:00
iter Copyright year update 2022 2022-05-03 14:14:29 -04:00
ld tamer: asg::Asg::set_fragment: {ObjectRef=>SymbolId} 2022-05-16 13:14:27 -04:00
obj tamer: asg::Asg::set_fragment: {ObjectRef=>SymbolId} 2022-05-16 13:14:27 -04:00
sym Copyright year update 2022 2022-05-03 14:14:29 -04:00
test Copyright year update 2022 2022-05-03 14:14:29 -04:00
xir Copyright year update 2022 2022-05-03 14:14:29 -04:00
convert.rs Copyright year update 2022 2022-05-03 14:14:29 -04:00
diagnose.rs Copyright year update 2022 2022-05-03 14:14:29 -04:00
fs.rs Copyright year update 2022 2022-05-03 14:14:29 -04:00
global.rs Copyright year update 2022 2022-05-03 14:14:29 -04:00
iter.rs Copyright year update 2022 2022-05-03 14:14:29 -04:00
ld.rs Copyright year update 2022 2022-05-03 14:14:29 -04:00
lib.rs Copyright year update 2022 2022-05-03 14:14:29 -04:00
parse.rs tamer: parse::Token: Remove Eq trait bound 2022-05-16 10:05:14 -04:00
span.rs Copyright year update 2022 2022-05-03 14:14:29 -04:00
xir.rs Copyright year update 2022 2022-05-03 14:14:29 -04:00