rust/src
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
..
bootstrap Auto merge of #79115 - cuviper:rust-description, r=Mark-Simulacrum 2020-11-21 15:43:09 +00:00
build_helper Fix even more URLs 2020-11-05 20:11:29 +01:00
ci Revert "Auto merge of #79132 - pietroalbini:beta-next, r=Mark-Simulacrum" 2020-11-18 11:18:40 +01:00
doc Rename optin_builtin_traits to auto_traits 2020-11-23 14:14:06 -08:00
etc BTreeMap: reuse NodeRef as Root, keep BoxedNode for edges only, ban Unique 2020-11-18 10:07:42 +01:00
librustdoc Rollup merge of #79300 - GuillaumeGomez:hidden-feature-info, r=jyn514 2020-11-22 16:15:13 +01:00
llvm-project@ee16174578
test Rename optin_builtin_traits to auto_traits 2020-11-23 14:14:06 -08:00
tools Auto merge of #78752 - jyn514:html-diff, r=GuillaumeGomez 2020-11-22 01:09:04 +00:00
README.md
stage0.txt Bump bootstrap compiler version 2020-11-19 19:23:36 -05:00
version bump version to 1.50.0 2020-11-13 09:47:16 +01:00

This directory contains the source code of the rust project, including:

  • The test suite
  • The bootstrapping build system
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.