rust/src
2020-02-10 17:45:58 -08:00
..
bootstrap Auto merge of #68623 - Zoxc:lld, r=Mark-Simulacrum 2020-02-09 15:24:50 +00:00
build_helper
ci
doc Rollup merge of #68164 - tmiasko:no-sanitize, r=nikomatsakis 2020-02-07 17:00:16 +01:00
etc
liballoc Rollup merge of #68742 - tspiteri:string-as-mut, r=sfackler 2020-02-09 18:23:30 +01:00
libarena
libcore Auto merge of #68835 - CAD97:sound-range-inclusive, r=Mark-Simulacrum 2020-02-10 15:24:59 +00:00
libfmt_macros
libgraphviz Add option to dot::render for monospace font 2020-02-09 10:33:06 -08:00
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #69012 - Dylan-DPC:rollup-13qn0fq, r=Dylan-DPC 2020-02-10 10:47:39 +00:00
librustc_apfloat
librustc_ast_lowering Rollup merge of #68524 - jonas-schievink:generator-resume-arguments, r=Zoxc 2020-02-06 22:38:33 +01:00
librustc_ast_passes
librustc_ast_pretty print generic bounds on associated types 2020-02-07 18:18:07 +03:00
librustc_attr
librustc_builtin_macros Rollup merge of #68788 - Centril:unified-fn-bodies, r=petrochenkov 2020-02-06 15:37:41 +01:00
librustc_codegen_llvm Rollup merge of #68881 - eddyb:always-preserve-dbg-vars, r=nagisa 2020-02-09 18:23:31 +01:00
librustc_codegen_ssa Auto merge of #68975 - Dylan-DPC:rollup-jzab8oh, r=Dylan-DPC 2020-02-09 10:20:46 +00:00
librustc_codegen_utils
librustc_data_structures Rollup merge of #68524 - jonas-schievink:generator-resume-arguments, r=Zoxc 2020-02-06 22:38:33 +01:00
librustc_driver Move the krate method to Hir and remove the Krate dep node 2020-02-06 13:23:32 +01:00
librustc_error_codes Auto merge of #68975 - Dylan-DPC:rollup-jzab8oh, r=Dylan-DPC 2020-02-09 10:20:46 +00:00
librustc_errors Auto merge of #68376 - Centril:move-ref-patterns, r=matthewjasper 2020-02-09 04:01:28 +00:00
librustc_expand Rollup merge of #68788 - Centril:unified-fn-bodies, r=petrochenkov 2020-02-06 15:37:41 +01:00
librustc_feature Auto merge of #68376 - Centril:move-ref-patterns, r=matthewjasper 2020-02-09 04:01:28 +00:00
librustc_fs_util
librustc_hir Auto merge of #67665 - Patryk27:master, r=zackmdavis 2020-02-09 22:13:05 +00:00
librustc_incremental
librustc_index index ReEmpty by universe 2020-02-06 15:58:00 -05:00
librustc_interface Remove the Forest type 2020-02-06 13:41:37 +01:00
librustc_lexer
librustc_lint Rollup merge of #68844 - euclio:debug-impl-def-path, r=petrochenkov 2020-02-06 15:37:46 +01:00
librustc_llvm
librustc_macros
librustc_metadata Add a Hir wrapper type 2020-02-06 12:05:40 +01:00
librustc_mir Auto merge of #69012 - Dylan-DPC:rollup-13qn0fq, r=Dylan-DPC 2020-02-10 10:47:39 +00:00
librustc_mir_build Auto merge of #68376 - Centril:move-ref-patterns, r=matthewjasper 2020-02-09 04:01:28 +00:00
librustc_parse Rollup merge of #69006 - petrochenkov:prevspan2, r=Centril 2020-02-10 01:54:23 +01:00
librustc_passes Make provided_trait_methods use impl Iterator 2020-02-08 14:37:40 +01:00
librustc_plugin_impl
librustc_privacy
librustc_resolve Rollup merge of #68889 - Zoxc:hir-krate, r=eddyb 2020-02-07 17:00:19 +01:00
librustc_save_analysis Make associated_items query return a slice 2020-02-08 14:29:18 +01:00
librustc_session Auto merge of #65232 - nikomatsakis:lazy-norm-anon-const-push-2, r=matthewjasper 2020-02-07 23:08:52 +00:00
librustc_span Auto merge of #68975 - Dylan-DPC:rollup-jzab8oh, r=Dylan-DPC 2020-02-09 10:20:46 +00:00
librustc_target Auto merge of #68452 - msizanoen1:riscv-abi, r=nagisa,eddyb 2020-02-08 18:10:48 +00:00
librustc_traits Reduce the number of RefCells in InferCtxt. 2020-02-10 08:55:34 +11:00
librustc_ty Make associated_items query return a slice 2020-02-08 14:29:18 +01:00
librustc_typeck Auto merge of #69012 - Dylan-DPC:rollup-13qn0fq, r=Dylan-DPC 2020-02-10 10:47:39 +00:00
librustdoc Make provided_trait_methods use impl Iterator 2020-02-08 14:37:40 +01:00
libserialize
libstd make symbol printing consistent with backtrace_rs 2020-02-10 17:45:58 -08:00
libsyntax
libterm
libtest Respect --nocapture in panic=abort test mode 2020-02-06 14:43:53 -08:00
libunwind
llvm-project@d7cdb43592
rtstartup
rustc
rustllvm
stdarch@dea57529b3
test Auto merge of #68835 - CAD97:sound-range-inclusive, r=Mark-Simulacrum 2020-02-10 15:24:59 +00:00
tools update miri 2020-02-07 15:04: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.