rust/src
2020-08-14 17:34:32 +01:00
..
bootstrap Disable zlib in LLVM on aarch64-apple-darwin 2020-08-14 06:01:15 +09:00
build_helper build: Harden env var tracking in build scripts 2020-07-22 19:51:19 +03:00
ci Auto merge of #73383 - ecstatic-morse:test-unoptimized-std, r=Mark-Simulacrum 2020-08-14 07:10:36 +00:00
doc Auto merge of #75431 - ehuss:platform-support, r=Mark-Simulacrum 2020-08-13 06:17:25 +00:00
etc Handle new HashMap layout in CDB, MSVC, WinDbg, etc. 2020-08-07 07:03:15 +01:00
librustc_apfloat
librustc_arena Simplify arena_types macros 2020-08-14 17:34:32 +01:00
librustc_ast Rework rustc_serialize 2020-08-14 17:34:30 +01:00
librustc_ast_lowering Rollup merge of #75350 - estebank:foreign-fn-with-body-ice, r=davidtwco 2020-08-10 09:08:03 +09:00
librustc_ast_passes Flip order of const & type 2020-08-12 23:19:07 +00:00
librustc_ast_pretty Eliminate the SessionGlobals from librustc_ast. 2020-08-08 12:03:42 +10:00
librustc_attr Rework rustc_serialize 2020-08-14 17:34:30 +01:00
librustc_builtin_macros Rollup merge of #75319 - estebank:format-ice, r=eddyb 2020-08-13 18:00:08 -07:00
librustc_codegen_llvm Rollup merge of #75471 - richkadel:llvm-program-name, r=wesleywiser 2020-08-13 18:00:19 -07:00
librustc_codegen_ssa Rework rustc_serialize 2020-08-14 17:34:30 +01:00
librustc_data_structures Rework rustc_serialize 2020-08-14 17:34:30 +01:00
librustc_driver Remove some unnecessary uses of Option. 2020-08-08 12:02:45 +10:00
librustc_error_codes Rollup merge of #75467 - rubenrua:rubenrua-patch-E0477, r=oli-obk 2020-08-13 18:00:17 -07:00
librustc_errors Rework rustc_serialize 2020-08-14 17:34:30 +01:00
librustc_expand Rework rustc_serialize 2020-08-14 17:34:30 +01:00
librustc_feature fix min_const_generics version 2020-08-08 13:35:42 +02:00
librustc_fs_util
librustc_graphviz
librustc_hir Simplify arena_types macros 2020-08-14 17:34:32 +01:00
librustc_hir_pretty Remove lots of Symbol::as_str() calls. 2020-07-15 09:01:35 +10:00
librustc_incremental Rework rustc_serialize 2020-08-14 17:34:30 +01:00
librustc_index Rework rustc_serialize 2020-08-14 17:34:30 +01:00
librustc_infer Rework rustc_serialize 2020-08-14 17:34:30 +01:00
librustc_interface Avoid deleting temporary files on error 2020-08-09 08:28:15 -04:00
librustc_lexer Introduce rustc_lexer::is_ident and use it in couple of places 2020-08-11 00:08:04 +03:00
librustc_lint Rollup merge of #75403 - giraffate:update_comment_in_fn, r=ecstatic-morse 2020-08-11 12:28:35 -07:00
librustc_llvm Rollup merge of #74643 - petrochenkov:noenvrerun, r=Mark-Simulacrum 2020-07-22 16:34:50 -07:00
librustc_macros Rework rustc_serialize 2020-08-14 17:34:30 +01:00
librustc_metadata Rework rustc_serialize 2020-08-14 17:34:30 +01:00
librustc_middle Fix tests and address review comments 2020-08-14 17:34:32 +01:00
librustc_mir Auto merge of #75503 - JulianKnodt:opt_opt, r=oli-obk 2020-08-14 09:23:22 +00:00
librustc_mir_build Revert "Suppress debuginfo on naked function arguments" 2020-08-11 15:00:23 -04:00
librustc_parse Rollup merge of #74650 - estebank:ambiguous-expr-binop, r=eddyb 2020-08-13 18:00:00 -07:00
librustc_parse_format fix clippy::map_identity: remove redundant .map(|x| x) call 2020-08-07 22:47:32 +02:00
librustc_passes Eliminate librustc_hir's dependency on librustc_session. 2020-08-08 12:03:44 +10:00
librustc_plugin_impl Increase recursion_limit in librustc_plugin_impl. 2020-08-08 12:05:10 +10:00
librustc_privacy Auto merge of #75127 - jyn514:impl-trait, r=pnkfelix 2020-08-10 19:33:25 +00:00
librustc_query_system Rework rustc_serialize 2020-08-14 17:34:30 +01:00
librustc_resolve Rollup merge of #75372 - estebank:lt-sugg-in-type, r=lcnr 2020-08-13 11:05:35 +09:00
librustc_save_analysis Auto merge of #74932 - nnethercote:rm-ast-session-globals, r=petrochenkov 2020-08-08 05:58:57 +00:00
librustc_serialize Fix tests and address review comments 2020-08-14 17:34:32 +01:00
librustc_session Rework rustc_serialize 2020-08-14 17:34:30 +01:00
librustc_span Rework rustc_serialize 2020-08-14 17:34:30 +01:00
librustc_symbol_mangling Eliminate the SessionGlobals from librustc_ast. 2020-08-08 12:03:42 +10:00
librustc_target Rework rustc_serialize 2020-08-14 17:34:30 +01:00
librustc_trait_selection Auto merge of #75443 - lcnr:opaque-normalize, r=nikomatsakis 2020-08-13 15:03:40 +00:00
librustc_traits fix clippy::needless_return: remove unneeded return statements 2020-08-08 00:57:37 +02:00
librustc_ty fix clippy::into_iter_on_ref: use .iter() instead of into_iter() on references. 2020-08-08 00:57:15 +02:00
librustc_typeck Rollup merge of #74650 - estebank:ambiguous-expr-binop, r=eddyb 2020-08-13 18:00:00 -07:00
librustdoc Add Array Impl Lang Item in various places 2020-08-13 03:50:57 +00:00
llvm-project@86b120e6f3 Update llvm-project to latest origin/rustc/10.0-2020-05-05 commit which includes LVI segfault fix 2020-07-12 18:49:14 +00:00
rustc
rustllvm Remove ArchiveKind::Other 2020-08-12 12:03:44 -04:00
test Fix run-make test 2020-08-14 17:34:32 +01:00
tools Rollup merge of #75479 - matthiaskrgr:package_docs, r=Mark-Simulacrum 2020-08-13 18:00:23 -07:00
README.md Update outdated readme 2020-07-27 22:05:34 -05:00
stage0.txt Bump to 1.47 2020-07-16 19:36:49 -04:00

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.