Commit Graph

7 Commits

Author SHA1 Message Date
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
Mark Rousskov 2a663555dd Remove licenses 2018-12-25 21:08:33 -07:00
varkor f22ccbe315 Fix run-pass-fulldeps tests 2018-08-05 15:54:49 +01:00
leonardo.yvens 02b5fee732 Adjust tests for removal of `impl Foo for .. {}` 2018-01-13 18:48:00 +03:00
leonardo.yvens 8b586e68b5 auto trait future compatibility lint 2017-11-03 16:13:21 -02:00
Jared Roesch 9510add6a3 Remove illegal bound from doc test 2016-09-02 11:58:02 -07:00
Niko Matsakis 8b1941a783 s/aux/auxiliary, because windows
For legacy reasons (presumably), Windows does not permit files name aux.
2016-05-06 16:24:48 -04:00