rust/src
Mazdak Farrokhzad 51769b3012
Rollup merge of #63036 - topecongiro:add-lib-section, r=matklad
Add lib section to rustc_lexer's Cargo.toml

This is required to fix the rustc-ap-syntax build error in the recent version. The error could also be fixed on the [rustc-auto-publish](https://github.com/alexcrichton/rustc-auto-publish) side by manually adding `[lib]` section if one does not exist. The latter approach, however, may have a surprising side effect, so I am opting for a simpler solution for now.

r? @alexcrichton
2019-07-27 17:40:52 +02:00
..
bootstrap Rollup merge of #63002 - gilescope:better-build-diagnostics, r=Mark-Simulacrum 2019-07-26 18:57:03 +02:00
build_helper
ci Rollup merge of #62970 - pietroalbini:fix-tools-builder, r=alexcrichton 2019-07-26 18:56:56 +02:00
doc Rollup merge of #60938 - jonas-schievink:doc-include-paths, r=petrochenkov 2019-07-25 23:20:51 +02:00
etc Check for lldb existences 2019-07-14 04:19:39 +00:00
grammar
liballoc Rollup merge of #62310 - GuillaumeGomez:add-missing-doc-links-boxed, r=Centril 2019-07-26 18:56:36 +02:00
libarena Auto merge of #60340 - mgeier:cap-vs-capacity, r=alexcrichton 2019-07-25 18:45:42 +00:00
libcore Auto merge of #62748 - luca-barbieri:optimize-refcell-borrow, r=RalfJung 2019-07-27 09:32:44 +00:00
libfmt_macros add rustc_private as a proper language feature gate 2019-07-22 16:32:13 +03:00
libgraphviz rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
libpanic_abort
libpanic_unwind add support for hexagon-unknown-linux-musl 2019-07-22 09:44:58 -05:00
libproc_macro Rollup merge of #62249 - czipperz:use-mem-take-instead-of-replace-default, r=dtolnay,Centril 2019-07-04 01:38:46 +02:00
libprofiler_builtins Compile new InstrProfilingPlatformWindows.c file 2019-07-15 19:14:59 +02:00
librustc Rollup merge of #63014 - davidtwco:rustfix-incorrect-dyn-suggestion, r=estebank 2019-07-27 17:40:51 +02:00
librustc_apfloat rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
librustc_asan
librustc_ast_borrowck Move rustc_borrowck -> rustc_ast_borrowck 2019-07-11 18:54:02 +01:00
librustc_codegen_llvm Rollup merge of #62828 - nikic:fadd-mul-reductions, r=eddyb 2019-07-26 18:56:45 +02:00
librustc_codegen_ssa Auto merge of #60260 - videolabs:rust_uwp2, r=alexcrichton 2019-07-26 02:18:12 +00:00
librustc_codegen_utils normalize use of backticks for compiler messages in librustc_codegen 2019-07-08 00:54:38 +02:00
librustc_data_structures Rollup merge of #62901 - petrochenkov:serde, r=Centril 2019-07-25 01:05:03 +02:00
librustc_driver Rollup merge of #62735 - petrochenkov:galloc, r=alexcrichton 2019-07-25 23:21:00 +02:00
librustc_errors Rollup merge of #62985 - phansch:support_ui_testing_flag, r=estebank 2019-07-26 18:57:01 +02:00
librustc_fs_util rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
librustc_incremental cleanup: Remove extern crate serialize as rustc_serializes 2019-07-23 19:20:16 +03:00
librustc_interface Introduce built-in macros through libcore 2019-07-26 13:09:54 +03:00
librustc_lexer Add comment 2019-07-27 22:10:09 +09:00
librustc_lint syntax_ext: Reuse built-in attribute template checking for macro attributes 2019-07-24 12:29:45 +03:00
librustc_llvm Rollup merge of #62907 - nikic:msp430-asmparser, r=alexcrichton 2019-07-26 18:56:50 +02:00
librustc_lsan
librustc_macros Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk 2019-07-05 20:26:51 +02:00
librustc_metadata Rollup merge of #62735 - petrochenkov:galloc, r=alexcrichton 2019-07-25 23:21:00 +02:00
librustc_mir Rollup merge of #62982 - oli-obk:static_cycle, r=RalfJung 2019-07-27 17:40:48 +02:00
librustc_msan
librustc_passes Rollup merge of #62735 - petrochenkov:galloc, r=alexcrichton 2019-07-25 23:21:00 +02:00
librustc_plugin Make register_[long_]diagnostics hygienic 2019-07-13 10:25:57 +01:00
librustc_privacy rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
librustc_resolve Introduce built-in macros through libcore 2019-07-26 13:09:54 +03:00
librustc_save_analysis Rename JsonDumper to Dumper 2019-07-25 12:27:34 -04:00
librustc_target Rollup merge of #62904 - nikic:arm-d32, r=alexcrichton 2019-07-26 18:56:48 +02:00
librustc_traits rustc: Remove dylib crate type from most rustc crates 2019-07-07 03:23:00 +02:00
librustc_tsan
librustc_typeck Rollup merge of #62423 - Aaron1011:fix/existential-cycle, r=oli-obk 2019-07-27 17:40:45 +02:00
librustdoc Rollup merge of #62421 - JohnTitor:U007D-master, r=alexcrichton 2019-07-26 18:56:38 +02:00
libserialize Rollup merge of #60066 - sfackler:type-name, r=Centril 2019-07-25 23:20:49 +02:00
libstd Rollup merge of #63013 - nivkner:ffi-safe-slice, r=sfackler 2019-07-27 17:40:49 +02:00
libsyntax Auto merge of #62086 - petrochenkov:builtout, r=eddyb 2019-07-26 23:29:02 +00:00
libsyntax_ext Introduce built-in macros through libcore 2019-07-26 13:09:54 +03:00
libsyntax_pos cleanup: Remove extern crate serialize as rustc_serializes 2019-07-23 19:20:16 +03:00
libterm Remove use of mem::uninitialized in libterm crate 2019-07-06 03:27:05 +00:00
libtest Add supporting for vxWorks 2019-07-16 00:13:07 -07:00
libunwind libunwind: Use libunwind when targeting UWP 2019-07-25 21:30:08 +02:00
llvm-emscripten@7f23313edf
llvm-project@f6446fa8e9 Update LLVM submodule 2019-07-13 00:16:40 +02:00
rtstartup
rustc
rustllvm Don't link mcjit/interpreter LLVM components 2019-07-20 17:17:48 +02:00
stdarch@4791ba85e7 Update stdarch submodule 2019-07-23 17:19:32 +02:00
test Rollup merge of #63014 - davidtwco:rustfix-incorrect-dyn-suggestion, r=estebank 2019-07-27 17:40:51 +02:00
tools Update cargo 2019-07-25 19:49:18 -07:00
.gitignore
README.md
stage0.txt Update stage0.txt 2019-07-23 11:07:06 -04: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 guide.

There is also useful content in the following READMEs, which are gradually being moved over to the guide: