rust/src
bors 289ad6e992 Auto merge of #52591 - eddyb:functional-snakes, r=oli-obk
rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns.

These are cruft left over from a time when `Foo::default()` didn't "just work".
2018-11-21 08:08:13 +00:00
..
bootstrap Rollup merge of #55867 - RalfJung:dont-panic, r=Mark-Simulacrum 2018-11-18 23:24:38 +01:00
build_helper
ci
dlmalloc@c99638dc2e
doc
etc
grammar
liballoc
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@939cbca6e9
libcore Auto merge of #56049 - newpavlov:revert_51601, r=sfackler 2018-11-20 00:02:33 +00:00
libfmt_macros
libgraphviz
liblibc@c75ca6465a
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc rustc: implement and use Default on more types. 2018-11-21 08:11:50 +02:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. 2018-11-21 07:27:02 +02:00
librustc_codegen_ssa rustc: implement and use Default on more types. 2018-11-21 08:11:50 +02:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures rustc: implement and use Default on more types. 2018-11-21 08:11:50 +02:00
librustc_driver
librustc_errors
librustc_fs_util
librustc_incremental
librustc_lint rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. 2018-11-21 07:27:02 +02:00
librustc_llvm
librustc_lsan
librustc_metadata rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. 2018-11-21 07:27:02 +02:00
librustc_mir rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. 2018-11-21 07:27:02 +02:00
librustc_msan
librustc_passes rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. 2018-11-21 07:27:02 +02:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. 2018-11-21 07:27:02 +02:00
librustc_resolve Auto merge of #52591 - eddyb:functional-snakes, r=oli-obk 2018-11-21 08:08:13 +00:00
librustc_save_analysis save-analysis: fallback to using path id 2018-11-19 17:18:36 +13:00
librustc_target
librustc_traits
librustc_tsan
librustc_typeck rustc: implement and use Default on more types. 2018-11-21 08:11:50 +02:00
librustdoc rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. 2018-11-21 07:27:02 +02:00
libserialize
libstd Rollup merge of #56059 - alexcrichton:fix-tests, r=sfackler 2018-11-19 22:06:45 +08:00
libsyntax Stabilize extern_crate_item_prelude 2018-11-21 01:27:23 +03:00
libsyntax_ext Rollup merge of #55923 - Zeegomo:master, r=estebank 2018-11-18 23:24:43 +01:00
libsyntax_pos
libterm
libtest
libunwind
llvm@7051ead40a
llvm-emscripten@7f23313edf
rtstartup
rustc
rustllvm
stdsimd@0309be1ade
test Add a couple more tests 2018-11-21 01:28:07 +03:00
tools Update RLS and Rustfmt 2018-11-21 08:30:47 +13:00
.gitignore
Cargo.lock rustc: implement and use Default on more types. 2018-11-21 08:11:50 +02:00
Cargo.toml
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: