edef
|
976b971436
|
get rid of the old Context::swap
The two-parameter version is the only necessary API.
|
2016-04-03 19:55:25 +02:00 |
edef
|
b986931817
|
remove copyright years
They're obnoxious to update, and I'm told they have no legal value.
|
2016-03-22 08:25:23 +01:00 |
John Ericson
|
5411f10460
|
use Void to ensure closure diverges
|
2015-08-26 00:51:18 +02:00 |
edef
|
d627f0d725
|
big rename — we're libfringe now
|
2015-04-16 08:11:12 -04:00 |
edef
|
fe490275fa
|
move os::Stack behind the facade, to OsStack
|
2015-04-16 07:44:07 -04:00 |
edef
|
ff25697444
|
remove StackSource
Nothing in this library took StackSources, and it's probably too
high-level a concept to include here. Maybe later.
|
2015-04-16 07:42:16 -04:00 |
edef
|
bdb6e0bd8b
|
let StackSource::get_stack take &mut self
|
2015-04-16 07:35:29 -04:00 |
edef
|
b8211689fa
|
return a Result from StackSource::get_stack with an associated Error
fix #7
|
2015-04-16 04:14:18 -04:00 |
edef
|
42db0ee5b1
|
loosen the lifetime bounds on Context
fix #6
ref #3
|
2015-04-16 04:01:02 -04:00 |
edef
|
54b34383e3
|
parametrise Context on Stack
|
2015-04-15 21:51:37 -04:00 |
edef
|
8dc53c3125
|
make Context::new take a stack, instead of creating one
|
2015-04-15 19:35:27 -04:00 |
edef
|
f620005d0f
|
move the example to the examples dir
|
2015-04-15 19:35:27 -04:00 |