rust/src
bors 4911572b2d Auto merge of #70009 - estebank:sugg-bound, r=Centril
Tweak `suggest_constraining_type_param`

Some of the bound restriction structured suggestions were incorrect while others had subpar output.

The only issue left is a suggestion for an already present bound when dealing with `const`s that should be handled independently.

Fix #69983.
2020-03-29 22:50:59 +00: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 separate out an arena for HIR 2020-03-21 22:18:57 +01:00
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 remove unused imports 2020-03-19 07:53:32 +01:00
libproc_macro introduce negative_impls feature gate and document 2020-03-26 06:52:55 -04:00
libprofiler_builtins Remove -ffreestanding from libprofiler_builtins because we do need the standard library 2020-03-18 15:55:26 -04:00
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 Split long derive lists into two derive attributes. 2020-03-23 14:48:59 +00:00
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 rustc: remove rustc_hir_pretty dependency. 2020-03-24 08:44:55 +01:00
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 Add requisite feature gates for const assert 2020-03-17 11:15:40 -07:00
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 remove redundant returns (clippy::needless_return) 2020-03-20 20:23:03 +01:00
librustc_lint Rename TyLayout to TyAndLayout. 2020-03-27 17:14:53 +00:00
librustc_llvm rustc_llvm: don't use -g when LLVM_NDEBUG is set. 2020-03-23 02:36:36 +02:00
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 Auto merge of #70009 - estebank:sugg-bound, r=Centril 2020-03-29 22:50:59 +00: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 use direct imports for rustc::{lint, session}. 2020-03-16 02:52:06 +01:00
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 Tweak suggest_constraining_type_param 2020-03-29 13:13:17 -07:00
librustc_traits Rollup merge of #70319 - lcnr:issue63695, r=eddyb 2020-03-25 19:28:09 +01:00
librustc_ty rustc: keep upvars tupled in {Closure,Generator}Substs. 2020-03-21 14:23:50 +02:00
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 Update CreateMemSet() usage for LLVM 10 2020-03-19 20:09:57 +01:00
stdarch@abe96ca3b8 Update stdarch submodule 2020-03-19 14:38:09 +00:00
test Auto merge of #70009 - estebank:sugg-bound, r=Centril 2020-03-29 22:50:59 +00: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 Bump the bootstrap compiler 2020-03-15 19:43:25 +01:00

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.