Files
rust/src
kennytm 62f4fe5132 Rollup merge of #48541 - varkor:inlined-main, r=michaelwoerister
Ensure main() always has external linkage

This ensures that the entry function is never elided due to inlining, even with `inline(always)`. Fixes #47783.

There were a couple of possible ways of addressing this issue; I simply picked the one that seemed most direct. A warning could be appropriate, but considering using inlining hints in other places it doesn't apply also throws no warnings, and it seems like an edge case anyway, I haven't added one for now.
2018-02-28 19:15:39 +08:00
..
2018-02-10 07:01:27 -08:00
2018-02-18 00:10:40 +09:00
2018-02-26 21:20:31 +03:00
2018-02-20 08:52:33 -07:00
2018-02-20 08:52:33 -07:00
2018-02-18 00:10:40 +09:00
2018-02-09 17:13:14 -08:00
2018-02-08 10:53:09 +01:00
2018-02-23 13:20:56 -06:00
2018-02-20 08:52:33 -07: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.

Their is also useful content in the following READMEs, which are gradually being moved over to the guide: