Skip to content

update from upstream #1

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 10,000 commits into from
May 22, 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
084cdde
Updated documentation of Prefix::VerbatimDisk
SOF3 May 15, 2020
e22ccf5
Auto merge of #5592 - ebroto:extend_unused_unit, r=flip1995
bors May 15, 2020
45ee336
Fix {:#?} representation of proc_macro::Literal
dtolnay May 15, 2020
4c4b4c4
Add test of proc_macro::TokenStream's Debug
dtolnay May 15, 2020
d5ea925
Implement Default for proc_macro::TokenStream
dtolnay May 15, 2020
ab87f87
Fix CHANGELOG.md and lint names plural
ThibsG May 15, 2020
bea2c59
Clarify use of format_args in Debug for Literal
dtolnay May 15, 2020
7433c4d
Improve the documentation for ManuallyDrop to resolve conflicting usa…
Diggsey Apr 27, 2020
fc8ab09
identity_op: allow `1 << 0`
ebroto May 15, 2020
cac9ad0
Auto merge of #5599 - dtolnay:letif, r=flip1995
bors May 15, 2020
86f48c5
Rollup merge of #71662 - glandium:osstring_from_str, r=sfackler
Dylan-DPC May 16, 2020
21d58a1
Rollup merge of #71677 - Mark-Simulacrum:hasher-docs, r=Amanieu
Dylan-DPC May 16, 2020
154db50
Rollup merge of #71724 - GuillaumeGomez:doc-alias-improvements, r=oll…
Dylan-DPC May 16, 2020
badcf26
Rollup merge of #71948 - csmoe:issue-61076, r=oli-obk
Dylan-DPC May 16, 2020
b0490cc
Rollup merge of #71948 - csmoe:issue-61076, r=oli-obk
Dylan-DPC May 16, 2020
040e242
Rollup merge of #72090 - RalfJung:rustc_driver-exit-code, r=oli-obk
Dylan-DPC May 16, 2020
b381ea8
Rollup merge of #72090 - RalfJung:rustc_driver-exit-code, r=oli-obk
Dylan-DPC May 16, 2020
c1d5640
Rollup merge of #72206 - sergey-melnychuk:cleanup-stale-fixme, r=petr…
Dylan-DPC May 16, 2020
89866ce
Rollup merge of #72218 - RalfJung:test-unleashed-ptrs, r=oli-obk
Dylan-DPC May 16, 2020
941dfb9
Rollup merge of #72220 - wesleywiser:const_prop_eval_consts, r=oli-obk
Dylan-DPC May 16, 2020
a27b1b6
Rollup merge of #72224 - lzutao:links, r=Dylan-DPC
Dylan-DPC May 16, 2020
163445a
Auto merge of #72251 - Dylan-DPC:rollup-4mik3o7, r=Dylan-DPC
bors May 16, 2020
004f4f3
Remove redundant backtick in error message.
ehuss May 16, 2020
8453936
Auto merge of #72079 - semarie:openbsd-stacker, r=Mark-Simulacrum
bors May 16, 2020
78eb64f
Fix typo Arbintrary to Arbitrary
0xPoe May 16, 2020
584252b
Auto merge of #71665 - RalfJung:miri-intern-no-ice, r=oli-obk
bors May 16, 2020
53a9805
Auto merge of #5602 - ebroto:issue_3430, r=phansch
bors May 16, 2020
0c94273
Auto merge of #5596 - ebroto:issue_5212, r=phansch
bors May 16, 2020
55a94bd
rustc_target: Stop using "string typing" for code models
petrochenkov May 7, 2020
59187f9
rustc-book: Document `-C code-model`
petrochenkov May 16, 2020
2e1c2a6
break out earlier on empty snippet
csmoe May 16, 2020
31add7e
Auto merge of #71872 - nnethercote:less-aggressive-arena-growth, r=ol…
bors May 16, 2020
9c32e7a
Rollup merge of #71625 - Diggsey:improve-manually-drop-docs, r=RalfJung
Dylan-DPC May 16, 2020
9dd7ad3
Rollup merge of #71919 - Xanewok:bump-syn-1, r=Xanewok
Dylan-DPC May 16, 2020
e8f0fb1
Rollup merge of #72166 - nnethercote:simpler-slice-Iterator-methods, …
Dylan-DPC May 16, 2020
1be88e6
Rollup merge of #72216 - doctorn:require-lang-item, r=lcnr
Dylan-DPC May 16, 2020
8b1cc10
Rollup merge of #72230 - SOF3:patch-1, r=kennytm
Dylan-DPC May 16, 2020
25c91ea
Rollup merge of #72234 - dtolnay:default, r=petrochenkov
Dylan-DPC May 16, 2020
e43dd47
Rollup merge of #72258 - Rustin-Liu:rustin-patch-typo, r=dtolnay
Dylan-DPC May 16, 2020
07d5971
move borrow-of-packed-field unsafety check out of loop
RalfJung May 16, 2020
6163394
Auto merge of #72262 - Dylan-DPC:rollup-x56q1jj, r=Dylan-DPC
bors May 16, 2020
4af04cb
Continue lowering for unsupported async generator instead of returnin…
marmeladema May 16, 2020
de24dda
Disallow forbidden usage of non-ascii identifiers.
crlf0710 May 16, 2020
aecab5e
Rollup merge of #72045 - RalfJung:incomplete-unsound, r=petrochenkov
RalfJung May 16, 2020
ec5610f
Rollup merge of #72047 - Julian-Wollersberger:literal_error_reporting…
RalfJung May 16, 2020
8bba1b7
Rollup merge of #72047 - Julian-Wollersberger:literal_error_reporting…
RalfJung May 16, 2020
ae66c62
Rollup merge of #72060 - lcnr:move-list, r=estebank
RalfJung May 16, 2020
4fe6d52
Rollup merge of #72094 - petrochenkov:overfeature, r=nikic
RalfJung May 16, 2020
12112f4
Rollup merge of #72254 - ehuss:double-backtick, r=dtolnay
RalfJung May 16, 2020
dd927a5
Auto merge of #72276 - RalfJung:rollup-nkfu3is, r=RalfJung
bors May 16, 2020
993c448
emphasize that ManuallyDrop is safe-to-access and unsafe-to-drop
RalfJung May 16, 2020
47034db
Fix whitespace in `?Sized` structured suggestion
estebank May 16, 2020
9271f99
Fix issue number typo in note
jonas-schievink May 16, 2020
cfd720d
Auto merge of #5563 - ThibsG:MergeLints, r=flip1995
bors May 16, 2020
e55b920
Rename lint `identity_conversion` to `useless_conversion`
ThibsG May 4, 2020
1e4b663
Improve documentation for drop elaboration
jonas-schievink May 16, 2020
cb7f967
simplify multispan_sugg interface
alex-700 Apr 25, 2020
0ec4b06
Auto merge of #72178 - tmiasko:inliner-lifetimes, r=nikic
bors May 16, 2020
cb0d40a
Merge remote-tracking branch 'upstream/master' into rustup
flip1995 May 16, 2020
404ae5b
Re-remove util/dev
flip1995 May 16, 2020
7f317b7
Run fmt
flip1995 May 16, 2020
fc91043
Rollup merge of #72233 - dtolnay:literal, r=petrochenkov
Dylan-DPC May 16, 2020
444f449
Rollup merge of #72277 - RalfJung:manually-drop-docs, r=Mark-Simulacrum
Dylan-DPC May 16, 2020
770b1f3
Rollup merge of #72281 - estebank:fix-ws-sugg, r=Dylan-DPC
Dylan-DPC May 16, 2020
1d09a7b
Rollup merge of #72282 - jonas-schievink:issue-typo, r=Dylan-DPC
Dylan-DPC May 16, 2020
6b96d17
Dumb NRVO
ecstatic-morse May 14, 2020
966df3e
Bless MIR tests that inline functions qualifying for NRVO
ecstatic-morse May 15, 2020
2cba138
Add simple NRVO test
ecstatic-morse May 15, 2020
e369d7f
Expand comment with possible improvements
ecstatic-morse May 16, 2020
c38283d
Test that Miri can handle MIR with NRVO applied
ecstatic-morse May 16, 2020
b19d5c0
Name return place in debuginfo if it is a user variable
ecstatic-morse May 16, 2020
8c71011
Disable MIR optimization for alignment codegen tests
ecstatic-morse May 16, 2020
2fe1170
`ret` has been optimized away in debuginfo test
ecstatic-morse May 16, 2020
09739c2
Auto merge of #72286 - Dylan-DPC:rollup-n3rk6df, r=Dylan-DPC
bors May 17, 2020
27c818b
Bless mir-opt tests to account for #72220
wesleywiser May 17, 2020
440a46d
Auto merge of #5608 - flip1995:rustup, r=phansch
bors May 17, 2020
e7f230d
Auto merge of #72208 - tmandry:fix-fuchsia-solink, r=Mark-Simulacrum
bors May 17, 2020
8b14b84
Assume unevaluated consts are equal to the other consts and add Const…
skinnyBat Feb 28, 2020
4cfdd21
Emit `ConstEquate` obligation after checking/unifying for inference v…
skinnyBat Jan 2, 2020
3ef8310
Add lazy normalization tests
skinnyBat Jan 4, 2020
93d15b9
Put lazy normalization behind a feature gate
skinnyBat Jan 4, 2020
c3a0cba
initial cleanup
lcnr May 5, 2020
e1a8d32
keep the good old lazy_normalization hack alive
lcnr May 5, 2020
afd7ea8
update tests and add relevant feature gate test
lcnr May 5, 2020
e873eef
explicitly handle errors in fulfill
lcnr May 7, 2020
479968b
explicitly handle errors in `select`
lcnr May 7, 2020
443ae83
merge lazy_normalization_consts into const_generics
lcnr May 15, 2020
0f7bf5d
add docs
lcnr May 8, 2020
3d7637e
correctly handle escaping bound variables
lcnr May 8, 2020
c714397
chalk
lcnr May 12, 2020
752d8a2
the best way to fix bugs is by ignoring them
lcnr May 12, 2020
6a72ba4
Logically seperate lazy norm from `const_generics`
lcnr May 17, 2020
1591196
Update linker-plugin-lto.md to contain up to rust 1.43
elichai May 17, 2020
07f1edf
improve and generalize `option_and_then_some` lint
alex-700 Apr 25, 2020
7faeae0
Auto merge of #72135 - oli-obk:const_prop_deaggregates, r=wesleywiser
bors May 17, 2020
5980d97
make abort intrinsic safe, and correct its documentation
RalfJung May 17, 2020
4caddae
bootstrap: fix typo
RalfJung May 17, 2020
9da8a5b
update tests
lcnr May 17, 2020
6ae0643
Auto merge of #5529 - alex-700:improve-option-and-then-some-lint, r=p…
bors May 17, 2020
e214ea8
Auto merge of #5568 - ThibsG:RenameIdentityConversionLint, r=flip1995
bors May 17, 2020
34cce58
Auto merge of #72204 - RalfJung:abort, r=Mark-Simulacrum
bors May 17, 2020
49b81ca
Rollup merge of #72259 - crlf0710:ascii_only_check, r=petrochenkov
RalfJung May 17, 2020
65833dc
Rollup merge of #72261 - csmoe:issue-72095, r=estebank
RalfJung May 17, 2020
2b3d99d
Rollup merge of #72291 - RalfJung:format-typo, r=jonas-schievink
RalfJung May 17, 2020
aea0186
make many ptr functions must_use
steveklabnik May 12, 2020
4dc83a7
Merge commit 'e214ea82ad0a751563acf67e1cd9279cf302db3a' into clippyup
flip1995 May 17, 2020
d79f1bd
Auto merge of #72295 - RalfJung:rollup-icmhbs7, r=RalfJung
bors May 17, 2020
e65d49d
Fix incorrect ordering
Nadrieril May 6, 2020
4a1772e
Factor the code that generates TyErrs
Nadrieril Apr 13, 2020
a5294b6
We already handle arrays of unknown length correctly
Nadrieril Apr 13, 2020
160eebe
Only need TyErr for uninhabited types
Nadrieril Apr 13, 2020
76dea86
Factor out a struct that holds subfields of a pattern
Nadrieril May 9, 2020
3551f1a
Use Fields as output to specialize_one_pattern
Nadrieril May 9, 2020
c3d3727
Clarify specialize_one_pattern
Nadrieril May 9, 2020
70b3872
Make all field-handling go through Fields
Nadrieril May 9, 2020
59fa40a
Filter out fields that should not be seen
Nadrieril May 9, 2020
8f08b16
Small allocation improvement
Nadrieril May 9, 2020
e5a2cd5
We don't use tyerr anymore
Nadrieril May 9, 2020
079400c
Fix bug just discovered
Nadrieril May 9, 2020
4f7a378
typo
Nadrieril May 9, 2020
aff073e
Cache len in Fields
Nadrieril May 17, 2020
1deaaa6
Don't unleash NRVO const-eval test
ecstatic-morse May 17, 2020
856cd66
Test that NRVO elides the call to `memcpy`
ecstatic-morse May 17, 2020
c6f0947
Improve comments
Nadrieril May 17, 2020
4b7c3d8
Make `fold` standalone.
nnethercote May 13, 2020
c2abf8f
Tweak `partition`, `unzip`, `try_find`.
nnethercote May 14, 2020
5f47281
Auto merge of #72248 - petrochenkov:codemodel, r=Amanieu
bors May 17, 2020
2764673
abort_internal is safe
RalfJung May 17, 2020
06d692f
use new interface to initialize Condvar
stlankes May 17, 2020
3f47d9d
minor changes to pass the format check
stlankes May 17, 2020
35d8669
Auto merge of #72269 - RalfJung:unsafe-borrow-of-packed, r=Mark-Simul…
bors May 18, 2020
1baf85c
Auto merge of #72300 - flip1995:clippyup, r=Mark-Simulacrum
bors May 18, 2020
f4b9dc3
Tiny Vecs are dumb.
nnethercote May 17, 2020
2a90664
Rollup merge of #72143 - rust-lang:steveklabnik-must-use, r=sfackler
RalfJung May 18, 2020
2cff5d9
Rollup merge of #72307 - hermitcore:condvar, r=Mark-Simulacrum
RalfJung May 18, 2020
959bd48
Add some more `rfold` implementations.
nnethercote May 17, 2020
d4bf056
Auto merge of #72316 - RalfJung:rollup-70g6bln, r=RalfJung
bors May 18, 2020
9e2a6a2
Auto merge of #72289 - RalfJung:abort_internal, r=Mark-Simulacrum
bors May 18, 2020
5b9941c
Add remote-test-client help text
tblah May 18, 2020
62d5784
Add RISC-V target features
Amanieu Mar 1, 2020
989edf6
Add inline asm register definitions to librustc_target
Amanieu Jan 22, 2020
813a9fc
Add asm! to AST
Amanieu Jan 22, 2020
a0adf53
Implement asm! in librustc_builtin_macros
Amanieu Feb 12, 2020
d5b1501
Add asm! to HIR
Amanieu Feb 12, 2020
ec1ad61
Implement AST lowering for asm!
Amanieu Feb 12, 2020
10510b5
HIR passes for asm!
Amanieu Feb 13, 2020
1e7b246
Add asm! to MIR
Amanieu Feb 14, 2020
342a64c
Check that asm const operands are actually constants
Amanieu Feb 17, 2020
abed45f
Implement asm! codegen
Amanieu Feb 17, 2020
8ab0f2d
Add tests for asm!
Amanieu Feb 20, 2020
ff97db1
Apply review feedback
Amanieu Mar 19, 2020
93e2946
Un-deprecate asm! macro
Amanieu Apr 24, 2020
7dfa486
Add support for high byte registers on x86
Amanieu Apr 28, 2020
19a0d14
Add notes about functions that are not currently used
Amanieu May 1, 2020
3590f4c
Work around more LLVM limitations
Amanieu May 1, 2020
0882254
Implement att_syntax option
Amanieu May 1, 2020
9ac4ef4
Update llvm-project submodule
Amanieu May 1, 2020
ddcdea4
The h modifier is only supported by reg_abcd
Amanieu May 6, 2020
330bdf8
Disable asm tests on system llvm
Amanieu May 6, 2020
a656349
Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_ast
Amanieu May 6, 2020
1c6a935
Handle InlineAsm in clippy
Amanieu May 6, 2020
f10803c
Minor fixes
Amanieu May 7, 2020
2aa9aaa
Add borrow-check test
Amanieu May 8, 2020
6ba9696
Add documentation for asm!
Amanieu May 8, 2020
ac1fb93
Fix feature gate tests
Amanieu May 8, 2020
46db0df
Fix tests
Amanieu May 8, 2020
9215ead
Fix handling on InlineAsm for the unconditional recursion lint.
Amanieu May 8, 2020
6f8be8c
Fix docs
Amanieu May 8, 2020
cecffdc
Fix const handling and add tests for const operands
Amanieu May 11, 2020
3233565
Mark asm unstable book doctests as allow_fail since they don't work w…
Amanieu May 11, 2020
5a20f39
Update compiler_builtins to 0.1.28
Amanieu May 12, 2020
62ff543
Simplify register name output for x86
Amanieu May 14, 2020
32471f4
Update LLVM submodule
Amanieu May 18, 2020
09efea5
Update unstable book documentation with the latest RFC text
Amanieu May 18, 2020
4c6510b
Typo
Nadrieril May 18, 2020
58e6447
Rollup merge of #71599 - ldm0:fnclo, r=nikomatsakis
Dylan-DPC May 18, 2020
c6030c9
Rollup merge of #71973 - lcnr:lazy-norm, r=nikomatsakis
Dylan-DPC May 18, 2020
4adb9a8
Rollup merge of #72283 - jonas-schievink:elaborate-drop-elaboration, …
Dylan-DPC May 18, 2020
0b63bc7
Rollup merge of #72290 - elichai:2020-doc-lto, r=wesleywiser
Dylan-DPC May 18, 2020
256ce18
Rollup merge of #72318 - tblah:remote-test-client-doc, r=nikomatsakis
Dylan-DPC May 18, 2020
5da7430
correctly handle uninferred consts
lcnr May 9, 2020
081daf6
Update pacman first
mati865 May 18, 2020
d887886
Auto merge of #72332 - mati865:ci-fix, r=pietroalbini
bors May 18, 2020
159f48c
Don't mention function pointers
Nadrieril May 18, 2020
ef3f2c0
Fix ICE in -Zsave-analysis
cofibrant May 18, 2020
c8443bb
Update cargo
ehuss May 18, 2020
89988fe
Auto merge of #72330 - Dylan-DPC:rollup-yuxadv8, r=Dylan-DPC
bors May 18, 2020
5943351
Auto merge of #68717 - petrochenkov:stabexpat, r=varkor
bors May 19, 2020
914adf0
Auto merge of #71447 - cuviper:unsized_cow, r=dtolnay
bors May 19, 2020
aab144f
update select docs
lcnr Apr 2, 2020
9f7c5a8
update libcore, add `discriminant_kind` lang-item
lcnr Apr 5, 2020
b6975bf
auto impl`DiscriminantKind` for every type
lcnr Apr 5, 2020
25930e4
update codegen of `discriminant_value`
lcnr Apr 5, 2020
3188ca7
update `discriminant_value` usage in the compiler
lcnr Apr 5, 2020
ff2940a
update `discriminant_value` usage in tests
lcnr Apr 5, 2020
d6cb540
add tests for enum discriminants
lcnr Apr 5, 2020
08b9b97
add test for repr(128) enum derives
lcnr Apr 28, 2020
5b65c0f
Assert doc wording
kornelski May 19, 2020
4c48f5a
Rollup merge of #71886 - t-rapp:tr-saturating-funcs, r=dtolnay
Dylan-DPC May 19, 2020
12040cf
Rollup merge of #72066 - lcnr:const-type-info-err, r=varkor
Dylan-DPC May 19, 2020
79ac73a
Rollup merge of #72068 - estebank:mut-deref-hack, r=oli-obk
Dylan-DPC May 19, 2020
8178808
Rollup merge of #72338 - doctorn:trait-object-ice, r=ecstatic-morse
Dylan-DPC May 19, 2020
745ca2a
Rollup merge of #72344 - kornelski:assertdoc, r=Mark-Simulacrum
Dylan-DPC May 19, 2020
42acd90
Auto merge of #72346 - Dylan-DPC:rollup-vp418xs, r=Dylan-DPC
bors May 19, 2020
ed84780
Fix going back in history to a search result page on firefox
GuillaumeGomez May 16, 2020
672b272
Auto merge of #72227 - nnethercote:tiny-vecs-are-dumb, r=Amanieu
bors May 19, 2020
d7e1d5f
Make caveat more precise
Nadrieril May 19, 2020
1cfdc7e
Update dlmalloc dependency to 0.1.4
Amanieu May 19, 2020
3a7dfda
Auto merge of #69171 - Amanieu:new-asm, r=nagisa,nikomatsakis
bors May 19, 2020
84a4421
Suggest fixes for `use foo::self`
mibac138 May 3, 2020
d190e10
Add error recovery for `use foo::self`
mibac138 May 3, 2020
46159b3
split_inclusive: add tracking issue number (72360)
golddranks May 19, 2020
aaeea7f
Alter wording for `use foo::self` help
mibac138 May 19, 2020
508e3f2
Remove unused dependencies
jsgf May 17, 2020
fdc4522
Remove unused `StableHashingContext::node_to_hir_id` method
marmeladema May 19, 2020
abc2364
Implement `#[ffi_const]` and `#[ffi_pure]` function attributes
neocturne Apr 13, 2020
a7d7f0b
Add tests for `#[ffi_const]` and `#[ffi_pure]` function attributes
neocturne Apr 13, 2020
a114a23
Document `#[ffi_const]` and `#[ffi_pure]` function attributes in unst…
neocturne Apr 13, 2020
9eb0399
Adjust the zero check in `RawVec::grow`.
nnethercote May 19, 2020
692a26e
Auto merge of #72339 - ehuss:update-cargo, r=ehuss
bors May 20, 2020
64ad709
Auto merge of #71769 - petrochenkov:crto, r=cuviper
bors May 20, 2020
f182c4a
Auto merge of #71923 - csmoe:issue-70818, r=tmandry
bors May 20, 2020
f5b4957
FIX - Char documentation for unexperienced users
May 20, 2020
14c4391
Rollup merge of #71863 - mibac138:self-import, r=estebank
Dylan-DPC May 20, 2020
5c52f9f
Rollup merge of #72139 - nnethercote:standalone-fold, r=cuviper
Dylan-DPC May 20, 2020
68fd4e0
Rollup merge of #72275 - marmeladema:fix-issue-71104-2, r=ecstatic-morse
Dylan-DPC May 20, 2020
2bfbc05
Rollup merge of #72361 - golddranks:split_inclusive_add_tracking_issu…
Dylan-DPC May 20, 2020
c93ddbf
Rollup merge of #72364 - jsgf:remove-unused-deps, r=Mark-Simulacrum
Dylan-DPC May 20, 2020
51f80b7
Rollup merge of #72366 - nnethercote:tiny-vecs-are-dumb-followup, r=A…
Dylan-DPC May 20, 2020
2fd504c
Suggest installing VS Build Tools in more situations
ChrisDenton May 17, 2020
2d4d0db
Workaround MSYS2/chocolatey issue again
mati865 May 20, 2020
8858a43
Auto merge of #72384 - mati865:ci-fix, r=pietroalbini
bors May 20, 2020
9f12823
Update LLVM submodule
nikic Dec 31, 2019
b2bf0cd
Set CMAKE_CXX_STANDARD when compiling LLD
nikic May 19, 2020
0aa6751
Auto merge of #72378 - Dylan-DPC:rollup-m87bp2d, r=Dylan-DPC
bors May 20, 2020
c7813ff
llvm: Expose tiny code model to users
petrochenkov May 20, 2020
82911b3
Auto merge of #67759 - nikic:llvm-10, r=Mark-Simulacrum
bors May 20, 2020
963bf52
Auto merge of #70705 - lcnr:generic_discriminant, r=nikomatsakis
bors May 21, 2020
f509862
Bail out if new return place has different type than old
ecstatic-morse May 21, 2020
7f79e98
Auto merge of #72205 - ecstatic-morse:nrvo, r=oli-obk
bors May 21, 2020
25028ad
Rollup merge of #71854 - eduardosm:assoc-char-funcs-and-consts, r=Ama…
RalfJung May 21, 2020
e2c05d1
Rollup merge of #72111 - petrochenkov:docstrip, r=ehuss
RalfJung May 21, 2020
e279bd5
Rollup merge of #72272 - GuillaumeGomez:fix-back-on-page-with-search-…
RalfJung May 21, 2020
85d712c
Rollup merge of #72296 - ChrisDenton:msvc-link-check, r=petrochenkov
RalfJung May 21, 2020
4f9fe91
Rollup merge of #72365 - marmeladema:remove-node_to_hir_id, r=ecstati…
RalfJung May 21, 2020
0e88712
Rollup merge of #72371 - Elrendio:char_documentation, r=steveklabnik
RalfJung May 21, 2020
e5a4550
Rollup merge of #72397 - petrochenkov:tiny, r=Amanieu
RalfJung May 21, 2020
06c9fef
Auto merge of #72422 - RalfJung:rollup-u81z4mw, r=RalfJung
bors May 21, 2020
148c125
Auto merge of #71718 - NeoRaider:ffi_const_pure, r=Amanieu
bors May 21, 2020
9310e3b
Auto merge of #71930 - Nadrieril:exhaustiveness-remove-tyerr, r=varkor
bors May 21, 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