rust/src
Alex Crichton 27b3cb552d rustc: Trim down the rust_2018_idioms lint group
These migration lints aren't all up to par in terms of a good migration
experience. Some, like `unreachable_pub`, hit bugs like #52665 and unprepared
macros to be handled enough of the time. Others like linting against
`#[macro_use]` are swimming upstream in an ecosystem that's not quite ready (and
slightly buggy pending a few current PRs).

The general idea is that we will continue to recommend the `rust_2018_idioms`
lint group as part of the transition guide (as an optional step) but we'll be
much more selective about which lints make it into this group. Only those with a
strong track record of not causing too much churn will make the cut.

cc #52679
2018-08-01 07:29:24 -07:00
..
bootstrap Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov 2018-07-30 06:29:39 +00:00
build_helper Deny bare_trait_objects globally 2018-07-25 10:25:29 +09:00
ci Test clippy first to workaround the derive-new conflict. 2018-07-29 19:05:41 +08:00
dlmalloc@c99638dc2e
doc Auto merge of #52863 - steveklabnik:update-books, r=Mark-Simulacrum 2018-07-31 03:30:47 +00:00
etc Enable default inlining in platform intrinsics 2018-07-16 14:36:00 +02:00
grammar
jemalloc@1f5a28755e
liballoc Rollup merge of #52769 - sinkuu:stray_test, r=alexcrichton 2018-07-28 16:25:04 +08:00
liballoc_jemalloc Deny bare_trait_objects globally 2018-07-25 10:25:29 +09:00
liballoc_system Deny bare_trait_objects globally 2018-07-25 10:25:29 +09:00
libarena Deny bare_trait_objects globally 2018-07-25 10:25:29 +09:00
libbacktrace@f4d02bbdbf Replace libbacktrace with a submodule 2018-05-30 05:58:23 -07:00
libcompiler_builtins@52a6a4d708 Update the compiler-builtins submodule 2018-07-25 18:12:39 -07:00
libcore Auto merge of #50267 - humanenginuity:master, r=alexcrichton 2018-07-31 11:20:16 +00:00
libfmt_macros Remove unused muts 2018-07-29 18:04:09 +01:00
libgraphviz Deny bare_trait_objects globally 2018-07-25 10:25:29 +09:00
liblibc@b6d23ed45d Update liblibc 2018-07-01 20:23:41 +02:00
libpanic_abort Deny bare_trait_objects globally 2018-07-25 10:25:29 +09:00
libpanic_unwind Deny bare_trait_objects globally 2018-07-25 10:25:29 +09:00
libproc_macro Deny bare_trait_objects globally 2018-07-25 10:25:29 +09:00
libprofiler_builtins Deny bare_trait_objects globally 2018-07-25 10:25:29 +09:00
librustc assert no region obligations on entering custom type op 2018-07-31 02:31:41 +02:00
librustc_allocator Deny bare_trait_objects globally 2018-07-25 10:25:29 +09:00
librustc_apfloat Deny bare_trait_objects globally 2018-07-25 10:25:29 +09:00
librustc_asan Deny bare_trait_objects globally 2018-07-25 10:25:29 +09:00
librustc_borrowck Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov 2018-07-30 06:29:39 +00:00
librustc_codegen_llvm rustc_codegen_llvm: fix ownership of DIBuilder. 2018-07-30 20:35:14 +03:00
librustc_codegen_utils Deny bare_trait_objects globally 2018-07-25 10:25:29 +09:00
librustc_cratesio_shim
librustc_data_structures Auto merge of #52697 - ljedrz:misc_data_structures, r=Mark-Simulacrum 2018-07-30 12:20:58 +00:00
librustc_driver Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov 2018-07-30 06:29:39 +00:00
librustc_errors Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakis 2018-07-29 06:32:24 +00:00
librustc_incremental Don't format!() string literals 2018-07-28 17:58:52 +02:00
librustc_lint rustc: Trim down the rust_2018_idioms lint group 2018-08-01 07:29:24 -07:00
librustc_llvm rustc_llvm: fix linking on mingw. 2018-07-31 15:36:38 +03:00
librustc_lsan Deny bare_trait_objects globally 2018-07-25 10:25:29 +09:00
librustc_metadata Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov 2018-07-30 06:29:39 +00:00
librustc_mir region_infer: rustfmt, pacifying the mercilous tidy 2018-07-31 02:31:41 +02:00
librustc_msan Deny bare_trait_objects globally 2018-07-25 10:25:29 +09:00
librustc_passes Change order of copy and borrow to avoid conflict 2018-07-29 18:04:09 +01:00
librustc_platform_intrinsics Deny bare_trait_objects globally 2018-07-25 10:25:29 +09:00
librustc_plugin Deny bare_trait_objects globally 2018-07-25 10:25:29 +09:00
librustc_privacy Deny bare_trait_objects globally 2018-07-25 10:25:29 +09:00
librustc_resolve Auto merge of #52830 - matthewjasper:bootstrap-prep, r=matthewjasper 2018-07-30 10:19:38 +00:00
librustc_save_analysis Auto merge of #52830 - matthewjasper:bootstrap-prep, r=matthewjasper 2018-07-30 10:19:38 +00:00
librustc_target rustc_llvm: move to rustc_codegen_llvm::llvm. 2018-07-30 18:03:50 +03:00
librustc_traits Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov 2018-07-29 09:33:37 +00:00
librustc_tsan Deny bare_trait_objects globally 2018-07-25 10:25:29 +09:00
librustc_typeck Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov 2018-07-30 06:29:39 +00:00
librustdoc Delete unused code in rustdoc 2018-07-30 16:33:56 -06:00
libserialize Auto merge of #52738 - ljedrz:push_to_extend, r=eddyb 2018-07-29 21:37:47 +00:00
libstd Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov 2018-07-30 06:29:39 +00:00
libstd_unicode
libsyntax Auto merge of #52722 - alexcrichton:more-identifier-lints, r=oli-obk 2018-07-30 08:25:36 +00:00
libsyntax_ext Auto merge of #52738 - ljedrz:push_to_extend, r=eddyb 2018-07-29 21:37:47 +00:00
libsyntax_pos Auto merge of #52355 - pietroalbini:zfeature, r=eddyb 2018-07-28 23:10:10 +00:00
libterm Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov 2018-07-29 09:33:37 +00:00
libtest Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov 2018-07-30 06:29:39 +00:00
libunwind Deny bare_trait_objects globally 2018-07-25 10:25:29 +09:00
llvm@0368490510 Upgrade to LLVM's master branch (LLVM 7) 2018-07-10 13:43:01 -07:00
llvm-emscripten@2717444753
rtstartup Switch to 1.26 bootstrap compiler 2018-05-17 08:47:25 -06:00
rustc Fix rustc binary metadata overwriting librustc metadata 2018-05-17 08:47:25 -06:00
rustllvm rustc_codegen_llvm: remove more unused functions. 2018-07-30 20:10:25 +03:00
stdsimd@05c2f61c38 update the stdsimd submodule 2018-07-24 11:08:11 -05:00
test rustc: Trim down the rust_2018_idioms lint group 2018-08-01 07:29:24 -07:00
tools Update miri submodule 2018-07-29 20:24:26 +02:00
Cargo.lock rustc_llvm: move to rustc_codegen_llvm::llvm. 2018-07-30 18:03:50 +03:00
Cargo.toml Update RLS and rustfmt. 2018-07-29 19:05:42 +08:00
README.md rustc: rename ty::maps to ty::query. 2018-06-14 18:05:12 +03:00
stage0.txt bump bootstrap compiler to beta-2018-07-27 2018-07-27 12:24:17 +02: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: