about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-01-20Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstriebbors-2/+11
2023-01-20Auto merge of #107083 - GuillaumeGomez:revert-104889, r=notriddlebors-116/+49
2023-01-19rustdoc: remove redundant CSS selector `.sidebar .current`Michael Howell-1/+1
2023-01-19Make bare known-bug an errorMichael Goulet-1/+6
2023-01-19Revert "Fix missing const expression items visit"Guillaume Gomez-158/+115
2023-01-19Revert "Improve code readability"Guillaume Gomez-23/+15
2023-01-19Revert "Speed up execution a bit by removing some walks"Guillaume Gomez-21/+2
2023-01-19Revert "Improve code"Guillaume Gomez-90/+93
2023-01-19Change codegen documentationNilstrieb-32/+32
2023-01-19Update cargoWeihang Lo-0/+0
2023-01-19Rollup merge of #107027 - GuillaumeGomez:rm-extra-removal, r=tmiaskoGuillaume Gomez-1/+1
2023-01-19Rollup merge of #106931 - Ezrashaw:docs-e0208, r=compiler-errorsGuillaume Gomez-2/+1
2023-01-19Move `unchecked_duration_subtraction` to pedanticAlex Macleod-1/+1
2023-01-19Allow for more efficient sorting when exporting Unord collections.Michael Woerister-2/+2
2023-01-19Use UnordMap instead of FxHashMap in define_id_collections!().Michael Woerister-29/+29
2023-01-19Use UnordSet instead of FxHashSet in define_id_collections!().Michael Woerister-1/+1
2023-01-19Auto merge of #106810 - oli-obk:resolver_reverse_plumbing, r=petrochenkovbors-10/+6
2023-01-18Rollup merge of #107045 - notriddle:notriddle/settings-css-setting-line, r=Gu...Michael Goulet-5/+1
2023-01-18Rollup merge of #107042 - notriddle:notriddle/rustdoc-js-question, r=Guillaum...Michael Goulet-1/+5
2023-01-18Rollup merge of #105796 - notriddle:notriddle/rustdoc-search-stop-doing-demer...Michael Goulet-50/+64
2023-01-18Auto merge of #105716 - chriswailes:ndk-update-redux, r=pietroalbinibors-44/+31
2023-01-18rustdoc: remove redundant rule `#settings .setting-line`Michael Howell-5/+1
2023-01-18ci: add runners for vanilla LLVM 14 and 15Josh Stone-0/+144
2023-01-18rustdoc: fix "?" keyboard command when radio button is focusedMichael Howell-1/+2
2023-01-18rustdoc: put focus on the help link when opening it from keyboardMichael Howell-0/+3
2023-01-18Remove extra removal from test pathGuillaume Gomez-1/+1
2023-01-18Rollup merge of #107014 - notriddle:notriddle/js-cleanup, r=GuillaumeGomezDylan DPC-9/+4
2023-01-18Rollup merge of #106950 - the8472:fix-splice-miri, r=cuviperDylan DPC-0/+6
2023-01-18remove error code from `#[rustc_variance]` and document its remainsEzra Shaw-2/+1
2023-01-18Auto merge of #107021 - matthiaskrgr:rollup-0dzxfyi, r=matthiaskrgrbors-5/+1
2023-01-18Rollup merge of #106996 - notriddle:notriddle/settings-line-div, r=GuillaumeG...Matthias Krüger-5/+1
2023-01-18Auto merge of #106952 - petrochenkov:docglob, r=notriddle,GuillaumeGomezbors-4/+21
2023-01-17Re-enable building rust-analyzer on riscv64Josh Stone-6/+0
2023-01-17rustdoc: stop using deprecated `window.event` when there's an `ev` paramMichael Howell-1/+1
2023-01-18Auto merge of #107010 - weihanglo:update-cargo, r=weihanglobors-0/+0
2023-01-17rustdoc: remove function `handleClick` that's only used onceMichael Howell-8/+3
2023-01-17Update cargoWeihang Lo-0/+0
2023-01-17add miri regression testThe 8472-0/+6
2023-01-17Rollup merge of #106970 - kylematsuda:earlybinder-item-bounds, r=lcnrMatthias Krüger-2/+2
2023-01-17Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726Matthias Krüger-0/+20
2023-01-17rustdoc: instead of `.setting-name { width: 100% }`, use default div CSSMichael Howell-5/+1
2023-01-17fix missing subst in clippy utilsKyle Matsuda-2/+2
2023-01-17change item_bounds query to return EarlyBinder; remove bound_item_bounds queryKyle Matsuda-1/+1
2023-01-17change usages of item_bounds query to bound_item_boundsKyle Matsuda-1/+1
2023-01-17Hack compiletest to fix a random CI failureMaybe Waffle-2/+11
2023-01-17Skip tidy style checks for `rustc_apfloat`Maybe Waffle-0/+4
2023-01-17Add a tidy check to check for ". \w"Maybe Waffle-0/+16
2023-01-17Rollup merge of #106869 - notriddle:notriddle/item-decl-pre-rust, r=Guillaume...Matthias Krüger-16/+16
2023-01-17rustdoc: Fix glob import inliningVadim Petrochenkov-4/+21
2023-01-16ci: upgrade mingw-check to ubuntu:22.04Josh Stone-145/+72