rust/src/libextra
bors 24784e8030 auto merge of #6771 : thestinger/rust/highlight, r=luqmana
This works with pandoc linked against highlighting-kate >= 0.5.3.8. It seems to just be a no-op with earlier versions, because I successfully ran this through `try`.

This also fixes some consistency issues (like making `Example`/`Examples` always a header and always using three tildes).
2013-05-28 04:02:02 -07:00
..
num cleanup warnings from libextra 2013-05-23 17:57:06 -07:00
arc.rs syntax highlight code examples in docstrings 2013-05-27 14:47:21 -04:00
arena.rs libextra: Rename the actual metadata names of libcore to libstd and libstd to libextra 2013-05-22 21:57:07 -07:00
base64.rs syntax highlight code examples in docstrings 2013-05-27 14:47:21 -04:00
bitv.rs Remove unnecessary allocations flagged by lint 2013-05-28 03:14:44 +09:00
c_vec.rs libextra: Rename the actual metadata names of libcore to libstd and libstd to libextra 2013-05-22 21:57:07 -07:00
comm.rs libextra: Rename the actual metadata names of libcore to libstd and libstd to libextra 2013-05-22 21:57:07 -07:00
dbg.rs libstd: Rename libcore to libstd and libstd to libextra; update makefiles. 2013-05-22 21:57:05 -07:00
deque.rs extra: Add reserve and reserve_at_least to extra::deque 2013-05-27 11:47:38 -07:00
dlist.rs cleanup warnings from libextra 2013-05-23 17:57:06 -07:00
ebml.rs libextra: Rename the actual metadata names of libcore to libstd and libstd to libextra 2013-05-22 21:57:07 -07:00
fileinput.rs cleanup warnings from libextra 2013-05-23 17:57:06 -07:00
flate.rs cleanup warnings from libextra 2013-05-23 17:57:06 -07:00
flatpipes.rs syntax highlight code examples in docstrings 2013-05-27 14:47:21 -04:00
fun_treemap.rs libextra: Rename the actual metadata names of libcore to libstd and libstd to libextra 2013-05-22 21:57:07 -07:00
future.rs syntax highlight code examples in docstrings 2013-05-27 14:47:21 -04:00
getopts.rs Remove unnecessary allocations flagged by lint 2013-05-28 03:14:44 +09:00
io_util.rs libstd: Rename libcore to libstd and libstd to libextra; update makefiles. 2013-05-22 21:57:05 -07:00
json.rs Remove unnecessary allocations flagged by lint 2013-05-28 03:14:44 +09:00
list.rs cleanup warnings from libextra 2013-05-23 17:57:06 -07:00
md4.rs Remove unnecessary allocations flagged by lint 2013-05-28 03:14:44 +09:00
net.rs libstd: Rename libcore to libstd and libstd to libextra; update makefiles. 2013-05-22 21:57:05 -07:00
net_ip.rs cleanup warnings from libextra 2013-05-23 17:57:06 -07:00
net_tcp.rs syntax highlight code examples in docstrings 2013-05-27 14:47:21 -04:00
net_url.rs cleanup warnings from libextra 2013-05-23 17:57:06 -07:00
par.rs libextra: Rename the actual metadata names of libcore to libstd and libstd to libextra 2013-05-22 21:57:07 -07:00
priority_queue.rs cleanup warnings from libextra 2013-05-23 17:57:06 -07:00
rc.rs libextra: Rename the actual metadata names of libcore to libstd and libstd to libextra 2013-05-22 21:57:07 -07:00
rl.rs libextra: Rename the actual metadata names of libcore to libstd and libstd to libextra 2013-05-22 21:57:07 -07:00
rope.rs libextra: Rename the actual metadata names of libcore to libstd and libstd to libextra 2013-05-22 21:57:07 -07:00
semver.rs libextra: Rename the actual metadata names of libcore to libstd and libstd to libextra 2013-05-22 21:57:07 -07:00
serialize.rs libextra: Rename the actual metadata names of libcore to libstd and libstd to libextra 2013-05-22 21:57:07 -07:00
sha1.rs cleanup warnings from libextra 2013-05-23 17:57:06 -07:00
smallintmap.rs libextra: Add missing core::prelude import. rs=burningtree 2013-05-23 08:33:30 -07:00
sort.rs cleanup warnings from libextra 2013-05-23 17:57:06 -07:00
stats.rs libextra: Rename the actual metadata names of libcore to libstd and libstd to libextra 2013-05-22 21:57:07 -07:00
std.rc Get rid of no-longer-needed #[doc(hidden)] attributes. 2013-05-27 13:29:48 -04:00
sync.rs syntax highlight code examples in docstrings 2013-05-27 14:47:21 -04:00
task_pool.rs libextra: Rename the actual metadata names of libcore to libstd and libstd to libextra 2013-05-22 21:57:07 -07:00
tempfile.rs test: Update tests and import the prelude in some more places. 2013-05-22 21:57:10 -07:00
term.rs libextra: Rename the actual metadata names of libcore to libstd and libstd to libextra 2013-05-22 21:57:07 -07:00
test.rs cleanup warnings from libextra 2013-05-23 17:57:06 -07:00
time.rs Increment copyright year of time.rs 2013-05-27 10:02:48 -07:00
timer.rs test: Update tests and import the prelude in some more places. 2013-05-22 21:57:10 -07:00
treemap.rs cleanup warnings from libextra 2013-05-23 17:57:06 -07:00
unicode.rs libstd: Rename libcore to libstd and libstd to libextra; update makefiles. 2013-05-22 21:57:05 -07:00
uv.rs libstd: Rename libcore to libstd and libstd to libextra; update makefiles. 2013-05-22 21:57:05 -07:00
uv_global_loop.rs libextra: Rename the actual metadata names of libcore to libstd and libstd to libextra 2013-05-22 21:57:07 -07:00
uv_iotask.rs libextra: Rename the actual metadata names of libcore to libstd and libstd to libextra 2013-05-22 21:57:07 -07:00
uv_ll.rs test: Update tests and import the prelude in some more places. 2013-05-22 21:57:10 -07:00
workcache.rs Refactor core::run in order to address many of the issues 2013-05-27 13:50:33 +01:00