about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-12-13Use imports instead of rewriting the type signature of `stable`Joshua Nelson-14/+2
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-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
2020-12-11update MiriRalf Jung-10/+8
2020-12-11Auto merge of #79910 - RalfJung:abort-msg, r=oli-obkbors-1/+1
2020-12-11Auto merge of #79915 - Aaron1011:fix/fix-reuse-def-path-hash, r=petrochenkovbors-0/+8
2020-12-11Test cases for RFC 2229Aman Arora-0/+914
2020-12-10Rollup merge of #79896 - GuillaumeGomez:more-elements-focus, r=ManishearthTyler Mandry-20/+23
2020-12-10Rollup merge of #79858 - sasurau4:doc/update-unstable-book-const-fn, r=oli-obkTyler Mandry-21/+2
2020-12-10Rollup merge of #79851 - camelid:better-error-for-default-fn, r=davidtwcoTyler Mandry-12/+12
2020-12-10Rollup merge of #79809 - Eric-Arellano:split-once, r=matkladTyler Mandry-77/+92
2020-12-10Rollup merge of #79639 - sasurau4:feature/add-long-explanation-E0212, r=Guill...Tyler Mandry-17/+20
2020-12-10Use `def_path_hash_to_def_id` when re-using a `RawDefId`Aaron Hill-0/+8
2020-12-10re-bless testsRalf Jung-1/+1
2020-12-10Auto merge of #79536 - davidtwco:focal-fossa-ci, r=pietroalbinibors-2/+3
2020-12-10ci: use 20.04 on x86_64-gnu-nopt builderDavid Wood-2/+3
2020-12-10Update const-fn doc in unstable-bookDaiki Ihara-21/+2
2020-12-10Auto merge of #79801 - eddyb:scalar-transmute, r=nagisabors-0/+85