rust/src/librustc_metadata
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
..
astencode.rs definitions: Don't allocate DefIds for inlined HIR 2016-12-16 19:14:16 -05:00
Cargo.toml
creader.rs definitions: Add some timing stats for DefPathTable decoding. 2016-12-16 19:14:16 -05:00
cstore_impl.rs Rollup merge of #38418 - michaelwoerister:def_path_cleanup, r=eddyb 2016-12-20 12:59:05 -08:00
cstore.rs definitions: Store DefPath data in separate table in metadata 2016-12-16 19:14:16 -05:00
decoder.rs No need to have tcx::opt_def_path() now that we store all DefPaths 2016-12-16 19:14:16 -05:00
diagnostics.rs Fix Markdown list formatting. 2016-12-22 17:35:53 +05:30
encoder.rs definitions: Store DefPath data in separate table in metadata 2016-12-16 19:14:16 -05:00
index_builder.rs Improve macro reexports. 2016-11-10 10:04:24 +00:00
index.rs rustc_metadata: Fix unaligned loads 2016-12-14 00:59:59 +01:00
lib.rs Update the bootstrap compiler 2016-11-30 10:38:08 -08:00
locator.rs Delay error reporting of filename mismatch. 2016-11-24 22:26:35 +00:00
schema.rs definitions: Store DefPath data in separate table in metadata 2016-12-16 19:14:16 -05:00