rust/src
Yuki Okushi 5f87ee0ab1
Rollup merge of #75152 - TimDiekmann:replace_memblock, r=Amanieu
Replace `Memoryblock` with `NonNull<[u8]>`

Closes rust-lang/wg-allocators#61

r? @Amanieu
2020-08-05 11:40:10 +09:00
..
bootstrap Auto merge of #75111 - mati865:use-lld-option, r=Mark-Simulacrum 2020-08-04 05:37:44 +00:00
build_helper
ci ci: disable fail-fast on auto-fallible 2020-08-04 11:14:28 +02:00
doc Rollup merge of #74981 - giraffate:fix_sample_codes_in_unstable_book_plugin, r=GuilliameGomez 2020-08-01 09:30:13 -07:00
etc
librustc_apfloat
librustc_arena
librustc_ast rustc_ast: More detailed docs for Attribute::check_name 2020-08-04 00:34:11 +03:00
librustc_ast_lowering Auto merge of #74963 - JohnTitor:ptn-ice, r=petrochenkov 2020-08-02 18:01:27 +00:00
librustc_ast_passes rustc_ast: (Nested)MetaItem::check_name -> has_name 2020-08-04 00:34:11 +03:00
librustc_ast_pretty Rollup merge of #74980 - davidtwco:issue-74745-pprust-regression-test, r=petrochenkov 2020-08-02 13:08:42 -07:00
librustc_attr rustc_ast: (Nested)MetaItem::check_name -> has_name 2020-08-04 00:34:11 +03:00
librustc_builtin_macros rustc_ast: (Nested)MetaItem::check_name -> has_name 2020-08-04 00:34:11 +03:00
librustc_codegen_llvm Auto merge of #74695 - alexcrichton:more-wasm-float-cast-fixes, r=nagisa 2020-08-03 23:57:50 +00:00
librustc_codegen_ssa Auto merge of #74695 - alexcrichton:more-wasm-float-cast-fixes, r=nagisa 2020-08-03 23:57:50 +00:00
librustc_data_structures
librustc_driver Remove chrono feature from tracing 2020-08-01 16:24:52 +02:00
librustc_error_codes Rollup merge of #75140 - GuillaumeGomez:cleanup-e0745, r=pickfire 2020-08-05 11:40:07 +09:00
librustc_errors
librustc_expand rustc_ast: (Nested)MetaItem::check_name -> has_name 2020-08-04 00:34:11 +03:00
librustc_feature
librustc_fs_util
librustc_graphviz
librustc_hir
librustc_hir_pretty
librustc_incremental rustc_ast: (Nested)MetaItem::check_name -> has_name 2020-08-04 00:34:11 +03:00
librustc_index
librustc_infer Auto merge of #74969 - nnethercote:rm-GCX_PTR, r=Mark-Simulacrum 2020-08-03 01:50:25 +00:00
librustc_interface Remove GCX_PTR. 2020-08-03 09:40:41 +10:00
librustc_lexer
librustc_lint Rollup merge of #75083 - JohnTitor:follow-up-unused-braces, r=lcnr 2020-08-04 09:27:04 +09:00
librustc_llvm
librustc_macros
librustc_metadata rustc_ast: (Nested)MetaItem::check_name -> has_name 2020-08-04 00:34:11 +03:00
librustc_middle Remove two fields from SubstFolder. 2020-08-04 17:44:58 +10:00
librustc_mir Rollup merge of #75149 - felixonmars:patch-1, r=wesleywiser 2020-08-05 11:40:08 +09:00
librustc_mir_build fix typos 2020-08-02 23:20:00 +08:00
librustc_parse Auto merge of #74826 - matklad:mbe-fragment, r=petrochenkov 2020-08-02 19:48:44 +00:00
librustc_parse_format
librustc_passes rustc_ast: (Nested)MetaItem::check_name -> has_name 2020-08-04 00:34:11 +03:00
librustc_plugin_impl
librustc_privacy Rollup merge of #75022 - cuviper:sliced-rchunk, r=lcnr 2020-08-01 17:42:18 -07:00
librustc_query_system Auto merge of #75055 - cjgillot:clean-cache, r=oli-obk 2020-08-03 03:37:33 +00:00
librustc_resolve Auto merge of #74963 - JohnTitor:ptn-ice, r=petrochenkov 2020-08-02 18:01:27 +00:00
librustc_save_analysis rustc_ast: (Nested)MetaItem::check_name -> has_name 2020-08-04 00:34:11 +03:00
librustc_serialize
librustc_session Rollup merge of #75059 - shengsheng:typos, r=Dylan-DPC 2020-08-02 13:08:47 -07:00
librustc_span fix typos 2020-08-02 23:20:00 +08:00
librustc_symbol_mangling
librustc_target Remove the --no-threads workaround for wasm targets. 2020-08-04 13:31:08 -07:00
librustc_trait_selection rustc_ast: (Nested)MetaItem::check_name -> has_name 2020-08-04 00:34:11 +03:00
librustc_traits
librustc_ty
librustc_typeck rustc_ast: (Nested)MetaItem::check_name -> has_name 2020-08-04 00:34:11 +03:00
librustdoc Remove log alias from librustdoc 2020-08-04 17:57:35 +08:00
llvm-project@86b120e6f3
rustc
rustllvm
test Rollup merge of #75152 - TimDiekmann:replace_memblock, r=Amanieu 2020-08-05 11:40:10 +09:00
tools Rollup merge of #75106 - etherealist:docs_manifest, r=Mark-Simulacrum 2020-08-04 09:27:10 +09: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.