rust/src
Alex Crichton 72ac3ebf68 Rollup merge of #49497 - scalexm:hrtb, r=nikomatsakis
Chalkify - Tweak `Clause` definition and HRTBs

r? @nikomatsakis
2018-04-05 11:18:16 -07:00
..
bootstrap Rollup merge of #49654 - davidtwco:issue-29893, r=alexcrichton 2018-04-05 18:37:28 +08:00
build_helper Remove filetime dep from build_helper 2018-04-01 04:49:21 -06:00
ci Rollup merge of #49674 - alexcrichton:no-incremental-rustc, r=michaelwoerister 2018-04-05 18:38:53 +08:00
dlmalloc@9b2dcac06c
doc Rollup merge of #49628 - steveklabnik:learn-use-master, r=QuietMisdreavus 2018-04-05 02:17:02 +08:00
etc Use GNU version of fgrep/egrep tool if available 2018-03-22 14:38:05 +01:00
grammar Remove all unstable placement features 2018-04-03 11:02:34 +02:00
jemalloc@1f5a28755e
liballoc Auto merge of #49684 - kennytm:rollup, r=kennytm 2018-04-05 13:07:45 +00:00
liballoc_jemalloc Use Alloc and Layout from core::heap. 2018-04-02 16:06:19 +09:00
liballoc_system Auto merge of #49573 - glandium:huge-align, r=SimonSapin 2018-04-04 03:48:22 +00:00
libarena Stabilize attributes on generic parameters 2018-04-05 02:19:56 +03:00
libbacktrace
libcompiler_builtins@2a2f6d96c8 Update compiler-rt with fix for 32bit iOS ARM 2018-03-27 15:32:06 +02:00
libcore Rollup merge of #48658 - llogiq:no-more-cas, r=kennytm 2018-04-05 16:51:16 +08:00
libfmt_macros Add hexadecimal formatting of integers with fmt::Debug 2018-03-13 14:53:06 +01:00
libgraphviz mir dataflow: change graphviz output 2018-03-09 13:53:35 -05:00
liblibc@a7e78a78e1 Update liblibc submodule to the 0.2.40 release 2018-03-26 23:42:30 -04:00
libpanic_abort
libpanic_unwind
libproc_macro proc_macro: Tweak doc comments and negative literals 2018-03-31 14:16:05 -07:00
libprofiler_builtins pgo: Blindly try to fix Windows build. 2018-03-25 23:17:47 +02:00
librustc Rollup merge of #49497 - scalexm:hrtb, r=nikomatsakis 2018-04-05 11:18:16 -07:00
librustc_allocator Use FunctionRetTy::Default rather than an explicit TyKind::Infer for lambda-building 2018-03-22 15:55:57 +00:00
librustc_apfloat Stabilize the TryFrom and TryInto traits 2018-03-26 23:36:02 +02:00
librustc_asan
librustc_back Add a hash when a TargetPath is displayed 2018-03-26 19:01:26 +02:00
librustc_borrowck Stabilize match_default_bindings 2018-03-28 11:13:13 +02:00
librustc_const_math Stabilize i128 feature too 2018-03-26 08:37:56 -05:00
librustc_cratesio_shim
librustc_data_structures avoid IdxSets containing garbage above the universe length 2018-04-02 00:14:44 +03:00
librustc_driver Auto merge of #48575 - ishitatsuyuki:unix-no-thread, r=alexcrichton 2018-04-04 06:19:40 +00:00
librustc_errors Rollup merge of #49045 - Zoxc:tls, r=michaelwoerister 2018-04-05 10:49:13 -05:00
librustc_incremental Rollup merge of #49364 - wesleywiser:incr_handle_load_failure, r=michaelwoerister 2018-03-28 17:55:08 +02:00
librustc_lint Remove all unstable placement features 2018-04-03 11:02:34 +02:00
librustc_llvm Auto merge of #49249 - gnzlbg:simd_minmax, r=alexcrichton 2018-03-27 04:46:32 +00:00
librustc_lsan
librustc_metadata Take the original extra-filename passed to a crate into account when 2018-03-28 23:24:41 -07:00
librustc_mir Rollup merge of #49625 - bjorn3:miri_access_memory_kind, r=oli-obk 2018-04-05 02:17:04 +08:00
librustc_msan
librustc_passes expand macro invocations in extern {} blocks 2018-04-03 13:16:11 -07:00
librustc_platform_intrinsics
librustc_plugin Auto merge of #48524 - abonander:check-macro-stability, r=petrochenkov 2018-03-16 02:46:23 +00:00
librustc_privacy Replace Rc with Lrc for shared data 2018-03-02 10:48:52 +01:00
librustc_resolve Rollup merge of #49350 - abonander:macros-in-extern, r=petrochenkov 2018-04-05 10:49:14 -05:00
librustc_save_analysis expand macro invocations in extern {} blocks 2018-04-03 13:16:11 -07:00
librustc_traits Rollup merge of #49497 - scalexm:hrtb, r=nikomatsakis 2018-04-05 11:18:16 -07:00
librustc_trans Rollup merge of #49432 - nabijaczleweli:master, r=michaelwoerister 2018-04-05 16:51:20 +08:00
librustc_trans_utils Stabilize i128_type 2018-03-26 08:36:50 -05:00
librustc_tsan
librustc_typeck Auto merge of #49684 - kennytm:rollup, r=kennytm 2018-04-05 13:07:45 +00:00
librustdoc Rollup merge of #49603 - GuillaumeGomez:fix-intra-link-trait-provided-method, r=QuietMisdreavus 2018-04-04 11:07:22 +02:00
libserialize Stabilize i128_type 2018-03-26 08:36:50 -05:00
libstd Auto merge of #48851 - petrochenkov:genparattr, r=nikomatsakis 2018-04-05 07:31:56 +00:00
libstd_unicode Stabilize the TryFrom and TryInto traits 2018-03-26 23:36:02 +02:00
libsyntax Rollup merge of #49350 - abonander:macros-in-extern, r=petrochenkov 2018-04-05 10:49:14 -05:00
libsyntax_ext expand macro invocations in extern {} blocks 2018-04-03 13:16:11 -07:00
libsyntax_pos Remove all unstable placement features 2018-04-03 11:02:34 +02:00
libterm
libtest Cargo fmt libtest 2018-03-21 23:12:24 +09:00
libunwind
llvm@6ceaaa4b01 Merge LLVM fix for undefined bss globals 2018-03-10 12:38:41 +00:00
llvm-emscripten@2717444753
rtstartup
rustc Rollup merge of #49563 - japaric:std-thumb, r=alexcrichton 2018-04-05 18:37:25 +08:00
rustllvm Enable target_feature on any LLVM 6+ 2018-03-27 12:27:45 -07:00
stdsimd@bcb720e558 update stdsimd 2018-03-21 15:43:06 -05:00
test Rollup merge of #49350 - abonander:macros-in-extern, r=petrochenkov 2018-04-05 10:49:14 -05:00
tools Auto merge of #49587 - Bobo1239:master, r=nrc 2018-04-05 00:19:46 +00:00
Cargo.lock Update RLS 2018-04-04 23:44:09 +02:00
Cargo.toml Revert "create a nostd crate" 2018-04-04 22:23:33 +02:00
README.md
stage0.txt Update beta to version with fixed FreeBSD support from #49023. 2018-03-19 12:40:42 -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.

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