rust/src
bors 691a7f8e2b Auto merge of #56094 - RalfJung:memory-data-revived, r=oli-obk
miri: Memory data revived, Hooks for stack frame push/pop

r? @oli-obk
2018-11-27 09:30:15 +00:00
..
bootstrap Try to make top-level Cargo.toml work without __CARGO_TEST_ROOT. 2018-11-25 23:13:58 +02:00
build_helper Prefer unwrap_or_else to unwrap_or in case of function calls/allocations 2018-10-19 09:45:45 +02:00
ci ci: Download clang/lldb from tarballs 2018-11-20 15:56:58 -08:00
dlmalloc@c99638dc2e
doc Rollup merge of #56072 - da-x:stabilize-literal-matcher, r=petrochenkov 2018-11-25 17:05:00 +01:00
etc Rollup merge of #56144 - tromey:Bug-55771-btreemap, r=alexcrichton 2018-11-25 17:05:04 +01:00
grammar
liballoc Merge branch 'master' into frewsxcv-dyn 2018-11-23 14:09:08 -05:00
libarena Update TypedArena tests 2018-10-19 14:34:44 +02:00
libbacktrace@f4d02bbdbf
libcompiler_builtins@fe74674f6e Upgrade to LLVM trunk 2018-11-25 20:27:18 -08:00
libcore Auto merge of #54668 - RalfJung:use-maybe-uninit, r=SimonSapin 2018-11-26 22:20:20 +00:00
libfmt_macros
libgraphviz
liblibc@c75ca6465a
libpanic_abort wasm32-unknown-emscripten expects the rust_eh_personality symbol 2018-11-08 03:27:45 +01:00
libpanic_unwind refactor: use shorthand fields 2018-11-06 15:05:44 -05:00
libproc_macro Add unstable Literal::subspan(). 2018-11-20 21:17:20 -08:00
libprofiler_builtins
librustc Auto merge of #56094 - RalfJung:memory-data-revived, r=oli-obk 2018-11-27 09:30:15 +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 capture_disjoint_fields(rust-lang#53488) 2018-11-14 21:18:48 -08:00
librustc_codegen_llvm Rollup merge of #56075 - alexcrichton:wasm-producer-section, r=estebank 2018-11-25 17:05:01 +01:00
librustc_codegen_ssa Pass --export-dynamic to LLD for wasm 2018-11-25 20:27:18 -08:00
librustc_codegen_utils [eddyb] rustc_codegen_utils: remove extraneous #![allow(dead_code)]. 2018-11-16 15:08:18 +02:00
librustc_cratesio_shim
librustc_data_structures Remove OpenSnapshot and CommittedSnapshot markers from SnapshotMap. 2018-11-25 17:54:06 +11:00
librustc_driver Move fake rustc_codegen_ssa dependency from rustc_driver to rustc-main 2018-11-22 20:20:23 +01:00
librustc_errors rustc: Request ansi colors if stderr isn't a tty 2018-11-08 07:53:03 -08:00
librustc_fs_util
librustc_incremental Rollup merge of #55901 - euclio:speling, r=petrochenkov 2018-11-15 11:04:42 +01:00
librustc_lint Introduce TyKind::Placeholder variant 2018-11-24 01:24:40 +01:00
librustc_llvm Revert "rustc: Fix (again) simd vectors by-val in ABI" 2018-10-23 00:59:14 -07:00
librustc_lsan std: Delete the alloc_system crate 2018-11-11 09:22:28 -08:00
librustc_metadata rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. 2018-11-21 07:27:02 +02:00
librustc_mir Auto merge of #56094 - RalfJung:memory-data-revived, r=oli-obk 2018-11-27 09:30:15 +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 rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. 2018-11-21 07:27:02 +02:00
librustc_resolve resolve: Suggest crate:: for resolving ambiguities when appropriate 2018-11-27 00:34:25 +03:00
librustc_save_analysis save-analysis: fallback to using path id 2018-11-19 17:18:36 +13:00
librustc_target Rollup merge of #56154 - petrhosek:fuchsia-linker-args, r=alexcrichton 2018-11-24 01:31:59 +08:00
librustc_traits Fix ChalkInferenceContext::into_hh_goal 2018-11-24 01:24:40 +01:00
librustc_tsan std: Delete the alloc_system crate 2018-11-11 09:22:28 -08:00
librustc_typeck Rollup merge of #56204 - estebank:suggest-variant, r=zackmdavis 2018-11-25 17:05:09 +01:00
librustdoc Introduce TyKind::Placeholder variant 2018-11-24 01:24:40 +01:00
libserialize A few tweaks to iterations/collecting 2018-11-13 08:42:48 +01:00
libstd Auto merge of #55527 - sgeisler:time-checked-add, r=sfackler 2018-11-25 19:01:35 +00:00
libsyntax resolve: Implement edition hygiene for imports and absolute paths 2018-11-27 00:32:30 +03:00
libsyntax_ext Rollup merge of #55923 - Zeegomo:master, r=estebank 2018-11-18 23:24:43 +01:00
libsyntax_pos resolve: Implement edition hygiene for imports and absolute paths 2018-11-27 00:32:30 +03:00
libterm
libtest
libunwind
llvm@21a0c9ebc2 Upgrade to LLVM trunk 2018-11-25 20:27:18 -08:00
llvm-emscripten@7f23313edf Pull in fix for dist-i686-linux build 2018-11-09 16:59:45 +01:00
rtstartup
rustc Move fake rustc_codegen_ssa dependency from rustc_driver to rustc-main 2018-11-22 20:20:23 +01:00
rustllvm Conditionally compile in only the extra argument. 2018-11-25 20:27:18 -08:00
stdsimd@0309be1ade Update stdsimd 2018-11-02 14:58:53 +01:00
test resolve: Suggest crate:: for resolving ambiguities when appropriate 2018-11-27 00:34:25 +03:00
tools Upgrade to LLVM trunk 2018-11-25 20:27:18 -08:00
.gitignore
README.md Fix their/there grammar nit 2018-11-12 18:21:52 -08:00
stage0.txt Bump nightly to 1.32.0 2018-10-31 11:53:50 -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.

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