aboutsummaryrefslogtreecommitdiffstats
path: root/src/directory.rs
Commit message (Collapse)AuthorAge
* Switch to `where` syntaxeaon2018-11-12
|
* trust clippy and rustfmtDirk Van Haerenborgh2018-11-07
|
* rustfmtDirk Van Haerenborgh2018-11-05
|
* implement 'Ext' traits for all types exept iteratorsDirk Van Haerenborgh2018-11-05
|
* add MessageExt traitDirk Van Haerenborgh2018-11-04
|
* start adding 'Ext' threads to enable more flexible supercow apiDirk Van Haerenborgh2018-11-04
|
* improve lifetime management with supercowDirk Van Haerenborgh2018-11-01
|
* more correct lifetimesDirk Van Haerenborgh2018-10-25
|
* some tries towards better lifetimesDirk Van Haerenborgh2018-10-24
|
* cleanup & export db revision uuidDirk Van Haerenborgh2018-10-06
|
* make everything Send+SyncDirk Van Haerenborgh2018-04-14
|
* add missing lifetime parametersDirk Van Haerenborgh2018-04-13
|
* I think these are actually Send'able, but certainly no SyncDirk Van Haerenborgh2018-04-13
|
* Add Directory::child_directoriesrhn2018-04-13
|
* notmuch is not thread safe. do not let the user think it isDirk Van Haerenborgh2018-04-12
|
* make some types Send'ableDirk Van Haerenborgh2018-04-12
|
* message and thread iteratorsDirk Van Haerenborgh2018-03-23
|
* proper tags iteratorDirk Van Haerenborgh2018-03-23
|
* correct lifetime for queryDirk Van Haerenborgh2018-03-22
|
* Add directory module and `Directory` type.C. Morgan Hamill2015-03-31
Wrapper type for `ffi::notmuch_directory_t` pointer.