rust/src/librustdoc
bors 35a5541fd9 Auto merge of #53707 - eddyb:phantom-waffles, r=oli-obk
rustc_typeck: turn `where Type:,` into a WF(Type) predicate, instead of ignoring it.

Fixes #53696, assuming crater doesn't catch anyone using this syntax already.

Allowing an empty list of bounds in the grammar was done for the benefit of macro authors, most of which would *probably* be using it for bounds on type parameters, which are always WF.

r? @nikomatsakis cc @petrochenkov
2018-09-06 09:32:23 +00:00
..
clean rustc_typeck: turn where Type:, into a WF(Type) predicate, instead of ignoring it. 2018-08-31 09:02:35 +03:00
html Rollup merge of #53801 - GuillaumeGomez:duplicated-foreign-type-impls, r=QuietMisdreavus 2018-09-01 21:14:15 +08:00
passes Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str} 2018-08-22 16:08:49 +01:00
Cargo.toml Fix links' color 2018-08-15 15:07:07 +02:00
core.rs Rename Def::{Param, Foreign} to Def::{TyParam, TyForeign} 2018-08-22 16:08:49 +01:00
doctree.rs mv (mod) codemap source_map 2018-08-19 23:01:00 +02:00
externalfiles.rs Remove global derive_id and reset_ids functions 2018-07-31 17:55:12 -06:00
fold.rs Delete unused code in rustdoc 2018-07-30 16:33:56 -06:00
lib.rs Rollup merge of #53076 - QuietMisdreavus:cfg-rustdoc, r=GuillaumeGomez 2018-09-01 23:18:41 +08:00
markdown.rs mv (mod) codemap source_map 2018-08-19 23:01:00 +02:00
README.md Move librustdoc readme to rustc guide 2018-03-12 20:09:50 -05:00
test.rs mv codemap source_map 2018-08-19 23:01:01 +02:00
theme.rs Auto merge of #53599 - matthiaskrgr:split_str__to__split_char, r=frewsxcv 2018-09-02 15:27:56 +00:00
visit_ast.rs Rename hir::map::NodeKind to hir::Node 2018-08-27 21:46:23 +01:00
visit_lib.rs Store concrete crate stores where possible 2018-08-03 11:09:49 -06:00

For more information about how librustdoc works, see the rustc guide.