rust/src
Dylan DPC d8dbb3c041
Rollup merge of #70036 - mark-i-m:describe-it-4, r=eddyb
Make article_and_description primarily use def_kind

r? @eddyb

cc @matthewjasper
2020-03-16 13:16:45 +01:00
..
bootstrap Rollup merge of #69964 - ollie27:ci_nodejs, r=Mark-Simulacrum,GuillaumeGomez 2020-03-16 01:30:33 +01:00
build_helper
ci Rollup merge of #69964 - ollie27:ci_nodejs, r=Mark-Simulacrum,GuillaumeGomez 2020-03-16 01:30:33 +01:00
doc Rollup merge of #70014 - TimotheeGerber:small-fix-rustdoc-book, r=Dylan-DPC 2020-03-16 01:30:41 +01:00
etc
liballoc Rollup merge of #69661 - lopopolo:string-from-mut-str, r=sfackler 2020-03-15 15:40:07 +01:00
libarena
libcore Rollup merge of #69528 - HeroicKatora:finalize-ref-cell, r=dtolnay 2020-03-15 15:40:03 +01:00
libfmt_macros fix various typos 2020-03-06 15:19:31 +01:00
libgraphviz
libpanic_abort Simplify the try intrinsic by using a callback in the catch block 2020-03-05 17:36:50 +00:00
libpanic_unwind fix comment, rustfmt 2020-03-14 13:09:02 +01:00
libproc_macro Give LexError more descriptive Display impl 2020-03-11 11:57:58 -05:00
libprofiler_builtins
librustc Rollup merge of #70036 - mark-i-m:describe-it-4, r=eddyb 2020-03-16 13:16:45 +01:00
librustc_apfloat
librustc_ast ast/hir: MacroDef::legacy -> MacroDef::macro_rules 2020-03-16 00:29:03 +03:00
librustc_ast_lowering Rollup merge of #69989 - petrochenkov:nolegacy, r=eddyb,matthewjasper 2020-03-16 13:16:44 +01:00
librustc_ast_passes ast/hir: MacroDef::legacy -> MacroDef::macro_rules 2020-03-16 00:29:03 +03:00
librustc_ast_pretty ast/hir: MacroDef::legacy -> MacroDef::macro_rules 2020-03-16 00:29:03 +03:00
librustc_attr Other legacy -> macro_rules 2020-03-16 00:29:42 +03:00
librustc_builtin_macros ast: Mac/Macro -> MacCall 2020-03-12 22:26:52 +03:00
librustc_codegen_llvm Rollup merge of #69357 - tmiasko:debuginfo-column, r=michaelwoerister 2020-03-15 02:44:13 +01:00
librustc_codegen_ssa More Method->Fn renaming 2020-03-15 19:15:55 -05:00
librustc_codegen_utils fix various typos 2020-03-06 15:19:31 +01:00
librustc_data_structures Rollup merge of #69967 - mark-i-m:rinfctx, r=matthewjasper 2020-03-15 02:44:18 +01:00
librustc_driver Index HIR after creating TyCtxt 2020-03-14 22:52:30 +01:00
librustc_error_codes Rollup merge of #69867 - ayushmishra2005:doc/61137-add-long-error-code-e0628, r=Dylan-DPC 2020-03-16 13:16:42 +01:00
librustc_errors rustc_errors: Use ensure_source_file_source_present where necessary. 2020-03-10 07:26:27 +01:00
librustc_expand Other legacy -> macro_rules 2020-03-16 00:29:42 +03:00
librustc_feature Rollup merge of #69514 - GuillaumeGomez:remove-spotlight, r=kinnison 2020-03-10 06:47:47 +01:00
librustc_fs_util
librustc_hir Rollup merge of #69989 - petrochenkov:nolegacy, r=eddyb,matthewjasper 2020-03-16 13:16:44 +01:00
librustc_incremental More Method->Fn renaming 2020-03-15 19:15:55 -05:00
librustc_index mem::zeroed/uninit: panic on types that do not permit zero-initialization 2020-02-29 09:27:25 +01:00
librustc_infer More Method->Fn renaming 2020-03-15 19:15:55 -05:00
librustc_interface Auto merge of #68944 - Zoxc:hir-map, r=eddyb 2020-03-15 20:40:16 +00:00
librustc_lexer fix various typos 2020-03-06 15:19:31 +01:00
librustc_lint Rollup merge of #69738 - mark-i-m:assoc-fn-2, r=eddyb 2020-03-16 13:16:40 +01:00
librustc_llvm use char instead of &str for single char patterns 2020-02-27 14:57:22 +01:00
librustc_macros Auto merge of #66364 - Centril:cleanup-macro-def, r=petrochenkov,eddyb 2020-03-10 17:12:48 +00:00
librustc_metadata MethodData -> AssocFnData 2020-03-15 19:58:17 -05:00
librustc_mir Rollup merge of #69989 - petrochenkov:nolegacy, r=eddyb,matthewjasper 2020-03-16 13:16:44 +01:00
librustc_mir_build More Method->Fn renaming 2020-03-15 19:15:55 -05:00
librustc_parse Rollup merge of #69989 - petrochenkov:nolegacy, r=eddyb,matthewjasper 2020-03-16 13:16:44 +01:00
librustc_passes More Method->Fn renaming 2020-03-15 19:15:55 -05:00
librustc_plugin_impl Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
librustc_privacy Rollup merge of #69989 - petrochenkov:nolegacy, r=eddyb,matthewjasper 2020-03-16 13:16:44 +01:00
librustc_resolve Rollup merge of #69989 - petrochenkov:nolegacy, r=eddyb,matthewjasper 2020-03-16 13:16:44 +01:00
librustc_save_analysis Rollup merge of #69988 - petrochenkov:nomacrodef, r=Centril 2020-03-15 15:40:08 +01:00
librustc_session rustc_metadata: Remove rmeta::MacroDef 2020-03-14 00:27:13 +03:00
librustc_span Rollup merge of #69989 - petrochenkov:nolegacy, r=eddyb,matthewjasper 2020-03-16 13:16:44 +01:00
librustc_target Auto merge of #67502 - Mark-Simulacrum:opt-catch, r=Mark-Simulacrum 2020-03-13 22:43:06 +00:00
librustc_trait_selection More Method->Fn renaming 2020-03-15 19:15:55 -05:00
librustc_traits More Method->Fn renaming 2020-03-15 19:15:55 -05:00
librustc_ty Index HIR after creating TyCtxt 2020-03-14 22:52:30 +01:00
librustc_typeck Rollup merge of #69989 - petrochenkov:nolegacy, r=eddyb,matthewjasper 2020-03-16 13:16:44 +01:00
librustdoc Rollup merge of #69738 - mark-i-m:assoc-fn-2, r=eddyb 2020-03-16 13:16:40 +01:00
libserialize Inline various simple emit_* and read_* methods in Decoder. 2020-02-18 16:46:50 +11:00
libstd Rollup merge of #69122 - dtolnay:backtrace, r=cramertj 2020-03-16 13:16:35 +01:00
libterm
libtest Rollup merge of #69802 - matthiaskrgr:cl1ppy, r=Dylan-DPC 2020-03-14 04:03:24 +09:00
libunwind Link to libgcc dynamically on windows-gnu when using dylib crates 2020-03-05 17:36:50 +00:00
llvm-project@9f65ad0573 update llvm to silence gcc 9 warnings 2020-02-26 10:27:01 +08:00
rtstartup Fix MinGW termination callbacks not being invoked 2020-03-05 17:36:50 +00:00
rustc
rustllvm librustc_codegen_llvm: Use slices instead of 0-terminated strings 2020-03-11 08:10:21 +01:00
stdarch@dea57529b3
test Rollup merge of #69867 - ayushmishra2005:doc/61137-add-long-error-code-e0628, r=Dylan-DPC 2020-03-16 13:16:42 +01:00
tools Rollup merge of #69964 - ollie27:ci_nodejs, r=Mark-Simulacrum,GuillaumeGomez 2020-03-16 01:30: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 nightly: bootstrap from 1.42.0-beta.5 (4e1c5f0e9 2020-02-28) 2020-02-29 11:44:09 +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.