about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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
2021-10-01Don't lose binders when printing trait bound suggestionjackh726-16/+48
2021-10-01Include the length in BTree hashesJosh Stone-2/+13
2021-10-01Replace whitespaces in doctests' name with dashesGuillaume Gomez-0/+1
2021-10-01Call `libc::sigaction()` only on AndroidFabian Wolff-3/+14
2021-10-01path.push() should work as expected on windows verbatim pathsSean Young-7/+55
2021-10-01Normalize after substituting via `field.ty()`Nadrieril-27/+62
2021-10-01Forgot to bless ui-toml testYechan Bae-10/+10
2021-10-01fix: edit description of "prefix-free"pierwill-2/+4
2021-10-01Clarify a sentence in the documentation of Vec (#84488)chrismit3s-1/+1
2021-10-01Do not use full type path in help messageYechan Bae-31/+29
2021-10-01Add ui-test for enable-raw-pointer-heuristic-for-send configYechan Bae-6/+149
2021-10-01Minor changes from PR feedbackYechan Bae-42/+45
2021-10-01Add configuration for raw pointer heuristicYechan Bae-11/+28
2021-10-01Look into tuple, array, ADT args in raw pointer heuristicYechan Bae-19/+74
2021-10-01Emit one report for all fields in the same ADTYechan Bae-123/+203
2021-10-01Update documentationYechan Bae-16/+19
2021-10-01typoYechan Bae-1/+1