summaryrefslogtreecommitdiffstats
path: root/libimagentrylink
AgeCommit message (Expand)Author
2016-10-31Merge pull request #656 from matthiasbeyer/cargo-rustc-codegen-unitsMatthias Beyer
2016-10-24libimagentrylink/Cargo.toml: Update dependenciesMatthias Beyer
2016-10-24Add codegen-units = 2 in ./libimagentrylink/Cargo.tomlMatthias Beyer
2016-10-20Merge pull request #804 from matthiasbeyer/libimagentrylink/iteratorsMatthias Beyer
2016-10-20Fix: Cargo.toml does not know "website", but "homepage"Matthias Beyer
2016-10-20Make fn pubMatthias Beyer
2016-10-20Refactor FilterCompareLinkCountIter into FilterLinksIterMatthias Beyer
2016-10-19Refactor Filter{More,Less}ThanIter into FilterCompareLinkCountIterMatthias Beyer
2016-10-19Add FilterMoreThanIterMatthias Beyer
2016-10-19Rewrite FilterUnlinkedIter to a FilterLessThanIterMatthias Beyer
2016-10-19Add FilterUnlinkedIterMatthias Beyer
2016-10-19Rename: RemoveUnlinkedIter -> DeleteUnlinkedIterMatthias Beyer
2016-10-19Remove DeleteIterMatthias Beyer
2016-10-19Initial add iterators for link libraryMatthias Beyer
2016-10-19Merge pull request #815 from matthiasbeyer/release-prepMatthias Beyer
2016-10-19Rewrite ExternalLinker::get_external_links() to return iteratorMatthias Beyer
2016-10-19Add warning on type namesMatthias Beyer
2016-10-19Add SelectExternal LinkIter extension traitMatthias Beyer
2016-10-19Add module documentationMatthias Beyer
2016-10-19Add module external::iterMatthias Beyer
2016-10-18Add meta-info in libimagentrylink/Cargo.tomlMatthias Beyer
2016-10-15Fix bug: Links were swappedMatthias Beyer
2016-10-15Add multi-link testMatthias Beyer
2016-10-15Fix bug: We have to compare StoreId objects without their baseMatthias Beyer
2016-10-15Add debugging outputMatthias Beyer
2016-10-15Add env-logger for test loggingMatthias Beyer
2016-10-15Add test for linking+unlinkingMatthias Beyer
2016-10-15Add first internal-linking testMatthias Beyer
2016-10-14Fix usage of libimagentrylink interfaceMatthias Beyer
2016-10-14Change InternalLinker to return iterator objectsMatthias Beyer
2016-10-13Create symlinks to documentation files in libimag*/README.mdMatthias Beyer
2016-10-13Move all libimag*/README.md to doc/src/05100-*Matthias Beyer
2016-10-13Increment header levels in the README.md files of the librariesMatthias Beyer
2016-10-01libimagentrylink: Add copyright notice to all filesMatthias Beyer
2016-09-06Bugfix: unique()ing the list of linksMatthias Beyer
2016-09-05Fix typo in is_external_link_storeid() helper fnMatthias Beyer
2016-09-05Add debug outputMatthias Beyer
2016-09-05Fix: We save the url at imag.content.url, not imag.content.uriMatthias Beyer
2016-09-04Remove StoreId::is_in_collection(), add StoreId::local()Matthias Beyer
2016-09-02Use new StoreId::is_in_collection() interfaceMatthias Beyer
2016-08-31Make internal linking only have store-relative linksMatthias Beyer
2016-08-31Rewrite internal link handling, returning Result<_> rather than Option<_>Matthias Beyer
2016-08-31Reimplement libimagentrylink::external::is_external_link_storeid() using Stor...Matthias Beyer
2016-08-30Remove version argument from module_entry_path_mod!() macroMatthias Beyer
2016-08-28Fix libimagentrylink::{error, internal}::* for new StoreId interfaceMatthias Beyer
2016-08-28Fix libimagentrylink::external::* for new StoreId interfaceMatthias Beyer
2016-08-06Upgrade toml dependency to 0.2Kai Sickeler
2016-08-03Replace map(unwrap()) with fold()Matthias Beyer
2016-08-03Replace map(unwrap()) with fold()Matthias Beyer
2016-08-03Replace map(unwrap()) with fold()Matthias Beyer