about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-12-15Rollup merge of #79796 - GuillaumeGomez:hide-associated-const-when-collapsing...Guillaume Gomez-3/+6
2020-12-15Rollup merge of #79379 - GuillaumeGomez:no-js-not-hidden, r=Nemo157Guillaume Gomez-0/+10
2020-12-15Auto merge of #78068 - RalfJung:union-safe-assign, r=nikomatsakisbors-31/+52
2020-12-15Auto merge of #73210 - wesleywiser:consts_in_debuginfo, r=oli-obkbors-0/+139
2020-12-15Auto merge of #77700 - bugadani:rustdoc-link-cache, r=jyn514bors-47/+134
2020-12-15Auto merge of #79922 - tmiasko:lower-discriminant, r=nagisabors-2/+140
2020-12-14Disable the constant debuginfo promotion pass by defaultWesley Wiser-13/+49
2020-12-14Rollup merge of #80013 - poliorcetics:rustdoc-test-refactor, r=jyn514Guillaume Gomez-74/+69
2020-12-14Rollup merge of #79936 - GuillaumeGomez:mobile-fix-item-name, r=Nemo157,jyn514Guillaume Gomez-1/+5
2020-12-14Add test case for Self:: linksDániel Buga-0/+14
2020-12-14Review suggestionsDániel Buga-79/+87
2020-12-14Cache link resolution results in current moduleDániel Buga-14/+79
2020-12-14Check the number of entries in UI testYuki Okushi-1/+43
2020-12-13Auto merge of #79978 - Aaron1011:fix/capture-broken-token, r=petrochenkovbors-0/+48
2020-12-13Refactor test_lang_string_parse to make it clearerAlexis Bourget-74/+69
2020-12-13Auto merge of #79668 - coolreader18:recover-const-impl, r=petrochenkovbors-0/+61
2020-12-13Auto merge of #79956 - camelid:variant-field-vis, r=petrochenkovbors-0/+62
2020-12-13Rollup merge of #79985 - GuillaumeGomez:fix-submit-event, r=jyn514Yuki Okushi-1/+1
2020-12-13Rollup merge of #79973 - camelid:rustdoc-search-tab-color, r=GuillaumeGomezYuki Okushi-1/+1
2020-12-13Rollup merge of #79970 - bjorn3:no_unnecessary_llvm_checkout, r=Mark-SimulacrumYuki Okushi-21/+29
2020-12-13Rollup merge of #79954 - jyn514:normalize-oops, r=Mark-SimulacrumYuki Okushi-2/+8
2020-12-13Rollup merge of #79940 - matthiaskrgr:cl15ppy, r=Dylan-DPCYuki Okushi-11/+6
2020-12-13Rollup merge of #79845 - jyn514:python3, r=Mark-SimulacrumYuki Okushi-3/+8
2020-12-13Fixes submit event of the search inputGuillaume Gomez-1/+1
2020-12-12Auto merge of #79976 - jyn514:assertion-failure, r=jyn514bors-1/+1
2020-12-12Fix building compiler docs with stage 0Joshua Nelson-2/+8
2020-12-12Resolve enum field visibility correctlyCamelid-0/+62
2020-12-12Properly capture trailing 'unglued' tokenAaron Hill-0/+48
2020-12-12Recover on `const impl<> X for Y`Noah-0/+61
2020-12-12Remove incorrect assertJoshua Nelson-1/+1
2020-12-12rustdoc light theme: Fix CSS for selected buttonsCamelid-1/+1
2020-12-12Auto merge of #79957 - jyn514:smaller-span, r=GuillaumeGomezbors-95/+116
2020-12-12Auto merge of #79969 - petrochenkov:outestidy, r=Mark-Simulacrumbors-1/+4
2020-12-12Don't require cmake and ninja when the LLVM backend is not usedbjorn3-16/+20
2020-12-12Don't checkout llvm-project when the LLVM backend isn't builtbjorn3-5/+9
2020-12-12tidy: Re-enable check for inline unit testsVadim Petrochenkov-1/+4
2020-12-12Small cleanupsJoshua Nelson-16/+18
2020-12-12Ignore .css files in the diffJoshua Nelson-1/+2
2020-12-12If tidy isn't installed, only give one error, not manyJoshua Nelson-19/+22
2020-12-12Don't abort rustdoc tests if `tidy` isn't installedJoshua Nelson-11/+16
2020-12-12Auto merge of #79937 - RalfJung:miri, r=RalfJungbors-10/+8
2020-12-12Fix the JSON backendJoshua Nelson-23/+25
2020-12-12Calculate span info on-demand instead of ahead of timeJoshua Nelson-69/+69
2020-12-12Pass Session into rendererJoshua Nelson-4/+21
2020-12-12Auto merge of #79553 - sexxi-goose:mir_min_cap_writeback, r=nikomatsakisbors-0/+914
2020-12-11fix clippy::{needless_bool, manual_unwrap_or}Matthias Krüger-5/+1
2020-12-11don't clone types that are copy (clippy::clone_on_copy)Matthias Krüger-2/+2
2020-12-11don't convert types into identical types with .into() (clippy::useless_conver...Matthias Krüger-2/+1
2020-12-11use strip_prefix over slicing (clippy::manual_strip)Matthias Krüger-3/+3
2020-12-11Auto merge of #79349 - Nemo157:issue-79201, r=jyn514bors-8/+76