rust/src
bors 62f9aa94c0 Auto merge of #74844 - asomers:freebsd-profiler, r=pietroalbini
Enable the profiler on FreeBSD

FreeBSD has been doing this in our own package builds for two months
now.

https://svnweb.freebsd.org/ports?view=revision&revision=535771
2020-07-31 12:27:13 +00:00
..
bootstrap Auto merge of #74682 - alexcrichton:backtrace-gimli-round-2, r=Mark-Simulacrum 2020-07-30 23:22:09 +00:00
build_helper
ci Auto merge of #74844 - asomers:freebsd-profiler, r=pietroalbini 2020-07-31 12:27:13 +00:00
doc Auto merge of #74926 - Manishearth:rename-lint, r=jyn514 2020-07-31 02:20:47 +00:00
etc Avoid bool-like naming 2020-07-29 10:48:00 +00:00
librustc_apfloat
librustc_arena
librustc_ast
librustc_ast_lowering
librustc_ast_passes
librustc_ast_pretty
librustc_attr
librustc_builtin_macros
librustc_codegen_llvm Rust function-level coverage now works on external crates 2020-07-30 12:25:39 -07:00
librustc_codegen_ssa Rust function-level coverage now works on external crates 2020-07-30 12:25:39 -07:00
librustc_data_structures
librustc_driver
librustc_error_codes Rollup merge of #74907 - GuillaumeGomez:cleanup-e0740, r=pickfire 2020-07-30 13:04:38 -07:00
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 Auto merge of #74926 - Manishearth:rename-lint, r=jyn514 2020-07-31 02:20:47 +00:00
librustc_llvm
librustc_macros
librustc_metadata Rollup merge of #74915 - alexcrichton:allow-failing-canonicalize, r=Mark-Simulacrum 2020-07-30 13:04:40 -07:00
librustc_middle Address code review comments. 2020-07-30 21:59:02 +10:00
librustc_mir Auto merge of #74930 - ecstatic-morse:const-size-align-of-val, r=oli-obk 2020-07-30 12:52:41 +00:00
librustc_mir_build Rollup merge of #74934 - nbdd0121:issue-73976, r=ecstatic-morse 2020-07-30 13:04:42 -07:00
librustc_parse
librustc_parse_format
librustc_passes
librustc_plugin_impl
librustc_privacy
librustc_query_system
librustc_resolve
librustc_save_analysis
librustc_serialize
librustc_session Auto merge of #74926 - Manishearth:rename-lint, r=jyn514 2020-07-31 02:20:47 +00:00
librustc_span
librustc_symbol_mangling
librustc_target Change the target data layout to specify more values 2020-07-29 16:26:09 -06:00
librustc_trait_selection
librustc_traits
librustc_ty
librustc_typeck Presort restrictions to make output consistent 2020-07-31 09:03:14 +09:00
librustdoc Auto merge of #74955 - P1n3appl3:rustdoc-formats, r=GuillaumeGomez 2020-07-31 04:37:14 +00:00
llvm-project@86b120e6f3
rustc
rustllvm
test Auto merge of #74956 - ecstatic-morse:const-option-unwrap, r=oli-obk 2020-07-31 08:26:33 +00:00
tools Auto merge of #74682 - alexcrichton:backtrace-gimli-round-2, r=Mark-Simulacrum 2020-07-30 23:22:09 +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.