rust/src
bors 5989bf4872 Auto merge of #75321 - estebank:js-goes-gaga, r=davidtwco
Detect JS-style `===` and `!==` and recover

Fix #75312.
2020-08-12 08:40:36 +00:00
..
bootstrap
build_helper
ci Update MinGW comments in ci.yml 2020-08-11 16:31:32 +02:00
doc
etc
librustc_apfloat
librustc_arena
librustc_ast
librustc_ast_lowering
librustc_ast_passes
librustc_ast_pretty
librustc_attr
librustc_builtin_macros
librustc_codegen_llvm Rollup merge of #75226 - pnadon:miri-undef-uninit, r=RalfJung 2020-08-11 16:23:47 +09:00
librustc_codegen_ssa Rollup merge of #75315 - Mark-Simulacrum:save-temps, r=ecstatic-morse 2020-08-11 01:56:34 +02:00
librustc_data_structures Rollup merge of #75315 - Mark-Simulacrum:save-temps, r=ecstatic-morse 2020-08-11 01:56:34 +02:00
librustc_driver
librustc_error_codes
librustc_errors
librustc_expand
librustc_feature
librustc_fs_util
librustc_graphviz
librustc_hir
librustc_hir_pretty
librustc_incremental
librustc_index
librustc_infer
librustc_interface
librustc_lexer
librustc_lint Rollup merge of #75403 - giraffate:update_comment_in_fn, r=ecstatic-morse 2020-08-11 12:28:35 -07:00
librustc_llvm
librustc_macros
librustc_metadata
librustc_middle Rollup merge of #75394 - oli-obk:get_static, r=RalfJung 2020-08-12 12:07:15 +09:00
librustc_mir Rollup merge of #75394 - oli-obk:get_static, r=RalfJung 2020-08-12 12:07:15 +09:00
librustc_mir_build
librustc_parse Auto merge of #75321 - estebank:js-goes-gaga, r=davidtwco 2020-08-12 08:40:36 +00:00
librustc_parse_format
librustc_passes
librustc_plugin_impl
librustc_privacy
librustc_query_system
librustc_resolve Rollup merge of #75353 - estebank:tiny, r=jyn514 2020-08-11 16:23:56 +09:00
librustc_save_analysis
librustc_serialize
librustc_session
librustc_span
librustc_symbol_mangling
librustc_target
librustc_trait_selection Auto merge of #75205 - Aaron1011:fix/auto-trait-proj-ice, r=nikomatsakis 2020-08-12 06:42:49 +00:00
librustc_traits
librustc_ty
librustc_typeck Rollup merge of #74960 - nbdd0121:typeck, r=nikomatsakis 2020-08-12 12:07:08 +09:00
librustdoc Rollup merge of #75393 - GuillaumeGomez:fix-help-shortcut, r=pickfire 2020-08-11 12:28:34 -07:00
llvm-project@86b120e6f3
rustc
rustllvm
test Auto merge of #75321 - estebank:js-goes-gaga, r=davidtwco 2020-08-12 08:40:36 +00:00
tools Auto merge of #75436 - JohnTitor:rollup-ss0lxds, r=JohnTitor 2020-08-12 04:43:38 +00:00
README.md
stage0.txt

This directory contains the source code of the rust project, including:

  • rustc and its tests
  • The bootstrapping build system
  • Various submodules for tools, like rustdoc, rls, etc.

For more information on how various parts of the compiler work, see the rustc dev guide.