Skip to content
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

subtyping sus #7

Closed
wants to merge 1,010 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1010 commits
Select commit Hold shift + click to select a range
767719c
rustdoc: factor orphan impl items into an actual struct
notriddle May 26, 2022
d61ab20
Use correct var for attribute completeness fn
hafeoz May 26, 2022
73ba7a7
Add tests
hafeoz May 26, 2022
b2c9872
Auto merge of #97386 - nnethercote:optimize-pos-adjustments, r=bjorn3
bors May 26, 2022
c6cda15
Remove few characters for tidy check to pass
hafeoz May 26, 2022
c3beb03
Formatting
hafeoz May 26, 2022
5bf23f6
libcore: Add `iter::from_generator` which is like `iter::from_fn`, bu…
petrochenkov Apr 21, 2022
06af3a6
add debug asserts
newpavlov May 27, 2022
cd76f2e
remove trailing space
dingxiangfei2009 May 27, 2022
4f68efa
Auto merge of #96298 - petrochenkov:fromgen, r=estebank
bors May 27, 2022
38609cd
fix nanos overflow for f64
newpavlov May 27, 2022
6495963
fmt
newpavlov May 27, 2022
e3813e4
Rollup merge of #96051 - newpavlov:duration_rounding, r=nagisa,joshtr…
compiler-errors May 27, 2022
8eb4fc6
Rollup merge of #97066 - petrochenkov:nofragkind, r=camelid
compiler-errors May 27, 2022
036f62b
Rollup merge of #97436 - compiler-errors:macos-ping-2, r=Mark-Simulacrum
compiler-errors May 27, 2022
9a42c65
Auto merge of #97444 - compiler-errors:rollup-2gvdav6, r=compiler-errors
bors May 27, 2022
2469ed0
Fix a typo in a comment.
nnethercote May 12, 2022
a61a85e
Add some comments.
nnethercote May 13, 2022
e02789c
Improve formatting in `associated_item!` definition.
nnethercote May 13, 2022
2ece157
Make `Buffer<T>` non-generic.
nnethercote May 12, 2022
1a9514d
Simplify types in `proc_macro_harness.rs`.
nnethercote May 13, 2022
dbdc7dd
Rename `ProcMacro` trait as `BangProcMacro`.
nnethercote May 13, 2022
bc70d0d
Rename `ProcMacroDerive` as `DeriveProcMacro`.
nnethercote May 16, 2022
9a785e0
Clarify a comment.
nnethercote May 13, 2022
c2c5057
Add some comments about `_marker` fields.
nnethercote May 15, 2022
f5c9c12
Rename `b` as `buf` in several places.
nnethercote May 18, 2022
e6fa19a
Remove unnecessary blank line.
nnethercote May 16, 2022
41c10dd
Cut down `associated_item`.
nnethercote May 16, 2022
f558990
Auto merge of #97004 - nnethercote:proc-macro-tweaks, r=eddyb
bors May 27, 2022
4614711
Auto merge of #97442 - hafeoz:master, r=GuillaumeGomez
bors May 27, 2022
4332c2f
Update tests on aarch64
oli-obk May 27, 2022
2020264
docs: Don't imply that OsStr on Unix is always UTF-8
Xiretza May 27, 2022
56fd680
Auto merge of #96046 - oli-obk:const_typeck, r=cjgillot
bors May 27, 2022
b454991
Finish bumping stage0
Mark-Simulacrum May 20, 2022
4781246
fix comment
lcnr May 27, 2022
846f134
Stabilize `toowned_clone_into`
JohnTitor May 27, 2022
6ba9ed8
Add regression test for #81899
JohnTitor May 27, 2022
d21bc65
Add test for #97343
estebank May 27, 2022
f2a1b7b
Modify `derive(Debug)` to use `Self` in struct literal to avoid redun…
estebank May 27, 2022
ebbcbfc
Auto merge of #96790 - lqd:update_jemalloc, r=Mark-Simulacrum
bors May 27, 2022
78a83b0
proc_macro: don't pass a client-side function pointer through the ser…
eddyb May 27, 2022
718269a
cleanup librustdoc by making parent stack store items
notriddle May 27, 2022
6ab8edb
Pass Context as a &mut to allow to remove RefCell fields
GuillaumeGomez May 26, 2022
b7d6a42
Add "arrow-parens" eslint rule
GuillaumeGomez May 27, 2022
3741a88
Add "no-unused-vars" eslint rule
GuillaumeGomez May 27, 2022
334f12c
Add "eqeqeq" eslint rule
GuillaumeGomez May 27, 2022
6f5de28
Fix `x dist --stage 1 src/tools/rust-analyzer`
jyn514 May 27, 2022
81e2c11
[bootstrap] Move `sanitize_sh` from `dist` to `install`
jyn514 May 27, 2022
4254f92
Rollup merge of #95214 - tbu-:pr_vec_append_doc, r=Mark-Simulacrum
matthiaskrgr May 27, 2022
1174dba
Rollup merge of #97411 - raiyansayeed:print-stderr-consistently, r=Ma…
matthiaskrgr May 27, 2022
e96397b
Rollup merge of #97453 - lcnr:comment, r=jackh726
matthiaskrgr May 27, 2022
29ac9b1
Rollup merge of #97457 - JohnTitor:issue-81899, r=compiler-errors
matthiaskrgr May 27, 2022
0804ef6
Rollup merge of #97458 - estebank:use-self-in-derive-macro, r=compile…
matthiaskrgr May 27, 2022
b37b735
Rollup merge of #97462 - GuillaumeGomez:more-eslint-rules, r=notriddle
matthiaskrgr May 27, 2022
2aae802
Auto merge of #97468 - matthiaskrgr:rollup-8cu0hqr, r=matthiaskrgr
bors May 27, 2022
e4d48c3
rustdoc: add test case for email that looks like intra-doc link
notriddle May 27, 2022
7a99da1
Switch incremental/hashes tests to all use optimizations.
JakobDegen May 28, 2022
764b861
Auto merge of #97433 - GuillaumeGomez:rm-refcell-context, r=notriddle
bors May 28, 2022
5d86305
rustdoc: add test case for the implementors JS file placement
notriddle May 28, 2022
ab57e36
Update to rebased rustc-rayon 0.4
cuviper May 28, 2022
ed76b77
Auto merge of #97284 - b-naber:constraint-dyn-impl-suggestion, r=este…
bors May 28, 2022
b97bfc3
Auto merge of #97465 - jyn514:dist-ra, r=Mark-Simulacrum
bors May 28, 2022
837cd9e
Rollup merge of #94640 - Pointerbender:issue-71146-partial-stabilizat…
Dylan-DPC May 28, 2022
880d3ea
Rollup merge of #97034 - fee1-dead-contrib:layout-hash, r=dtolnay
Dylan-DPC May 28, 2022
7e7dd1c
Rollup merge of #97327 - davidtwco:diagnostic-translation-compile-tim…
Dylan-DPC May 28, 2022
529fcb5
Rollup merge of #97448 - Xiretza:os-str-unix-doc, r=joshtriplett
Dylan-DPC May 28, 2022
5badc29
Rollup merge of #97466 - jyn514:consolidate-install, r=Mark-Simulacrum
Dylan-DPC May 28, 2022
1ff051a
Fix documentation of basic stack protector
nikic May 28, 2022
19abca1
Auto merge of #97476 - Dylan-DPC:rollup-t53nxoe, r=Dylan-DPC
bors May 28, 2022
643c508
Remove FIXME on `ExtCtxt::fn_decl()`
JohnTitor May 28, 2022
4444def
Make some tests check-pass
JohnTitor May 28, 2022
ad33519
ptr::invalid is not equivalent to a int2ptr cast
RalfJung May 28, 2022
6831417
Auto merge of #97158 - JakobDegen:dse, r=tmiasko,cjgillot
bors May 28, 2022
4f39fb1
Auto merge of #97383 - dingxiangfei2009:restore-region-scope-tree-que…
bors May 28, 2022
e297bbf
Improve settings page display with disabled javascript
GuillaumeGomez May 28, 2022
852777e
note to future self
RalfJung May 28, 2022
116201e
Auto merge of #97461 - eddyb:proc-macro-less-payload, r=bjorn3
bors May 28, 2022
bfb16b9
Add GUI test for javascript disabled display of settings page
GuillaumeGomez May 28, 2022
a7015fe
Move things to rustc_type_ir
detrumi Jan 31, 2021
a056a95
Initial fixes on top of type interner commit
compiler-errors May 22, 2022
34e0581
Fix TyKind lint, make consts no longer fn, etc
compiler-errors May 27, 2022
f05a92d
Remove some comments, inline interner fn
compiler-errors May 27, 2022
4638915
Make TyCtxt implement Interner, make HashStable generic and move to r…
compiler-errors May 28, 2022
1fede17
Auto merge of #97207 - RalfJung:backtrace, r=Mark-Simulacrum
bors May 28, 2022
f671bc9
Improve error message for E0081
Bryysen May 27, 2022
0484cfb
Corrected EBNF grammar for from_str
ijchen May 28, 2022
14f477e
Auto merge of #97472 - cuviper:rebase-rustc-rayon, r=Mark-Simulacrum
bors May 28, 2022
7230a15
Use Box::new() instead of box syntax in alloc tests
est31 May 28, 2022
376163a
Rollup merge of #96950 - JohnTitor:issue-96395, r=compiler-errors,oli…
GuillaumeGomez May 28, 2022
239287f
Rollup merge of #97028 - ridwanabdillahi:pretty-printer, r=michaelwoe…
GuillaumeGomez May 28, 2022
a777d50
Rollup merge of #97478 - JohnTitor:fixme-fn-decl, r=compiler-errors
GuillaumeGomez May 28, 2022
37bac9c
Rollup merge of #97479 - JohnTitor:make-check-pass, r=compiler-errors
GuillaumeGomez May 28, 2022
774d7ce
Rollup merge of #97482 - RalfJung:ptr-invalid, r=thomcc
GuillaumeGomez May 28, 2022
d75c60f
Use Box::new() instead of box syntax in std tests
est31 May 28, 2022
cdb8e64
Use Box::new() instead of box syntax in core tests
est31 May 28, 2022
84288ed
Auto merge of #97500 - GuillaumeGomez:rollup-ms1bvps, r=GuillaumeGomez
bors May 29, 2022
5a4e936
Ensure source file present when calculating max line number
JohnTitor May 29, 2022
0acc4a3
Auto merge of #96652 - notriddle:notriddle/self, r=GuillaumeGomez
bors May 29, 2022
303d916
Auto merge of #96687 - jyn514:download-rustc, r=Mark-Simulacrum
bors May 29, 2022
0f06824
Auto merge of #97287 - compiler-errors:type-interner, r=jackh726,oli-obk
bors May 29, 2022
f344d56
Fix typo (panick -> panic)
WaffleLapkin May 29, 2022
abc7681
Auto merge of #97456 - Bryysen:issue-97319-fix, r=compiler-errors
bors May 29, 2022
9f68b99
Fix order of closing HTML elements in rustdoc output
badboy May 29, 2022
9d1aeae
Auto merge of #94214 - nikic:rust-opaque-pointers, r=cuviper
bors May 29, 2022
c0f18f9
Re-add help_on_error for download-ci-llvm
May 29, 2022
8ef2dd7
Clarify the guarantees of Vec::as_ptr and Vec::as_mut_ptr when there'…
SkiFire13 May 29, 2022
bef2b7c
Auto merge of #97214 - Mark-Simulacrum:stage0-bump, r=pietroalbini
bors May 29, 2022
6b4191f
Add "no-const-assign" eslint rule
GuillaumeGomez May 29, 2022
4bb728d
Add "no-debugger" eslint rule
GuillaumeGomez May 29, 2022
9f79a03
Add "no-dup-args" eslint rule
GuillaumeGomez May 29, 2022
3f404bf
improve format impl for literals
conradludgate May 28, 2022
5dd0fe3
remove useless cold
conradludgate May 28, 2022
397ad82
Add "no-dupe-else-if" eslint rule
GuillaumeGomez May 29, 2022
88c3d70
Add "no-dupe-keys" eslint rule
GuillaumeGomez May 29, 2022
28b8919
Auto merge of #97514 - WaffleLapkin:panick, r=Dylan-DPC
bors May 29, 2022
d39703a
Add "no-duplicate-case" eslint rule
GuillaumeGomez May 29, 2022
f1a95b8
Add "no-ex-assign" eslint rule
GuillaumeGomez May 29, 2022
2e25c23
Note pattern mismatch coming from for-loop desugaring
compiler-errors May 29, 2022
46d34cc
Use type_is_copy_modulo_regions check in intrisicck
compiler-errors May 28, 2022
311aacf
Remove unused lifetimes from expand_macro
est31 May 29, 2022
56026e2
Rollup merge of #97493 - compiler-errors:issue-97490, r=oli-obk
compiler-errors May 29, 2022
f68c532
Rollup merge of #97518 - badboy:rustdoc-ul-div-fix, r=notriddle
compiler-errors May 29, 2022
8e01595
Rollup merge of #97530 - GuillaumeGomez:more-eslint-checks, r=jsha
compiler-errors May 29, 2022
f20bbc1
Rollup merge of #97536 - est31:remove_unused_lifetimes, r=compiler-er…
compiler-errors May 29, 2022
6999ef2
Auto merge of #97538 - compiler-errors:rollup-zp3ukke, r=compiler-errors
bors May 29, 2022
855fc02
Auto merge of #97489 - GuillaumeGomez:settings-js-disabled, r=notriddle
bors May 30, 2022
0be2ca9
Optimize the diagnostic generation for `extern unsafe`
SparrowLii May 30, 2022
eeacb44
Reword safety comments in core/hash/sip.rs
thomcc May 30, 2022
a272c45
update Miri
RalfJung May 30, 2022
257f065
Remove `#[default..]` and add `#[const_trait]`
fee1-dead Mar 16, 2022
4d390de
Add a helper function for checking whether a default function in a tr…
oli-obk May 11, 2022
ecaf7b7
Reduce the scope of a mutable variable
oli-obk May 12, 2022
0e3d8d2
Default methods of traits are also AssocFn defs as they essentially d…
oli-obk May 12, 2022
2f96fbe
update diagnostic message on removed attribute
oli-obk May 16, 2022
5c780b9
Auto merge of #96964 - oli-obk:const_trait_mvp, r=compiler-errors
bors May 30, 2022
6d63d3b
Remove "sys isn't exported yet" phrase
est31 May 28, 2022
3c66939
Let miri decide the flags to use for the test suite
oli-obk May 30, 2022
e8d0fbf
Improve display of settings radio buttons
GuillaumeGomez May 17, 2022
5b6c593
Move theme rules out of settings.css
GuillaumeGomez May 18, 2022
70db59c
Add GUI test for settings display
GuillaumeGomez May 30, 2022
962d54e
be less redundant redundant
RalfJung May 30, 2022
19caa8c
Make `from{,_mut}_ptr_range` const
WaffleLapkin May 26, 2022
ff9efd8
Add reexport of slice::from{,_mut}_ptr_range to alloc & std
WaffleLapkin May 27, 2022
a63a83a
Add ui tests for `slice::from_{ptr_range,raw_parts}`
WaffleLapkin May 27, 2022
10ee6f8
Rename slice_from_ptr_range_const -> const_slice_from_ptr_range
WaffleLapkin May 27, 2022
0cca47e
Use `// error-pattern:` header in `forbidden_slices.rs` test
WaffleLapkin May 29, 2022
6d10217
--bless
WaffleLapkin May 29, 2022
1f8a641
test forbidden slices on all two usizesizes
WaffleLapkin May 29, 2022
946a88a
Auto merge of #97546 - RalfJung:miri, r=oli-obk
bors May 30, 2022
0ed320b
Rollup merge of #97494 - est31:remove_box_alloc_tests, r=Dylan-DPC
Dylan-DPC May 30, 2022
8fd9e24
Rollup merge of #97499 - est31:master, r=Dylan-DPC
Dylan-DPC May 30, 2022
106d5fd
Rollup merge of #97504 - JohnTitor:cleanup-deps, r=davidtwco
Dylan-DPC May 30, 2022
9bb3832
Rollup merge of #97519 - binggh:readd-help-on-error, r=jyn514
Dylan-DPC May 30, 2022
65bdfe3
Rollup merge of #97531 - compiler-errors:for-loop-pat-mismatch, r=dav…
Dylan-DPC May 30, 2022
a352ad5
Rollup merge of #97545 - thomcc:sip-comment-safety, r=Dylan-DPC
Dylan-DPC May 30, 2022
f669b78
errors: simplify referring to fluent attributes
davidtwco May 24, 2022
0a7a0ff
Add `#[inline]` to `Vec`'s `Deref/DerefMut`
nbdd0121 May 30, 2022
1e0747f
normalize forbidden slices
WaffleLapkin May 30, 2022
f3eae89
Fix invalid line number computation when clicking on something else t…
GuillaumeGomez May 30, 2022
e810f75
Auto merge of #97548 - Dylan-DPC:rollup-9x0va1d, r=Dylan-DPC
bors May 30, 2022
16d5cdc
Improve source-code-page.goml GUI test code
GuillaumeGomez May 30, 2022
d286df1
Add line number click GUI test
GuillaumeGomez May 30, 2022
e71913e
validate derefer, run derefer inside generator
ouz-a May 11, 2022
4a8d2e3
Auto merge of #97480 - conradludgate:faster-format-literals, r=joshtr…
bors May 30, 2022
56662bc
Fix typos in comment
stoeckmann May 30, 2022
c35035c
Auto merge of #97025 - ouz-a:mini-derefer-generator, r=davidtwco
bors May 30, 2022
6afaffb
Check for `can_have_side_effects()` and `in_external_macro()` inside …
ChayimFriedman2 May 30, 2022
aeb765b
better enum suggestions
compiler-errors Apr 27, 2022
2a61f0c
address comments
compiler-errors May 30, 2022
7a9c139
Update intrinsics.rs
lukas-code May 30, 2022
e565bb0
Update mut_ptr.rs
lukas-code May 30, 2022
7be9ec2
Auto merge of #97357 - davidtwco:diagnostic-translation-typed-subdiag…
bors May 30, 2022
3c0b9d5
Rollup merge of #89685 - DeveloperC286:iter_fields_to_private, r=oli-obk
compiler-errors May 30, 2022
22da719
Rollup merge of #97172 - SparrowLii:unsafe_extern, r=compiler-errors
compiler-errors May 30, 2022
12ba87b
Rollup merge of #97395 - RalfJung:call-abi, r=oli-obk
compiler-errors May 30, 2022
6718723
Rollup merge of #97431 - compiler-errors:issue-97413, r=oli-obk
compiler-errors May 30, 2022
4c77fd3
Rollup merge of #97555 - GuillaumeGomez:line-number-click, r=notriddle
compiler-errors May 30, 2022
b3dc31c
Rollup merge of #97558 - stoeckmann:typos, r=compiler-errors
compiler-errors May 30, 2022
de3ac3c
Remove `memset` alias from `fill_with`.
thomcc May 30, 2022
e60d8b6
Fix TLS access mir opt test and remove stale files
JakobDegen May 30, 2022
3a2bb78
normalize harder
WaffleLapkin May 30, 2022
ffd7f58
Fix typo uniqeness -> uniqueness
dtolnay May 30, 2022
dff602f
Add a pointer to address cast kind
tmiasko May 31, 2022
e6b1003
BTreeSet->BTreeMap (fix copy/paste mistake in documentation)
dtolnay May 31, 2022
47365c0
Auto merge of #97566 - compiler-errors:rollup-qfxw4j8, r=compiler-errors
bors May 31, 2022
989b806
Auto merge of #96881 - est31:join_osstr, r=dtolnay
bors May 31, 2022
94b8036
Rollup merge of #97089 - GuillaumeGomez:improve-settings-theme-displa…
Dylan-DPC May 31, 2022
9c72f16
Rollup merge of #97229 - Nilstrieb:doc-box-noalias, r=dtolnay
Dylan-DPC May 31, 2022
38d8167
Rollup merge of #97371 - ChayimFriedman2:closure-non-block-add-semico…
Dylan-DPC May 31, 2022
bf248c8
Rollup merge of #97455 - JohnTitor:stabilize-toowned-clone-into, r=dt…
Dylan-DPC May 31, 2022
5885e6d
Rollup merge of #97565 - lukas-code:patch-1, r=thomcc
Dylan-DPC May 31, 2022
efd2519
Rollup merge of #97569 - thomcc:fill_with_isnt_memset, r=Amanieu
Dylan-DPC May 31, 2022
d35d972
Auto merge of #97574 - Dylan-DPC:rollup-jq850l6, r=Dylan-DPC
bors May 31, 2022
3358a41
Add unicode fast path to `is_printable`
Noratrieb May 29, 2022
dcbd5f5
Auto merge of #97526 - Nilstrieb:unicode-is-printable-fastpath, r=jos…
bors May 31, 2022
5dae6c1
alloc: remove repeated word in comment
ojeda May 31, 2022
16a0d03
Auto merge of #97521 - SkiFire13:clarify-vec-as-ptr, r=Dylan-DPC
bors May 31, 2022
0a43923
Auto merge of #97419 - WaffleLapkin:const_from_ptr_range, r=oli-obk
bors May 31, 2022
c00d9bf
Fix comment in poly_project_and_unify_type
compiler-errors May 30, 2022
0595ea1
Auto merge of #97570 - JakobDegen:dse-test, r=tmiasko
bors May 31, 2022
59d35d6
rustdoc: also index impl trait
notriddle May 31, 2022
14d8baf
rustdoc: also index raw pointers
notriddle May 31, 2022
145a558
:arrow_up: rust-analyzer
lnicola May 31, 2022
2aef6c5
Fixup feature name to be more consistent with others
WaffleLapkin May 31, 2022
e094492
Auto merge of #97582 - tmiasko:pointer-address-cast, r=oli-obk
bors May 31, 2022
4f4a819
Rollup merge of #97316 - CAD97:bound-misbehavior, r=dtolnay
matthiaskrgr May 31, 2022
0d1e546
Rollup merge of #97578 - ojeda:checkpatch, r=JohnTitor
matthiaskrgr May 31, 2022
1998aef
Rollup merge of #97593 - lnicola:rust-analyzer-2022-05-31, r=lnicola
matthiaskrgr May 31, 2022
31fccd1
Rollup merge of #97596 - WaffleLapkin:fixup_feature_name, r=compiler-…
matthiaskrgr May 31, 2022
0a6001b
Expose get_many_mut and get_many_unchecked_mut to HashMap
Urgau Mar 5, 2022
6f481f8
Auto merge of #97600 - matthiaskrgr:rollup-yivyeu5, r=matthiaskrgr
bors May 31, 2022
02916c4
Auto merge of #97435 - Patryk27:bump-compiler-builtins, r=Dylan-DPC
bors Jun 1, 2022
1446bce
use 128 cache align for m1 mac
LYF1999 May 26, 2022
395a09c
Auto merge of #97553 - nbdd0121:lib, r=Mark-Simulacrum
bors Jun 1, 2022
b02146a
Tweak insert docs
azdavis Jun 1, 2022
3fb5df0
Update cargo
ehuss Jun 1, 2022
8d007aa
remove an unnecessary `Option`
TaKO8Ki Jun 1, 2022
ea50d77
Add regression test for #71546
JohnTitor May 31, 2022
9f2b69d
update Miri
RalfJung Jun 1, 2022
9ddae15
Rollup merge of #94647 - Urgau:hash-map-many-mut, r=Amanieu
JohnTitor Jun 1, 2022
2ab919a
Rollup merge of #97216 - RalfJung:null-ptr-check, r=oli-obk
JohnTitor Jun 1, 2022
9c61f81
Rollup merge of #97399 - SparrowLii:arg_index, r=oli-obk
JohnTitor Jun 1, 2022
a1dc541
Rollup merge of #97470 - notriddle:notriddle/test-cases, r=GuillaumeG…
JohnTitor Jun 1, 2022
e1d2e65
Rollup merge of #97498 - ijchen:master, r=Mark-Simulacrum
JohnTitor Jun 1, 2022
2f99f1b
Rollup merge of #97562 - compiler-errors:comment-poly_project_and_uni…
JohnTitor Jun 1, 2022
a7bd0d0
Rollup merge of #97580 - JohnTitor:issue-71546, r=compiler-errors
JohnTitor Jun 1, 2022
2c3a8cf
Rollup merge of #97611 - azdavis:master, r=Dylan-DPC
JohnTitor Jun 1, 2022
85fdef0
Rollup merge of #97616 - TaKO8Ki:remove-unnecessary-option, r=Dylan-DPC
JohnTitor Jun 1, 2022
8256e97
Auto merge of #97622 - JohnTitor:rollup-4qoxrjn, r=JohnTitor
bors Jun 1, 2022
7d4cf71
Rollup merge of #96271 - compiler-errors:suggest-question-mark, r=est…
matthiaskrgr Jun 1, 2022
daedae7
Rollup merge of #97264 - TaKO8Ki:suggest-extern-crate-when-failing-to…
matthiaskrgr Jun 1, 2022
1730b62
Rollup merge of #97592 - notriddle:notriddle/impl-trait, r=GuillaumeG…
matthiaskrgr Jun 1, 2022
89e765f
Rollup merge of #97621 - RalfJung:miri, r=RalfJung
matthiaskrgr Jun 1, 2022
37d3638
Improve calculation of "Impls on Foreign Types"
jsha May 31, 2022
310b1a9
Mention filename in suggestion when it differs from primary span
estebank May 31, 2022
57450c6
Update src/librustdoc/passes/collect_trait_impls.rs
notriddle Jun 1, 2022
b5a2d27
Auto merge of #97624 - matthiaskrgr:rollup-rtcqjx9, r=matthiaskrgr
bors Jun 1, 2022
434adff
rustdoc: add test case for auto traits on slice primitive
notriddle Jun 1, 2022
4dc5d45
rename PointerAddress → PointerExposeAddress
RalfJung Jun 1, 2022
12cd71f
Auto merge of #97612 - ehuss:update-cargo, r=ehuss
bors Jun 1, 2022
3ed9bbe
Rollup merge of #95594 - the8472:raw_slice_methods, r=yaahc
JohnTitor Jun 1, 2022
9fc3fc3
Rollup merge of #97130 - notriddle:notriddle/collect-trait-impls-dup,…
JohnTitor Jun 1, 2022
d126de1
Rollup merge of #97166 - nnethercote:move-conditions-out, r=estebank
JohnTitor Jun 1, 2022
2c1990d
Rollup merge of #97605 - estebank:suggestion-filename, r=oli-obk
JohnTitor Jun 1, 2022
a96e71c
Rollup merge of #97613 - jsha:implementation-is-on-local-type, r=Guil…
JohnTitor Jun 1, 2022
b78c118
Rollup merge of #97626 - RalfJung:expose, r=tmiasko
JohnTitor Jun 1, 2022
e838059
Auto merge of #97632 - JohnTitor:rollup-d2ucrjw, r=JohnTitor
bors Jun 1, 2022
fb19760
Auto merge of #97414 - LYF1999:yf/cachealign, r=Mark-Simulacrum
bors Jun 2, 2022
3e5d7ea
w
lcnr Jun 2, 2022
e79af26
w
lcnr Jun 2, 2022
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
  •  
  •  
  •  
11 changes: 7 additions & 4 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,13 @@ Chris Vittal <[email protected]> Christopher Vittal <christopher.vitt
Christiaan Dirkx <[email protected]> <[email protected]>
Christiaan Dirkx <[email protected]> CDirkx <[email protected]>
Christiaan Dirkx <[email protected]> CDirkx <[email protected]>
Christian Poveda <[email protected]> <[email protected]>
Christian Poveda <[email protected]> <[email protected]>
Christian Poveda <[email protected]> <[email protected]>
Christian Poveda <[email protected]> <[email protected]>
Christian Poveda <[email protected]> <[email protected]>
Christian Poveda <[email protected]> <[email protected]>
Christian Poveda <[email protected]> <[email protected]>
Christian Poveda <[email protected]> <[email protected]>
Christian Poveda <[email protected]> <[email protected]>
Christian Poveda <[email protected]> <[email protected]>
Christian Poveda <[email protected]> <[email protected]>
Christian Vallentin <[email protected]>
Christoffer Buchholz <[email protected]>
Christopher Durham <[email protected]>
Expand Down
Loading