Skip to content
Merged
Changes from 2 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
d7152f8
Allow actual AVX512-related feature names in the case of some mislead…
calebzulawski Oct 30, 2022
1122400
Update compiler/rustc_codegen_llvm/src/llvm_util.rs
calebzulawski Nov 12, 2022
0b6dce4
Issue error when `-C link-self-contained` option is used on unsupport…
StackDoubleFlow Nov 8, 2022
83cc620
Flip a boolean that was used wrongly (has no effect though)
oli-obk Nov 9, 2022
44c4a7b
Remove an unnecessary `resolve_vars_if_possible`
oli-obk Nov 9, 2022
c3c3719
Remove some redundant span arguments
oli-obk Nov 9, 2022
e694ef5
Remove the fishy need for a PartialEq impl
oli-obk Nov 9, 2022
e656883
Pull the unstable name collision hint emission out of method probing
oli-obk Nov 11, 2022
d06aac1
Expose the fallibilty of the unstable lint emission in the method name
oli-obk Nov 14, 2022
e2fbd01
Compare picks via `Self` type and associated item id
oli-obk Nov 14, 2022
b7b6722
Only do parser recovery on retried macro matching
Noratrieb Nov 12, 2022
5649cbb
rustdoc: remove unused JS IIFE from main.js
notriddle Nov 15, 2022
74969ac
rustdoc: remove pointless CSS `.rightside { padding-right: 2px }`
notriddle Nov 15, 2022
7854883
rustdoc: remove no-op CSS `#crate-search-div { display: inline-block }`
notriddle Nov 15, 2022
1115ec6
cleanup and dedupe CTFE and Miri error reporting
RalfJung Nov 15, 2022
56a28a6
Rollup merge of #103750 - calebzulawski:master, r=workingjubilee
matthiaskrgr Nov 16, 2022
fbcd751
Rollup merge of #104137 - StackDoubleFlow:err-lsc-unsupported, r=bjorn3
matthiaskrgr Nov 16, 2022
353b915
Rollup merge of #104317 - RalfJung:ctfe-error-reporting, r=oli-obk
matthiaskrgr Nov 16, 2022
e033a38
Rollup merge of #104335 - Nilstrieb:macrowo, r=compiler-errors
matthiaskrgr Nov 16, 2022
163a709
Rollup merge of #104394 - oli-obk:suggest_method_call, r=lcnr
matthiaskrgr Nov 16, 2022
baf1cbb
Rollup merge of #104459 - notriddle:notriddle/main-js-iife, r=Guillau…
matthiaskrgr Nov 16, 2022
938948e
Rollup merge of #104462 - notriddle:notriddle/rightside-padding-right…
matthiaskrgr Nov 16, 2022
972ad00
Rollup merge of #104466 - notriddle:notriddle/crate-search-div-displa…
matthiaskrgr Nov 16, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/librustdoc/html/static/css/rustdoc.css
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,6 @@ so that we can apply CSS-filters to change the arrow color in themes */

.rightside {
padding-left: 12px;
padding-right: 2px;
float: right;
}

Expand Down