rust/src
bors 60c1ee7645 Auto merge of #52787 - riscv-rust:riscv-rust-pr, r=alexcrichton
Enable RISCV

- Enable LLVM backend.
- Implement call abi.
- Add built-in target riscv32imac-unknown-none.
- Enable CI.
2018-08-02 02:24:15 +00:00
..
bootstrap [RISCV] Enable CI. 2018-08-01 15:34:57 +02:00
build_helper
ci [RISCV] Enable CI. 2018-08-01 15:34:57 +02:00
dlmalloc@c99638dc2e
doc Rollup merge of #52831 - dsciarra:rm-ref-to-author-file, r=alexcrichton 2018-08-01 10:12:47 +02:00
etc
grammar
jemalloc@1f5a28755e
liballoc Use SetLenOnDrop in Vec::truncate() 2018-07-31 20:53:53 +03:00
liballoc_jemalloc
liballoc_system Fix coding style. 2018-07-31 09:49:10 +02:00
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@52a6a4d708
libcore Auto merge of #52206 - RalfJung:zst-slices, r=alexcrichton 2018-08-02 00:14:21 +00:00
libfmt_macros
libgraphviz
liblibc@b6d23ed45d
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Split out growth functionality into BitVector type 2018-08-01 06:50:40 -06:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Rollup merge of #52799 - Mark-Simulacrum:attr-id-bitvecs, r=michaelwoerister 2018-08-01 21:46:23 +02:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures Rollup merge of #52942 - llogiq:smallvec-opt, r=Mark-Simulacrum 2018-08-01 21:46:37 +02:00
librustc_driver
librustc_errors
librustc_incremental
librustc_lint rustc: Trim down the rust_2018_idioms lint group 2018-08-01 07:29:24 -07:00
librustc_llvm [RISCV] Enable LLVM backend. 2018-08-01 15:32:22 +02:00
librustc_lsan
librustc_metadata
librustc_mir Rollup merge of #52915 - Zoxc:refine-gen-borrow-analysis, r=eddyb 2018-08-01 21:46:32 +02:00
librustc_msan
librustc_passes
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve Rollup merge of #52930 - eddyb:issue-52489, r=cramertj 2018-08-01 21:46:35 +02:00
librustc_save_analysis
librustc_target [RISCV] Disable c extension and atomic_cas. 2018-08-01 15:34:57 +02:00
librustc_traits
librustc_tsan
librustc_typeck
librustdoc Rollup merge of #52835 - GuillaumeGomez:ice-rustdoc-links, r=eddyb 2018-08-01 21:46:27 +02:00
libserialize Rollup merge of #52778 - ljedrz:readable_serialize, r=kennytm 2018-08-01 10:12:40 +02:00
libstd Implement custom read_to_end for io::Take 2018-08-01 13:26:45 +02:00
libsyntax Rollup merge of #52954 - cramertj:async-parse, r=petrochenkov 2018-08-01 21:46:40 +02:00
libsyntax_ext Rollup merge of #52888 - estebank:shell-sugg, r=oli-obk 2018-08-01 10:13:02 +02:00
libsyntax_pos
libterm
libtest
libunwind
llvm@0368490510
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm Auto merge of #52787 - riscv-rust:riscv-rust-pr, r=alexcrichton 2018-08-02 02:24:15 +00:00
stdsimd@05c2f61c38
test Rollup merge of #52954 - cramertj:async-parse, r=petrochenkov 2018-08-01 21:46:40 +02:00
tools [RISCV] Enable CI. 2018-08-01 15:34:57 +02:00
Cargo.lock Rollup merge of #52732 - SimonSapin:spring, r=Mark-Simulacrum 2018-08-01 10:12:36 +02:00
Cargo.toml
README.md
stage0.txt

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: