rust/src/test/pretty
Camelid 810324d1f3 Rename optin_builtin_traits to auto_traits
They were originally called "opt-in, built-in traits" (OIBITs), but
people realized that the name was too confusing and a mouthful, and so
they were renamed to just "auto traits". The feature flag's name wasn't
updated, though, so that's what this PR does.

There are some other spots in the compiler that still refer to OIBITs,
but I don't think changing those now is worth it since they are internal
and not particularly relevant to this PR.

Also see <https://rust-lang.zulipchat.com/#narrow/stream/131828-t-compiler/topic/opt-in.2C.20built-in.20traits.20(auto.20traits).20feature.20name>.
2020-11-23 14:14:06 -08:00
..
auxiliary
asm.pp asm: Allow multiple template strings; interpret them as newline-separated 2020-06-15 12:35:27 -07:00
asm.rs asm: Allow multiple template strings; interpret them as newline-separated 2020-06-15 12:35:27 -07:00
ast-stmt-expr-attr.rs
attr-derive.rs
attr-fn-inner.rs
attr-literals.rs
attr-tokens-raw-ident.rs
auto-trait.rs Rename optin_builtin_traits to auto_traits 2020-11-23 14:14:06 -08:00
blank-lines.rs
block-comment-multiple-asterisks.rs
block-comment-trailing-whitespace2.rs
block-comment-trailing-whitespace.rs
block-comment-wchar.pp pprust: adjust mixed comment printing 2020-08-02 15:33:03 +01:00
block-comment-wchar.rs
block-disambig.rs
cast-lt.pp
cast-lt.rs
closure-reform-pretty.rs
delimited-token-groups.rs
disamb-stmt-expr.rs
do1.rs
doc-comments.rs
dollar-crate.pp
dollar-crate.rs
empty-impl.rs
empty-lines.rs
enum-variant-vis.rs
example1.rs
example2.pp
example2.rs
fn-return.rs
fn-types.rs
fn-variadic.rs
for-comment.rs
gat-bounds.rs
if-attr.rs
import-renames.rs
issue-4264.pp pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
issue-4264.rs
issue-12590-a.rs
issue-12590-b.rs
issue-12590-c.pp
issue-12590-c.rs
issue-19077.rs
issue-25031.rs
issue-30731.rs
issue-31073.pp
issue-31073.rs
issue-68710-field-attr-proc-mac-lost.rs
issue-73626.rs pprust: support multiline comments within lines 2020-07-12 18:22:09 +01:00
issue-74745.rs tests: add regression test for #74745 2020-08-02 15:33:06 +01:00
let.rs
lifetime.rs
llvm-asm-clobbers.rs
llvm-asm-options.rs
macro.rs
match-block-expr.rs
match-naked-expr-medium.rs
match-naked-expr.rs
nested-item-vis-defaultness.rs
path-type-bounds.rs
qpath-associated-type-bound.rs fix pretty print for qpath 2020-11-12 12:47:25 +01:00
raw-address-of.rs
raw-str-nonexpr.rs
stmt_expr_attributes.rs
struct-pattern.rs
struct-tuple.rs
tag-blank-lines.rs
top-level-doc-comments.rs
trait-inner-attr.rs
trait-polarity.rs
trait-safety.rs
unary-op-disambig.rs
vec-comments.pp
vec-comments.rs
where-clauses.rs