rust/src
bors cabb679bf1 Auto merge of #51474 - llogiq:from-docs, r=TimNN
add some docs to `From` conversions

This adds a helpful document to the bool → int* conversions as well as to the lossless integer conversions.

One of #51430 down, some more to go.
2018-06-10 18:00:12 +00:00
..
bootstrap Added comment to explain why only RustIstaller has llvm_tools = false. 2018-06-10 04:50:42 +08:00
build_helper
ci Do not push a commit if the toolstate is unchanged. 2018-06-10 04:31:49 +08:00
dlmalloc@c99638dc2e
doc Stabilize entry-or-default 2018-06-10 12:59:12 +02:00
etc
grammar
jemalloc@1f5a28755e
liballoc Stabilize entry-or-default 2018-06-10 12:59:12 +02:00
liballoc_jemalloc
liballoc_system
libarena
libbacktrace@f4d02bbdbf
libcompiler_builtins@4cfd7101eb
libcore Auto merge of #51474 - llogiq:from-docs, r=TimNN 2018-06-10 18:00:12 +00:00
libfmt_macros
libgraphviz
liblibc@a7e78a78e1
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Stabilize entry-or-default 2018-06-10 12:59:12 +02:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures Rollup merge of #51412 - nnethercote:pending_obligations, r=estebank 2018-06-08 17:21:07 -06:00
librustc_driver Rollup merge of #51394 - nnethercote:NCA-depths, r=nikomatsakis 2018-06-08 17:21:03 -06:00
librustc_errors
librustc_incremental
librustc_lint Rollup merge of #51401 - estebank:warn-repr, r=cramertj 2018-06-08 17:21:05 -06:00
librustc_llvm
librustc_lsan
librustc_metadata
librustc_mir Auto merge of #51247 - pnkfelix:issue-51190-report-type-moved-from-behind-borrow, r=nikomatsakis 2018-06-08 20:41:20 +00:00
librustc_msan
librustc_passes
librustc_platform_intrinsics
librustc_plugin
librustc_privacy
librustc_resolve Rollup merge of #51360 - estebank:braces-around-literal-structs, r=nikomatsakis 2018-06-08 17:21:00 -06:00
librustc_save_analysis
librustc_target
librustc_traits
librustc_tsan
librustc_typeck Auto merge of #51042 - matthewjasper:reenable-trivial-bounds, r=nikomatsakis 2018-06-09 01:32:48 +00:00
librustdoc Rollup merge of #51391 - estebank:docspan, r=GuillaumeGomez 2018-06-08 17:21:02 -06:00
libserialize
libstd Stabilize entry-or-default 2018-06-10 12:59:12 +02:00
libstd_unicode
libsyntax Crate-ify and delete unused code in syntax::parse 2018-06-09 16:57:19 -06:00
libsyntax_ext
libsyntax_pos Implement RFC 2421, 'Keyword unreservations (pure, sizeof, alignof, offsetof)' 2018-06-09 14:15:57 -07:00
libterm
libtest
libunwind
llvm@9ad4b7e8d7
llvm-emscripten@2717444753
rtstartup
rustc
rustllvm
stdsimd@a19ca1cd91
test Auto merge of #51196 - Havvy:remove-keywords, r=petrochenkov 2018-06-10 08:26:10 +00:00
tools Rollup merge of #51427 - FelixMcFelix:nll-stderr-remover, r=oli-obk 2018-06-08 17:21:08 -06:00
Cargo.lock Rollup merge of #51407 - nrc:update, r=Mark-Simulacrum 2018-06-08 07:05:45 +08: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.

Their is also useful content in the following READMEs, which are gradually being moved over to the guide: