Files
rust/src
Yuki Okushi b83d50d34f Rollup merge of #66271 - petrochenkov:abism, r=Centril
syntax: Keep string literals in ABIs and `asm!` more precisely

As a result we don't lose spans when `extern` functions or blocks are passed to proc macros, and also escape all string literals consistently.
Continuation of https://github.com/rust-lang/rust/pull/60679, which did a similar thing with all literals besides those in ABIs and `asm!`.

TODO: Add tests.

Fixes https://github.com/rust-lang/rust/issues/60493
Fixes https://github.com/rust-lang/rust/issues/64561
r? @Centril
2019-11-17 13:36:12 +09:00
..
2019-11-09 12:21:50 -08:00
2019-11-02 23:20:28 +01:00
2019-11-04 15:59:09 +01:00
2019-11-06 12:49:20 -08:00
2019-11-15 15:57:01 +01:00
2019-11-12 16:36:57 -05:00
2019-11-04 15:59:09 +01:00
2019-11-04 15:59:09 +01:00
2019-11-17 01:11:28 +03:00
2019-11-04 15:59:09 +01:00
2019-11-17 01:11:28 +03:00
2019-11-17 01:11:28 +03:00
2019-11-17 01:11:28 +03:00
2019-11-12 11:02:17 +01:00
2019-10-24 13:32:54 -05:00
2019-11-12 16:36:57 -05:00

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

  • rustc and its tests
  • libstd
  • Various submodules for tools, like rustdoc, rls, etc.

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