rust/src
Mazdak Farrokhzad 55df97c394
Rollup merge of #64688 - rust-lang:clarify-tidy-since, r=alexreg
Clarify the "since" tidy check

r? @pietroalbini

cc @alexreg
2019-09-23 00:36:41 +02:00
..
bootstrap Rollup merge of #64618 - alexcrichton:improve-dist-output, r=Mark-Simulacrum 2019-09-21 21:24:15 +02:00
build_helper
ci Auto merge of #64553 - alexcrichton:windows-bash-install-scripts, r=Mark-Simulacrum 2019-09-20 11:38:56 +00:00
doc Rollup merge of #64010 - c410-f3r:stabilize-attrs-fn, r=Centril 2019-09-21 16:01:23 +02:00
etc Rollup merge of #64617 - alexcrichton:smaller-msi, r=Mark-Simulacrum 2019-09-21 21:24:13 +02:00
grammar
liballoc Exempt extern "Rust" from improper_ctypes 2019-09-20 15:39:34 -07:00
libarena
libcore Rollup merge of #64641 - cuviper:extern-rust-ctypes, r=estebank 2019-09-21 16:01:34 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Rollup merge of #64679 - skinny121:const-infer, r=varkor 2019-09-23 00:36:40 +02:00
librustc_apfloat
librustc_asan
librustc_ast_borrowck
librustc_codegen_llvm Get rid of special const intrinsic query in favour of const_eval 2019-09-17 16:31:55 +02:00
librustc_codegen_ssa Get rid of special const intrinsic query in favour of const_eval 2019-09-17 16:31:55 +02:00
librustc_codegen_utils
librustc_data_structures Rename some index variables. 2019-09-17 15:32:29 +10:00
librustc_driver Rollup merge of #64486 - matthewjasper:hygiene-debugging, r=petrochenkov 2019-09-17 21:27:22 -07:00
librustc_errors Rollup merge of #64429 - afnanenayet:afnan/fix-failure-note-json-level, r=Mark-Simulacrum 2019-09-17 14:10:48 -07:00
librustc_fs_util
librustc_incremental
librustc_interface
librustc_lexer
librustc_lint Rollup merge of #64641 - cuviper:extern-rust-ctypes, r=estebank 2019-09-21 16:01:34 +02:00
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata Generate proc macro harness in AST order. 2019-09-17 19:10:10 -04:00
librustc_mir Rollup merge of #64677 - tshepang:outdated, r=Mark-Simulacrum 2019-09-23 00:36:38 +02:00
librustc_msan
librustc_passes
librustc_plugin
librustc_privacy
librustc_resolve Rollup merge of #64660 - guanqun:unify-errors-for-tuple-struct, r=estebank 2019-09-21 21:24:20 +02:00
librustc_save_analysis
librustc_target
librustc_traits
librustc_tsan
librustc_typeck Rollup merge of #64674 - estebank:knock-down-the-wall, r=Centril 2019-09-23 00:36:36 +02:00
librustdoc
libserialize
libstd Rollup merge of #64294 - wchargin:wchargin-stdio-piped-docs, r=Dylan-DPC 2019-09-23 00:36:33 +02:00
libsyntax Rollup merge of #64676 - estebank:assoc-type-bound-in-generic, r=petrochenkov 2019-09-23 00:36:37 +02:00
libsyntax_ext Rollup merge of #64670 - Mark-Simulacrum:ext-build-simplify, r=petrochenkov 2019-09-23 00:36:34 +02:00
libsyntax_pos remove feature 2019-09-21 16:09:38 +02:00
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@8adf9bdccf Update to LLVM 9.0.0 2019-09-20 09:36:03 -07:00
rtstartup
rustc
rustllvm
stdarch@4791ba85e7
test Rollup merge of #64679 - skinny121:const-infer, r=varkor 2019-09-23 00:36:40 +02:00
tools Rollup merge of #64688 - rust-lang:clarify-tidy-since, r=alexreg 2019-09-23 00:36:41 +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.