rust/src
Zack M. Davis 4b1808578a add dyn to display of dynamic (trait) type names
The `dyn Trait` syntax was stabilized in 199ee327. Resolves #49277.
2018-06-23 18:10:25 -07:00
..
bootstrap Handle current directory prefix for parsing command arguments in bootstrap test command. 2018-06-22 09:09:31 -05:00
build_helper
ci Revert "Auto merge of #51662 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum" 2018-06-21 06:53:26 -06:00
dlmalloc@c99638dc2e
doc Rollup merge of #51158 - ogham:patch-1, r=steveklabnik 2018-06-22 16:50:39 +08:00
etc
grammar
jemalloc@1f5a28755e
liballoc Auto merge of #51463 - estebank:error-codes, r=nikomatsakis 2018-06-22 03:24:36 +00:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@4cfd7101eb
libcore Auto merge of #51653 - mglagla:option-unreachable, r=dtolnay 2018-06-23 20:10:35 +00:00
libfmt_macros
libgraphviz
liblibc@a7e78a78e1
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc add dyn to display of dynamic (trait) type names 2018-06-23 18:10:25 -07:00
librustc_allocator Parse async fn header. 2018-06-21 22:29:47 -07:00
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Rollup merge of #51666 - marco-c:disable_probestack, r=nagisa 2018-06-22 16:50:44 +08:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures
librustc_driver Parse async fn header. 2018-06-21 22:29:47 -07:00
librustc_errors
librustc_incremental
librustc_lint Parse async fn header. 2018-06-21 22:29:47 -07:00
librustc_llvm
librustc_lsan
librustc_metadata async await desugaring and tests 2018-06-21 22:36:36 -07:00
librustc_mir Auto merge of #51727 - varkor:expragain-to-exprcontinue, r=petrochenkov 2018-06-23 14:33:10 +00:00
librustc_msan
librustc_passes Auto merge of #51727 - varkor:expragain-to-exprcontinue, r=petrochenkov 2018-06-23 14:33:10 +00:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy Rename ty_param_bound to generic_bound 2018-06-20 12:23:46 +01:00
librustc_resolve PathParameters -> GenericArgs fixes 2018-06-21 23:24:51 -07:00
librustc_save_analysis async await desugaring and tests 2018-06-21 22:36:36 -07:00
librustc_target
librustc_traits Auto merge of #51433 - scalexm:finish-rules, r=nikomatsakis 2018-06-22 01:17:52 +00:00
librustc_tsan
librustc_typeck Auto merge of #51727 - varkor:expragain-to-exprcontinue, r=petrochenkov 2018-06-23 14:33:10 +00:00
librustdoc Auto merge of #51580 - cramertj:async-await, r=eddyb 2018-06-23 09:02:45 +00:00
libserialize
libstd Auto merge of #51580 - cramertj:async-await, r=eddyb 2018-06-23 09:02:45 +00:00
libstd_unicode
libsyntax Auto merge of #51580 - cramertj:async-await, r=eddyb 2018-06-23 09:02:45 +00:00
libsyntax_ext Parse async fn header. 2018-06-21 22:29:47 -07:00
libsyntax_pos async await desugaring and tests 2018-06-21 22:36:36 -07:00
libterm
libtest
libunwind
llvm@9ad4b7e8d7
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@a19ca1cd91
test add dyn to display of dynamic (trait) type names 2018-06-23 18:10:25 -07:00
tools Update rustfmt submodule 2018-06-23 18:54:42 +01:00
Cargo.lock Update Cargo.lock 2018-06-23 19:15:34 +01:00
Cargo.toml
README.md
stage0.txt Revert "Auto merge of #51662 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum" 2018-06-21 06:53:26 -06: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: