Mazdak Farrokhzad c712d38634
Rollup merge of #59955 - RalfJung:stdsimd, r=alexcrichton
bump stdsimd; make intra_doc_link_resolution_failure an error again; make lints more consistent

I made `intra_doc_link_resolution_failure` warn so that it would properly respect `deny-warnings = false` in `config.toml`.  `#[warn]` still become errors with `-D warnings` so I thought this was fine.

Turns out however that we don't pass `-D warnings` when running rustdoc, so for additional rustdoc-lints we need to set them to `deny`.

Also sue the opportunity to make the lint flags more consistent between libcore, liballoc, libstd.

Cc @gnzlbg for the *big* stdsimd update.
2019-04-15 18:23:45 +02:00
..
2019-03-31 12:56:51 +02:00
2019-04-05 15:03:33 -07:00
2019-04-09 15:38:32 -07:00
2019-04-14 10:16:23 +02:00
2019-04-10 03:21:11 +00:00
2019-04-05 15:03:33 -07:00
2019-04-05 14:51:07 -07:00