rust/src
est31 1ae157bc9e Replace target.target with target
Rustc removed the target wrapper and exposed the target directly.

Result of running:

find . -type f -exec sed -i -e 's/target\.target\([)\.,;]\)/target\1/g' {} \;

Plus one manual edit of the rust-version file
2020-10-15 21:18:23 +02:00
..
bin Rustup 2020-10-11 17:31:52 -04:00
shims Replace target.target with target 2020-10-15 21:18:23 +02:00
diagnostics.rs adjust diagnostics to alignment check mode 2020-08-16 17:16:53 +02:00
eval.rs Per-thread errno storage 2020-09-02 20:57:20 -05:00
helpers.rs Replace target.target with target 2020-10-15 21:18:23 +02:00
intptrcast.rs adjust to canonical_alloc_id removal 2020-07-27 23:32:15 +02:00
lib.rs Use try block instead of closure 2020-09-07 15:09:34 -05:00
machine.rs Replace target.target with target 2020-10-15 21:18:23 +02:00
mono_hash_map.rs avoid ref in matches 2020-04-12 10:08:12 +02:00
operator.rs renamed ScalarMaybeUninit::not_undef to check_init 2020-07-26 16:05:20 -06:00
range_map.rs rustup for import changes 2020-04-03 00:05:35 +02:00
stacked_borrows.rs Change ty.kind -> ty.kind() 2020-09-04 22:03:45 +02:00
sync.rs Implement timeouts for FUTEX_WAIT. 2020-10-02 23:34:14 +02:00
thread.rs Per-thread errno storage 2020-09-02 20:57:20 -05:00