tame/tamer/src
Mike Gerwitz 4c5b860195 tamer: Remove Ix generic from ASG
This is simply not worth it; the size is not going to be the bottleneck (at
least any time soon) and the generic not only pollutes all the things that
will use ASG in the near future, but is also incompatible with the SymbolId
default that is used everywhere; if we have to force it to 32 bits anyway,
then we may as well just default it right off the bat.

I thought that this seemed like a good idea at the time, and saving bits is
certainly tempting, but it was premature.
2022-01-14 10:21:49 -05:00
..
asg tamer: Remove Ix generic from ASG 2022-01-14 10:21:49 -05:00
bin tamer: frontend: Begin basic XML parsing 2021-07-27 00:37:13 -04:00
frontend tamer: frontend: Begin basic XML parsing 2021-07-27 00:37:13 -04:00
iter tamer: iter::collect::TryCollect::try_collect_ok: Doc fix 2021-11-16 12:26:05 -05:00
ld tamer: Remove Ix generic from ASG 2022-01-14 10:21:49 -05:00
obj tamer: Remove Ix generic from ASG 2022-01-14 10:21:49 -05:00
sym tamer: obj::xmlo: Extract error types into own module 2021-11-16 15:47:52 -05:00
test tamer: tameld: Skip fragment unescaping only to re-escape on write 2021-08-18 11:39:06 -04:00
tpwrap tamer: Introduce tpwrap module to contain quick_xml::Error adapter 2021-07-23 23:23:55 -04:00
xir tamer: xir::{tree::=>}parse: Move module 2021-12-23 13:17:18 -05:00
convert.rs tamer: convert: Add missing method-level docs 2021-09-08 16:12:53 -04:00
fs.rs Copyright year update 2021 2021-07-22 15:00:15 -04:00
global.rs tamer: Remove Ix generalization throughout system 2021-09-23 14:52:54 -04:00
iter.rs tamer: iter::TryCollect::try_collect_ok: New method 2021-11-10 09:09:07 -05:00
ld.rs tamer: {ir::=>}{asg, xir} 2021-11-04 16:13:27 -04:00
lib.rs tamer: {ir::=>}{asg, xir} 2021-11-04 16:13:27 -04:00
span.rs tamer: Replace all &'static str in errors with SymbolId 2021-10-11 15:39:53 -04:00
xir.rs tamer: xir::{tree::=>}parse: Move module 2021-12-23 13:17:18 -05:00