]> git.lizzy.rs Git - rust.git/commit
Restore the old behavior of the rustdoc keyword check + Fix rebase
authorVadim Petrochenkov <vadim.petrochenkov@gmail.com>
Mon, 13 May 2019 19:46:20 +0000 (22:46 +0300)
committerVadim Petrochenkov <vadim.petrochenkov@gmail.com>
Wed, 22 May 2019 17:20:12 +0000 (20:20 +0300)
commita1885cdba38a63448ceec02f951ddc0844d0ff38
tree8c45eb2a7169a49b8a6e66fc3193c8d99ffc7632
parentc389a39c9728d5c912a9ce1bc4c04eb1a3f31fe8
Restore the old behavior of the rustdoc keyword check + Fix rebase
13 files changed:
src/librustc/ty/print/pretty.rs
src/librustc_allocator/expand.rs
src/librustc_plugin/load.rs
src/librustc_resolve/resolve_imports.rs
src/librustdoc/html/highlight.rs
src/librustdoc/html/layout.rs
src/libsyntax/attr/mod.rs
src/libsyntax/ext/tt/macro_rules.rs
src/libsyntax/feature_gate.rs
src/libsyntax/parse/diagnostics.rs
src/libsyntax/parse/literal.rs
src/libsyntax/test.rs
src/libsyntax_pos/symbol.rs