Commit Graph

36 Commits

Author SHA1 Message Date
Alex Crichton
3e311415b2 Add compatibility for compiling as part of std 2019-05-14 17:42:37 -07:00
Alex Crichton
64599c39c7 Bump to 0.1.7 2019-03-04 13:18:05 -08:00
Alex Crichton
5cd2f3066c Document macro 2019-01-11 09:02:32 -08:00
Alex Crichton
f2ca5c94d6 Update travis URL 2019-01-02 11:55:30 -08:00
Alex Crichton
d7adf5fa33 Yet another attempt 2018-12-22 10:16:42 -08:00
Alex Crichton
6137648bc8 Switch to a deploy provider 2018-12-22 10:02:14 -08:00
Alex Crichton
15c0837b3b Test out deploy keys for gh-pages 2018-12-22 09:32:12 -08:00
Alex Crichton
006e762dd3 Tweak travis config 2018-12-22 08:22:40 -08:00
Alex Crichton
4419f86c7a Tweak travis config 2018-12-22 08:12:34 -08:00
Alex Crichton
a8626a4a28 Bump to 0.1.6 2018-10-19 19:28:31 -07:00
Alex Crichton
ef0d9a5661
Merge pull request #16 from billyrieger/master
Get it to work with Rust 2018 module changes
2018-10-19 22:28:12 -04:00
Billy Rieger
67e01e5f0e Add local_inner_macros attribute 2018-10-19 14:43:24 -07:00
Alex Crichton
9106d5805e Bump to 0.1.5 2018-08-12 19:04:30 -07:00
Alex Crichton
161a7a50f6 Merge into one macro
Also document some various aspects of it. Hopefully this makes it 2018
compatible!
2018-08-12 18:59:44 -07:00
Alex Crichton
732abca63c
Merge pull request #12 from GuillaumeGomez/intra-link
Intra link
2018-06-27 10:54:48 -05:00
Guillaume Gomez
d248f92a1e Update version 2018-06-27 15:05:08 +02:00
Guillaume Gomez
a9650b718f Fix rustdoc intra-link failures
Closes #13
2018-06-27 15:04:54 +02:00
Alex Crichton
41054f9fc7 Bump to 0.1.3 2018-05-03 06:50:46 -07:00
Alex Crichton
927058ff45 Update Cargo.toml doc url 2018-05-03 06:47:04 -07:00
Alex Crichton
ecd05a6fc5 Update doc url 2018-04-23 11:44:25 -07:00
Alex Crichton
5f657c4d08 Don't test the README 2017-12-16 16:53:27 -08:00
Alex Crichton
3923e9a2a6 Clarify wording of license information in README.
This text historically was copied verbatim from rust-lang/rust's own README [1]
with the intention of licensing projects the same as rustc's own license, namely
a dual MIT/Apache-2.0 license. The clause about "various BSD-like licenses"
isn't actually correct for almost all projects other than rust-lang/rust and
the wording around "both" was slightly ambiguous.

This commit updates the wording to match more precisely what's in the
standard library [2], namely clarifying that there aren't any BSD-like licenses
in this repository and that the source is licensable under either license, at
your own discretion.

[1]: f0fe716dbc (license)
[2]: f0fe716dbc/src/libstd/lib.rs (L5-L9)
2017-10-30 14:15:09 -07:00
Alex Crichton
040b9d4d08 Merge pull request #5 from mgeisler/patch-1
Add CI badge for crates.io
2017-07-25 16:12:56 -05:00
Martin Geisler
e95025767c Add CI badge for crates.io 2017-07-25 23:01:30 +02:00
Alex Crichton
9db1c70b8a Bump to 0.1.2 2017-07-05 07:50:07 -07:00
Alex Crichton
cbf0113b55 Merge pull request #4 from clarcharr/master
Allow blocks without else.
2017-06-30 15:39:56 -07:00
Clar Charr
8a594d0994 Allow blocks without else. 2017-06-28 20:21:35 -04:00
Alex Crichton
5206f545fb Bump to 0.1.1 2017-06-08 09:18:23 -07:00
Alex Crichton
58fa471e68 Add missing license files
Closes #2
2017-02-21 06:43:06 -08:00
Alex Crichton
b289bb2a81 Merge pull request #1 from dhylands/no-std
Make create be no_std
2016-12-26 17:58:19 -08:00
Dave Hylands
99dac1750c Removed not(test)
Modified test code to use core::option::Option instead.
2016-12-25 10:28:10 -08:00
Dave Hylands
c0d70480c2 Make create be no_std
The regular portion of the crate doesn't need anything from std
so turn off std for non-test. This allows this to be used from
projects which are also no_std.
2016-12-24 13:38:22 -08:00
Alex Crichton
786889296e Move travis from 1.0.0 -> stable 2016-01-25 12:56:29 -08:00
Alex Crichton
426756ddd9 Fix tests in README 2015-07-07 18:09:13 -07:00
Alex Crichton
081f6333c0 Add travis configuration 2015-07-07 18:08:09 -07:00
Alex Crichton
3e9f521352 Initial commit 2015-07-07 18:07:04 -07:00