rust/src
bors e7271f4b92 Auto merge of #110194 - GuillaumeGomez:update-browser-ui-test, r=notriddle
Update browser-ui-test version

This update add the support for expressions, so we can now do this:

```
assert: 1 > 2 && ["a"] != ["b", "c"]
```

It also improved commands naming and updated puppeteer version.

r? `@notriddle`
2023-04-11 23:47:18 +00:00
..
bootstrap Rollup merge of #110121 - jyn514:check-stage1, r=ozkanonur 2023-04-10 14:13:15 +05:30
ci Update browser-ui-test version to 0.15.0 2023-04-11 19:14:35 +02:00
doc Update books 2023-04-10 13:00:46 -04:00
etc Rollup merge of #109527 - lnicola:rust-gdb-substitute-path, r=cuviper 2023-04-11 12:18:49 +09:00
librustdoc Auto merge of #109765 - petrochenkov:encodeless, r=cjgillot 2023-04-11 10:32:41 +00:00
llvm-project@585a6eb3eb Update to LLVM 16.0.1 2023-04-05 12:40:04 +02:00
rustdoc-json-types fix inconsistent json outputs from rustdoc 2023-03-05 00:09:09 +03:00
tools Auto merge of #110198 - weihanglo:update-cargo, r=weihanglo 2023-04-11 21:32:48 +00:00
README.md Remove stale reference to the test suite location 2023-01-13 11:49:06 +00:00
stage0.json Bump to latest beta 2023-03-15 08:55:22 -04:00
version Bump version to 1.70.0 2023-03-04 10:10:46 -05:00

This directory contains some source code for the Rust project, including:

  • The bootstrapping build system
  • Various submodules for tools, like cargo, tidy, etc.

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