mentat/core/src
Richard Newman f979044ba1
Refactor value type boxing. (#659) r=nalexander
* Pre: eliminate some occurrences of Rc, largely through the magic of Into.
* Pre: introduce FromRc to convert between refcounted types.
* Introduce ValueRc as an abstraction over Rc/Arc choice.
* Move Cloned to core.
* Move CString-creation methods to TypedValue.
* Finish transition.
2018-04-25 14:23:27 -07:00
..
cache.rs Update cache on write. (#566) r=emily 2018-03-06 09:01:20 -08:00
counter.rs Automatically remove trailing whitespace from text files. (#527) r=rnewman 2018-01-19 21:21:04 -06:00
intern_set.rs Preliminary work for vocabulary management. r=emily,nalexander 2018-01-23 08:25:32 -08:00
lib.rs Refactor value type boxing. (#659) r=nalexander 2018-04-25 14:23:27 -07:00
sql_types.rs Split mentat_core TypedValue code into separate files for clarity. 2018-04-24 15:05:04 -07:00
types.rs Refactor value type boxing. (#659) r=nalexander 2018-04-25 14:23:27 -07:00
util.rs Pre: move Either to mentat_core::util. 2017-06-15 10:28:02 -07:00
value_type_set.rs Split mentat_core TypedValue code into separate files for clarity. 2018-04-24 15:05:04 -07:00
values.rs Fix merge conflict. 2018-04-03 14:54:46 -07:00