rust/src
Mazdak Farrokhzad 04ffaca71a
Rollup merge of #59544 - cuviper:miri-nightly, r=Centril
manifest: only include miri on the nightly channel

miri needs to build std with xargo, which doesn't allow stable/beta:
<https://github.com/japaric/xargo/pull/204#issuecomment-374888868>

Therefore, at this time there's no point in making miri available on any
but the nightly channel.  If we get a stable way to build `std`, like
[RFC 2663], then we can re-evaluate whether to start including miri,
perhaps still as `miri-preview`.

[RFC 2663]: https://github.com/rust-lang/rfcs/pull/2663
2019-03-30 14:14:58 +01:00
..
bootstrap Add a new wasm32-unknown-wasi target 2019-03-29 15:58:17 -07:00
build_helper
ci Rollup merge of #59499 - pietroalbini:fix-arm-broken-link, r=alexcrichton 2019-03-30 07:51:38 +01:00
doc Rollup merge of #59376 - davidtwco:finally-rfc-2008-variants, r=petrochenkov,QuietMisdreavus 2019-03-30 07:51:34 +01:00
etc
grammar
liballoc
libarena
libcore Fix OnceWith docstring. 2019-03-29 15:03:14 -07:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Rollup merge of #59343 - eddyb:rm-def-symbol-name, r=michaelwoerister 2019-03-30 14:14:52 +01:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Rollup merge of #59380 - philipc:thinlto-variant, r=michaelwoerister 2019-03-30 14:14:53 +01:00
librustc_codegen_ssa Use ExactSizeIterator + TrustedLen instead of num_cases arg for switch 2019-03-29 17:23:52 +01:00
librustc_codegen_utils rustc(codegen): uncache def_symbol_name prefix from symbol_name. 2019-03-29 07:45:38 +02:00
librustc_cratesio_shim
librustc_data_structures Update ena to version 0.13.0 2019-03-27 09:44:55 +00:00
librustc_driver
librustc_errors Fix MultilineAnnotation field name 2019-03-28 20:19:50 -07:00
librustc_fs_util
librustc_incremental
librustc_interface Rollup merge of #59496 - Zoxc:fix-globals, r=oli-obk 2019-03-29 02:40:56 +01:00
librustc_lint Rollup merge of #59463 - pnkfelix:issue-56327-skip-dyn-keyword-lint-under-macros, r=matthewjasper 2019-03-30 14:14:55 +01:00
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata Rollup merge of #59376 - davidtwco:finally-rfc-2008-variants, r=petrochenkov,QuietMisdreavus 2019-03-30 07:51:34 +01:00
librustc_mir Rollup merge of #59343 - eddyb:rm-def-symbol-name, r=michaelwoerister 2019-03-30 14:14:52 +01:00
librustc_msan
librustc_passes Rollup merge of #59376 - davidtwco:finally-rfc-2008-variants, r=petrochenkov,QuietMisdreavus 2019-03-30 07:51:34 +01:00
librustc_plugin
librustc_privacy Rollup merge of #59376 - davidtwco:finally-rfc-2008-variants, r=petrochenkov,QuietMisdreavus 2019-03-30 07:51:34 +01:00
librustc_resolve Rollup merge of #59376 - davidtwco:finally-rfc-2008-variants, r=petrochenkov,QuietMisdreavus 2019-03-30 07:51:34 +01:00
librustc_save_analysis Rollup merge of #59510 - varkor:rename-type_parameters, r=eddyb 2019-03-29 12:32:32 +01:00
librustc_target Add a new wasm32-unknown-wasi target 2019-03-29 15:58:17 -07:00
librustc_traits
librustc_tsan
librustc_typeck Rollup merge of #59455 - estebank:borrow-sugg-shorthand-field, r=davidtwco 2019-03-30 07:51:37 +01:00
librustdoc Rollup merge of #59539 - GuillaumeGomez:rustdoc-infinite-recursion, r=eddyb 2019-03-30 14:14:56 +01:00
libserialize
libstd Rollup merge of #59532 - mbrubeck:docs, r=Centril 2019-03-30 07:51:44 +01:00
libsyntax Rollup merge of #59525 - pnkfelix:whitelist-some-rustc-attrs, r=petrochenkov 2019-03-30 07:51:41 +01:00
libsyntax_ext Visit path in walk_mac 2019-03-27 22:41:41 +00:00
libsyntax_pos
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@1f484cbe0e
rtstartup
rustc
rustllvm replace llvm-rebuild-trigger with commit hash 2019-03-27 10:05:32 -04:00
stdsimd@12bdc2ed6b Update stdsimd 2019-03-28 10:13:08 +01:00
test Rollup merge of #59463 - pnkfelix:issue-56327-skip-dyn-keyword-lint-under-macros, r=matthewjasper 2019-03-30 14:14:55 +01:00
tools Rollup merge of #59544 - cuviper:miri-nightly, r=Centril 2019-03-30 14:14:58 +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: