rust/src
Jethro Beekman 4a3505682e Add x86_64-fortanix-unknown-sgx target to libstd and dependencies
The files src/libstd/sys/sgx/*.rs are mostly copied/adapted from
the wasm target.

This also updates the dlmalloc submodule to the very latest version.
2018-12-07 11:26:50 +05:30
..
bootstrap Add x86_64-fortanix-unknown-sgx target to libstd and dependencies 2018-12-07 11:26:50 +05:30
build_helper
ci ci: Only run compare-mode tests on one builder 2018-11-30 14:31:04 -08:00
dlmalloc@de99f4b0c8 Add x86_64-fortanix-unknown-sgx target to libstd and dependencies 2018-12-07 11:26:50 +05:30
doc build the edition guide 2018-12-04 17:06:16 -05:00
etc Rollup merge of #56144 - tromey:Bug-55771-btreemap, r=alexcrichton 2018-11-25 17:05:04 +01:00
grammar syntax: Rename some keywords 2018-12-04 00:30:27 +03:00
liballoc Rollup merge of #56548 - Lucretiel:string-extend-optimize, r=sfackler 2018-12-06 07:49:01 +01:00
libarena Auto merge of #56378 - ljedrz:arena_tweaks, r=nagisa 2018-12-02 11:14:14 +00:00
libbacktrace@f4d02bbdbf
libcompiler_builtins@10f4f35f96 Update compiler_builtins and remove wasm f32<->f64 math conversions 2018-12-06 20:37:15 +05:30
libcore Auto merge of #56557 - pietroalbini:rollup, r=pietroalbini 2018-12-06 12:41:30 +00:00
libfmt_macros
libgraphviz
liblibc@5b403753da Add x86_64-fortanix-unknown-sgx target to libstd and dependencies 2018-12-07 11:26:50 +05:30
libpanic_abort Add x86_64-fortanix-unknown-sgx target to libstd and dependencies 2018-12-07 11:26:50 +05:30
libpanic_unwind Add x86_64-fortanix-unknown-sgx target to libstd and dependencies 2018-12-07 11:26:50 +05:30
libproc_macro Statically link proc_macro into proc macros. 2018-11-30 06:15:20 +02:00
libprofiler_builtins
librustc Auto merge of #56557 - pietroalbini:rollup, r=pietroalbini 2018-12-06 12:41:30 +00:00
librustc_allocator
librustc_apfloat Fix typos. 2018-11-11 20:52:36 +07:00
librustc_asan std: Delete the `alloc_system` crate 2018-11-11 09:22:28 -08:00
librustc_borrowck Refer to the second borrow as the "second borrow". 2018-11-30 14:55:51 +01:00
librustc_codegen_llvm Auto merge of #55871 - ljedrz:llvm_back_allocations, r=nagisa 2018-12-04 11:47:07 +00:00
librustc_codegen_ssa Rollup merge of #56500 - ljedrz:cleanup_rest_of_const_lifetimes, r=zackmdavis 2018-12-06 07:48:57 +01:00
librustc_codegen_utils cleanup: remove static lifetimes from consts 2018-12-04 12:46:10 +01:00
librustc_cratesio_shim Statically link proc_macro into proc macros. 2018-11-30 06:15:20 +02:00
librustc_data_structures Auto merge of #55635 - oli-obk:min_const_unsafe_fn, r=nikomatsakis 2018-12-06 10:18:17 +00:00
librustc_driver Rollup merge of #56553 - wesleywiser:silence_profiler_output, r=Mark-Simulacrum 2018-12-06 07:49:02 +01:00
librustc_errors adds DocTest filename variant, refactors doctest_offset out of source_map, fixes remaining test failures 2018-12-04 19:52:42 -05:00
librustc_fs_util Rename conversion util; remove duplicate util in librustc_codegen_llvm. 2018-11-29 08:09:28 -05:00
librustc_incremental Rollup merge of #56500 - ljedrz:cleanup_rest_of_const_lifetimes, r=zackmdavis 2018-12-06 07:48:57 +01:00
librustc_lint Rollup merge of #56528 - sinkuu:unused_dep, r=Mark-Simulacrum 2018-12-06 07:49:00 +01:00
librustc_llvm
librustc_lsan std: Delete the `alloc_system` crate 2018-11-11 09:22:28 -08:00
librustc_metadata cleanup: remove static lifetimes from consts 2018-12-04 12:46:10 +01:00
librustc_mir Auto merge of #56557 - pietroalbini:rollup, r=pietroalbini 2018-12-06 12:41:30 +00:00
librustc_msan std: Delete the `alloc_system` crate 2018-11-11 09:22:28 -08:00
librustc_passes Auto merge of #55959 - matthewjasper:remove-end-region, r=nikomatsakis 2018-11-25 03:00:30 +00:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy Fix panic with outlives in existential type 2018-11-30 02:04:10 +00:00
librustc_resolve Rollup merge of #56426 - petrochenkov:syntweak, r=nikomatsakis 2018-12-06 07:48:53 +01:00
librustc_save_analysis save-analysis: fallback to using path id 2018-11-19 17:18:36 +13:00
librustc_target cleanup: remove static lifetimes from consts 2018-12-04 12:46:10 +01:00
librustc_traits Implement `AggregateOps` 2018-11-29 21:57:40 +01:00
librustc_tsan std: Delete the `alloc_system` crate 2018-11-11 09:22:28 -08:00
librustc_typeck Rollup merge of #56426 - petrochenkov:syntweak, r=nikomatsakis 2018-12-06 07:48:53 +01:00
librustdoc Rollup merge of #56426 - petrochenkov:syntweak, r=nikomatsakis 2018-12-06 07:48:53 +01:00
libserialize serialize: preallocate VecDeque in Decodable::decode 2018-11-21 10:07:33 +01:00
libstd Add x86_64-fortanix-unknown-sgx target to libstd and dependencies 2018-12-07 11:26:50 +05:30
libsyntax Auto merge of #56557 - pietroalbini:rollup, r=pietroalbini 2018-12-06 12:41:30 +00:00
libsyntax_ext Rollup merge of #56500 - ljedrz:cleanup_rest_of_const_lifetimes, r=zackmdavis 2018-12-06 07:48:57 +01:00
libsyntax_pos Rollup merge of #56500 - ljedrz:cleanup_rest_of_const_lifetimes, r=zackmdavis 2018-12-06 07:48:57 +01:00
libterm
libtest Add x86_64-fortanix-unknown-sgx target to libstd and dependencies 2018-12-07 11:26:50 +05:30
libunwind Add x86_64-fortanix-unknown-sgx target to libstd and dependencies 2018-12-07 11:26:50 +05:30
llvm@a784eca10d Update LLVM 2018-11-28 16:13:40 +01:00
llvm-emscripten@7f23313edf Pull in fix for dist-i686-linux build 2018-11-09 16:59:45 +01:00
rtstartup
rust-sgx@9656260888 Add x86_64-fortanix-unknown-sgx target to libstd and dependencies 2018-12-07 11:26:50 +05:30
rustc Add x86_64-fortanix-unknown-sgx target to libstd and dependencies 2018-12-07 11:26:50 +05:30
rustllvm Auto merge of #55010 - tromey:Bug-9224-generic-parameters, r=michaelwoerister 2018-12-03 11:59:11 +00:00
stdsimd@5e628c5120 Add x86_64-fortanix-unknown-sgx target to libstd and dependencies 2018-12-07 11:26:50 +05:30
test Auto merge of #56557 - pietroalbini:rollup, r=pietroalbini 2018-12-06 12:41:30 +00:00
tools Add x86_64-fortanix-unknown-sgx target to libstd and dependencies 2018-12-07 11:26:50 +05:30
.gitignore
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00
stage0.txt

README.md

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.

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