rust/src
Mazdak Farrokhzad 23d91e272b
Rollup merge of #60805 - euclio:filetime-dep, r=Mark-Simulacrum
remove compiletest's dependency on `filetime`
2019-05-17 02:54:14 +02:00
..
bootstrap Auto merge of #60832 - petrochenkov:CLazy, r=Mark-Simulacrum 2019-05-15 12:10:13 +00:00
build_helper Remove bitrig support from rust 2019-05-13 11:09:06 +02:00
ci Update cargo 2019-05-16 10:31:13 -07:00
doc Rollup merge of #60278 - ehuss:doc-html_root_url, r=GuillaumeGomez 2019-05-16 12:31:44 -07:00
etc
grammar
liballoc Rollup merge of #59825 - jsgf:from-ref-string, r=sfackler 2019-05-16 10:43:24 +02:00
libarena
libcore Rollup merge of #59923 - czipperz:fix-convert-doc-links, r=steveklabnik 2019-05-16 10:43:28 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #60877 - Centril:rollup-j0o5mo5, r=Centril 2019-05-16 09:58:30 +00:00
librustc_allocator Pass a Symbol to check_name, emit_feature_err, and related functions. 2019-05-13 09:29:22 +10:00
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Auto merge of #60693 - saleemjaffer:refactor_fntype_stuff, r=eddyb 2019-05-16 01:26:13 +00:00
librustc_codegen_ssa Auto merge of #60693 - saleemjaffer:refactor_fntype_stuff, r=eddyb 2019-05-16 01:26:13 +00:00
librustc_codegen_utils Remove the equality operation between Symbol and strings. 2019-05-13 09:31:30 +10:00
librustc_cratesio_shim
librustc_data_structures Remove bitrig support from rust 2019-05-13 11:09:06 +02:00
librustc_driver Remove the equality operation between Symbol and strings. 2019-05-13 09:31:30 +10:00
librustc_errors
librustc_fs_util
librustc_incremental Pass a Symbol to check_name, emit_feature_err, and related functions. 2019-05-13 09:29:22 +10:00
librustc_interface Remove the equality operation between Symbol and strings. 2019-05-13 09:31:30 +10:00
librustc_lint Return a Symbol from name_or_empty functions. 2019-05-13 09:31:32 +10:00
librustc_llvm
librustc_lsan
librustc_macros Add lots of static Symbols. 2019-05-13 09:26:43 +10:00
librustc_metadata Return a Symbol from name_or_empty functions. 2019-05-13 09:31:32 +10:00
librustc_mir Rollup merge of #60597 - wesleywiser:const_prop, r=oli-obk 2019-05-16 12:31:46 -07:00
librustc_msan
librustc_passes Auto merge of #60630 - nnethercote:use-Symbol-more, r=petrochenkov 2019-05-13 00:28:38 +00:00
librustc_plugin Return a Symbol from name_or_empty functions. 2019-05-13 09:31:32 +10:00
librustc_privacy Pass a Symbol to check_name, emit_feature_err, and related functions. 2019-05-13 09:29:22 +10:00
librustc_resolve Remove the equality operation between Symbol and strings. 2019-05-13 09:31:30 +10:00
librustc_save_analysis Auto merge of #60649 - Xanewok:save-analysis-assoc-const-ice, r=oli-obk 2019-05-13 10:57:59 +00:00
librustc_target Auto merge of #60775 - hellow554:no_bitrig, r=joshtriplett 2019-05-15 04:34:14 +00:00
librustc_traits Pass a Symbol to check_name, emit_feature_err, and related functions. 2019-05-13 09:29:22 +10:00
librustc_tsan
librustc_typeck Rollup merge of #60799 - matthewjasper:allow-bound-regions-in-existential-types, r=oli-obk 2019-05-14 22:00:22 +02:00
librustdoc Remove bitrig support from rust 2019-05-13 11:09:06 +02:00
libserialize
libstd Rollup merge of #60685 - dtolnay:spdx, r=nikomatsakis 2019-05-17 02:54:11 +02:00
libsyntax Rollup merge of #60691 - topecongiro:await-macro-span, r=Centril 2019-05-16 10:43:30 +02:00
libsyntax_ext Rollup merge of #60562 - iliekturtles:proc-macro-missing-docs, r=alexcrichton 2019-05-13 21:36:52 +02:00
libsyntax_pos Move box from the stable keyword to unstable keywords list 2019-05-15 16:22:39 +03:00
libterm
libtest Remove bitrig support from rust 2019-05-13 11:09:06 +02:00
libunwind Remove bitrig support from rust 2019-05-13 11:09:06 +02:00
llvm-emscripten@7f23313edf
llvm-project@eb38a1888d Update LLVM to fix assertion when compiling to wasm 2019-05-14 10:55:55 -07:00
rtstartup
rustc
rustllvm
stdsimd@4bf456c35e
test Rollup merge of #60597 - wesleywiser:const_prop, r=oli-obk 2019-05-16 12:31:46 -07:00
tools Rollup merge of #60805 - euclio:filetime-dep, r=Mark-Simulacrum 2019-05-17 02:54:14 +02:00
.gitignore
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.

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