Skip to content
/ rust Public
forked from rust-lang/rust
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

update master #2

Merged
merged 10,000 commits into from
Jun 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
10000 commits
Select commit Hold shift + click to select a range
8f07952
Add clashing-extern-fn.rs stderr.
jumbatm Apr 5, 2020
556b7ba
Update existing test cases.
jumbatm Apr 6, 2020
0624a5a
Squashed all commits
rakshith-ravi Jun 20, 2020
2851c9f
Support sanitizers on aarch64-unknown-linux-gnu
tmiasko Jun 4, 2020
a3e88be
bootstrap: Build sanitizer runtimes for aarch64-unknown-linux-gnu
tmiasko Jun 6, 2020
d2e6e93
ci: Enable sanitizers on dist-aarch64-linux
tmiasko Jun 4, 2020
66e7a14
bootstrap: Factor out common code in supported_sanitizers
tmiasko Jun 8, 2020
c4840db
skol -> placeholder
lcnr Jun 6, 2020
a24c897
int -> i32
lcnr Jun 6, 2020
180334c
remove `pop_placeholders`
lcnr Jun 6, 2020
ef10694
Deprecate `Vec::remove_item`
LukasKalbertodt Jun 20, 2020
936b6bf
Move `trait_map` into `hir::Crate`
marmeladema Jun 12, 2020
a98f35f
Remove `NodeId` to `HirId` conversion APIs
marmeladema Jun 12, 2020
6a0f1af
Remove `HirId` to `NodeId` conversion APIs
marmeladema Jun 12, 2020
94817e3
Pre-compute `hir_id_to_def_id` mapping
marmeladema Jun 12, 2020
1e6e082
Remove uses of `Vec::remove_item`
LukasKalbertodt Jun 20, 2020
5155518
Decouple `Autoderef` with `FnCtxt` and move `Autoderef` to `librustc_…
ldm0 Jun 20, 2020
ef68bf3
Try to suggest dereferences when trait selection failed.
ldm0 Jun 20, 2020
2e781dd
lint: normalize projections using opaque types
davidtwco Jun 12, 2020
29272fc
Correctly handle binders inside trait predicates
matthewjasper May 30, 2020
04e589c
Consider fewer predicates for projection candidates
matthewjasper May 30, 2020
59d8c45
Clean up E0695 explanation
GuillaumeGomez Jun 20, 2020
5eaee0d
update Miri
RalfJung Jun 20, 2020
f1e0710
Prevent incorrect help message for dereference suggestion
ldm0 Jun 20, 2020
13104ef
Pre-compute `def_id_to_hir_id` table
marmeladema Jun 12, 2020
9e88b48
Refer just to the issue in the raw ptr cmp diagnostic instead of expl…
oli-obk Jun 20, 2020
53686b9
Satisfy tidy
oli-obk Jun 20, 2020
98e97a4
Address review comments
oli-obk Jun 20, 2020
d660dbc
Check associated type satisfy their bounds
matthewjasper May 30, 2020
9818bc0
Don't set STILL_FURTHER_SPECIALIZABLE for regions/bound variables
matthewjasper Jun 10, 2020
db4826d
Move bounds on associated types to the type
matthewjasper Jun 11, 2020
5e8c9f4
Explain what the substs we're creating are
matthewjasper Jun 13, 2020
5431ef6
Rollup merge of #72600 - Aaron1011:fix/anon-const-encoding, r=varkor
RalfJung Jun 20, 2020
b015b28
Rollup merge of #73055 - lcnr:skol-no-more, r=matthewjasper
RalfJung Jun 20, 2020
913aac8
Rollup merge of #73058 - tmiasko:aarch64-san, r=nagisa
RalfJung Jun 20, 2020
77efcab
Rollup merge of #73171 - tblah:riscv-qemu-test, r=pietroalbini
RalfJung Jun 20, 2020
91bd333
Rollup merge of #73404 - ajpaverd:cfguard_syntax, r=Mark-Simulacrum
RalfJung Jun 20, 2020
7930ee6
Rollup merge of #73444 - pietroalbini:ci-remove-try-alt, r=Mark-Simul…
RalfJung Jun 20, 2020
96b86ea
Rollup merge of #73471 - raoulstrackx:raoul/fpu_tag_word, r=jethrogb
RalfJung Jun 20, 2020
c1cad70
Rollup merge of #73539 - LukasKalbertodt:deprecate-vec-remove-item, r…
RalfJung Jun 20, 2020
bb0016b
Rollup merge of #73543 - GuillaumeGomez:cleanup-e0695, r=Dylan-DPC
RalfJung Jun 20, 2020
3ff5879
core/time: Add Duration methods for zero
jonhoo May 30, 2020
ad7fd62
Doctests need feature
jonhoo May 30, 2020
386114b
Revise according to review
jonhoo Jun 20, 2020
c883fa4
Allow multiple `asm!` options
camelid Jun 11, 2020
e614116
Update tests
camelid Jun 11, 2020
1d2acdf
Use `Vec<Span>` instead of `Option<Vec<Span>>`
camelid Jun 12, 2020
27cc7c7
Clean up
camelid Jun 12, 2020
820bba1
Add codegen test for multiple `asm!` options
camelid Jun 12, 2020
2be403c
Warn on duplicate `asm!` options
camelid Jun 14, 2020
7aaadb6
Add UI test for duplicate `asm!` options warning
camelid Jun 14, 2020
b94b7e7
Make warning an error; use help instead of suggestion; clean up code
camelid Jun 14, 2020
ac54265
Use `span_label`
camelid Jun 15, 2020
7c5b66f
Update duplicate options test
camelid Jun 15, 2020
c7da50d
Get option name from symbol instead of snippet
camelid Jun 15, 2020
e8be797
Use bitflags function instead of custom one
camelid Jun 15, 2020
b00b1a4
Use `span_suggestion` instead of `span_label`
camelid Jun 16, 2020
f4dfc61
Add more to duplicate options test
camelid Jun 16, 2020
4ba6697
Make suggestion machine-applicable
camelid Jun 16, 2020
8fe6710
Create a separate, tool-only suggestion for the comma
camelid Jun 16, 2020
db9d376
Add documentation
camelid Jun 17, 2020
58f812b
Use `p.token` instead of `p.look_ahead()`
camelid Jun 18, 2020
8d80cc5
Fix duplicate options error
camelid Jun 20, 2020
c31785a
Run `./x.py fmt`
camelid Jun 20, 2020
5a8e915
Update bootstrap to rustc 1.45.0-beta.2 (1dc0f6d8e 2020-06-15)
ehuss Jun 16, 2020
f455e46
Auto merge of #73550 - RalfJung:rollup-5huj1k1, r=RalfJung
bors Jun 20, 2020
bfb0e8d
Fix broken inner_deref doc tests.
ehuss Jun 20, 2020
9355168
update tests
Jun 20, 2020
a1404a9
Rollup merge of #72456 - ldm0:dereftrait, r=estebank
Manishearth Jun 20, 2020
1a171d0
Rollup merge of #72788 - matthewjasper:projection-bound-validation, r…
Manishearth Jun 20, 2020
c47550f
Rollup merge of #72790 - jonhoo:duration-is-zero, r=LukasKalbertodt
Manishearth Jun 20, 2020
45d6aef
Rollup merge of #73227 - camelid:multiple-asm-options, r=Amanieu
Manishearth Jun 20, 2020
9003087
Rollup merge of #73287 - davidtwco:issue-73251-opaque-types-in-projec…
Manishearth Jun 20, 2020
0a8fd43
Rollup merge of #73291 - marmeladema:hir-id-ification-fix, r=petroche…
Manishearth Jun 20, 2020
a876a5a
Rollup merge of #73378 - matthewjasper:arena-not-special, r=oli-obk
Manishearth Jun 20, 2020
9a82736
Rollup merge of #73411 - ehuss:bump-stage0, r=Mark-Simulacrum
Manishearth Jun 20, 2020
929f032
Rollup merge of #73443 - pietroalbini:gha-auto-fallible, r=Mark-Simul…
Manishearth Jun 20, 2020
fc60282
impl PartialEq<Vec<B>> for &[A], &mut [A]
sollyucko Apr 29, 2020
7058471
Auto merge of #73563 - Manishearth:rollup-oowgwwm, r=Manishearth
bors Jun 20, 2020
4896a06
Update stability attribute of new Vec PartialEq impls
dtolnay Jun 20, 2020
a63eb3c
Clarify --extern documentation.
adetaylor Jun 21, 2020
228a0ed
Auto merge of #70946 - jumbatm:clashing-extern-decl, r=nagisa
bors Jun 21, 2020
6374054
Fix typos in doc comments
JOE1994 Jun 21, 2020
38bd83d
Auto merge of #71911 - wesleywiser:const_prop_small_cleanups, r=oli-obk
bors Jun 21, 2020
e3d735d
Fix typo in error_codes doc
dario23 Jun 21, 2020
8ea55f1
Cache decoded predicate shorthands
matthewjasper Jun 10, 2020
f802ee1
Cache flags and escaping vars for predicates
matthewjasper Jun 10, 2020
6e12272
Replace `is_global` call on data with call on predicate
matthewjasper Jun 10, 2020
7adbc0d
Auto merge of #73546 - RalfJung:miri, r=RalfJung
bors Jun 21, 2020
1c74ab4
Make is_freeze and is_copy_modulo_regions take TyCtxtAt
RalfJung Jun 21, 2020
b92602b
Make is_freeze and is_copy_modulo_regions take TyCtxtAt
RalfJung Jun 21, 2020
e465b22
`icmp` can handle raw pointers just fine, there's no need to cast to …
oli-obk Jun 21, 2020
467415d
deprecate wrapping_offset_from
RalfJung Jun 21, 2020
a657be4
Create E0765 error for unterminated double quote strings
GuillaumeGomez Jun 21, 2020
349f6bf
Auto merge of #72696 - jethrogb:jb/llvm-zlib, r=Mark-Simulacrum
bors Jun 21, 2020
726b6f4
Miri: replace many bug! by span_bug!
RalfJung Jun 21, 2020
c14d85f
Update UI tests
GuillaumeGomez Jun 21, 2020
893077c
Update src/librustc_mir/monomorphize/collector.rs
JOE1994 Jun 21, 2020
fea5ab1
Prefer accessible paths in 'use' suggestions
da-x Jun 13, 2020
3bfd0c9
remove switch_ty reliance in codegen
RalfJung Jun 21, 2020
6297228
MIR validation: check switch_ty
RalfJung Jun 21, 2020
a8cf399
Auto merge of #72936 - jackh726:chalk-more, r=nikomatsakis
bors Jun 21, 2020
7447bf2
fmt
RalfJung Jun 21, 2020
ae71e96
Do not send a notification for P-high stable regressions
LeSeulArtichaut Jun 21, 2020
1a4e2b6
Auto merge of #73180 - matthewjasper:predicate-cache, r=nikomatsakis
bors Jun 21, 2020
f60513e
Move remaining `NodeId` APIs from `Definitions` to `Resolver`
marmeladema Jun 20, 2020
1d3f49f
Always create a root definition when creating a new `Definitions` obj…
marmeladema Jun 21, 2020
bd4f6f0
Move `next_disambiguator` to `Resolver`
marmeladema Jun 21, 2020
953104e
Fix spurious 'value moved here in previous iteration of loop' messages
Aaron1011 Jun 22, 2020
933fe80
num_counters to u32, after implementing TypeFoldable
richkadel Jun 22, 2020
b60ec47
bootstrap: no `config.toml` exists regression
davidtwco Jun 21, 2020
c474317
Clean up E0699 explanation
GuillaumeGomez Jun 22, 2020
932237b
fix `intrinsics::needs_drop` docs
lcnr Jun 22, 2020
314e621
Liballoc minor hash import tweak
pickfire Jun 22, 2020
8da1dd0
Rollup merge of #71660 - sollyucko:master, r=dtolnay
Dylan-DPC Jun 22, 2020
fdd241f
Rollup merge of #72623 - da-x:use-suggest-public-path, r=petrochenkov
Dylan-DPC Jun 22, 2020
d22b80d
Rollup merge of #73502 - GuillaumeGomez:add-e0764, r=estebank
Dylan-DPC Jun 22, 2020
35ecb26
Rollup merge of #73580 - RalfJung:deprecate-wrapping-offset-from, r=A…
Dylan-DPC Jun 22, 2020
cb85f4b
Rollup merge of #73582 - RalfJung:miri-span-bug, r=oli-obk
Dylan-DPC Jun 22, 2020
c5e6f48
Rollup merge of #73585 - LeSeulArtichaut:patch-3, r=Mark-Simulacrum
Dylan-DPC Jun 22, 2020
62878c2
Auto merge of #73617 - Dylan-DPC:rollup-zugh80o, r=Dylan-DPC
bors Jun 22, 2020
bcc0a9c
modify leak-check to track only outgoing edges from placeholders
nikomatsakis May 18, 2020
4199b3a
Revert "modify leak-check to track only outgoing edges from placehold…
nikomatsakis May 18, 2020
f2cf994
rewrite leak check to be based on universes
nikomatsakis May 19, 2020
5a7a850
move leak-check to during coherence, candidate eval
nikomatsakis May 20, 2020
1e00e1b
upcasting traits requires only that things become more general
nikomatsakis May 20, 2020
6bb3dbf
Auto merge of #73415 - ehuss:update-cargo, r=ehuss
bors Jun 22, 2020
ad9972a
Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, …
Aaron1011 Jun 21, 2020
d3feb8b
Re-enable Clippy tests
Aaron1011 Jun 21, 2020
e2ab98d
Stop using old version of `syn` in `rustc-workspace-hack`
Aaron1011 Jun 22, 2020
e11b873
Stop using old version of `syn` in `rustc-workspace-hack`
Aaron1011 Jun 22, 2020
3ed96a6
Point at the call spawn when overflow occurs during monomorphization
Aaron1011 Jun 22, 2020
70cf33f
remove snapshot calls from "match" operations during select
nikomatsakis May 22, 2020
6873a76
remove leak-check from project
nikomatsakis May 22, 2020
3a68d56
remove `leak_check` from the outlives predicate evaluations
nikomatsakis May 22, 2020
be0d10f
add new tests from MCP and the tracking issue
nikomatsakis May 22, 2020
93e2982
add new coherence tests and update the documentation
nikomatsakis Jun 5, 2020
c88a76e
WIP bless test and compare-mode=nll
nikomatsakis Jun 6, 2020
6929013
fix subtle bug in NLL type checker
nikomatsakis Jun 8, 2020
d57689f
cite issue 73154
nikomatsakis Jun 8, 2020
cbf356a
Auto merge of #73594 - Aaron1011:revert/move-fn-self-msg, r=Manishearth
bors Jun 22, 2020
f4a7938
implemented query for coverage data
richkadel Jun 22, 2020
f84b7e1
Provide context on E0308 involving fn items
estebank Jun 22, 2020
994d9d0
Address remaining feedback items
richkadel Jun 22, 2020
3eb8eb9
review comments
estebank Jun 22, 2020
0a454e5
Add UI test for issue 73592
nbdd0121 Jun 22, 2020
dcd470f
Auto merge of #73007 - yoshuawuyts:socketaddr-from-string-u16, r=sfac…
bors Jun 23, 2020
018440c
Merge remote-tracking branch 'upstream/master' into rustup
flip1995 Jun 23, 2020
51592f8
Fix sync fallout
flip1995 Jun 23, 2020
fa0f6a8
Auto merge of #5711 - flip1995:rustup, r=flip1995
bors Jun 23, 2020
6276c13
Rollup merge of #71756 - carstenandrich:master, r=dtolnay
Dylan-DPC Jun 23, 2020
5426586
Rollup merge of #73495 - Lucretiel:wasi-io-impls, r=sfackler
Dylan-DPC Jun 23, 2020
4dfae77
Rollup merge of #73575 - dario23:typo-errorcodes-doc, r=matthewjasper
Dylan-DPC Jun 23, 2020
963a480
Rollup merge of #73578 - RalfJung:ty-ctxt-at, r=jonas-schievink
Dylan-DPC Jun 23, 2020
1d077f6
Rollup merge of #73578 - RalfJung:ty-ctxt-at, r=jonas-schievink
Dylan-DPC Jun 23, 2020
490d820
Rollup merge of #73586 - RalfJung:switch-ty, r=oli-obk
Dylan-DPC Jun 23, 2020
b3d99cb
Rollup merge of #73600 - Aaron1011:fix/move-in-macro, r=ecstatic-morse
Dylan-DPC Jun 23, 2020
e979392
Rollup merge of #73610 - GuillaumeGomez:cleanup-e0699, r=Dylan-DPC
Dylan-DPC Jun 23, 2020
08ec4cb
moves coverage data computation from pass to query
richkadel Jun 23, 2020
3d0192e
PR no longer requires u32 impl TypeFoldable
richkadel Jun 23, 2020
a045140
using "mir_body" (vs "body") in InstrumentCoverage
richkadel Jun 23, 2020
9267b4f
Remove unused crate imports in 2018 edition crates
nn1ks Jun 23, 2020
7930f9a
Change heuristic for determining range literal
ayazhafiz Jun 23, 2020
3b1c08c
Auto merge of #73635 - Dylan-DPC:rollup-b4wbp42, r=Dylan-DPC
bors Jun 23, 2020
c56c7e2
Auto merge of #5695 - esamudera:lint_mem_uninitialized, r=phansch,oli…
bors Jun 23, 2020
52c4864
Improve end of expression check in for loop lints
Jun 11, 2020
977ce57
Updated query for num_counters to compute from max index
richkadel Jun 23, 2020
59e87c0
Rollup merge of #72271 - rakshith-ravi:master, r=varkor
Manishearth Jun 23, 2020
903823c
Rollup merge of #72493 - nikomatsakis:move-leak-check, r=matthewjasper
Manishearth Jun 23, 2020
ae38698
Rollup merge of #73398 - oli-obk:const_raw_ptr_cmp, r=varkor,RalfJung…
Manishearth Jun 23, 2020
98aa34c
Rollup merge of #73472 - GuillaumeGomez:cleanup-e0689, r=Dylan-DPC
Manishearth Jun 23, 2020
cd18ac1
Rollup merge of #73496 - estebank:opaque-missing-lts-in-fn-3, r=nikom…
Manishearth Jun 23, 2020
0f9a6ed
Rollup merge of #73515 - christianpoveda:livedrop-diagnostics, r=oli-obk
Manishearth Jun 23, 2020
0560151
Rollup merge of #73567 - adetaylor:extern-doc-fix, r=dtolnay
Manishearth Jun 23, 2020
84bd1e7
Rollup merge of #73572 - JOE1994:patch-4, r=jonas-schievink
Manishearth Jun 23, 2020
44900f8
Rollup merge of #73590 - davidtwco:bootstrap-fix-config-env-var, r=Ma…
Manishearth Jun 23, 2020
51c3b42
Add more specific GitHub issue templates
tesuji Jun 23, 2020
1557fb0
Auto merge of #73643 - Manishearth:rollup-68dr8fz, r=Manishearth
bors Jun 23, 2020
5fa8b08
The const propagator cannot trace references.
oli-obk Jun 22, 2020
478750c
rustdoc: Fix doc aliases with crate filtering
ollie27 Jun 23, 2020
bb882d7
Add test for issue-44861
JohnTitor Jun 23, 2020
43ef554
Add test for issue-51506
JohnTitor Jun 23, 2020
e817cd2
Add test for issue-59435
JohnTitor Jun 23, 2020
814782b
Add test for issue-69840
JohnTitor Jun 23, 2020
404df1c
Add re-exports to use suggestions
da-x Jun 21, 2020
4cc2fa9
Auto merge of #5739 - flip1995:rustup, r=flip1995
bors Jun 23, 2020
ed083cc
Use lints in Clippy that are enabled in rustc bootstrap
flip1995 Jun 13, 2020
b886c06
Fix fallout
flip1995 Jun 13, 2020
7c61be6
Rollup merge of #5178 - matthiaskrgr:rustc_arg_pass, r=flip1995
flip1995 Jun 23, 2020
1f39eeb
Rollup merge of #5705 - dtolnay:orpat, r=flip1995
flip1995 Jun 23, 2020
9505919
Rollup merge of #5709 - ebroto:5389_ice, r=Manishearth
flip1995 Jun 23, 2020
24b77ea
Rollup merge of #5710 - lcnr:patch-1, r=flip1995
flip1995 Jun 23, 2020
0799be7
Rollup merge of #5712 - ijijn:master, r=flip1995
flip1995 Jun 23, 2020
598a79f
Rollup merge of #5713 - flip1995:more_lints, r=Manishearth
flip1995 Jun 23, 2020
68c0b24
Rollup merge of #5716 - bugadani:patch-1, r=matthiaskrgr
flip1995 Jun 23, 2020
f562117
Rollup merge of #5724 - ebroto:5697_const_result_option, r=Manishearth
flip1995 Jun 23, 2020
e4cbd1d
Rollup merge of #5726 - sozysozbot:patch-1, r=flip1995
flip1995 Jun 23, 2020
b452ad3
Auto merge of #5741 - flip1995:rollup-8chbwhy, r=flip1995
bors Jun 23, 2020
9504efc
Auto merge of #5735 - lzutao:issue-temp, r=flip1995
bors Jun 23, 2020
7374185
Remove unused allowed unused attributes
tesuji Jun 23, 2020
c420382
Auto merge of #5738 - mikerite:loops-20200623-2, r=matthiaskrgr
bors Jun 23, 2020
c2c07fa
Auto merge of #5740 - lzutao:unused-unused, r=flip1995
bors Jun 23, 2020
a2c0499
Merge commit 'c2c07fa9d095931eb5684a42942a7b573a0c5238' into clippyup
flip1995 Jun 23, 2020
0c2b025
rustc: Modernize wasm checks for atomics
alexcrichton Jun 23, 2020
ff5b446
Auto merge of #73644 - ollie27:rustdoc_alias_filter, r=GuillaumeGomez
bors Jun 23, 2020
f37c157
Update map.rs
nrabulinski Jun 23, 2020
037e930
Review fixes
da-x Jun 23, 2020
6e8aa1f
review comments: wording and style
estebank Jun 23, 2020
7d2fba1
Rollup merge of #72780 - GuillaumeGomez:enforce-doc-alias-check, r=ol…
Manishearth Jun 23, 2020
317a151
Rollup merge of #72876 - TrolledWoods:patch-2, r=Dylan-DPC
Manishearth Jun 23, 2020
781b589
Rollup merge of #73244 - ecstatic-morse:validate-generator-mir, r=tma…
Manishearth Jun 23, 2020
f5e46fe
Rollup merge of #73488 - richkadel:llvm-coverage-map-gen, r=tmandry
Manishearth Jun 23, 2020
505cf52
Rollup merge of #73523 - jyn514:everybody_loops, r=ecstatic-morse
Manishearth Jun 23, 2020
045761c
Rollup merge of #73587 - marmeladema:hir-id-ification-final, r=petroc…
Manishearth Jun 23, 2020
30fba22
Rollup merge of #73601 - Aaron1011:fix/better-mono-overflow-err, r=ec…
Manishearth Jun 23, 2020
d8b4604
Rollup merge of #73613 - oli-obk:const_prop_miscompile, r=wesleywiser
Manishearth Jun 23, 2020
f7d5687
Rollup merge of #73614 - lcnr:patch-4, r=Dylan-DPC
Manishearth Jun 23, 2020
4f2e540
Rollup merge of #73630 - estebank:fn-item-e0308, r=davidtwco
Manishearth Jun 23, 2020
6ed6a84
Rollup merge of #73665 - alexcrichton:update-wasm-atomics-feature, r=…
Manishearth Jun 23, 2020
0c04344
Auto merge of #73669 - Manishearth:rollup-0n4u7vq, r=Manishearth
bors Jun 23, 2020
e02dafc
Update books
ehuss Jun 24, 2020
3c90ae8
Auto merge of #73293 - Aaron1011:feature/macro-rules-arg-capture, r=p…
bors Jun 24, 2020
7b9b580
Update cargo
ehuss Jun 24, 2020
14ea7a7
lints: add `improper_ctypes_definitions`
davidtwco May 28, 2020
5c86348
improper_ctypes: allow pointers to sized types
davidtwco May 28, 2020
4504648
improper_ctypes: only allow params in defns mode
davidtwco Jun 21, 2020
0366163
Document the self keyword
poliorcetics Jun 24, 2020
0b66a89
Auto merge of #73679 - ehuss:update-cargo, r=ehuss
bors Jun 24, 2020
38c85b7
Rollup merge of #73638 - yuqio:remove-unused-crate-imports, r=nikomat…
Dylan-DPC Jun 24, 2020
1d1c400
Rollup merge of #73639 - ayazhafiz:i/73553, r=davidtwco
Dylan-DPC Jun 24, 2020
45de677
Rollup merge of #73646 - JohnTitor:add-tests, r=Dylan-DPC
Dylan-DPC Jun 24, 2020
2a6e660
Rollup merge of #73652 - da-x:add-reexported-to-use-suggestions, r=pe…
Dylan-DPC Jun 24, 2020
c4e15b5
Rollup merge of #73667 - nrabulinski:master, r=Dylan-DPC
Dylan-DPC Jun 24, 2020
be8f381
Rollup merge of #73675 - ehuss:update-books, r=ehuss
Dylan-DPC Jun 24, 2020
78baf42
Add procedure for prioritization notifications on Zulip
LeSeulArtichaut Jun 24, 2020
5881b52
Change wg-prioritization stream
spastorino Jun 24, 2020
ff06876
Alert @WG-prioritization/alerts instead of @WG-prioritization
spastorino Jun 24, 2020
d8ed1b0
Auto merge of #73692 - Dylan-DPC:rollup-ehzsbfw, r=Dylan-DPC
bors Jun 24, 2020
67100f6
Auto merge of #73660 - flip1995:clippyup, r=nikomatsakis
bors Jun 24, 2020
a13d467
Implement associated lang items
Aaron1011 May 25, 2020
67db7a2
Rollup merge of #72700 - davidtwco:issue-66220-improper-ctypes-declar…
Dylan-DPC Jun 25, 2020
d6c674b
Rollup merge of #73516 - Crabapple-iOS:feature/apple-dynamic-linking,…
Dylan-DPC Jun 25, 2020
6c1a91e
Rollup merge of #73616 - pickfire:liballoc-hash, r=joshtriplett
Dylan-DPC Jun 25, 2020
3b71097
Rollup merge of #73634 - nbdd0121:typeck, r=nikomatsakis
Dylan-DPC Jun 25, 2020
a5839f3
Rollup merge of #73688 - poliorcetics:self-keyword, r=joshtriplett
Dylan-DPC Jun 25, 2020
8d1934e
Rollup merge of #73698 - spastorino:patch-1, r=wesleywiser
Dylan-DPC Jun 25, 2020
229e5b2
Auto merge of #72559 - Aaron1011:feature/assoc-lang-items, r=oli-obk
bors Jun 25, 2020
9f3c96b
Auto merge of #73711 - Dylan-DPC:rollup-kzx15of, r=Dylan-DPC
bors Jun 25, 2020
50fc24d
Auto merge of #72717 - poliorcetics:try-from-int-to-nzint, r=dtolnay
bors Jun 25, 2020
1033351
Auto merge of #71858 - petrochenkov:env, r=Mark-Simulacrum
bors Jun 25, 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.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/ice.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ http://blog.pnkfx.org/blog/2019/11/18/rust-bug-minimization-patterns/

### Code

```
```Rust
<code>
```

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/tracking_issue.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Tracking Issue
about: A tracking issue for a feature in Rust.
about: A tracking issue for an accepted feature or RFC in Rust.
title: Tracking Issue for XXX
labels: C-tracking-issue
---
Expand Down
Loading