rust/src
Samuel Wilson 38a6eca29d issue-49938: Reference tagged unions discr(iminant) as tag
Refer https://github.com/rust-lang/rust/issues/49938

Previously tagged unions' tag was refered to as a discr(iminant).
Here the changes use tag instead which is the correct terminology
when refering to the memory representation of tagged unions.
2018-05-06 14:52:38 +12:00
..
bootstrap Auto merge of #50276 - Zoxc:build-cleanup, r=alexcrichton 2018-05-05 18:58:17 +00:00
build_helper
ci Auto merge of #50444 - michaelwoerister:check-parallel-queries-in-ci, r=alexcrichton 2018-05-05 21:09:56 +00:00
dlmalloc@c99638dc2e Update to most recent version of dlmalloc 2018-04-12 22:53:02 +02:00
doc Update books for the next release. 2018-05-05 19:02:13 -04:00
etc Auto merge of #49881 - varkor:partialord-opt, r=Manishearth 2018-04-15 03:54:15 +00:00
grammar
jemalloc@1f5a28755e
liballoc Auto merge of #49724 - kennytm:range-inc-start-end-methods, r=Kimundi 2018-05-01 10:10:46 +00:00
liballoc_jemalloc Remove Alloc::oom 2018-04-22 10:08:49 -07:00
liballoc_system Remove Alloc::oom 2018-04-22 10:08:49 -07:00
libarena Make arenas thread safe 2018-04-15 20:53:03 +02:00
libbacktrace
libcompiler_builtins@2a2f6d96c8
libcore Suggest more helpful formatting string 2018-05-05 11:50:02 +01:00
libfmt_macros
libgraphviz
liblibc@a7e78a78e1
libpanic_abort std: Minimize size of panicking on wasm 2018-04-13 07:03:00 -07:00
libpanic_unwind std: Minimize size of panicking on wasm 2018-04-13 07:03:00 -07:00
libproc_macro Fix review nits 2018-04-26 18:28:34 -04:00
libprofiler_builtins
librustc issue-49938: Reference tagged unions discr(iminant) as tag 2018-05-06 14:52:38 +12:00
librustc_allocator rustc_target: move in syntax::abi and flip dependency. 2018-04-26 17:49:16 +03:00
librustc_apfloat Comment typo 2018-04-30 18:18:32 +02:00
librustc_asan
librustc_borrowck Auto merge of #50418 - nnethercote:cmt, r=eddyb 2018-05-05 08:52:28 +00:00
librustc_cratesio_shim rustc_target: move in syntax::abi and flip dependency. 2018-04-26 17:49:16 +03:00
librustc_data_structures Auto merge of #50240 - nnethercote:LazyBTreeMap, r=cramertj 2018-04-28 21:19:33 +00:00
librustc_driver make it compile again 2018-05-02 12:05:13 +02:00
librustc_errors Approximate -> Applicability 2018-04-25 14:55:25 -07:00
librustc_incremental make it compile again 2018-05-02 12:05:13 +02:00
librustc_lint issue-49938: Reference tagged unions discr(iminant) as tag 2018-05-06 14:52:38 +12:00
librustc_llvm Add rerun-if-env-changed=RUST_CHECK to librustc_llvm 2018-04-19 00:09:41 +01:00
librustc_lsan
librustc_metadata Auto merge of #50271 - sinkuu:fix_ice, r=eddyb 2018-04-29 03:01:09 +00:00
librustc_mir issue-49938: Reference tagged unions discr(iminant) as tag 2018-05-06 14:52:38 +12:00
librustc_msan
librustc_passes Auto merge of #50418 - nnethercote:cmt, r=eddyb 2018-05-05 08:52:28 +00:00
librustc_platform_intrinsics
librustc_plugin Misc tweaks 2018-05-05 20:36:46 +02:00
librustc_privacy
librustc_resolve Auto merge of #50030 - flip1995:rfc2103, r=petrochenkov 2018-05-03 11:52:03 +00:00
librustc_save_analysis rustc_target: move in syntax::abi and flip dependency. 2018-04-26 17:49:16 +03:00
librustc_target issue-49938: Reference tagged unions discr(iminant) as tag 2018-05-06 14:52:38 +12:00
librustc_traits Conservatively assume dropping a generator touches its upvars, via locals' dtors. 2018-05-01 22:28:54 +02:00
librustc_trans issue-49938: Reference tagged unions discr(iminant) as tag 2018-05-06 14:52:38 +12:00
librustc_trans_utils Rename InternedString to LocalInternedString and introduce a new thread-safe InternedString 2018-04-27 03:35:32 +02:00
librustc_tsan
librustc_typeck Auto merge of #50418 - nnethercote:cmt, r=eddyb 2018-05-05 08:52:28 +00:00
librustdoc Auto merge of #50419 - sinkuu:rustdoc_nested_impl_trait, r=QuietMisdreavus 2018-05-05 03:36:09 +00:00
libserialize
libstd Remove the deprecated std::net::{lookup_host,LookupHost} 2018-05-03 16:24:21 -07:00
libstd_unicode
libsyntax Auto merge of #50413 - kennytm:rollup, r=kennytm 2018-05-03 20:45:54 +00:00
libsyntax_ext Auto merge of #50413 - kennytm:rollup, r=kennytm 2018-05-03 20:45:54 +00:00
libsyntax_pos Always inline simple BytePos and CharPos methods. 2018-05-03 13:25:18 +10:00
libterm
libtest Add rustdoc-ui test suite 2018-04-16 23:37:11 +02:00
libunwind Remove unwanted auto-linking and update 2018-04-16 23:37:11 +02:00
llvm@7243155b1c Use the GlobalAlloc trait for #[global_allocator] 2018-04-12 22:53:12 +02:00
llvm-emscripten@2717444753
rtstartup
rustc Rename rustc_back::target to rustc_target::spec. 2018-04-26 16:39:44 +03:00
rustllvm Use the GlobalAlloc trait for #[global_allocator] 2018-04-12 22:53:12 +02:00
stdsimd@1ea18a5cb4 Update stdsimd submodule 2018-04-19 23:47:28 +02:00
test Auto merge of #50276 - Zoxc:build-cleanup, r=alexcrichton 2018-05-05 18:58:17 +00:00
tools Auto merge of #50276 - Zoxc:build-cleanup, r=alexcrichton 2018-05-05 18:58:17 +00:00
Cargo.lock Misc tweaks 2018-05-05 20:36:46 +02:00
Cargo.toml Set opt-level to 3 2018-05-01 09:04:36 +02:00
README.md
stage0.txt Bump bootstrap compiler to 2018-04-24 2018-04-25 15:57:33 +02: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.

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