rust/src
2020-03-26 09:40:52 +01:00
..
bootstrap Auto merge of #70190 - pietroalbini:gha, r=Mark-Simulacrum 2020-03-24 15:49:27 +00:00
build_helper
ci ci: add notice on top of the azure pipelines configuration 2020-03-24 15:36:17 +01:00
doc Rollup merge of #69788 - ArekPiekarz:unstable_book_optin_builtin_traits, r=Dylan-DPC 2020-03-24 07:13:31 +01:00
etc Make x.py compatible with python 3.8. 2020-03-25 16:11:46 +01:00
liballoc must_use on split_off 2020-03-24 17:35:40 +00:00
libarena separate out an arena for HIR 2020-03-21 22:18:57 +01:00
libcore Rollup merge of #70366 - cuviper:option-fuse, r=dtolnay 2020-03-25 19:28:12 +01:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind remove unused imports 2020-03-19 07:53:32 +01:00
libproc_macro Use min_specialization in libstd and libproc_macro 2020-03-15 13:23:03 +00:00
libprofiler_builtins Remove -ffreestanding from libprofiler_builtins because we do need the standard library 2020-03-18 15:55:26 -04:00
librustc Rename read_query_job -> current_query_job and simplify it. 2020-03-26 09:40:52 +01:00
librustc_apfloat
librustc_ast make bit_width return u64, consistently with other sizes in the compiler 2020-03-25 15:53:52 +01:00
librustc_ast_lowering Auto merge of #69649 - estebank:negative-impl-span, r=Centril 2020-03-23 12:40:36 +00:00
librustc_ast_passes Rename def_span to guess_head_span 2020-03-25 16:45:12 -07:00
librustc_ast_pretty Don't prepend with space before paren 2020-03-17 18:29:20 +01:00
librustc_attr Split long derive lists into two derive attributes. 2020-03-23 14:48:59 +00:00
librustc_builtin_macros Rename def_span to guess_head_span 2020-03-25 16:45:12 -07:00
librustc_codegen_llvm Retire DepGraphSafe and HashStableContext. 2020-03-26 09:40:51 +01:00
librustc_codegen_ssa make Size::from* methods generic in the integer type they accept 2020-03-25 15:53:52 +01:00
librustc_data_structures Rollup merge of #70269 - matthiaskrgr:clippy_closures, r=Dylan-DPC 2020-03-23 04:26:15 +01:00
librustc_driver Rollup merge of #69965 - mark-i-m:codegen-utils, r=eddyb 2020-03-21 08:51:14 +01:00
librustc_error_codes Rollup merge of #70406 - GuillaumeGomez:cleanup-e0458, r=Dylan-DPC 2020-03-25 23:53:01 +01:00
librustc_errors Rollup merge of #70199 - pnkfelix:issue-68808-dont-turn-dummy-spans-into-invalid-lines, r=estebank 2020-03-23 19:04:51 +01:00
librustc_expand Rename def_span to guess_head_span 2020-03-25 16:45:12 -07:00
librustc_feature remove redundant closures (clippy::redundant_closure) 2020-03-22 12:43:19 +01:00
librustc_fs_util
librustc_hir Rollup merge of #70284 - lcnr:issue70273-what-the-heck-git, r=eddyb 2020-03-24 07:13:40 +01: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 #70297 - nnethercote:clean-up-debugging-options, r=michaelwoerister 2020-03-25 14:46:51 +00:00
librustc_lexer remove redundant returns (clippy::needless_return) 2020-03-20 20:23:03 +01:00
librustc_lint Rename def_span to guess_head_span 2020-03-25 16:45:12 -07:00
librustc_llvm rustc_llvm: don't use -g when LLVM_NDEBUG is set. 2020-03-23 02:36:36 +02:00
librustc_macros Make QueryDescription parameter a type. 2020-03-26 09:22:44 +01:00
librustc_metadata Make QueryConfig argument a type. 2020-03-26 09:22:44 +01:00
librustc_mir Rollup merge of #70389 - Centril:borrowck-no-underscores, r=mark-i-m 2020-03-26 03:21:31 +01:00
librustc_mir_build Rollup merge of #69866 - estebank:guess_head_span, r=eddyb 2020-03-26 03:21:26 +01:00
librustc_parse Rollup merge of #69878 - estebank:chained-ops, r=Centril 2020-03-26 03:21:27 +01:00
librustc_passes Rename def_span to guess_head_span 2020-03-25 16:45:12 -07:00
librustc_plugin_impl use direct imports for rustc::{lint, session}. 2020-03-16 02:52:06 +01:00
librustc_privacy fmt 2020-03-24 19:26:58 +01:00
librustc_query_system Rename read_query_job -> current_query_job and simplify it. 2020-03-26 09:40:52 +01:00
librustc_resolve Rename def_span to guess_head_span 2020-03-25 16:45:12 -07:00
librustc_save_analysis remove redundant closures (clippy::redundant_closure) 2020-03-22 12:43:19 +01:00
librustc_session Rollup merge of #70319 - lcnr:issue63695, r=eddyb 2020-03-25 19:28:09 +01:00
librustc_span Rename def_span to guess_head_span 2020-03-25 16:45:12 -07:00
librustc_symbol_mangling normalize some imports, prefer direct ones. 2020-03-24 22:47:23 +01:00
librustc_target Rollup merge of #69700 - anyska:layout-details-rename, r=oli-obk 2020-03-25 23:52:57 +01:00
librustc_trait_selection Rollup merge of #69866 - estebank:guess_head_span, r=eddyb 2020-03-26 03:21:26 +01: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 Rollup merge of #70386 - Centril:patty, r=estebank 2020-03-26 03:21:30 +01:00
librustdoc Rollup merge of #70277 - matthewjasper:remove-closurebound, r=nikomatsakis 2020-03-24 00:49:48 +01:00
libserialize
libstd Rollup merge of #70361 - tmiasko:backtrace, r=Mark-Simulacrum 2020-03-25 06:45:32 +01:00
libterm
libtest Request "-Z unstable-options" for unstable options 2020-03-23 22:54:06 -07:00
libunwind
llvm-project@9f65ad0573
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 Rollup merge of #70389 - Centril:borrowck-no-underscores, r=mark-i-m 2020-03-26 03:21:31 +01:00
tools Rollup merge of #70395 - ehuss:update-cargo, r=ehuss 2020-03-26 03:21:33 +01:00
README.md rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org 2020-03-10 17:08:18 -03:00
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.