summary refs log tree commit diff
path: root/src/librustdoc/passes/check_code_block_syntax.rs
AgeCommit message (Expand)AuthorLines
2019-06-18rustc: remove 'x: 'y bounds (except from comments/strings).Eduard-Mihai Burtescu-1/+1
2019-06-09Introduce InnerSpan abstractionMark Rousskov-2/+2
2019-06-06syntax: Rename `TokenAndSpan` into `Token`Vadim Petrochenkov-3/+3
2019-03-10Make the rustc driver and interface demand drivenJohn Kåre Alsaker-5/+5
2019-02-23merge early and late passes into single structAndy Russell-3/+5
2019-02-23Transition librustdoc to 2018 editionHirokazu Hata-6/+6
2019-01-26remove `_with_applicability` from suggestion fnsAndy Russell-1/+1
2019-01-14rustdoc: check code block syntax in early passAndy Russell-0/+109