rust/src
bors 5e380b797b Auto merge of #66233 - cjgillot:constkind, r=oli-obk
Split ConstValue into two enums

Hello,

Issue #59210 appeared abandoned, so I gave it a go.
Some further cleanup and refactoring may be mandated.

I did not test beyond `x.py check`, since my home computer dies compiling librustc.

Fixes #59210
2019-11-14 04:54:51 +00:00
..
bootstrap Rollup merge of #66317 - cuviper:bindir_relative, r=Mark-Simulacrum 2019-11-13 22:09:23 +09:00
build_helper
ci
doc Rollup merge of #66166 - GuillaumeGomez:rename-rustdoc-to-doc, r=QuietMisdreavus 2019-11-13 22:09:13 +09:00
etc
liballoc Auto merge of #65637 - ssomers:master, r=scottmcm 2019-11-13 03:48:42 +00:00
libarena
libcore Rollup merge of #66292 - lzutao:result-map_or, r=SimonSapin 2019-11-13 22:09:20 +09:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind Auto merge of #66156 - Mark-Simulacrum:stage0-step, r=pietroalbini 2019-11-13 00:42:19 +00:00
libproc_macro Snap cfgs 2019-11-12 16:36:57 -05:00
libprofiler_builtins
librustc Auto merge of #66233 - cjgillot:constkind, r=oli-obk 2019-11-14 04:54:51 +00:00
librustc_apfloat
librustc_asan
librustc_codegen_llvm Rename in librustc_codegen_llvm. 2019-11-12 20:50:46 +01:00
librustc_codegen_ssa Auto merge of #66233 - cjgillot:constkind, r=oli-obk 2019-11-14 04:54:51 +00:00
librustc_codegen_utils Rename in librustc_codegen_utils. 2019-11-12 20:50:46 +01:00
librustc_data_structures Register queries with self profiler in rustc_interface 2019-11-12 13:13:14 -05:00
librustc_driver Rollup merge of #66297 - vakaras:edit-queries, r=oli-obk 2019-11-13 22:09:22 +09:00
librustc_errors
librustc_fs_util
librustc_incremental
librustc_index
librustc_interface Enable const-checking HIR bodies 2019-11-13 10:44:13 -08:00
librustc_lexer
librustc_lint
librustc_llvm
librustc_lsan
librustc_macros
librustc_metadata
librustc_mir Auto merge of #66233 - cjgillot:constkind, r=oli-obk 2019-11-14 04:54:51 +00:00
librustc_msan
librustc_parse
librustc_passes Use ast::Mutability 2019-11-13 10:46:44 -08:00
librustc_plugin
librustc_privacy
librustc_resolve
librustc_save_analysis
librustc_target
librustc_traits Rename in librustc_traits. 2019-11-12 20:14:53 +01:00
librustc_tsan
librustc_typeck Auto merge of #66233 - cjgillot:constkind, r=oli-obk 2019-11-14 04:54:51 +00:00
librustdoc Auto merge of #66233 - cjgillot:constkind, r=oli-obk 2019-11-14 04:54:51 +00:00
libserialize
libstd Rollup merge of #66227 - bryanburgers:bufwriter-docs-fix-flush-link, r=Dylan-DPC 2019-11-13 22:09:17 +09:00
libsyntax Rollup merge of #66166 - GuillaumeGomez:rename-rustdoc-to-doc, r=QuietMisdreavus 2019-11-13 22:09:13 +09:00
libsyntax_expand
libsyntax_ext
libsyntax_pos Snap cfgs 2019-11-12 16:36:57 -05:00
libterm
libtest
libunwind
llvm-project@cf9304d6d0
rtstartup
rustc
rustllvm
stdarch@e0ab2c165a
test Auto merge of #66233 - cjgillot:constkind, r=oli-obk 2019-11-14 04:54:51 +00:00
tools Compiletest bump to stage0 bootstrap libtest 2019-11-12 16:36:57 -05: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.