rust/src
2019-12-06 12:24:54 +00:00
..
bootstrap Update the minimum external LLVM to 7 2019-12-02 11:36:21 -08:00
build_helper
ci Rollup merge of #67066 - alexcrichton:update-wasi-libc, r=Mark-Simulacrum 2019-12-06 15:37:14 +09:00
doc Rollup merge of #66245 - tmiasko:cfg-sanitize, r=oli-obk 2019-12-02 09:34:09 +01:00
etc Make dec2flt_table compatible with rustfmt 2019-11-29 20:17:09 -08:00
liballoc Rollup merge of #66710 - vorner:weak-into-raw-null-docs, r=dtolnay 2019-12-05 19:03:08 +01:00
libarena
libcore Rename to then_some and then 2019-12-06 12:24:54 +00:00
libfmt_macros Rename to then_some and then 2019-12-06 12:24:54 +00:00
libgraphviz
libpanic_abort
libpanic_unwind libunwind_panic: adjust miri panic hack 2019-11-30 10:13:25 +01:00
libproc_macro
libprofiler_builtins
librustc Rename to then_some and then 2019-12-06 12:24:54 +00:00
librustc_apfloat
librustc_asan
librustc_codegen_llvm Rename to then_some and then 2019-12-06 12:24:54 +00:00
librustc_codegen_ssa Rename to then_some and then 2019-12-06 12:24:54 +00:00
librustc_codegen_utils Stabilize the never_type, written !. 2019-11-21 14:55:32 +01:00
librustc_data_structures Auto merge of #66408 - nnethercote:greedy-process_obligations, r=nmatsakis 2019-12-04 14:33:38 +00:00
librustc_driver Move early lint declarations to librustc_session 2019-12-03 12:19:14 -05:00
librustc_error_codes Rollup merge of #67017 - GuillaumeGomez:long-err-explanations-2, r=Dylan-DPC 2019-12-06 15:37:08 +09:00
librustc_errors Draw vertical lines in compiler error messages with multiline annotations correctly when non-1space unicode characters are to the left 2019-11-27 20:02:20 +01:00
librustc_feature Check intrinsics for callability in const fns 2019-12-03 10:20:15 +01:00
librustc_fs_util
librustc_incremental Move cgu_reuse_tracker to librustc_session 2019-12-03 12:18:32 -05:00
librustc_index
librustc_interface Rename to then_some and then 2019-12-06 12:24:54 +00:00
librustc_lexer
librustc_lint Rename to then_some and then 2019-12-06 12:24:54 +00:00
librustc_llvm
librustc_lsan
librustc_macros Rename StableHashingContextLike to HashStableContext. 2019-11-23 17:57:00 +01:00
librustc_metadata Rename to then_some and then 2019-12-06 12:24:54 +00:00
librustc_mir Rename to then_some and then 2019-12-06 12:24:54 +00:00
librustc_msan
librustc_parse Rename to then_some and then 2019-12-06 12:24:54 +00:00
librustc_passes syntax: Remove redundant span from ast::Mac 2019-12-02 21:56:34 +03:00
librustc_plugin_impl rustc_plugin: Some further cleanup 2019-12-01 20:53:25 +03:00
librustc_privacy allow customising ty::TraitRef's printing behavior 2019-11-29 17:30:21 +03:00
librustc_resolve Rename to then_some and then 2019-12-06 12:24:54 +00:00
librustc_save_analysis syntax: Remove redundant span from ast::Mac 2019-12-02 21:56:34 +03:00
librustc_session Use as_ref().map() rather than is_some().to_option() 2019-12-06 12:23:44 +00:00
librustc_target Rename to then_some and then 2019-12-06 12:24:54 +00:00
librustc_traits Retire BraceStructLiftImpl. 2019-11-18 08:41:28 +01:00
librustc_tsan
librustc_typeck Rename to then_some and then 2019-12-06 12:24:54 +00:00
librustdoc Auto merge of #66828 - GuillaumeGomez:less-minification, r=kinnison 2019-12-05 17:45:31 +00:00
libserialize Stabilize the never_type, written !. 2019-11-21 14:55:32 +01:00
libstd Auto merge of #67080 - JohnTitor:rollup-2t6fm3u, r=JohnTitor 2019-12-06 07:43:56 +00:00
libsyntax Rename to then_some and then 2019-12-06 12:24:54 +00:00
libsyntax_expand Remove dead cfg method 2019-12-03 12:19:16 -05:00
libsyntax_ext Rename to then_some and then 2019-12-06 12:24:54 +00:00
libsyntax_pos Rollup merge of #67010 - estebank:raw-idents, r=Centril 2019-12-05 19:03:15 +01:00
libterm
libtest Rename to then_some and then 2019-12-06 12:24:54 +00:00
libunwind
llvm-project@de1a7dbf6c Update src/llvm-project to include rust-lang/llvm-project#27. 2019-11-15 22:56:40 +02:00
rtstartup
rustc
rustllvm Auto merge of #66952 - 0dvictor:print, r=rkruppe 2019-12-05 11:23:26 +00:00
stdarch@e0ab2c165a
test Rollup merge of #66979 - reese:E0631-long-error, r=GuillaumeGomez 2019-12-06 15:37:06 +09:00
tools update miri 2019-12-05 00:00:44 +01: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 guide.