about summary refs log tree commit diff
path: root/src/doc/rustc-ux-guidelines.md
AgeCommit message (Collapse)AuthorLines
2020-02-29Make it build againVadim Petrochenkov-1/+1
2019-08-20Deprecate using rustc_plugin without the rustc_driver dylib.Simon Sapin-1/+1
CC https://github.com/rust-lang/rust/pull/59800 https://github.com/rust-lang/rust/commit/7198687bb2df13a3298ef1e8f594753073d6b9e8 Fix https://github.com/rust-lang/rust/issues/62717
2019-04-18Rename files in docYuki OKUSHI-11/+11
2018-05-17Rename trans to codegen everywhere.Irina Popa-1/+1
2018-03-08Move librustc_const_eval to librustc_mirOliver Schneider-1/+0
2017-05-08Update rustc-ux-guidelines.mdJing Zhao-1/+1
"A `note` to emitted to" changed to "A `note` is emitted to"
2017-05-08Grammar fixes to rustc-ux-guidelines.mdJing Zhao-7/+7
1) changed "long way into" to "long way toward" 2) changed "developer lives" to "developers' lives" 3) removed the "either... or..." format from second paragraph because there are more than 2 options 4) Minor revisions to paragraphs 3-6 to make them more consistent in format and to fix minor grammar issues.
2017-05-06Minor cleanup of UX guidelines.Mark Simulacrum-2/+6
2016-06-20diagnostics comes from different places nowLiigo Zhuang-1/+13
2016-02-16rustbuild: Add rustbook/standalone doc supportAlex Crichton-1/+3
This commit implements documentation generation of the nomicon, the book, the style guide, and the standalone docs. New steps were added for each one as well as appropriate makefile targets for each one as well.
2015-11-08Add rustc UX guidelines.Ryan Scheel (Havvy)-0/+73
See https://github.com/rust-lang/rfcs/pull/1246 for discussion.