rust/src
kennytm 382dfeab85
Rollup merge of #58933 - SimonSapin:alloc-prelude-v1, r=Amanieu
Move alloc::prelude::* to alloc::prelude::v1, make alloc a subset of std

This was one of the unresolved questions of https://github.com/rust-lang/rfcs/pull/2480. As the RFC says this is maybe not useful in the sense that we are unlikely to ever have a second version, but making the crate a true subset makes one less issue to think about if we stabilize it and later want to merge standard library crates and have Cargo feature flags to enable or disable parts of the `std` crate.

See also discussion in https://github.com/rust-lang/rust/pull/58175.

Also rename the feature gate and point to a dedicated tracking issue: https://github.com/rust-lang/rust/issues/58935
2019-03-16 14:56:18 +08:00
..
bootstrap rustbuild: remove obsolete fulldeps behavior from src/test/pretty tests, and enable them by default. 2019-03-15 13:25:10 +02:00
build_helper
ci Fix TARGET variable in musl-toolchain.sh 2019-03-15 01:19:54 +01:00
doc
etc
grammar
liballoc Rollup merge of #58933 - SimonSapin:alloc-prelude-v1, r=Amanieu 2019-03-16 14:56:18 +08:00
libarena
libcore Auto merge of #58710 - EdorianDark:master, r=sfackler 2019-03-15 06:23:21 +00:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #58556 - oli-obk:imperative_recursion, r=pnkfelix 2019-03-15 19:24:15 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck rustc: rename item_path to def_path (except the module in ty). 2019-03-15 13:25:10 +02:00
librustc_codegen_llvm rustc: tie the 'tcx between Print and PrintCx in ty::print. 2019-03-15 09:26:13 +02:00
librustc_codegen_ssa rustc: remove fmt::{Debug,Display} from ty::TyKind. 2019-03-15 09:26:13 +02:00
librustc_codegen_utils rustc: provide DisambiguatedDefPathData in ty::print. 2019-03-15 13:25:10 +02:00
librustc_cratesio_shim
librustc_data_structures Use derive macro for HashStable 2019-03-13 00:03:13 +01:00
librustc_driver rustc: replace node_path_str with uses of def_path_str. 2019-03-15 13:25:10 +02:00
librustc_errors
librustc_fs_util
librustc_incremental rustc: rename item_path to def_path (except the module in ty). 2019-03-15 13:25:10 +02:00
librustc_interface Auto merge of #58488 - wesleywiser:llvm_prof, r=michaelwoerister 2019-03-14 08:38:56 +00:00
librustc_lint rustc: rename item_path to def_path (except the module in ty). 2019-03-15 13:25:10 +02:00
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata
librustc_mir Auto merge of #58556 - oli-obk:imperative_recursion, r=pnkfelix 2019-03-15 19:24:15 +00:00
librustc_msan
librustc_passes Auto merge of #58608 - pnkfelix:warning-period-for-detecting-nested-impl-trait, r=zoxc 2019-03-12 12:09:47 +00:00
librustc_plugin
librustc_privacy rustc: rename item_path to def_path (except the module in ty). 2019-03-15 13:25:10 +02:00
librustc_resolve resolve: Simplify import resolution for mixed 2015/2018 edition mode 2019-03-12 21:57:02 +03:00
librustc_save_analysis rustc: replace node_path_str with uses of def_path_str. 2019-03-15 13:25:10 +02:00
librustc_target
librustc_traits
librustc_tsan
librustc_typeck rustc: move the contents of ty::item_path to ty::print. 2019-03-15 13:25:10 +02:00
librustdoc Rollup merge of #58873 - GuillaumeGomez:fix-auto-hide-method-doc, r=QuietMisdreavus 2019-03-16 14:56:14 +08:00
libserialize
libstd Rollup merge of #58901 - ebarnard:just-copying, r=sfackler 2019-03-16 14:56:16 +08:00
libsyntax rustc: rename item_path to def_path (except the module in ty). 2019-03-15 13:25:10 +02:00
libsyntax_ext
libsyntax_pos
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@4fc9fb8245
rtstartup
rustc Make the rustc driver and interface demand driven 2019-03-10 04:49:45 +01:00
rustllvm
stdsimd@359845eb7c
test Auto merge of #58556 - oli-obk:imperative_recursion, r=pnkfelix 2019-03-15 19:24:15 +00:00
tools update miri 2019-03-14 15:25:23 +01: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: