rust/src/librustdoc
bors c2e457686b auto merge of #13237 : alexcrichton/rust/private-tuple-structs, r=brson
This is the final commit need to implement [RFC #4](https://github.com/rust-lang/rfcs/blob/master/active/0004-private-fields.md), it makes all tuple struct fields private by default, overridable with the `pub` keyword.

I'll note one divergence from the original RFC which is outlined in the first commit.
2014-04-03 18:41:45 -07:00
..
html Switch some tuple structs to pub fields 2014-03-31 19:50:51 -07:00
clean.rs syntax: Remove AbiSet, use one Abi 2014-04-03 13:43:45 -07:00
core.rs rustdoc: Switch field privacy as necessary 2014-03-31 15:47:36 -07:00
doctree.rs rustdoc: Switch field privacy as necessary 2014-03-31 15:47:36 -07:00
flock.rs rustdoc: Switch field privacy as necessary 2014-03-31 15:47:36 -07:00
fold.rs Changed iter::Extendable and iter::FromIterator to take a Iterator by value 2014-03-25 21:49:55 +01:00
lib.rs Bump version to 0.10 2014-03-31 14:40:44 -07:00
markdown.rs test: Make manual changes to deal with the fallout from removal of 2014-03-21 23:37:21 +11:00
passes.rs Removed deprecated functions map and flat_map for vectors and slices. 2014-03-30 03:47:04 +02:00
plugins.rs rustdoc: Switch field privacy as necessary 2014-03-31 15:47:36 -07:00
test.rs rustdoc: Switch field privacy as necessary 2014-03-31 15:47:36 -07:00
visit_ast.rs syntax: Remove AbiSet, use one Abi 2014-04-03 13:43:45 -07:00