rust/src
bors 6ead62235a Auto merge of #75893 - Dylan-DPC:fix/offset-to-u64, r=oli-obk
change offset from u32 to u64

References #71696

r? @oli-obk

(closed the earlier pr because the rebase got messed up)
2020-08-26 13:10:42 +00:00
..
bootstrap Auto merge of #75773 - matklad:snapshot-tests, r=Mark-Simulacrum 2020-08-25 09:36:23 +00:00
build_helper
ci ci: fix macOS target name for LLVM 10 2020-08-25 17:41:50 +02:00
doc Document prim@ and primitive@ 2020-08-23 22:40:20 -04:00
etc
librustc_apfloat
librustc_arena
librustc_ast Auto merge of #75465 - Aaron1011:feature/short-fn-def-span, r=estebank 2020-08-23 08:14:17 +00:00
librustc_ast_lowering hir: consistent use and naming of lang items 2020-08-24 12:17:51 +01:00
librustc_ast_passes Auto merge of #74566 - lzutao:guard, r=petrochenkov 2020-08-22 15:38:13 +00:00
librustc_ast_pretty
librustc_attr
librustc_builtin_macros Use smaller def span for functions 2020-08-22 18:41:49 -04:00
librustc_codegen_llvm
librustc_codegen_ssa hir: consistent use and naming of lang items 2020-08-24 12:17:51 +01:00
librustc_data_structures
librustc_driver
librustc_error_codes
librustc_errors
librustc_expand Prefer https link for wikipedia URLs 2020-08-23 10:02:42 +00:00
librustc_feature Auto merge of #74566 - lzutao:guard, r=petrochenkov 2020-08-22 15:38:13 +00:00
librustc_fs_util
librustc_graphviz
librustc_hir hir: consistent use and naming of lang items 2020-08-24 12:17:51 +01:00
librustc_hir_pretty
librustc_incremental
librustc_index
librustc_infer Stabilize Range[Inclusive]::is_empty 2020-08-24 13:20:25 -07:00
librustc_interface
librustc_lexer Introduce expect snapshot testing library into rustc 2020-08-24 15:38:42 +02:00
librustc_lint
librustc_llvm
librustc_macros
librustc_metadata Auto merge of #75811 - ecstatic-morse:better-dlerror, r=nagisa 2020-08-26 01:40:26 +00:00
librustc_middle Auto merge of #75893 - Dylan-DPC:fix/offset-to-u64, r=oli-obk 2020-08-26 13:10:42 +00:00
librustc_mir Auto merge of #75893 - Dylan-DPC:fix/offset-to-u64, r=oli-obk 2020-08-26 13:10:42 +00:00
librustc_mir_build Auto merge of #75893 - Dylan-DPC:fix/offset-to-u64, r=oli-obk 2020-08-26 13:10:42 +00:00
librustc_parse Auto merge of #75465 - Aaron1011:feature/short-fn-def-span, r=estebank 2020-08-23 08:14:17 +00:00
librustc_parse_format
librustc_passes hir: consistent use and naming of lang items 2020-08-24 12:17:51 +01:00
librustc_plugin_impl
librustc_privacy
librustc_query_system
librustc_resolve resolve: Add comments to traits_in_scope 2020-08-23 17:47:59 -04:00
librustc_save_analysis Use smaller def span for functions 2020-08-22 18:41:49 -04:00
librustc_serialize
librustc_session Auto merge of #74275 - wesleywiser:break_up_partitioning_rs, r=pnkfelix 2020-08-25 18:52:11 +00:00
librustc_span Auto merge of #73084 - Aaron1011:feature/new-recursive-expand, r=petrochenkov 2020-08-23 01:44:36 +00:00
librustc_symbol_mangling Prefer https link for wikipedia URLs 2020-08-23 10:02:42 +00:00
librustc_target Auto merge of #75843 - hermitcore:devel, r=nagisa 2020-08-26 03:47:07 +00:00
librustc_trait_selection hir: consistent use and naming of lang items 2020-08-24 12:17:51 +01:00
librustc_traits
librustc_ty hir: consistent use and naming of lang items 2020-08-24 12:17:51 +01:00
librustc_typeck hir: consistent use and naming of lang items 2020-08-24 12:17:51 +01:00
librustdoc Auto merge of #75666 - davidtwco:tidy-lang-items, r=varkor 2020-08-25 01:06:16 +00:00
llvm-project@45790d7949 Upgrade to LLVM 11 (rc2) 2020-08-22 13:44:54 -07:00
rustc
rustllvm Write coverage filenames in Version3 format 2020-08-22 13:44:54 -07:00
test Auto merge of #75687 - TimDiekmann:realloc-align, r=Amanieu 2020-08-26 10:44:28 +00:00
tools Auto merge of #75773 - matklad:snapshot-tests, r=Mark-Simulacrum 2020-08-25 09:36:23 +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.