rust/src
Esteban Küber 6648a08b30 fix rebase
2020-05-02 18:24:07 -07:00
..
bootstrap Auto merge of #70655 - oli-obk:subrepo_funness, r=Mark-Simulacrum 2020-05-02 13:19:30 +00:00
build_helper
ci ci: use bash when executing the "bors build finished" jobs 2020-04-29 16:32:32 +02:00
doc Rename bitcode-in-rlib option to embed-bitcode 2020-05-01 09:05:13 -07:00
etc
liballoc Rollup merge of #71148 - bluss:vec-drop-raw-slice, r=RalfJung 2020-04-30 15:23:08 -07:00
libarena
libcore Document unsafety for *const T and *mut T 2020-05-01 19:49:56 +02:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc_apfloat
librustc_ast Rollup merge of #71762 - tshepang:typo, r=jonas-schievink 2020-05-01 23:16:40 +02:00
librustc_ast_lowering
librustc_ast_passes
librustc_ast_pretty
librustc_attr make Stability docs a bit more readable, and fix some rustdoc warnings 2020-05-01 16:41:50 +02:00
librustc_builtin_macros
librustc_codegen_llvm Auto merge of #70674 - cjgillot:query-arena-all, r=matthewjasper 2020-05-01 01:38:05 +00:00
librustc_codegen_ssa Auto merge of #71716 - alexcrichton:bitcode-follow-up, r=nnethercote 2020-05-02 03:39:04 +00:00
librustc_data_structures Rollup merge of #70950 - nikomatsakis:leak-check-nll-2, r=matthewjasper 2020-04-30 20:15:20 +02:00
librustc_driver
librustc_error_codes
librustc_errors
librustc_expand
librustc_feature Allow #[target_feature] on safe functions 2020-05-01 14:17:43 +02:00
librustc_fs_util
librustc_hir fix doc reference 2020-05-01 17:53:52 +02:00
librustc_hir_pretty
librustc_incremental Auto merge of #71528 - alexcrichton:no-more-bitcode, r=nnethercote 2020-04-29 23:47:27 +00:00
librustc_index
librustc_infer When a projection is expected, suggest constraining or calling method 2020-05-02 18:24:07 -07:00
librustc_interface Auto merge of #71716 - alexcrichton:bitcode-follow-up, r=nnethercote 2020-05-02 03:39:04 +00:00
librustc_lexer
librustc_lint
librustc_llvm
librustc_macros Monomorphise load_from_disk_and_cache_in_memory. 2020-05-01 14:29:35 +02:00
librustc_metadata
librustc_middle fix rebase 2020-05-02 18:24:07 -07:00
librustc_mir Auto merge of #69274 - LeSeulArtichaut:target-feature-11, r=hanna-kruppe 2020-05-02 20:24:50 +00:00
librustc_mir_build Auto merge of #70674 - cjgillot:query-arena-all, r=matthewjasper 2020-05-01 01:38:05 +00:00
librustc_parse Rollup merge of #71433 - antoyo:error/missing-right-operand, r=Dylan-DPC 2020-04-30 20:15:22 +02:00
librustc_passes Auto merge of #70674 - cjgillot:query-arena-all, r=matthewjasper 2020-05-01 01:38:05 +00:00
librustc_plugin_impl
librustc_privacy
librustc_query_system Restrict access. 2020-05-01 15:10:45 +02:00
librustc_resolve
librustc_save_analysis
librustc_session Rename bitcode-in-rlib option to embed-bitcode 2020-05-01 09:05:13 -07:00
librustc_span Allow #[target_feature] on safe functions 2020-05-01 14:17:43 +02:00
librustc_symbol_mangling
librustc_target Auto merge of #71623 - petrochenkov:localink, r=estebank 2020-05-01 04:43:28 +00:00
librustc_trait_selection Point at associated types when they have a default type 2020-05-02 18:24:07 -07:00
librustc_traits Remove leftover chalk types 2020-05-01 14:39:05 -04:00
librustc_ty
librustc_typeck Point at associated types when they have a default type 2020-05-02 18:24:07 -07:00
librustdoc
libserialize
libstd Rollup merge of #71296 - ChiefMilesEdgeworth:fix_doc_wording, r=Dylan-DPC 2020-04-29 12:23:22 +02:00
libterm
libtest
libunwind
llvm-project@3ba91917e5 Store LLVM bitcode in object files, not compressed 2020-04-29 11:57:26 -07:00
rtstartup
rustc
rustllvm Auto merge of #71528 - alexcrichton:no-more-bitcode, r=nnethercote 2020-04-29 23:47:27 +00:00
stdarch@d10eefc622
test Point at associated types when they have a default type 2020-05-02 18:24:07 -07:00
tools Auto merge of #71794 - RalfJung:miri, r=RalfJung 2020-05-02 16:24:51 +00:00
README.md
stage0.txt

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.