rust/src
bors 8a09bc6a77 Auto merge of #48995 - aravind-pg:canonical-query, r=nikomatsakis
Create a canonical trait query for `evaluate_obligation`

This builds on the canonical query machinery introduced in #48411 to introduce a new canonical trait query for `evaluate_obligation` in the trait selector. Also ports most callers of the original `evaluate_obligation` to the new system (except in coherence, which requires support for intercrate mode). Closes #48537.

r? @nikomatsakis
2018-04-27 03:53:39 +00:00
..
bootstrap Auto merge of #50123 - kennytm:do-not-test-rls-if-build-failed, r=alexcrichton 2018-04-22 08:48:32 +00:00
build_helper Run rustfmt on build_helper 2018-04-12 14:49:03 +09:00
ci Fix the miri tool 2018-04-23 11:38:13 +02:00
dlmalloc@c99638dc2e Update to most recent version of dlmalloc 2018-04-12 22:53:02 +02:00
doc Add doc about doc alias feature 2018-04-22 00:30:48 +02:00
etc Auto merge of #49881 - varkor:partialord-opt, r=Manishearth 2018-04-15 03:54:15 +00:00
grammar Remove all unstable placement features 2018-04-03 11:02:34 +02:00
jemalloc@1f5a28755e
liballoc Rollup merge of #50219 - ralfbiedert:master, r=frewsxcv 2018-04-26 10:11:16 +02: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 fix typos in src/{bootstrap,ci,etc,lib{backtrace,core,fmt_macros}} 2018-02-10 12:22:57 +01:00
libcompiler_builtins@2a2f6d96c8 Update compiler-rt with fix for 32bit iOS ARM 2018-03-27 15:32:06 +02:00
libcore Rollup merge of #50185 - dmizuk:mod_euc-fix-overflow, r=kennytm 2018-04-24 11:57:11 +08:00
libfmt_macros Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
libgraphviz Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
liblibc@a7e78a78e1 Update liblibc submodule to the 0.2.40 release 2018-03-26 23:42:30 -04:00
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 Change the hashcounts in raw Lit variants from usize to u16. 2018-04-12 20:12:42 +10:00
libprofiler_builtins Inject the compiler_builtins crate whenever the core crate is injected 2018-04-07 09:24:35 +02:00
librustc Auto merge of #48995 - aravind-pg:canonical-query, r=nikomatsakis 2018-04-27 03:53:39 +00:00
librustc_allocator rustc_target: move in syntax::abi and flip dependency. 2018-04-26 17:49:16 +03:00
librustc_apfloat Revert "Stabilize the TryFrom and TryInto traits" 2018-04-20 18:10:00 +02:00
librustc_asan Inject the compiler_builtins crate whenever the core crate is injected 2018-04-07 09:24:35 +02:00
librustc_borrowck Avoid comparing fields by name when possible 2018-04-12 23:06:03 +03:00
librustc_const_math Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
librustc_cratesio_shim rustc_target: move in syntax::abi and flip dependency. 2018-04-26 17:49:16 +03:00
librustc_data_structures rustc_target: move in syntax::abi and flip dependency. 2018-04-26 17:49:16 +03:00
librustc_driver rustc_target: move in syntax::abi and flip dependency. 2018-04-26 17:49:16 +03:00
librustc_errors Make Handler more thread-safe 2018-04-17 16:43:30 +02:00
librustc_incremental Add misc timings 2018-04-15 20:53:03 +02:00
librustc_lint rustc_target: move in syntax::abi and flip dependency. 2018-04-26 17:49:16 +03:00
librustc_llvm Add rerun-if-env-changed=RUST_CHECK to librustc_llvm 2018-04-19 00:09:41 +01:00
librustc_lsan Inject the compiler_builtins crate whenever the core crate is injected 2018-04-07 09:24:35 +02:00
librustc_metadata rustc_target: move in syntax::abi and flip dependency. 2018-04-26 17:49:16 +03:00
librustc_mir Auto merge of #50253 - nikomatsakis:regressions-2018-04-26, r=eddyb 2018-04-26 23:11:39 +00:00
librustc_msan Inject the compiler_builtins crate whenever the core crate is injected 2018-04-07 09:24:35 +02:00
librustc_passes Auto merge of #49372 - Phlosioneer:inherent-impl-default-error-message, r=nagisa 2018-04-23 10:40:08 +00:00
librustc_platform_intrinsics Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
librustc_plugin Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
librustc_privacy Avoid comparing fields by name when possible 2018-04-12 23:06:03 +03:00
librustc_resolve Fix crate:: in local paths 2018-04-25 12:01:59 -07:00
librustc_save_analysis rustc_target: move in syntax::abi and flip dependency. 2018-04-26 17:49:16 +03:00
librustc_target Fixed tidy errors. 2018-04-26 17:49:24 +03:00
librustc_traits Auto merge of #48995 - aravind-pg:canonical-query, r=nikomatsakis 2018-04-27 03:53:39 +00:00
librustc_trans Auto merge of #49513 - nox:univariant-fieldless-enum-as-zst, r=eddyb 2018-04-26 18:26:03 +00:00
librustc_trans_utils Rename rustc_back::target to rustc_target::spec. 2018-04-26 16:39:44 +03:00
librustc_tsan Inject the compiler_builtins crate whenever the core crate is injected 2018-04-07 09:24:35 +02:00
librustc_typeck Port existing callers of evaluate_obligation to the new canonical trait query 2018-04-26 20:28:30 -05:00
librustdoc rustc_target: move in syntax::abi and flip dependency. 2018-04-26 17:49:16 +03:00
libserialize Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
libstd Auto merge of #50079 - NickAtAccuPS:android_abstract_socket, r=sfackler 2018-04-24 14:15:56 +00:00
libstd_unicode Mark the rest of the unicode feature flag as perma-unstable. 2018-04-12 00:13:53 +02:00
libsyntax Fixed tidy errors. 2018-04-26 17:49:24 +03:00
libsyntax_ext rustc_target: move in syntax::abi and flip dependency. 2018-04-26 17:49:16 +03:00
libsyntax_pos Auto merge of #49986 - zofrex:better-derived-argument-names, r=Manishearth 2018-04-25 01:50:56 +00:00
libterm Move deny(warnings) into rustbuild 2018-04-08 16:59:14 -06:00
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 rustc: Split Emscripten to a separate codegen backend 2018-01-28 18:32:45 -08:00
rtstartup Remove impl Foo for .. in favor of auto trait Foo 2018-01-13 18:48:00 +03:00
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 #48995 - aravind-pg:canonical-query, r=nikomatsakis 2018-04-27 03:53:39 +00:00
tools handle license check 2018-04-26 15:10:11 +12:00
Cargo.lock rustc_target: move in syntax::abi and flip dependency. 2018-04-26 17:49:16 +03:00
Cargo.toml Revert "create a nostd crate" 2018-04-04 22:23:33 +02:00
README.md Start moving to the rustc guide! 2018-02-23 13:20:56 -06:00
stage0.txt Bump the bootstrap compiler to 1.26.0 beta 2018-04-05 07:13:45 -07: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: