about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-10-02Fix ICE caused by non_exaustive_omitted_patterns struct lintDevin Ragotzy-3/+7
2021-10-02Auto merge of #89345 - jackh726:89333, r=estebankbors-16/+42
2021-10-02Move items related to computing diffs to a separate fileNicholas-Baron-106/+109
2021-10-02rustdoc: Improve doctest pass's name and module's nameNoah Lev-14/+14
2021-10-02bootstrap: add config option for nix patchingDavid Wood-12/+23
2021-10-02Run the #85441 regression test on MSVC onlySimonas Kazlauskas-4/+4
2021-10-02Add test for checking if WS2_32.dll is linkedChristiaan Dirkx-0/+10
2021-10-02Only register `WSACleanup` if `WSAStartup` is actually ever calledChristiaan Dirkx-6/+11
2021-10-02Auto merge of #89341 - audunhalland:derive-type-params-with-bound-generic-par...bors-10/+79
2021-10-02Turn a module non-doc comment into a doc commentbjorn3-7/+7
2021-10-02Swap out unboxed_closures feature gate for min_specializationbjorn3-1/+1
2021-10-02Remove various unused feature gatesbjorn3-7/+0
2021-10-02Fix typos in rustdoc/lintsTobias Nießen-3/+3
2021-10-02Prevent macro ambiguity errorsbjorn3-24/+24
2021-10-02Auto merge of #89239 - petrochenkov:modcache, r=cjgillotbors-44/+93
2021-10-02Auto merge of #7747 - Manishearth:excessive-precision, r=xFrednetbors-1/+20
2021-10-02rustc_span: Make hygiene debug printing reproducibleVadim Petrochenkov-1/+4
2021-10-02resolve: Avoid comparing modules by optional def-idVadim Petrochenkov-15/+19
2021-10-02resolve: Cache module loading for all foreign modulesVadim Petrochenkov-29/+71
2021-10-02only check for automatically_derived on impls, not individual methodsErik Desjardins-18/+6
2021-10-02Auto merge of #89408 - Mark-Simulacrum:fix-query-nondet, r=petrochenkovbors-2/+23
2021-10-02haiku thread affinity build fixDavid Carlier-6/+10
2021-10-02Auto merge of #89405 - GuillaumeGomez:fix-clippy-lints, r=cjgillotbors-508/+460
2021-10-02Use bitand when checking for signed integer division overflowTrevor Spiteri-8/+16
2021-10-02Expand one test (from jackh726)Audun Halland-2/+4
2021-10-02Bump tracing to get the instrumentation perf improvementOli Scherer-7/+7
2021-10-02Auto merge of #89450 - usbalbin:const_try_revert, r=oli-obkbors-58/+17
2021-10-01Update to the final LLVM 13.0.0 releaseJosh Stone-1/+1
2021-10-01perf: only check for rustc_trivial_field_reads attribute on traitsErik Desjardins-23/+1
2021-10-02Consistently use 'supertrait'.Bruce Mitchener-88/+88
2021-10-01Correctly handle signs in exponents in numeric_literal::format()Manish Goregaokar-2/+9
2021-10-01rustdoc: use slice::contains instead of open-coding itMichael Howell-2/+2
2021-10-01Add regression testManish Goregaokar-1/+13
2021-10-02Add regression test for #89432Albin Hedman-0/+9
2021-10-01Auto merge of #89449 - Manishearth:rollup-3alb61f, r=Manishearthbors-71/+157
2021-10-01Auto merge of #89449 - Manishearth:rollup-3alb61f, r=Manishearthbors-2/+1
2021-10-02Revert "Auto merge of #86853 - usbalbin:const_try, r=oli-obk"Albin Hedman-58/+8
2021-10-01Rollup merge of #89441 - Nadrieril:fix-89393, r=tmandryManish Goregaokar-27/+62
2021-10-01Rollup merge of #89440 - chrismit3s:issue-84488-fix, r=steveklabnikManish Goregaokar-1/+1
2021-10-01Rollup merge of #89422 - GuillaumeGomez:doctest-whitespace-name, r=CraftSpiderManish Goregaokar-0/+1
2021-10-01Rollup merge of #89376 - andjo403:selfProfileUseAfterDropFix, r=Mark-SimulacrumManish Goregaokar-4/+6
2021-10-01Rollup merge of #88963 - fee1-dead:const-iterator, r=oli-obkManish Goregaokar-2/+1
2021-10-01Rollup merge of #88963 - fee1-dead:const-iterator, r=oli-obkManish Goregaokar-37/+79
2021-10-01Rollup merge of #88847 - oliverbr:master, r=steveklabnikManish Goregaokar-2/+2
2021-10-01Rollup merge of #85223 - simbleau:master, r=steveklabnikManish Goregaokar-0/+6
2021-10-01Don't use Default, since the impls are different on wasmjackh726-15/+9
2021-10-01Fix clippy lintsGuillaume Gomez-508/+460
2021-10-01Improve error message for missing angle brackets in `[_]::method`Fabian Wolff-0/+17
2021-10-01Auto merge of #88880 - cjgillot:no-krate, r=oli-obkbors-209/+193
2021-10-01Auto merge of #88880 - cjgillot:no-krate, r=oli-obkbors-28/+27