rust/src/tools
Azhng 7d7221c250 typeck: adding type information to projection
This commit modifies the Place as follow:
* remove 'ty' from ProjectionKind
* add type information into to Projection
* replace 'ty' in Place with 'base_ty'
* introduce 'ty()' in `Place` to return the final type of the `Place`
* introduce `ty_before_projection()` in `Place` to return the type of
  a `Place` before i'th projection is applied

Closes https://github.com/rust-lang/project-rfc-2229/issues/5
2020-06-29 16:46:52 -04:00
..
build-manifest remove lldb package from bootstrap, config and build-manifest 2020-05-10 22:43:58 +02:00
cargo@089cbb80b7 Update cargo 2020-06-16 09:22:27 -07:00
cargotest cargotest: remove webrender 2020-03-31 19:28:06 +02:00
clippy typeck: adding type information to projection 2020-06-29 16:46:52 -04:00
compiletest Auto merge of #72936 - jackh726:chalk-more, r=nikomatsakis 2020-06-21 17:10:09 +00:00
error_index_generator Rename syntax to rustc_ast in source code 2020-02-29 21:59:09 +03:00
expand-yaml-anchors ci: add github actions configuration 2020-03-24 15:36:07 +01:00
linkchecker linkchecker: fix typo in main.rs 2020-04-26 17:09:15 +05:30
miri@59619775ee update Miri 2020-06-20 13:33:47 +02:00
remote-test-client tools: remote-test-client: fix typo 2020-06-10 09:01:01 +01:00
remote-test-server tools/remote-test-server: make use of verbose option 2020-06-02 14:00:18 +01:00
rls@fb46b914c1 Bump Rustfmt and RLS 2020-06-19 15:38:14 +02:00
rust-installer@9f66c14c3f Update rust-installer to limit memory use 2019-08-28 14:48:02 -07:00
rustbook rustbook: Bump mdbook dependency 2020-05-11 14:43:41 +02:00
rustc-std-workspace-alloc Update version of rustc-std-workspace-* crates 2019-09-09 13:02:10 -07:00
rustc-std-workspace-core Update version of rustc-std-workspace-* crates 2019-09-09 13:02:10 -07:00
rustc-std-workspace-std Update version of rustc-std-workspace-* crates 2019-09-09 13:02:10 -07:00
rustc-workspace-hack Add fibersapi feature to winapi in rustc-workspace-hack 2020-05-29 08:20:18 +02:00
rustdoc Format the world 2019-12-22 17:42:47 -05:00
rustdoc-js Import missing functions from storage.js 2020-05-26 15:11:44 +02:00
rustdoc-themes Format the world 2019-12-22 17:42:47 -05:00
rustfmt@c1e9b7b874 Bump Rustfmt and RLS 2020-06-19 15:38:14 +02:00
tidy Fix building 2020-06-19 14:05:14 -04:00
unicode-table-generator Migrate to numeric associated consts 2020-06-10 01:35:47 +00:00
unstable-book-gen Format the world 2019-12-22 17:42:47 -05:00
publish_toolstate.py Allow rust-highfive to label issues it creates. 2020-05-22 17:28:22 +02:00