rust/src/librustc_typeck
Chris Morgan 40b9352aa3 Fix Markdown list formatting.
The Markdown engine used by the book can cope with a single leading space
on the list marker:

    Like this:

     * List item

    Rather than like this:

    * List item

… but it’s not the typical convention employed in the book, and moreover
the Markdown engine used for producing the error index *can’t* cope with
it (its behaviour looks like a bug, as it appears to lose one of the two
line breaks as well, but that’s immaterial here).

So, we shift to a single convention which doesn’t trigger bugs in the
Markdown renderer.
2016-12-22 17:35:53 +05:30
..
check Auto merge of #38099 - GuillaumeGomez:cast_suggestions, r=nikomatsakis 2016-12-21 07:28:16 +00:00
coherence Return DiagnosticBuilder to add help suggestions 2016-12-20 11:37:15 +01:00
variance Refactor ty::FnSig to privatize all fields 2016-12-05 22:22:49 -07:00
astconv.rs Auto merge of #38036 - Mark-Simulacrum:polish-2, r=nagisa,eddyb 2016-12-06 17:38:26 +00:00
Cargo.toml move the impl-params-constrained check out of collect 2016-11-16 13:57:46 -05:00
check_unused.rs rustc: desugar use a::{b,c}; into use a::b; use a::c; in HIR. 2016-11-28 04:18:10 +02:00
collect.rs Refactor FnSig to contain a Slice for its inputs and outputs. 2016-12-05 22:33:38 -07:00
constrained_type_params.rs move the impl-params-constrained check out of collect 2016-11-16 13:57:46 -05:00
diagnostics.rs Fix Markdown list formatting. 2016-12-22 17:35:53 +05:30
impl_wf_check.rs hash the contents of impl-item-ref by adding them to visitor 2016-11-17 13:44:22 -05:00
lib.rs Return DiagnosticBuilder to add help suggestions 2016-12-20 11:37:15 +01:00
rscope.rs