rust/src
Dylan DPC 800ed0cd5d
Rollup merge of #70541 - lcnr:patch-1, r=varkor
prohibit_generics: update has_err for consts

r? @eddyb
2020-03-29 21:23:55 +02:00
..
bootstrap Rollup merge of #70235 - dillona:70182-check-before-using-git, r=Mark-Simulacrum 2020-03-29 01:32:19 +01:00
build_helper
ci ci: add notice on top of the azure pipelines configuration 2020-03-24 15:36:17 +01:00
doc Rename asm! to llvm_asm! 2020-03-26 15:49:22 +00:00
etc Auto merge of #70282 - ssomers:btreemap_gdb_pretty_print, r=Mark-Simulacrum 2020-03-27 09:54:02 +00:00
liballoc Rollup merge of #70506 - ssomers:btreemap_testing_consts, r=RalfJung 2020-03-29 11:50:13 +02:00
libarena
libcore Rollup merge of #70140 - Nemo157:result-flatten, r=Amanieu 2020-03-29 16:48:21 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro introduce negative_impls feature gate and document 2020-03-26 06:52:55 -04:00
libprofiler_builtins
librustc Rollup merge of #69702 - anyska:tylayout-rename, r=oli-obk 2020-03-29 21:23:50 +02:00
librustc_apfloat
librustc_ast parse: move constraint/arg restriction to ast_validation. 2020-03-27 07:39:14 +01:00
librustc_ast_lowering address some review comments 2020-03-27 09:29:38 +01:00
librustc_ast_passes add the label back but make it shorter 2020-03-27 21:52:09 +01:00
librustc_ast_pretty parse: move constraint/arg restriction to ast_validation. 2020-03-27 07:39:14 +01:00
librustc_attr
librustc_builtin_macros Rename asm! to llvm_asm! 2020-03-26 15:49:22 +00:00
librustc_codegen_llvm Rollup merge of #69702 - anyska:tylayout-rename, r=oli-obk 2020-03-29 21:23:50 +02:00
librustc_codegen_ssa Rollup merge of #69702 - anyska:tylayout-rename, r=oli-obk 2020-03-29 21:23:50 +02:00
librustc_data_structures Auto merge of #69916 - oli-obk:mir_bless, r=eddyb 2020-03-27 12:58:34 +00:00
librustc_driver
librustc_error_codes Auto merge of #70370 - petrochenkov:nosmatch, r=Centril 2020-03-29 06:33:42 +00:00
librustc_errors introduce negative_impls feature gate and document 2020-03-26 06:52:55 -04:00
librustc_expand Auto merge of #70261 - Centril:angle-args-partition, r=varkor 2020-03-28 11:13:09 +00:00
librustc_feature #[link]: mention wasm_import_module instead of cfg 2020-03-29 17:40:04 +02:00
librustc_fs_util
librustc_hir clarify hir_id <-> node_id method names 2020-03-27 16:43:20 +01:00
librustc_hir_pretty Auto merge of #68404 - Amanieu:llvm-asm, r=estebank 2020-03-27 03:27:09 +00:00
librustc_incremental Auto merge of #70297 - nnethercote:clean-up-debugging-options, r=michaelwoerister 2020-03-25 14:46:51 +00:00
librustc_index
librustc_infer Rename def_span to guess_head_span 2020-03-25 16:45:12 -07:00
librustc_interface Auto merge of #70261 - Centril:angle-args-partition, r=varkor 2020-03-28 11:13:09 +00:00
librustc_lexer
librustc_lint Rename TyLayout to TyAndLayout. 2020-03-27 17:14:53 +00:00
librustc_llvm
librustc_macros Remove the QueryGetter trait. 2020-03-27 07:35:32 +01:00
librustc_metadata Auto merge of #70162 - cjgillot:split_query, r=Zoxc 2020-03-27 21:36:51 +00:00
librustc_mir Rollup merge of #69702 - anyska:tylayout-rename, r=oli-obk 2020-03-29 21:23:50 +02:00
librustc_mir_build Rollup merge of #70457 - Centril:non-exhaustive-scrutinee-type, r=estebank 2020-03-27 22:39:39 +01:00
librustc_parse reduce rustc_attr usage in places 2020-03-29 12:01:11 +02:00
librustc_passes Rename TyLayout to TyAndLayout. 2020-03-27 17:14:53 +00:00
librustc_plugin_impl
librustc_privacy Rollup merge of #70344 - Centril:hir-pretty, r=eddyb 2020-03-27 01:23:53 +01:00
librustc_query_system Implement HashStable directly. 2020-03-27 08:33:37 +01:00
librustc_resolve Rename def_span to guess_head_span 2020-03-25 16:45:12 -07:00
librustc_save_analysis Auto merge of #70261 - Centril:angle-args-partition, r=varkor 2020-03-28 11:13:09 +00:00
librustc_session Auto merge of #70370 - petrochenkov:nosmatch, r=Centril 2020-03-29 06:33:42 +00:00
librustc_span Rename asm! to llvm_asm! 2020-03-26 15:49:22 +00:00
librustc_symbol_mangling normalize some imports, prefer direct ones. 2020-03-24 22:47:23 +01:00
librustc_target Rollup merge of #69702 - anyska:tylayout-rename, r=oli-obk 2020-03-29 21:23:50 +02:00
librustc_trait_selection Auto merge of #70370 - petrochenkov:nosmatch, r=Centril 2020-03-29 06:33:42 +00:00
librustc_traits Rollup merge of #70319 - lcnr:issue63695, r=eddyb 2020-03-25 19:28:09 +01:00
librustc_ty
librustc_typeck prohibit_generics: update has_err for consts 2020-03-29 18:34:42 +02:00
librustdoc Auto merge of #66938 - GuillaumeGomez:lint-for-no-crate-level-doc, r=Dylan-DPC 2020-03-28 20:11:01 +00:00
libserialize
libstd Rollup merge of #70510 - RalfJung:bool-vs-boolean, r=Mark-Simulacrum 2020-03-29 01:32:23 +01:00
libterm
libtest Rename asm! to llvm_asm! 2020-03-26 15:49:22 +00:00
libunwind
llvm-project@992e608cfc Update LLVM submodule 2020-03-29 11:12:55 +01:00
rtstartup
rustc
rustllvm
stdarch@abe96ca3b8
test Rollup merge of #70540 - jonas-schievink:link-attr-template, r=varkor 2020-03-29 21:23:53 +02:00
tools Auto merge of #70499 - Dylan-DPC:rollup-f9je1l8, r=Dylan-DPC 2020-03-28 17:15:32 +00: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.