mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-19 07:24:40 +00:00
842 B
842 B
2.0.1
- Work around a rustdoc ICE (#24)
2.0.0
- Breaking changes:
- leapjoin now takes a tuple of leapers, and not a
&mutslice:from_leapjoin(&input, &mut [&mut foo.extend_with(...), ..], ..)becomesfrom_leapjoin(&input, (foo.extend_with(...), ..), ..)- if there is only one leaper, no tuple is needed
Relation::fromnow requires a vector, not an iterator; useRelation::from_iterinstead
- leapjoin now takes a tuple of leapers, and not a
- Changed the API to permit using
RelationandVariablemore interchangeably, and added a number of operations to construct relations directly, likeRelation::from_join - Extended leapfrog triejoin with new operations (
PrefixFilterandValueFilter)
1.0.0
- Added leapfrog triejoin (#11).
- Have badges and repo links now!
- Minor performance improvements (#13).
0.1.0
- Initial release.