rust/src
kennytm 4aebce5758
Rollup merge of #58785 - euclio:tool-lint-attrs, r=estebank
allow specifying attributes for tool lints

Needed for clippy to fix `unused_doc_comments` warnings that will be exposed by #57882 (and thus unblock it).
2019-03-02 22:58:26 +08:00
..
bootstrap Auto merge of #58800 - ehuss:update-books, r=Centril 2019-03-01 22:12:27 +00:00
build_helper
ci Whitelist containers that allow older toolchains 2019-02-27 08:10:21 -08:00
doc Auto merge of #58800 - ehuss:update-books, r=Centril 2019-03-01 22:12:27 +00:00
etc
grammar
liballoc
libarena
libcore Rollup merge of #58782 - tspiteri:str-escape-self, r=kennytm 2019-03-02 22:58:22 +08:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Rollup merge of #58785 - euclio:tool-lint-attrs, r=estebank 2019-03-02 22:58:26 +08:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Auto merge of #58408 - alexcrichton:update-llvm, r=michaelwoerister 2019-03-01 01:22:15 +00:00
librustc_codegen_ssa Auto merge of #58631 - spastorino:place2_1, r=oli-obk 2019-03-01 10:00:17 +00:00
librustc_codegen_utils hir: remove NodeId from TraitItem 2019-03-01 11:18:49 +01:00
librustc_cratesio_shim
librustc_data_structures Address comments 2019-03-01 01:15:38 +01:00
librustc_driver Fix import 2019-03-01 01:15:39 +01:00
librustc_errors
librustc_fs_util
librustc_incremental hir: remove NodeId from TraitItem 2019-03-01 11:18:49 +01:00
librustc_interface Introduce rustc_interface and move some methods there 2019-02-28 19:30:31 +01:00
librustc_lint hir: remove NodeId from ImplItem 2019-03-01 11:18:49 +01:00
librustc_llvm
librustc_lsan
librustc_metadata hir: remove NodeId from AnonConst 2019-03-01 11:18:48 +01:00
librustc_mir Auto merge of #58754 - ljedrz:I_hate_NodeIds, r=Zoxc 2019-03-01 15:36:13 +00:00
librustc_msan
librustc_passes
librustc_plugin
librustc_privacy hir: remove NodeId from ImplItem 2019-03-01 11:18:49 +01:00
librustc_resolve
librustc_save_analysis Auto merge of #57760 - dlrobertson:varargs1, r=alexreg 2019-02-28 15:00:25 +00:00
librustc_target Rename variadic to c_variadic 2019-02-27 10:21:54 -05:00
librustc_traits hir: remove NodeId from TraitItem 2019-03-01 11:18:49 +01:00
librustc_tsan
librustc_typeck hir: remove NodeId from TraitRef 2019-03-01 11:18:50 +01:00
librustdoc hir: remove NodeId from TraitRef 2019-03-01 11:18:50 +01:00
libserialize
libstd Fix rebase fail 2019-02-28 04:06:17 +09:00
libsyntax Auto merge of #57760 - dlrobertson:varargs1, r=alexreg 2019-02-28 15:00:25 +00:00
libsyntax_ext
libsyntax_pos
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@38ad31bde8
rtstartup
rustc
rustllvm
stdsimd@359845eb7c
test Rollup merge of #58785 - euclio:tool-lint-attrs, r=estebank 2019-03-02 22:58:26 +08:00
tools Fix tidy check for language and library features 2019-02-27 10:21:28 -05: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: