rust/src
Ariel Ben-Yehuda de6566ce39 forbid manually impl'ing one of an object type's marker traits
This shouldn't break compatibility for crates that do not use
`feature(optin_builtin_traits)`, because as the test shows, it is
only possible to impl a marker trait for a trait object in the crate the
marker trait is defined in, which must define
`feature(optin_builtin_traits)`.

Fixes #56934
2019-01-13 19:44:28 +02:00
..
bootstrap Rollup merge of #57368 - petrhosek:cmake-compiler-launcher, r=alexcrichton 2019-01-12 10:54:59 +01:00
build_helper
ci
doc Update the const fn tracking issue to the new metabug 2019-01-13 01:55:44 +00:00
etc lldb_batchmode.py: try import _thread for Python 3 2019-01-08 13:19:50 -08:00
grammar
liballoc Rollup merge of #56425 - scottmcm:redo-vec-set_len-docs, r=Centril 2019-01-12 10:54:51 +01:00
libarena
libcore Auto merge of #57567 - Centril:stabilize-transpose, r=alexreg 2019-01-13 14:35:40 +00:00
libfmt_macros
libgraphviz
libpanic_abort
libpanic_unwind
libproc_macro
libprofiler_builtins
librustc Auto merge of #57567 - Centril:stabilize-transpose, r=alexreg 2019-01-13 14:35:40 +00:00
librustc_allocator
librustc_apfloat
librustc_asan
librustc_borrowck
librustc_codegen_llvm Use ptr::eq where applicable 2019-01-12 16:18:55 +01:00
librustc_codegen_ssa
librustc_codegen_utils
librustc_cratesio_shim
librustc_data_structures Auto merge of #56614 - Zoxc:query-perf2, r=michaelwoerister 2019-01-09 11:08:14 +00:00
librustc_driver Auto merge of #56614 - Zoxc:query-perf2, r=michaelwoerister 2019-01-09 11:08:14 +00:00
librustc_errors
librustc_fs_util
librustc_incremental
librustc_lint check missing docs for reexported macros as well 2019-01-06 18:55:55 +01:00
librustc_llvm Rollup merge of #57369 - petrhosek:llvm-libcxx, r=alexcrichton 2019-01-07 16:25:38 +01:00
librustc_lsan
librustc_metadata
librustc_mir Auto merge of #57568 - Centril:rollup, r=Centril 2019-01-13 11:54:02 +00:00
librustc_msan
librustc_passes Consolidate equality constraints error message 2019-01-08 23:53:43 +00:00
librustc_platform_intrinsics
librustc_plugin
librustc_privacy Address review comments 2019-01-06 03:31:43 +03:00
librustc_resolve Rollup merge of #57560 - petrochenkov:selfinmac, r=alexreg 2019-01-13 05:27:00 +01:00
librustc_save_analysis Rollup merge of #57474 - emilio:save-analysis-path, r=nrc 2019-01-13 05:26:53 +01:00
librustc_target
librustc_traits
librustc_tsan
librustc_typeck forbid manually impl'ing one of an object type's marker traits 2019-01-13 19:44:28 +02:00
librustdoc Rollup merge of #57508 - DebugSteven:inline-extern, r=GuillaumeGomez 2019-01-13 05:26:57 +01:00
libserialize
libstd Rollup merge of #57473 - alexcrichton:hex-display-on-windows, r=Kimundi 2019-01-13 05:26:52 +01:00
libsyntax Rollup merge of #57564 - varkor:update-const_fn-tracking-issue, r=Centril 2019-01-13 05:27:01 +01:00
libsyntax_ext don't unwrap unexpected tokens in format! 2019-01-11 13:00:44 -05:00
libsyntax_pos
libterm
libtest
libunwind
llvm@f4728ed8fa
llvm-emscripten@7f23313edf
rtstartup
rustc
rustllvm
stdsimd@269d0ba959 Update stdsimd submodule 2019-01-08 20:24:15 +01:00
test forbid manually impl'ing one of an object type's marker traits 2019-01-13 19:44:28 +02:00
tools Update the const fn tracking issue to the new metabug 2019-01-13 01:55:44 +00:00
.gitignore
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.

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