rust/src
Vadim Petrochenkov 966d96c9d2 feature_gate: Remove dead code from attribute checking
Same checks are performed during name resolution, and all attributes go through name resolution now
2019-09-14 21:54:26 +03:00
..
bootstrap Locate rustc binary similarly to codegen backend loading 2019-09-10 16:57:14 -04:00
build_helper
ci
doc Auto merge of #60387 - Goirad:test-expansion, r=ollie27 2019-09-10 12:19:41 +00:00
etc lldb: avoid mixing "Hit breakpoint" message with other output. 2019-09-09 19:00:08 +03:00
grammar
liballoc Rollup merge of #64375 - kornelski:vecdrop, r=rkruppe 2019-09-14 16:42:28 +02:00
libarena
libcore Rollup merge of #64203 - alexreg:rush-pr-2, r=centril 2019-09-14 16:42:22 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Rollup merge of #64439 - 12101111:fix-owned-box, r=Centril 2019-09-14 16:42:42 +02:00
librustc_apfloat
librustc_asan
librustc_ast_borrowck
librustc_codegen_llvm codegen: be more explicit about setting giving names to allocas. 2019-09-12 19:04:30 +03:00
librustc_codegen_ssa Rollup merge of #64435 - eddyb:arguments-against-arg, r=rkruppe 2019-09-14 16:42:40 +02:00
librustc_codegen_utils
librustc_data_structures Inline mark_neighbours_as_waiting_from. 2019-09-13 13:46:23 +10:00
librustc_driver
librustc_errors Rollup merge of #64374 - nnethercote:box-DiagnosticBuilder, r=zackmdavis 2019-09-14 16:42:26 +02:00
librustc_fs_util
librustc_incremental Auto merge of #64303 - nnethercote:avoid-more-Symbol-to-string-operations, r=petrochenkov 2019-09-12 04:15:27 +00:00
librustc_interface feature_gate: Remove dead code from attribute checking 2019-09-14 21:54:26 +03:00
librustc_lexer
librustc_lint Auto merge of #64359 - varkor:opaque-ty-in-extern, r=estebank 2019-09-12 12:40:31 +00:00
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata Auto merge of #64303 - nnethercote:avoid-more-Symbol-to-string-operations, r=petrochenkov 2019-09-12 04:15:27 +00:00
librustc_mir Rollup merge of #64431 - pnkfelix:issue-63479-fnptr-is-structural-match, r=varkor 2019-09-14 16:42:39 +02:00
librustc_msan
librustc_passes
librustc_plugin
librustc_privacy
librustc_resolve Rollup merge of #64054 - estebank:unused-import-is-to-eager, r=petrochenkov 2019-09-09 22:18:10 +02:00
librustc_save_analysis
librustc_target Auto merge of #64254 - aleksijuvani:fix-macos-sysroot, r=alexcrichton 2019-09-13 09:19:43 +00:00
librustc_traits
librustc_tsan
librustc_typeck Rollup merge of #64439 - 12101111:fix-owned-box, r=Centril 2019-09-14 16:42:42 +02:00
librustdoc Auto merge of #64328 - Mark-Simulacrum:rustdoc-find-rustc, r=GuillaumeGomez 2019-09-12 08:29:55 +00:00
libserialize
libstd Rollup merge of #64393 - Wind-River:master_002_envKey, r=alexcrichton 2019-09-14 16:42:32 +02:00
libsyntax feature_gate: Remove dead code from attribute checking 2019-09-14 21:54:26 +03:00
libsyntax_ext Auto merge of #64080 - estebank:parse-format-comma, r=zackmdavis 2019-09-14 06:10:08 +00:00
libsyntax_pos
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@71fe7ec06b Update LLVM submodule 2019-09-09 20:32:03 +02:00
rtstartup
rustc
rustllvm
stdarch@4791ba85e7
test Rollup merge of #64439 - 12101111:fix-owned-box, r=Centril 2019-09-14 16:42:42 +02:00
tools Rollup merge of #64422 - ollie27:error_index_generator_stringify, r=Mark-Simulacrum 2019-09-14 16:42:35 +02:00
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 this README: https://github.com/rust-lang/rust/tree/master/src/librustc/infer/lexical_region_resolve.