rust/src
bors 8f1bbd69e1 Auto merge of #66873 - RalfJung:miri-args, r=dtolnay
really_init cmdline args on Miri

r? @joshtriplett

Closes #66862.
2019-11-30 02:12:19 +00:00
..
bootstrap Fix spelling typos 2019-11-26 22:19:54 -05:00
build_helper
ci Revert "DO NOT MERGE: enable windows try builder" 2019-11-26 08:06:13 -05:00
doc
etc
liballoc Rollup merge of #66798 - bwignall:typo, r=varkor 2019-11-27 15:28:53 -06:00
libarena
libcore Rollup merge of #66872 - Mikotochan:patch-1, r=jonas-schievink 2019-11-29 22:57:44 +01:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind Rollup merge of #66766 - RalfJung:panic-comments, r=SimonSapin 2019-11-29 22:57:33 +01:00
libproc_macro
libprofiler_builtins
librustc Rollup merge of #66793 - matthewjasper:record-static-refs, r=cramertj 2019-11-29 22:57:36 +01:00
librustc_apfloat
librustc_asan
librustc_codegen_llvm Rollup merge of #66534 - immunant:multiple_global_decls, r=eddyb 2019-11-27 15:28:36 -06:00
librustc_codegen_ssa rustc: move debug info from LocalDecl and UpvarDecl into a dedicated VarDebugInfo. 2019-11-27 19:22:03 +02:00
librustc_codegen_utils
librustc_data_structures Fix spelling typos 2019-11-26 22:19:54 -05:00
librustc_driver Review nits. 2019-11-26 17:20:32 +01:00
librustc_error_codes Rollup merge of #66808 - GuillaumeGomez:cleanup-err-code-3, r=Dylan-DPC 2019-11-29 22:57:38 +01: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_fs_util
librustc_incremental
librustc_index
librustc_interface Rollup merge of #66791 - cjgillot:arena, r=Mark-Simulacrum 2019-11-29 22:57:34 +01:00
librustc_lexer
librustc_lint Rollup merge of #66305 - elichai:2019-11-array_ffi, r=eddyb 2019-11-27 15:28:33 -06:00
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata rustc: Move some queries to rustc_metadata 2019-11-28 20:59:57 +03:00
librustc_mir Rollup merge of #66844 - RalfJung:caller-location-leak, r=oli-obk 2019-11-29 22:57:42 +01:00
librustc_msan
librustc_parse Rollup merge of #66798 - bwignall:typo, r=varkor 2019-11-27 15:28:53 -06:00
librustc_passes Rollup merge of #66754 - estebank:rustdoc-capitalization, r=Dylan-DPC 2019-11-26 17:56:19 -06:00
librustc_plugin_impl
librustc_privacy allow customising ty::TraitRef's printing behavior 2019-11-29 17:30:21 +03:00
librustc_resolve rustc_metadata: Merge cstore.rs into creader.rs 2019-11-28 20:59:56 +03:00
librustc_save_analysis
librustc_target Auto merge of #66645 - RalfJung:dereferenceable, r=pnkfelix 2019-11-29 11:35:03 +00:00
librustc_traits
librustc_tsan
librustc_typeck Rollup merge of #66793 - matthewjasper:record-static-refs, r=cramertj 2019-11-29 22:57:36 +01:00
librustdoc Rollup merge of #66791 - cjgillot:arena, r=Mark-Simulacrum 2019-11-29 22:57:34 +01:00
libserialize
libstd Auto merge of #66873 - RalfJung:miri-args, r=dtolnay 2019-11-30 02:12:19 +00:00
libsyntax rustc_metadata: Move has_global_allocator from session to cstore 2019-11-28 20:59:57 +03:00
libsyntax_expand Rollup merge of #66798 - bwignall:typo, r=varkor 2019-11-27 15:28:53 -06:00
libsyntax_ext Rollup merge of #66754 - estebank:rustdoc-capitalization, r=Dylan-DPC 2019-11-26 17:56:19 -06:00
libsyntax_pos
libterm
libtest
libunwind
llvm-project@de1a7dbf6c
rtstartup
rustc
rustllvm Rollup merge of #66761 - yuyoyuppe:rust_llvm_minor_fix, r=alexcrichton 2019-11-27 15:28:45 -06:00
stdarch@e0ab2c165a
test Rollup merge of #66793 - matthewjasper:record-static-refs, r=cramertj 2019-11-29 22:57:36 +01:00
tools update Miri 2019-11-28 18:40:05 +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.