rust/src
Michael Howell 617e13548f rustdoc: highlight macros more efficiently
Instead of producing `<span class=macro>assert_eq</span><span class=macro>!</span>`,
just produce `<span class=macro>assert_eq!</span>`.
2021-04-02 13:12:00 -07:00
..
bootstrap bootstrap: don't complain about linkcheck if it is excluded 2021-03-30 18:47:34 +01:00
build_helper
ci ci: docker: x86_64: specify host explicitly 2021-03-28 16:50:16 +01:00
doc Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514 2021-04-02 07:04:58 +00:00
etc Update HashSet natvis 2021-03-17 10:07:09 +01:00
librustdoc rustdoc: highlight macros more efficiently 2021-04-02 13:12:00 -07:00
llvm-project@0abbcc04d8 Update LLVM with another wasm simd fix 2021-03-31 10:24:41 -07:00
rustdoc-json-types rustdoc-json: Rename Import.span to Import.source 2021-03-21 19:47:12 -07:00
test Auto merge of #83781 - JohnTitor:rollup-1vm3dxo, r=JohnTitor 2021-04-02 12:51:41 +00:00
tools Update cargo 2021-03-31 17:45:03 -07:00
README.md update message 2021-02-14 10:08:37 +05:30
stage0.txt Update the bootstrap compiler 2021-02-20 17:19:30 -05:00
version Bump to 1.53.0 2021-03-20 12:19:30 -04: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.