rust/src
Taylor Cramer a2b21e5819 Make Waker and LocalWaker Unpin
These types never project pinned-ness into their contents,
so it is safe for them to be `Unpin`.
2018-06-29 19:33:16 -07:00
..
bootstrap Auto merge of #51725 - Mark-Simulacrum:no-llvm, r=kennytm 2018-06-26 16:26:00 +00:00
build_helper
ci
dlmalloc@c99638dc2e
doc
etc
grammar
jemalloc@1f5a28755e
liballoc Arc: remove unused allocation from Weak::new() 2018-06-28 11:49:47 -07:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@4cfd7101eb
libcore Make Waker and LocalWaker Unpin 2018-06-29 19:33:16 -07:00
libfmt_macros
libgraphviz
liblibc@a7e78a78e1
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #51729 - matthewjasper:move-errors, r=nikomatsakis 2018-06-29 12:40:12 +00:00
librustc_allocator Implement #[macro_export(local_inner_macros)] 2018-06-27 13:10:16 +03:00
librustc_apfloat migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
librustc_asan
librustc_borrowck Use Idents in a number of structures in HIR 2018-06-28 11:04:50 +03:00
librustc_codegen_llvm Merge ConstVal and ConstValue 2018-06-28 11:04:25 +02:00
librustc_codegen_utils migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
librustc_cratesio_shim
librustc_data_structures
librustc_driver Use Idents for associated item definitions in HIR 2018-06-28 11:04:50 +03:00
librustc_errors
librustc_incremental Make opaque::Encoder append-only and make it infallible 2018-06-27 11:43:15 +02:00
librustc_lint Use Idents for associated item definitions in HIR 2018-06-28 11:04:50 +03:00
librustc_llvm
librustc_lsan
librustc_metadata Auto merge of #50997 - michaelwoerister:pre-analyze-filemaps, r=Mark-Simulacrum 2018-06-28 11:20:41 +00:00
librustc_mir Auto merge of #51729 - matthewjasper:move-errors, r=nikomatsakis 2018-06-29 12:40:12 +00:00
librustc_msan
librustc_passes
librustc_platform_intrinsics
librustc_plugin Implement #[macro_export(local_inner_macros)] 2018-06-27 13:10:16 +03:00
librustc_privacy Use Idents for path segments in HIR 2018-06-28 11:04:50 +03:00
librustc_resolve Fix rebase 2018-06-28 11:04:51 +03:00
librustc_save_analysis Use Idents for associated item definitions in HIR 2018-06-28 11:04:50 +03:00
librustc_target Explicitely disable WASM code generation for Emscripten 2018-06-28 15:02:38 +02:00
librustc_traits Use Idents for associated item definitions in HIR 2018-06-28 11:04:50 +03:00
librustc_tsan
librustc_typeck Provide existing ref suggestions for more E0308 errors 2018-06-28 11:37:15 -07:00
librustdoc Auto merge of #51592 - GuillaumeGomez:fix-macro-doc-search, r=GuillaumeGomez 2018-06-29 01:05:02 +00:00
libserialize Make opaque::Encoder append-only and make it infallible 2018-06-27 11:43:15 +02:00
libstd Auto merge of #50526 - moxian:just-fix, r=alexcrichton 2018-06-29 09:42:40 +00:00
libstd_unicode
libsyntax Auto merge of #50997 - michaelwoerister:pre-analyze-filemaps, r=Mark-Simulacrum 2018-06-28 11:20:41 +00:00
libsyntax_ext Implement #[macro_export(local_inner_macros)] 2018-06-27 13:10:16 +03:00
libsyntax_pos Auto merge of #50997 - michaelwoerister:pre-analyze-filemaps, r=Mark-Simulacrum 2018-06-28 11:20:41 +00:00
libterm migrate codebase to ..= inclusive range patterns 2018-06-26 07:53:30 -07:00
libtest
libunwind
llvm@1c817c7a0c Update LLVM to 1c817c7a0c828b8fc8e8e462afbe5db41c7052d1 2018-06-29 13:58:17 +09:00
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@a19ca1cd91
test Auto merge of #51729 - matthewjasper:move-errors, r=nikomatsakis 2018-06-29 12:40:12 +00:00
tools add edition compiletest header + fix tests 2018-06-26 19:32:00 -05:00
Cargo.lock Add SSE2 accelerated version of FileMap analysis. 2018-06-27 14:00:34 +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: