rust/src/librustdoc
bors b4d324334c auto merge of #12815 : alexcrichton/rust/chan-rename, r=brson
* Chan<T> => Sender<T>
* Port<T> => Receiver<T>
* Chan::new() => channel()
* constructor returns (Sender, Receiver) instead of (Receiver, Sender)
* local variables named `port` renamed to `rx`
* local variables named `chan` renamed to `tx`

Closes #11765
2014-03-13 14:06:37 -07:00
..
html auto merge of #12756 : pongad/rust/remove_owned_str_pat, r=alexcrichton 2014-03-12 19:21:44 -07:00
clean.rs Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefCell<T>>. 2014-03-13 14:21:45 +02:00
core.rs librustdoc: Fix librustdoc for the Vec<T> change. 2014-03-08 21:41:42 +01:00
doctree.rs Mark top level module as a crate in rustdoc, closes #12507 2014-02-26 14:00:00 +01:00
fold.rs Mark top level module as a crate in rustdoc, closes #12507 2014-02-26 14:00:00 +01:00
lib.rs rustc: Remove matching on ~str from the language 2014-03-12 19:17:36 -04:00
markdown.rs doc: CSS fixes 2014-03-09 18:45:11 +01:00
passes.rs rustc: Remove matching on ~str from the language 2014-03-12 19:17:36 -04:00
plugins.rs Move extra::json to libserialize 2014-02-24 09:51:39 -08:00
test.rs std: Rename Chan/Port types and constructor 2014-03-13 13:23:29 -07:00
visit_ast.rs rename ast::ViewItemExternMod to ast::ViewItemExternCrate, and clean::ExternMod to clean::ExternCrate 2014-03-07 15:57:45 +08:00