Corey Richardson
a9bf099000
middle: trans: adt: remove dead code
2014-04-02 11:17:21 -04:00
Corey Richardson
ee82233a1e
middle: region: remove dead code
2014-04-02 11:17:20 -04:00
Corey Richardson
39fce48324
middle: pat_util: remove dead code
2014-04-02 11:17:20 -04:00
Corey Richardson
dc59df776a
middle: mem_categorization: remove dead code
2014-04-02 11:17:20 -04:00
Corey Richardson
393bc08762
middle: lang_items: allow dead code
2014-04-02 11:17:20 -04:00
Corey Richardson
35c98a8378
middle: kind: remove dead code
2014-04-02 11:17:20 -04:00
Corey Richardson
fb19d680f4
middle: graph: ignore dead code
2014-04-02 11:17:20 -04:00
Corey Richardson
6ed787155d
middle: freevars: remove dead code
2014-04-02 11:17:19 -04:00
Corey Richardson
4e5409ba91
middle: dataflow: remove dead code
2014-04-02 11:17:19 -04:00
Corey Richardson
d03e647a0a
middle: const_eval: remove dead code
2014-04-02 11:17:19 -04:00
Corey Richardson
2013488bee
middle: cfg: allow dead code
2014-04-02 11:17:19 -04:00
Corey Richardson
77d1978f8e
middle: borrowck: remove dead code
2014-04-02 11:17:19 -04:00
Corey Richardson
0ce17d941d
middle: astencode: remove dead code
2014-04-02 11:17:18 -04:00
Corey Richardson
194242f096
metadata: filesearch: remove dead code
2014-04-02 11:17:18 -04:00
Corey Richardson
0a0ab4031c
metadata: decoder: remove dead code
2014-04-02 11:17:15 -04:00
Corey Richardson
3f8d1588e8
metadata: cstore: remove dead code
2014-04-01 10:19:10 -04:00
Corey Richardson
6ce37e8dd7
metadata: csearch: remove dead code
2014-04-01 10:18:53 -04:00
Corey Richardson
86e6a80d8d
metadata: common: remove dead code
2014-04-01 10:17:32 -04:00
Corey Richardson
aae9594932
lib: llvm: remove dead code
2014-04-01 10:17:18 -04:00
Corey Richardson
59645c1209
back: link: remove dead code
2014-04-01 10:16:58 -04:00
Corey Richardson
74ddaa27e7
back: archive: remove dead code
2014-04-01 10:16:46 -04:00
Corey Richardson
5a4c8a9c57
back: abi: remove dead code
2014-04-01 10:12:02 -04:00
Corey Richardson
3b4a5174c0
rustc: make comments on CrateContext doc comments
2014-04-01 07:11:23 -04:00
bors
b8ef9fd9c9
auto merge of #13184 : alexcrichton/rust/priv-fields, r=brson
...
This is an implementation of a portion of [RFC #4 ](https://github.com/rust-lang/rfcs/blob/master/active/0004-private-fields.md ). This PR makes named struct fields private by default (as opposed to inherited by default).
The only real meaty change is the first commit to `rustc`, all other commits are just fallout of that change.
Summary of changes made:
* Named fields are private by default *everywhere*
* The `priv` keyword is now default-deny on named fields (done in a "lint" pass in privacy)
Changes yet to be done (before the RFC is closed)
* Change tuple structs to have private fields by default
* Remove `priv` enum variants
* Make `priv` a reserved keyword
2014-03-31 15:51:33 -07:00
Alex Crichton
37a3131640
doc: Update with changes in field privacy
2014-03-31 15:47:37 -07:00
Alex Crichton
8093427195
url: Switch privacy defaults where necessary
2014-03-31 15:47:37 -07:00
Alex Crichton
9aa4a94953
compiletest: Switch field privacy where necessary
2014-03-31 15:47:37 -07:00
Alex Crichton
d0a80cca6c
rpass/cfail: Update field privacy where necessary
2014-03-31 15:47:36 -07:00
Alex Crichton
0b36e9d913
num: Switch field privacy as necessary
2014-03-31 15:47:36 -07:00
Alex Crichton
b9b0ed521d
green: Switch field privacy as necessary
2014-03-31 15:47:36 -07:00
Alex Crichton
eb08e8fec2
rustdoc: Switch field privacy as necessary
2014-03-31 15:47:36 -07:00
Alex Crichton
f0ee509229
rustuv: Switch field privacy as necessary
2014-03-31 15:47:36 -07:00
Alex Crichton
fab0f47fdf
workcache: Switch field privacy as necessary
2014-03-31 15:47:36 -07:00
Alex Crichton
52974bd695
glob: Switch field privacy as necessary
2014-03-31 15:47:36 -07:00
Alex Crichton
89fa141cd7
rustc: Switch field privacy as necessary
2014-03-31 15:47:36 -07:00
Alex Crichton
3c76f4ac8d
syntax: Switch field privacy as necessary
2014-03-31 15:47:36 -07:00
Alex Crichton
c034d0c854
test: Switch field privacy as necessary
2014-03-31 15:47:36 -07:00
Alex Crichton
abd7dd83a7
term: Switch field privacy as necessary
2014-03-31 15:47:36 -07:00
Alex Crichton
ee7016d95f
serialize: Switch field privacy as necessary
2014-03-31 15:47:36 -07:00
Alex Crichton
e5a49a2fcf
log: Swith field privacy as necessary
2014-03-31 15:47:35 -07:00
Alex Crichton
c9024d2922
arena: Switch field privacy as necessary
2014-03-31 15:47:35 -07:00
Alex Crichton
a49ce7f11a
sync: Switch field privacy as necessary
2014-03-31 15:47:35 -07:00
Alex Crichton
02cf3751df
rand: Switch field privacy as necessary
2014-03-31 15:47:35 -07:00
Alex Crichton
14587f88ca
native: Switch field privacy as necessary
2014-03-31 15:47:35 -07:00
Alex Crichton
5f33588d75
getopts: Switch field privacy as necessary
2014-03-31 15:17:13 -07:00
Alex Crichton
8ad7e5481f
collections: Switch field privacy as necessary
2014-03-31 15:17:12 -07:00
Alex Crichton
9a3d04ae76
std: Switch field privacy as necessary
2014-03-31 15:17:12 -07:00
Alex Crichton
f2a5c7a179
rustc: Switch struct fields to private by default
...
This commit switches privacy's checking of fields to have *all* fields be
private by default. This does not yet change tuple structs, this only affects
structs with named fields. The fallout of this change will follow shortly.
RFC: 0004-private-fields
cc #8122
Closes #11809
2014-03-31 14:32:18 -07:00
bors
a7e057d402
auto merge of #13189 : alexcrichton/rust/relnotes, r=brson
2014-03-31 13:06:37 -07:00
bors
ba2fcc1d34
auto merge of #13230 : Kroisse/rust/encodable-json, r=erickt
...
The implementation of `Encodable<E, S>` for `Json` doesn't need to assume `S` to be `IoError`, only the default encoders for `Json` are depend on it. So this can be parametrize to increase flexiblity. If not, types that implement `Encoder<E>` where `E` is not `IoError` can't be worked with `Json`.
2014-03-31 11:11:40 -07:00