Files
rust/src
Tomasz Miąsko 1106579c78 librustc_codegen_llvm: Use slices instead of 0-terminated strings
Changed functions:
* LLVMRustGetOrInsertFunction
* LLVMRustGetNamedValue
* LLVMRustBuildCall (removed unused name argument)
* LLVMRustInlineAsm
* LLVMRustInlineAsmVerify
* LLVMRustAppendModuleInlineAsm
2020-03-11 08:10:21 +01:00
..
2020-03-06 15:19:31 +01:00
2020-03-06 15:19:31 +01:00
2020-03-09 13:07:21 +03:00
2020-03-06 15:19:31 +01:00
2020-03-06 15:19:31 +01:00
2020-03-09 13:07:21 +03:00
2020-03-06 15:19:31 +01:00
2020-03-06 15:19:31 +01:00
2020-03-06 15:19:31 +01:00
2020-03-02 18:11:53 -05:00
2020-03-06 15:19:31 +01: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.