Skip to content

Master update 27 07 2020 #39

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3,411 commits into from
Jul 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
3411 commits
Select commit Hold shift + click to select a range
b7357c4
Rollup merge of #74546 - jethrogb:jb/duplicate-attribute-maybe_uninit…
Manishearth Jul 20, 2020
810d322
Rollup merge of #74552 - fusion-engineering-forks:stabilize-tau, r=dt…
Manishearth Jul 20, 2020
963b837
Rollup merge of #74555 - GuillaumeGomez:important-traits-popup, r=Man…
Manishearth Jul 20, 2020
6bbf82d
Rollup merge of #74557 - jakubadamw:issue-74539, r=nagisa
Manishearth Jul 20, 2020
df8d169
Rollup merge of #74561 - RalfJung:backtrace, r=alexcrichton
Manishearth Jul 20, 2020
c71b196
review
lcnr Jul 20, 2020
cfcbca6
update coherence docs
lcnr Jul 20, 2020
734233d
Auto merge of #74569 - Manishearth:rollup-hkn5ex9, r=Manishearth
bors Jul 20, 2020
7f3e2c0
refactor and reword intra-doc link errors
euclio Jul 19, 2020
4c69d4b
Add the aarch64-apple-darwin target
shepmaster Jul 11, 2020
804241e
Update dependencies that have knowledge about aarch64-apple-darwin
shepmaster Jul 11, 2020
c5cc29b
Parse rustc_deprecated as deprecated attribute
Mark-Simulacrum Jul 20, 2020
21a3d29
rustc_depr no longer needs to be connected to stability
Mark-Simulacrum Jul 20, 2020
8454ee8
Migrate rustc_depr uses to use deprecation attribute
Mark-Simulacrum Jul 20, 2020
b3340b5
Expand test to cover type_name and monomorphic use
nbdd0121 Jul 21, 2020
79673d3
Fix rust-src component.
ehuss Jul 21, 2020
b52522a
Auto merge of #69749 - davidtwco:issue-46477-polymorphization, r=eddyb
bors Jul 21, 2020
8ad7bc3
Auto merge of #74075 - sunfishcode:wasi-prelude-rawfd, r=alexcrichton
bors Jul 21, 2020
8b58eb9
Remove the assert on alignment check.
JamieCunliffe Jul 21, 2020
3eed7da
Update books
ehuss Jul 21, 2020
8ae5ead
[AVR] Correctly set the pointer address space when constructing point…
dylanmckay Jun 11, 2020
5581ce6
[AVR] Ensure that function pointers stored within aggregates are anno…
dylanmckay Jun 19, 2020
141adeb
Fix sync_once_cell_does_not_leak_partially_constructed_boxes
mzohreva Jul 21, 2020
142a273
Use `(std::)f64::EPSILON` in the examples as suggested in the lints
JohnTitor Jul 21, 2020
ebc0c15
remove some const arg in ty dep path boilerplate
lcnr Jul 16, 2020
38e9e62
`try_update` -> `try_upgrade`
lcnr Jul 17, 2020
4bffe8f
fetch -> lookup
lcnr Jul 21, 2020
37dd7a0
Remove Linux workarounds for missing CLOEXEC support
cuviper Jul 21, 2020
8c83d5f
Auto merge of #5830 - flip1995:rustup, r=flip1995
bors Jul 21, 2020
aca77cd
Auto merge of #74565 - pietroalbini:build-on-gha, r=Mark-Simulacrum
bors Jul 21, 2020
1d68600
Revert "Compare tagged/niche-filling layout and pick the best one"
Mark-Simulacrum Jul 22, 2020
4825e12
Auto merge of #74578 - ehuss:fix-rust-src, r=Mark-Simulacrum
bors Jul 22, 2020
430bd39
Do not ICE on assoc type with bad placeholder
JohnTitor Jul 22, 2020
e22b61b
Auto merge of #73270 - dylanmckay:avr-use-correct-addrspace, r=nagisa
bors Jul 22, 2020
c74c648
const prop into operands
lcnr Jul 22, 2020
ffd1122
ci: disable Azure Pipelines except for macOS
pietroalbini Jul 22, 2020
711a680
Optimize away BitAnd and BitOr when possible
xldenis Jul 18, 2020
d257bac
note LLVM in fixme
lcnr Jul 22, 2020
747bc8e
Enable perf try builder
Mark-Simulacrum Jul 21, 2020
7442406
Revert "update backtrace-rs"
Mark-Simulacrum Jul 22, 2020
3c6003c
Revert "std: Fix compilation without backtrace feature"
Mark-Simulacrum Jul 22, 2020
cc4f547
Revert "std: Switch from libbacktrace to gimli"
Mark-Simulacrum Jul 22, 2020
b747a33
Revert "include backtrace folder in rust-src component"
Mark-Simulacrum Jul 22, 2020
69d68f9
Auto merge of #74620 - rust-lang:remove-most-azure, r=Mark-Simulacrum
bors Jul 22, 2020
49b9a64
rustc_target: Add a target spec option for disabling `--eh-frame-hdr`
petrochenkov Jul 22, 2020
90e941a
mir: improve polymorphic constant bug
davidtwco Jul 22, 2020
f39ed20
sess: disable polymorphisation
davidtwco Jul 22, 2020
799d52e
tests: add regression test for #74614
davidtwco Jul 22, 2020
6a9c5fb
polymorphize GlobalAlloc::Function
lcnr Jul 22, 2020
40b6bcc
no need to polymorphize
lcnr Jul 22, 2020
96225b1
Fix tooltip position if the documentation starts with a code block
GuillaumeGomez Jul 22, 2020
bdc01c8
Update Usage section of README.md
flip1995 Jul 22, 2020
4b05202
build: Remove unnecessary `cargo:rerun-if-env-changed` annotations
petrochenkov Jul 22, 2020
0b662c2
build: Remove unnecessary `build = "build.rs"` annotations
petrochenkov Jul 22, 2020
dade0f1
Rollup merge of #73655 - JamieCunliffe:jamie_va-args-c, r=nikic
Manishearth Jul 22, 2020
8afb305
Rollup merge of #73893 - ajpaverd:cfguard-stabilize, r=nikomatsakis
Manishearth Jul 22, 2020
216ed3c
Rollup merge of #74237 - lzutao:compiletest, r=Mark-Simulacrum
Manishearth Jul 22, 2020
e811e29
Rollup merge of #74454 - lcnr:negative-impls, r=nikomatsakis
Manishearth Jul 22, 2020
f4079ce
Rollup merge of #74528 - euclio:intra-link-errors, r=jyn514
Manishearth Jul 22, 2020
d180c79
Rollup merge of #74568 - aticu:master, r=Mark-Simulacrum
Manishearth Jul 22, 2020
2bf5499
Rollup merge of #74570 - spastorino:fix-prioritization-procedures-lin…
Manishearth Jul 22, 2020
3de0de1
Rollup merge of #74589 - ehuss:update-books, r=ehuss
Manishearth Jul 22, 2020
05a2466
Rollup merge of #74635 - GuillaumeGomez:fix-tooltip-pos, r=Manishearth
Manishearth Jul 22, 2020
9e92106
Auto merge of #74642 - Manishearth:rollup-148kz52, r=Manishearth
bors Jul 22, 2020
461c576
build: Harden env var tracking in build scripts
petrochenkov Jul 22, 2020
7be36a8
build: Avoid unnecessary build script reruns in libstd
petrochenkov Jul 22, 2020
6513148
Detect when `'static` obligation might come from an `impl`
estebank Jun 27, 2020
4e08bab
Increase accuracy of lifetime bound on trait object impl suggestion
estebank Jun 28, 2020
6bac3db
Add more context to diagnostic
estebank Jun 29, 2020
7bf39fa
Further tweak wording of E0759 and introduce E0767
estebank Jun 29, 2020
f807437
Use `ty::Instance::resolve` to identify `'static` bound source
estebank Jul 1, 2020
3712dfc
Partially account for case where used method is from trait
estebank Jul 1, 2020
53d96b5
Handle fully-qualified paths and add test cases
estebank Jul 1, 2020
bbebe73
Auto merge of #74633 - davidtwco:issue-74614-disable-polymorphisation…
bors Jul 22, 2020
ed53de0
rustdoc: Always warn when linking from public to private items
dennis-hamester Jul 11, 2020
c14641a
rustdoc: Add explanation when linting against public to private item …
dennis-hamester Jul 22, 2020
e601e2a
Improve the documentation for Vec::drain
poliorcetics Jul 22, 2020
889a4d9
Change error code number
estebank Jul 20, 2020
a95e6bb
require type defaults to be after const generic parameters
lcnr Jul 22, 2020
2152d18
More BTreeMap test cases, some exposing undefined behaviour
ssomers Jul 14, 2020
4a86573
Auto merge of #74404 - lcnr:ty-dep-path-cleanup-aaaaa, r=eddyb
bors Jul 22, 2020
618aeec
Improve codegen for unchecked float casts on wasm
alexcrichton Jul 22, 2020
c276334
add RegionName::span
SNCPlay42 Jul 21, 2020
51af5af
extract RegionNameHighlight
SNCPlay42 Jul 22, 2020
601518e
change returns to RegionNameHighlight
SNCPlay42 Jul 22, 2020
723ea90
rename functions
SNCPlay42 Jul 22, 2020
b56f5b9
clean up give_name_if_anonymous_region_appears_in_arguments
SNCPlay42 Jul 22, 2020
a7450b7
decouple highlight_if_we_cannot_match_hir_ty
SNCPlay42 Jul 22, 2020
ebb4aba
move highlight_if_we_can_match_hir_ty call
SNCPlay42 Jul 22, 2020
8a776ee
rename arguments to highlight_if_we_can_match_hir_ty
SNCPlay42 Jul 22, 2020
fe9babb
Rollup merge of #73783 - estebank:impl-dyn-trait-static-lifetime, r=n…
Manishearth Jul 22, 2020
da449a9
Rollup merge of #73868 - ecstatic-morse:fix-stable-version, r=jonas-s…
Manishearth Jul 22, 2020
02e350f
Rollup merge of #74460 - dennis-hamester:rustdoc-warn-pub-to-priv, r=…
Manishearth Jul 22, 2020
4828895
Rollup merge of #74538 - nbdd0121:issue-73976, r=lcnr
Manishearth Jul 22, 2020
8114dc7
Rollup merge of #74541 - shepmaster:aarch64-apple-darwin-target, r=na…
Manishearth Jul 22, 2020
0edf2e6
Rollup merge of #74600 - Mark-Simulacrum:try-perf, r=pietroalbini
Manishearth Jul 22, 2020
9ac2af1
Rollup merge of #74618 - JohnTitor:no-more-bad-placeholder, r=estebank
Manishearth Jul 22, 2020
7b28e7b
Rollup merge of #74631 - petrochenkov:ehdr2, r=jonas-schievink
Manishearth Jul 22, 2020
b32383c
Rollup merge of #74643 - petrochenkov:noenvrerun, r=Mark-Simulacrum
Manishearth Jul 22, 2020
ae06e13
Move the pipe2 call behind a hard target `#[cfg]`
cuviper Jul 22, 2020
83094ea
one more Path::with_extension example, to demonstrate behavior
tshepang Jul 20, 2020
50347b8
Update src/libstd/backtrace.rs
yaahc Jul 23, 2020
e8b55a4
Auto merge of #74662 - Manishearth:rollup-jdt7t71, r=Manishearth
bors Jul 23, 2020
47d0d2f
Make str point to primitive page
tesuji Jul 22, 2020
d19b12d
Prefer type@str
tesuji Jul 23, 2020
0de7fad
Prefer constant over function
tesuji Jul 23, 2020
55984b6
renamed ScalarMaybeUninit::not_undef to check_init
pnadon Jul 21, 2020
dc7d115
Don't ICE on unconstrained anonymous lifetimes inside associated types.
smmalis37 Jul 23, 2020
2f56596
tweak wording
lcnr Jul 23, 2020
bbaab63
Include the note in the test.
smmalis37 Jul 23, 2020
ef74e50
Rearrange the pipeline of `pow` to gain efficiency
Neutron3529 Jul 15, 2020
fcac119
Auto merge of #74611 - Mark-Simulacrum:revert-74069-bad-niche, r=eddyb
bors Jul 23, 2020
9be1099
Rollup merge of #74141 - euclio:typos, r=steveklabnik
Manishearth Jul 23, 2020
f98c77c
Rollup merge of #74490 - yaahc:disabled-bt, r=dtolnay
Manishearth Jul 23, 2020
5629223
Rollup merge of #74548 - tshepang:one-more-example, r=dtolnay
Manishearth Jul 23, 2020
bea2eed
Rollup merge of #74587 - lzutao:consts, r=dtolnay
Manishearth Jul 23, 2020
8909ac9
Rollup merge of #74606 - cuviper:cloexec, r=sfackler
Manishearth Jul 23, 2020
9f2ef3f
Rollup merge of #74637 - lzutao:str-primitive-links, r=jyn514
Manishearth Jul 23, 2020
e9d4134
Rollup merge of #74654 - lcnr:default-no-more, r=varkor
Manishearth Jul 23, 2020
8f02f2c
Rollup merge of #74659 - alexcrichton:wasm-codegen, r=varkor
Manishearth Jul 23, 2020
e46219c
Downgrade glibc to 2.11.1 for ppc, ppc64 and s390x
Jul 22, 2020
37f6f7f
Fix typo
Homarechan Jul 23, 2020
83a9dc9
Normalize bounds fully when checking defaulted types
tmandry Jul 23, 2020
2bbfa02
Auto merge of #74667 - Manishearth:rollup-s6k59sw, r=Manishearth
bors Jul 23, 2020
8a2e426
stop sorting generic params
lcnr Jul 23, 2020
e410724
fix ICE caused by wrongly ordered generic params
lcnr Jul 23, 2020
6dc6a1f
cleanup
lcnr Jul 23, 2020
371917a
Auto merge of #74613 - Mark-Simulacrum:revert-gimli, r=nnethercote
bors Jul 23, 2020
1b446cd
replace miri_start_panic intrinsic by 'extern fn'
RalfJung Jul 23, 2020
9910f15
add more complex param order test
lcnr Jul 23, 2020
5f1eea9
test usage
lcnr Jul 23, 2020
3f4f313
Add missing backticks in diagnostics note
JohnTitor Jul 23, 2020
39a295f
Auto merge of #74509 - matthewjasper:empty-verify, r=nikomatsakis
bors Jul 23, 2020
c8229cd
on Windows, use miri_static_root for TLS dtors
RalfJung Jul 23, 2020
67b4f3b
avoid implicitly returning ()
RalfJung Jul 23, 2020
76103f1
Update cargo
ehuss Jul 23, 2020
61a9ab8
slightly adapt const prop
lcnr Jul 23, 2020
facc46f
BTreeMap::drain_filter: replace needless unsafety and test
ssomers Jul 22, 2020
20f4e5d
Detect turbofish missing surrounding angle brackets
estebank Jul 23, 2020
b4e4fa5
Auto merge of #5832 - rust-lang:update_usage_instr, r=Manishearth
bors Jul 23, 2020
79f948e
Auto merge of #5829 - JohnTitor:epsilon, r=flip1995
bors Jul 23, 2020
5a5846f
delay_span_bug instead of silent ignore
Mark-Simulacrum Jul 23, 2020
9be9d72
Clean up E0727 explanation
GuillaumeGomez Jul 23, 2020
d6b50d8
Clean up E0724 explanation
GuillaumeGomez Jul 21, 2020
0820e54
Auto merge of #74685 - ehuss:update-cargo, r=ehuss
bors Jul 23, 2020
771ec21
Remove unecessary link
poliorcetics Jul 23, 2020
bae1e03
fixed error reporting for mismatched traits
ayrtonm Jul 23, 2020
f8335fb
Fix nit and add link for Cow
poliorcetics Jul 23, 2020
b36479f
Fix nit
poliorcetics Jul 23, 2020
d090e5e
Account for trailing closing angle brackets
estebank Jul 23, 2020
b75ed4f
added a test case for reporting mismatched traits
ayrtonm Jul 24, 2020
62e75a1
Fix ICE while building MIR with type errors
tmandry Jul 24, 2020
ccbb024
ayu: Change to less luminous color
tesuji Jul 23, 2020
7005ddb
Add right border bar to Dark and Light theme
tesuji Jul 22, 2020
38b2956
Rollup merge of #74361 - GuillaumeGomez:theme-logo, r=Manishearth
JohnTitor Jul 24, 2020
52476f5
Rollup merge of #74504 - lzutao:ayu-border-selected-fn, r=GuillaumeGomez
JohnTitor Jul 24, 2020
0651dd4
Rollup merge of #74572 - Mark-Simulacrum:unify-rustc-depr, r=petroche…
JohnTitor Jul 24, 2020
a816345
Rollup merge of #74601 - GuillaumeGomez:cleanup-e0724, r=jyn514
JohnTitor Jul 24, 2020
a02aecb
Rollup merge of #74623 - lcnr:polymorphize-functions, r=eddyb
JohnTitor Jul 24, 2020
1f6d5ce
Rollup merge of #74665 - smmalis37:issue-62200, r=davidtwco
JohnTitor Jul 24, 2020
cff5953
Rollup merge of #74666 - ssomers:btree_cleanup_1, r=Mark-Simulacrum
JohnTitor Jul 24, 2020
7f2bb29
Rollup merge of #74669 - Homarechan:fix_typo, r=lcnr
JohnTitor Jul 24, 2020
fab9b1d
Rollup merge of #74677 - ssomers:btree_cleanup_2, r=Amanieu
JohnTitor Jul 24, 2020
90f2816
Rollup merge of #74680 - JohnTitor:missing-backticks, r=lcnr
JohnTitor Jul 24, 2020
2406c93
Rollup merge of #74694 - GuillaumeGomez:cleanup-e0727, r=Dylan-DPC
JohnTitor Jul 24, 2020
01b069d
Rollup merge of #74703 - tmandry:issue-74047, r=oli-obk
JohnTitor Jul 24, 2020
9008693
Auto merge of #74710 - JohnTitor:rollup-bdz4oee, r=JohnTitor
bors Jul 24, 2020
b56ea88
Add a system for creating diffs across multiple mir optimizations.
oli-obk Jul 24, 2020
cfb6114
Auto merge of #74676 - lcnr:generics-no-sort, r=varkor
bors Jul 24, 2020
dfedb84
Rollup merge of #72954 - hermitcore:rwlock, r=dtolnay
Manishearth Jul 24, 2020
3226d72
Rollup merge of #74367 - Neutron3529:patch-1, r=nagisa
Manishearth Jul 24, 2020
e59effe
Rollup merge of #74491 - xldenis:constant-binop-opt, r=oli-obk
Manishearth Jul 24, 2020
a4024ba
Rollup merge of #74639 - msirringhaus:master, r=cuviper
Manishearth Jul 24, 2020
ceaef73
Rollup merge of #74661 - SNCPlay42:lifetime-names-refactor, r=estebank
Manishearth Jul 24, 2020
db83a21
Rollup merge of #74692 - Mark-Simulacrum:delay-bug, r=pnkfelix
Manishearth Jul 24, 2020
7f24c7d
Rollup merge of #74698 - ayrtonm:handle-traitref-mismatch, r=estebank
Manishearth Jul 24, 2020
5d1d94e
Rollup merge of #74715 - oli-obk:mir_pass_diff, r=wesleywiser
Manishearth Jul 24, 2020
79f052b
Fix nits
poliorcetics Jul 24, 2020
6af60d3
Fix nits, rework the second example of select (the one deliberately f…
poliorcetics Jul 24, 2020
654c180
Apply suggestion from review
poliorcetics Jul 24, 2020
fe07ece
Auto merge of #74724 - Manishearth:rollup-plbt8fe, r=Manishearth
bors Jul 24, 2020
d8cf749
Auto merge of #74507 - lcnr:const-prop-into-op, r=oli-obk
bors Jul 24, 2020
5ef299e
Auto merge of #74681 - RalfJung:miri-extern-fn, r=oli-obk
bors Jul 24, 2020
1e55f58
Auto merge of #73645 - poliorcetics:ref-keyword, r=jyn514
bors Jul 24, 2020
04b2deb
Fix rustc docs typo.
16yuki0702 Jul 25, 2020
c4e1734
Auto merge of #74017 - poliorcetics:where-keyword, r=jyn514
bors Jul 25, 2020
0e11fc8
Auto merge of #74652 - poliorcetics:clarify-vec-drain-doc, r=jyn514
bors Jul 25, 2020
116ad51
Use the proper span when WF-checking an impl self type
Aaron1011 Jul 25, 2020
9e42d3e
Pull out some shared code into a new function
smmalis37 Jul 25, 2020
617dd0a
Fix commas.
smmalis37 Jul 25, 2020
304aca4
Ensure stack when type checking and building MIR for large if express…
kanru Jul 24, 2020
0e2ec8c
Ensure stack when parsing large if expressions
kanru Jul 25, 2020
e7949bc
Fix wrong name in `String::from_raw_parts` docs
aticu Jul 25, 2020
44d8b4c
Document UTF-8 validity of String::from_raw_parts
aticu Jul 25, 2020
73ca84d
Auto merge of #74741 - aticu:master, r=jonas-schievink
bors Jul 25, 2020
037d8e7
Auto merge of #74488 - CAD97:layout_for_value_raw, r=hanna-kruppe
bors Jul 25, 2020
c81bbd0
Fix FP `useless_conversion`
giraffate Jul 25, 2020
fe08fb7
Auto merge of #74510 - LukasKalbertodt:fix-range-from-index-panic, r=…
bors Jul 25, 2020
79c0db4
Clean up some uses of logging in ui tests
oli-obk Jul 25, 2020
ef9c4f5
Miri: rename "undef" to "uninit"
pnadon Jul 22, 2020
f06e8e1
Auto merge of #74687 - estebank:bracketless-turbofish, r=matthewjasper
bors Jul 25, 2020
8cb94fc
Auto merge of #74246 - GuillaumeGomez:cleanup-e0719, r=Dylan-DPC
bors Jul 25, 2020
31a3bb5
Remove manual normalization in compare_projection_bounds
tmandry Jul 25, 2020
e35d286
Fix diagnostic by using predicate in GATs too
tmandry Jul 25, 2020
c6526b3
Update rls
tmandry Jul 25, 2020
5e6380a
Update rustfmt
tmandry Jul 25, 2020
e193cb1
Update Cargo.lock
tmandry Jul 25, 2020
d6953df
Auto merge of #74760 - tmandry:roll, r=tmandry
bors Jul 25, 2020
bb85981
Auto merge of #74670 - tmandry:issue-73818, r=matthewjasper
bors Jul 25, 2020
8e5489c
Auto merge of #74728 - 16yuki0702:fix_typo, r=jonas-schievink
bors Jul 26, 2020
a4dd850
Auto merge of #74735 - Aaron1011:fix/wf-impl-self-type, r=estebank
bors Jul 26, 2020
461707c
Auto merge of #74060 - kpp:remove_length_at_most_32, r=dtolnay
bors Jul 26, 2020
13f9aa1
Auto merge of #74664 - pnadon:Miri-rename-undef-uninit, r=RalfJung
bors Jul 26, 2020
832d0a7
Add test for issue-56445
JohnTitor Jul 26, 2020
8dcf868
Add test for issue-72911
JohnTitor Jul 26, 2020
7a5d3ab
Avoid writes without any data in `Write::write_all_vectored`
tmiasko Jul 6, 2020
62c9fa9
proc_macro: Add API for tracked access to environment variables
petrochenkov Jul 22, 2020
b663892
Remove more obsolete test flags
oli-obk Jul 26, 2020
6239296
Auto merge of #74772 - JohnTitor:add-tests, r=lcnr
bors Jul 26, 2020
86ac65c
Bless you
oli-obk Jul 26, 2020
db4e972
python codes cleanup
jnozsc Jul 26, 2020
4c710e7
Fix #[track_caller] shims for trait objects.
anp Jul 26, 2020
da5a6fb
Auto merge of #5845 - giraffate:fix_fp_useless_conversion, r=yaahc
bors Jul 26, 2020
51b99d4
Don't italicize comments in ayu theme
Cldfire Jul 26, 2020
e4e1b8c
Merge commit 'da5a6fb1b65ec6581a67e942a3850f6bc15a552c' into clippyup
flip1995 Jul 26, 2020
6c8927b
Auto merge of #74792 - flip1995:clippyup, r=Manishearth
bors Jul 26, 2020
c709862
Auto merge of #74708 - kanru:issue-74564, r=davidtwco
bors Jul 26, 2020
0caebfa
Hygiene serialization implementation
Aaron1011 Mar 17, 2020
5cd1b5d
Add test for use of $crate in nested foreign macro_rules!
Aaron1011 Jul 15, 2020
979dd77
Add test for serializing hygiene *into* a proc-macro crate
Aaron1011 Jul 21, 2020
dc21612
Ignore `orig_id` for stable hashing
Aaron1011 Jul 22, 2020
7e0d3fd
Add test for hygiene caching issue
Aaron1011 Jul 23, 2020
cf7bef3
Properly reset `orig_id` when loading from incremental cache
Aaron1011 Jul 23, 2020
f622f45
Share serialization optimization between incr and metadata
Aaron1011 Jul 24, 2020
768803c
Remove explicit `extern crate` from proc-macro test
Aaron1011 Jul 26, 2020
f7235a8
Normalize the test output of hygiene-related tests
Aaron1011 Jul 27, 2020
06cc666
Fixed typo in `closure`
Dhs92 Jul 27, 2020
fa36f96
Auto merge of #72121 - Aaron1011:final-hygiene-rebase, r=petrochenkov
bors Jul 27, 2020
f721fb5
Auto merge of #74784 - anp:track-vtables, r=eddyb
bors Jul 27, 2020
1841fb9
Auto merge of #74653 - petrochenkov:pmenv, r=dtolnay
bors Jul 27, 2020
9af6b3d
Auto merge of #74737 - smmalis37:astconv-factor, r=davidtwco
bors Jul 27, 2020
1361b02
Rollup merge of #74088 - tmiasko:write-all-vectored-empty, r=KodrAus
JohnTitor Jul 27, 2020
ba3c245
Rollup merge of #74598 - mzohreva:mz/fix-test, r=KodrAus
JohnTitor Jul 27, 2020
72aad35
Rollup merge of #74750 - oli-obk:logging_and_test_cleanups, r=JohnTitor
JohnTitor Jul 27, 2020
807d221
Rollup merge of #74783 - jnozsc:python_cleanup, r=Mark-Simulacrum
JohnTitor Jul 27, 2020
0042e41
Rollup merge of #74790 - Cldfire:ayu-no-italic-comments, r=GuillaumeG…
JohnTitor Jul 27, 2020
7df242d
Rollup merge of #74799 - Dhs92:master, r=joshtriplett
JohnTitor Jul 27, 2020
52d2c7a
Auto merge of #74817 - JohnTitor:rollup-0fchdye, r=JohnTitor
bors Jul 27, 2020
dbe7436
Pull changes from upstream
MabezDev Jul 27, 2020
14498cd
Update submodules
MabezDev Jul 27, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
264 changes: 179 additions & 85 deletions .github/workflows/ci.yml

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@
[submodule "src/doc/embedded-book"]
path = src/doc/embedded-book
url = https://github.com/rust-embedded/book.git
[submodule "src/tools/rust-analyzer"]
path = src/tools/rust-analyzer
url = https://github.com/rust-analyzer/rust-analyzer.git
8 changes: 8 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Brian Anderson <banderson@mozilla.com> <andersrb@gmail.com>
Brian Anderson <banderson@mozilla.com> <banderson@mozilla.org>
Brian Dawn <brian.t.dawn@gmail.com>
Brian Leibig <brian@brianleibig.com> Brian Leibig <brian.leibig@gmail.com>
Camelid <camelidcamel@gmail.com> <37223377+camelid@users.noreply.github.com>
Carl-Anton Ingmarsson <mail@carlanton.se> <ca.ingmarsson@gmail.com>
Carol (Nichols || Goulding) <carol.nichols@gmail.com> <193874+carols10cents@users.noreply.github.com>
Carol (Nichols || Goulding) <carol.nichols@gmail.com> <carol.nichols@gmail.com>
Expand All @@ -70,6 +71,8 @@ David Manescu <david.manescu@gmail.com> <dman2626@uni.sydney.edu.au>
David Ross <daboross@daboross.net>
Derek Chiang <derekchiang93@gmail.com> Derek Chiang (Enchi Jiang) <derekchiang93@gmail.com>
Diggory Hardy <diggory.hardy@gmail.com> Diggory Hardy <github@dhardy.name>
Donough Liu <ldm2993593805@163.com> <donoughliu@gmail.com>
Donough Liu <ldm2993593805@163.com> DingMing Liu <liudingming@bupt.edu.cn>
Dustin Bensing <dustin.bensing@googlemail.com>
Dylan Braithwaite <dylanbraithwaite1@gmail.com> <mail@dylanb.me>
Dzmitry Malyshau <kvarkus@gmail.com>
Expand Down Expand Up @@ -150,6 +153,10 @@ Kang Seonghoon <kang.seonghoon@mearie.org> <public+git@mearie.org>
Keegan McAllister <mcallister.keegan@gmail.com> <kmcallister@mozilla.com>
Kevin Butler <haqkrs@gmail.com>
Kyeongwoon Lee <kyeongwoon.lee@samsung.com>
Kyle J Strand <batmanaod@gmail.com> <BatmanAoD@users.noreply.github.com>
Kyle J Strand <batmanaod@gmail.com> <kyle.j.strand@gmail.com>
Kyle J Strand <batmanaod@gmail.com> <kyle.strand@pieinsurance.com>
Kyle J Strand <batmanaod@gmail.com> <kyle.strand@rms.com>
Laurențiu Nicola <lnicola@dend.ro>
Lee Jeffery <leejeffery@gmail.com> Lee Jeffery <lee@leejeffery.co.uk>
Lee Wondong <wdlee91@gmail.com>
Expand Down Expand Up @@ -259,6 +266,7 @@ Tim Chevalier <chevalier@alum.wellesley.edu> <catamorphism@gmail.com>
Tim JIANG <p90eri@gmail.com>
Tim Joseph Dumol <tim@timdumol.com>
Torsten Weber <TorstenWeber12@gmail.com> <torstenweber12@gmail.com>
Trevor Spiteri <tspiteri@ieee.org> <trevor.spiteri@um.edu.mt>
Ty Overby <ty@pre-alpha.com>
Ulrik Sverdrup <bluss@users.noreply.github.com> bluss <bluss@users.noreply.github.com>
Ulrik Sverdrup <bluss@users.noreply.github.com> bluss <bluss>
Expand Down
530 changes: 8 additions & 522 deletions CONTRIBUTING.md

Large diffs are not rendered by default.

Loading