rust/src
Yuki Okushi 3d2cb55734
Rollup merge of #66764 - estebank:reword-bad-collect, r=alexcrichton
Tweak wording of `collect()` on bad target type

Fix #60440.
2019-12-06 15:37:01 +09:00
..
bootstrap Update the minimum external LLVM to 7 2019-12-02 11:36:21 -08:00
build_helper
ci Update the minimum external LLVM to 7 2019-12-02 11:36:21 -08: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 bump smallvec to 1.0 2019-11-04 15:59:09 +01:00
libcore Rollup merge of #66764 - estebank:reword-bad-collect, r=alexcrichton 2019-12-06 15:37:01 +09:00
libfmt_macros Allow any identifier as format arg name 2019-11-28 11:24:51 -08:00
libgraphviz
libpanic_abort Revert "Auto merge of #65134 - davidtwco:issue-19834-improper-ctypes-in-extern-C-fn, r=rkruppe" 2019-11-13 17:00:47 +01:00
libpanic_unwind libunwind_panic: adjust miri panic hack 2019-11-30 10:13:25 +01:00
libproc_macro Snap cfgs 2019-11-12 16:36:57 -05:00
libprofiler_builtins
librustc Rollup merge of #67011 - Aaron1011:fix/expected-found-span, r=Dylan-DPC 2019-12-05 19:03:17 +01:00
librustc_apfloat bump smallvec to 1.0 2019-11-04 15:59:09 +01:00
librustc_asan
librustc_codegen_llvm Auto merge of #66952 - 0dvictor:print, r=rkruppe 2019-12-05 11:23:26 +00:00
librustc_codegen_ssa Auto merge of #65947 - eddyb:fn-abi, r=oli-obk,nagisa 2019-12-04 08:22:05 +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 #66880 - aDotInTheVoid:add-E0203-long, r=GuillaumeGomez 2019-12-01 04:49:29 +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_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 bump smallvec to 1.0 2019-11-04 15:59:09 +01:00
librustc_interface Move early lint declarations to librustc_session 2019-12-03 12:19:14 -05:00
librustc_lexer move syntax::parse -> librustc_parse 2019-11-10 03:57:18 +01:00
librustc_lint Move early lint declarations to librustc_session 2019-12-03 12:19:14 -05:00
librustc_llvm Statically link libstdc++ on windows-gnu 2019-10-30 23:18:57 +01:00
librustc_lsan
librustc_macros Rename StableHashingContextLike to HashStableContext. 2019-11-23 17:57:00 +01:00
librustc_metadata Auto merge of #66275 - oli-obk:organize-intrinsics-promotion-checks, r=RalfJung 2019-12-04 11:22:26 +00:00
librustc_mir Auto merge of #66911 - eddyb:nicer-rustc_regions, r=matthewjasper 2019-12-06 00:22:54 +00:00
librustc_msan
librustc_parse Rollup merge of #67045 - Centril:parser-import-clean, r=Mark-Simulacrum 2019-12-05 19:03:20 +01: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 Rollup merge of #66895 - Centril:rustc_feature, r=oli-obk 2019-11-30 16:56:58 +01:00
librustc_save_analysis syntax: Remove redundant span from ast::Mac 2019-12-02 21:56:34 +03:00
librustc_session Deduplicate CrateConfig 2019-12-03 12:19:17 -05:00
librustc_target Auto merge of #66520 - alexcrichton:disable-gdb-wasm, r=eddyb 2019-12-05 05:28:48 +00:00
librustc_traits Retire BraceStructLiftImpl. 2019-11-18 08:41:28 +01:00
librustc_tsan
librustc_typeck Rollup merge of #67044 - Centril:67037, r=estebank 2019-12-05 19:03:18 +01: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 Rollup merge of #66649 - Wind-River:master_xyz, r=alexcrichton 2019-12-06 15:36:56 +09:00
libsyntax Deduplicate CrateConfig 2019-12-03 12:19:17 -05:00
libsyntax_expand Remove dead cfg method 2019-12-03 12:19:16 -05:00
libsyntax_ext Move early lint declarations to librustc_session 2019-12-03 12:19:14 -05:00
libsyntax_pos Rollup merge of #67010 - estebank:raw-idents, r=Centril 2019-12-05 19:03:15 +01:00
libterm
libtest Simplify if else as suggested in PR feedback 2019-11-19 21:44:45 +01:00
libunwind Allow foreign exceptions to unwind through Rust code 2019-11-03 14:03:21 +00:00
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 #66764 - estebank:reword-bad-collect, r=alexcrichton 2019-12-06 15:37:01 +09:00
tools update miri 2019-12-05 00:00:44 +01:00
README.md
stage0.txt Bump version to 1.41 2019-11-12 16:36:57 -05: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.