rust/src
bors 29e32120c3 Auto merge of #80100 - mark-i-m:pattORns-2, r=petrochenkov
or_patterns: implement :pat edition-specific behavior

cc #54883 `@joshtriplett`

This PR implements the edition-specific behavior of `:pat` wrt or-patterns, as determined by the crater runs and T-lang consensus in https://github.com/rust-lang/rust/issues/54883#issuecomment-745509090.

I believe this can unblock stabilization of or_patterns.

r? `@petrochenkov`
2020-12-20 04:10:44 +00:00
..
bootstrap Auto merge of #80081 - ehuss:update-cargo, r=Mark-Simulacrum 2020-12-18 19:09:17 +00:00
build_helper Fix even more URLs 2020-11-05 20:11:29 +01:00
ci ci: use 20.04 on x86_64-gnu-nopt builder 2020-12-10 15:04:48 +00:00
doc Fix `cargo-binutils` link 2020-12-13 19:23:16 +08:00
etc Auto merge of #79235 - ortem:fix-btreemap-gdb-pretty-printer, r=Mark-Simulacrum 2020-12-02 04:12:33 +00:00
librustdoc Auto merge of #80106 - jackh726:binder-refactor-part-2, r=lcnr 2020-12-19 10:13:52 +00:00
llvm-project@8d78ad1389 Update LLVM submodule 2020-12-09 00:00:00 +00:00
test Auto merge of #80100 - mark-i-m:pattORns-2, r=petrochenkov 2020-12-20 04:10:44 +00:00
tools Auto merge of #80106 - jackh726:binder-refactor-part-2, r=lcnr 2020-12-19 10:13:52 +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

README.md

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.