rust/src
Mazdak Farrokhzad d6de1e9714
Rollup merge of #58727 - taiki-e:deny-rust_2018_idioms-bootstrap, r=Centril
bootstrap: deny(rust_2018_idioms)

As part of the Rust 2018 transition, apply `#![deny(rust_2018_idioms)]` to `bootstrap`.

r? @Centril
2019-02-25 11:42:31 +01:00
..
bootstrap bootstrap: deny(rust_2018_idioms) 2019-02-25 19:30:32 +09:00
build_helper
ci Added a connection timeout and speed threshold when downloading the Docker cache 2019-02-23 03:25:14 +08:00
doc Rollup merge of #55632 - ollie27:deny_overflowing_literals, r=Centril 2019-02-25 11:42:18 +01:00
etc
grammar
liballoc Rollup merge of #58704 - taiki-e:extern-crate, r=Centril 2019-02-25 03:18:06 +01:00
libarena
libcore heading # Unsafety => # Safety in stdlib docs. 2019-02-25 08:01:35 +01:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro Use ? in some macros 2019-02-24 21:59:44 +09:00
libprofiler_builtins
librustc Rollup merge of #58723 - Centril:deny-elided_lifetimes_in_paths-librustc, r=oli-obk 2019-02-25 11:42:28 +01:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm librustc_codegen_llvm: deny(elided_lifetimes_in_paths) 2019-02-25 08:40:18 +01:00
librustc_codegen_ssa librustc_codegen_ssa: deny(elided_lifetimes_in_paths) 2019-02-25 08:52:46 +01:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures Update parking_lot to 0.7 2019-02-22 13:49:19 +01:00
librustc_driver
librustc_errors Use ? in some macros 2019-02-24 21:59:44 +09:00
librustc_fs_util
librustc_incremental
librustc_lint Rollup merge of #55632 - ollie27:deny_overflowing_literals, r=Centril 2019-02-25 11:42:18 +01:00
librustc_llvm
librustc_lsan
librustc_metadata
librustc_mir Rollup merge of #58687 - kenta7777:reduce-miri-code-repetition, r=oli-obk 2019-02-25 11:42:20 +01:00
librustc_msan
librustc_passes
librustc_plugin
librustc_privacy
librustc_resolve Rollup merge of #58476 - nnethercote:rm-LazyTokenStream, r=petrochenkov 2019-02-23 09:25:26 +01:00
librustc_save_analysis
librustc_target
librustc_traits
librustc_tsan
librustc_typeck Rollup merge of #58722 - Centril:deny-elided_lifetimes_in_paths-librustc_typeck, r=oli-obk 2019-02-25 11:42:27 +01:00
librustdoc Rollup merge of #58697 - taiki-e:question-in-macros, r=Centril 2019-02-25 03:18:04 +01:00
libserialize
libstd Rollup merge of #58370 - nox:relax-bounds, r=dtolnay 2019-02-25 03:17:58 +01:00
libsyntax Auto merge of #58315 - gnzlbg:returns_twice, r=alexcrichton 2019-02-24 14:15:55 +00:00
libsyntax_ext Use ? in some macros 2019-02-24 21:59:44 +09:00
libsyntax_pos
libterm replace deprecated rustfmt_skip with rustfmt::skip 2019-02-23 22:40:56 +01:00
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@73a75d35b9
rtstartup
rustc
rustllvm Implement ffi_returns_twice attribute 2019-02-23 15:48:40 +01:00
stdsimd@9a60697044
test Rollup merge of #58725 - jamwt:fix-27949, r=Centril 2019-02-25 11:42:30 +01:00
tools update miri 2019-02-24 16:45:14 +00: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: