rust/src
Mazdak Farrokhzad a8b854bde0
Rollup merge of #60287 - Zoxc:the-arena-variances_of, r=eddyb
Use references for variances_of

Based on https://github.com/rust-lang/rust/pull/60280.

cc @varkor
r? @eddyb
2019-05-01 08:29:09 +02:00
..
bootstrap Auto merge of #60262 - michaelwoerister:pgo-preinlining-pass, r=alexcrichton 2019-04-30 19:52:13 +00:00
build_helper
ci tidy: Fix false positives from long URLs 2019-04-27 20:29:27 +03:00
doc
etc
grammar
liballoc Use "capacity" as parameter name in with_capacity() methods 2019-04-26 18:43:24 +02:00
libarena
libcore Rollup merge of #60356 - JohnTitor:stabilize-as-mut-ptr, r=Centril 2019-04-29 22:22:42 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Rollup merge of #60287 - Zoxc:the-arena-variances_of, r=eddyb 2019-05-01 08:29:09 +02:00
librustc_allocator
librustc_apfloat ignore-tidy-filelength on all files with greater than 3000 lines 2019-04-25 21:39:09 +01:00
librustc_asan
librustc_borrowck Update region_scope_tree 2019-04-25 18:23:32 +02:00
librustc_codegen_llvm Auto merge of #60006 - nnethercote:json-for-pipelining, r=alexcrichton 2019-04-29 23:35:01 +00:00
librustc_codegen_ssa Auto merge of #60389 - Centril:rollup-nefreyr, r=Centril 2019-04-30 02:27:07 +00:00
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures Auto merge of #60288 - Zoxc:update-rayon, r=nikomatsakis 2019-04-27 17:08:11 +00:00
librustc_driver Update rustc-rayon version 2019-04-26 19:08:36 +02:00
librustc_errors In JSON output, emit a directive after metadata is generated. 2019-04-30 08:51:57 +10:00
librustc_fs_util
librustc_incremental
librustc_interface Update rustc-rayon version 2019-04-26 19:08:36 +02:00
librustc_lint Implement internal lints 2019-04-28 21:19:25 +02:00
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata Rollup merge of #60287 - Zoxc:the-arena-variances_of, r=eddyb 2019-05-01 08:29:09 +02:00
librustc_mir Rollup merge of #60400 - JohnTitor:simplify-feature, r=matthewjasper 2019-04-30 16:10:31 +02:00
librustc_msan
librustc_passes Auto merge of #59540 - Zoxc:the-arena-2, r=michaelwoerister 2019-04-27 05:24:11 +00:00
librustc_plugin
librustc_privacy Auto merge of #59042 - ljedrz:HirIdification_rework_map, r=Zoxc 2019-04-25 00:53:28 +00:00
librustc_resolve resolve: Consider erroneous imports used to avoid duplicate diagnostics 2019-04-28 22:36:57 +03:00
librustc_save_analysis
librustc_target
librustc_traits Fix lint findings in librustc_traits 2019-04-28 21:19:27 +02:00
librustc_tsan
librustc_typeck Rollup merge of #60287 - Zoxc:the-arena-variances_of, r=eddyb 2019-05-01 08:29:09 +02:00
librustdoc Rollup merge of #60382 - Manishearth:revert-code-font, r=GuillaumeGomez 2019-04-30 16:10:29 +02:00
libserialize
libstd Auto merge of #60204 - jethrogb:jb/rtunwrap-debug-print, r=alexcrichton 2019-04-30 22:46:28 +00:00
libsyntax Rollup merge of #60362 - Centril:cleanup-declare-features-active, r=oli-obk 2019-04-30 16:10:27 +02:00
libsyntax_ext Auto merge of #60039 - rasendubi:assert-trailing-junk, r=alexcrichton 2019-04-29 14:50:17 +00:00
libsyntax_pos
libterm
libtest
libunwind
llvm-emscripten@7f23313edf
llvm-project@84abffda0e
rtstartup
rustc
rustllvm Limit internalization in LLVM 8 ThinLTO 2019-04-26 08:58:14 -07:00
stdsimd@4bf456c35e
test Auto merge of #60262 - michaelwoerister:pgo-preinlining-pass, r=alexcrichton 2019-04-30 19:52:13 +00:00
tools Auto merge of #60262 - michaelwoerister:pgo-preinlining-pass, r=alexcrichton 2019-04-30 19:52:13 +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: