rust/src
Matthias Krüger ff8b96f88b
Rollup merge of - rustbot:docs-update, r=ehuss
Update books

## rust-lang/reference

7 commits in 1ea0178266b3f3f613b0fabdaf16a83961c99cdb..9cd5c5a6ccbd4c07c65ab5c69a53286280308c95
2023-07-29 22:29:51 UTC to 2023-07-16 20:12:46 UTC

- Fix merge queue building twice. ()
- Clarify UB around immutability & mutation ()
- mention the extra const UB ()
- Operator expressions: make the note about division by zero clearer. ()
- Make unsafe keyword docs less confusing ()
- Say that division by zero for primitive types panics ()
- Add CI trigger for merge queues. ()

## rust-lang/rust-by-example

3 commits in 8a87926a985ce32ca1fad1be4008ee161a0b91eb..07e0df2f006e59d171c6bf3cafa9d61dbeb520d8
2023-07-24 11:37:55 UTC to 2023-07-24 11:35:36 UTC

- Added attribute unused_labels - fixed warning. ()
- more explanation about panic ()
- chore: add the portuguese version of this project to `readme.md` ()

## rust-lang/rustc-dev-guide

26 commits in b5a12d95e32ae53791cc6ab44417774667ed2ac6..24eebb6df96d037aad285e4f7793bd0393a66878
2023-07-30 11:23:23 UTC to 2023-07-11 06:02:34 UTC

- fix(name-resolution): remove unnecessary closing paranthesis ()
- fix(macro-expansion.md): fix the article `an` to `a` ()
- fix(serialization.md): fix the name of a derive macro ()
- fix(serialization.md): add a necessary plural suffix ()
- fix(salsa.md): add punctuation to prevent confusion ()
- fix(salsa.md): remove duplicate "To Be" verb ()
- feat(fuzzing.md): make `halfempty` word a link ()
- fix(about.md): use `a` instead of `an` ()
- refactor(git.md): make git-scm links clickable ()
- fix(walkthrough.md) add a comma operator to eliminate ambiguity ()
- fix(git.md): remove a confusing end of sentence character ()
- refactor(profiling/with_perf): remove a wrong to be verb ()
- refactor(tests/headers): remove duplicate list item ()
- refactor(test/headers.md): make the meaning more obvious ()
- refactor(tests/ui): remove unnecessary duplicate word ()
- refactor(compiletest): remove unnecessary duplicate word ()
- generic_arguments.md: substs -> GenericArgs ()
- fix(suggested): remove an unnecessary and confusing statement ()
- fix(how-to-build-and-run): fix a typo ("fromer" -> "former") ()
- fix(how-to-build-and-run): remove a wrong paragraph ()
- coverage code has moved ()
- linked issue is closed ()
- remove duplicate reference in about-this-guide.md ()
- Explain more in depth what early and late bound generic parameters are ()
- add section for normalization with the new solver ()
- Improve cleanup-crew.md with an example post ()
2023-08-01 06:55:55 +02:00
..
bootstrap Rollup merge of - RalfJung:llvm-merge-base, r=albertlarsan68 2023-08-01 06:55:53 +02:00
ci Auto merge of - cuviper:drop-llvm-14, r=nikic 2023-07-29 14:57:47 +00:00
doc Rollup merge of - rustbot:docs-update, r=ehuss 2023-08-01 06:55:55 +02:00
etc Rollup merge of - notriddle:notriddle/cargo-extra-env, r=Mark-Simulacrum 2023-07-31 22:49:50 +02:00
librustdoc Remove some unneeded clone() calls 2023-07-30 13:26:36 +02:00
llvm-project@a7d11c4537 Update LLVM submodule 2023-07-26 14:55:50 -06:00
rustdoc-json-types Verify that ItemEnum can be serialized and then deserialized using bincode 2023-05-22 18:26:20 +01:00
tools Rollup merge of - RalfJung:llvm-merge-base, r=albertlarsan68 2023-08-01 06:55:53 +02:00
README.md
stage0.json Bump bootstrap compiler to latest 2023-07-12 21:26:04 -04:00
version Bump version 2023-07-08 10:35:49 -04: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.