rust/src
Dylan DPC 36791dabe8
Rollup merge of #71188 - Duddino:fix, r=matthewjasper
Fixed missing trait method suggests incorrect code (self parameter not named "self").

fixes #71150
2020-04-19 15:12:38 +02:00
..
bootstrap Auto merge of #71147 - cuviper:min-llvm8, r=Mark-Simulacrum 2020-04-18 01:37:27 +00:00
build_helper
ci
doc
etc
liballoc Rollup merge of #71107 - vorner:weak-into-raw-dangling, r=Amanieu 2020-04-19 15:12:36 +02:00
libarena
libcore Rollup merge of #71167 - RalfJung:big-o, r=shepmaster 2020-04-17 23:56:00 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc_apfloat
librustc_ast Move MapInPlace to rustc_data_structures 2020-04-18 13:02:33 +09:00
librustc_ast_lowering
librustc_ast_passes
librustc_ast_pretty
librustc_attr
librustc_builtin_macros Move MapInPlace to rustc_data_structures 2020-04-18 13:02:33 +09:00
librustc_codegen_llvm Auto merge of #71147 - cuviper:min-llvm8, r=Mark-Simulacrum 2020-04-18 01:37:27 +00:00
librustc_codegen_ssa Rollup merge of #70467 - wesleywiser:invoke-vs-call, r=nagisa 2020-04-17 23:55:56 +02:00
librustc_data_structures Move MapInPlace to rustc_data_structures 2020-04-18 13:02:33 +09:00
librustc_driver
librustc_error_codes Rollup merge of #70578 - PankajChaudhary5:master, r=GuillaumeGomez 2020-04-17 03:05:11 +02:00
librustc_errors
librustc_expand Move MapInPlace to rustc_data_structures 2020-04-18 13:02:33 +09:00
librustc_feature
librustc_fs_util
librustc_hir
librustc_hir_pretty
librustc_incremental
librustc_index
librustc_infer Auto merge of #71218 - eddyb:a-lifetime-stranded-in-fn-def, r=nikomatsakis 2020-04-18 14:15:31 +00:00
librustc_interface
librustc_lexer
librustc_lint
librustc_llvm
librustc_macros
librustc_metadata Add an option to inhibit automatic injection of profiler_builtins 2020-04-18 14:10:04 +01:00
librustc_middle Auto merge of #70015 - jonas-schievink:gen-needs-drop, r=matthewjasper 2020-04-19 10:01:16 +00:00
librustc_mir Rollup merge of #71303 - tshepang:master, r=Mark-Simulacrum 2020-04-19 01:04:56 +02:00
librustc_mir_build Auto merge of #71049 - eddyb:const-err, r=oli-obk 2020-04-17 11:52:01 +00:00
librustc_parse remove build warnings 2020-04-18 22:32:23 +02:00
librustc_passes Rollup merge of #69642 - ecstatic-morse:issue-69615, r=oli-obk 2020-04-17 20:35:19 +02:00
librustc_plugin_impl
librustc_privacy
librustc_query_system
librustc_resolve remove build warnings 2020-04-18 22:32:23 +02:00
librustc_save_analysis
librustc_session Add an option to inhibit automatic injection of profiler_builtins 2020-04-18 14:10:04 +01:00
librustc_span
librustc_symbol_mangling
librustc_target rustc_target::abi: add Primitive variant to FieldsShape. 2020-04-16 15:15:51 +00:00
librustc_trait_selection Auto merge of #69793 - estebank:predicate-obligations-4, r=nikomatsakis 2020-04-19 06:42:51 +00:00
librustc_traits
librustc_ty Adjust mir-opt test and make it drop something 2020-04-17 20:36:46 +02:00
librustc_typeck Rollup merge of #71188 - Duddino:fix, r=matthewjasper 2020-04-19 15:12:38 +02:00
librustdoc Rollup merge of #71221 - cuviper:rustdoc_or_patterns, r=Mark-Simulacrum 2020-04-16 23:34:46 +02:00
libserialize
libstd Rollup merge of #71167 - RalfJung:big-o, r=shepmaster 2020-04-17 23:56:00 +02:00
libterm
libtest
libunwind
llvm-project@9f9da27fbd
rtstartup
rustc
rustllvm
stdarch@1a577bd78e
test Rollup merge of #71188 - Duddino:fix, r=matthewjasper 2020-04-19 15:12:38 +02:00
tools submodules: update clippy from 6651c1b9 to 891e1a85 2020-04-18 12:44:30 +02:00
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 dev guide.