]> git.lizzy.rs Git - rust.git/history - compiler/rustc_trait_selection/src/traits/select/mod.rs
Fix debug method name
[rust.git] / compiler / rustc_trait_selection / src / traits / select / mod.rs
2021-10-22 Santiago PastorinoFix debug method name
2021-10-22 Santiago PastorinoMove const filter to filter_impls
2021-10-20 Santiago PastorinoFix allow_negative_impls logic
2021-10-20 Santiago PastorinoAdd TraitObligation::polarity() for better encapsulation
2021-10-20 Santiago PastorinoFilter candidates when goal and impl polarity doesn...
2021-10-20 Santiago PastorinoFilter out Negative impls on intercrate mode's ambiguou...
2021-10-20 Santiago PastorinoMake EvaluationCache consider polarity as cache's key
2021-10-20 Santiago PastorinoConsider negative polarity on trait selection
2021-10-20 Santiago PastorinoConsider negative polarity on overlap check
2021-10-15 Matthias KrügerRollup merge of #86011 - tlyu:correct-sized-bound-spans...
2021-10-14 Matthias KrügerRollup merge of #89865 - tmandry:llvm-static, r=Mark...
2021-10-14 Matthias KrügerRollup merge of #89433 - arlosi:stdin-fix, r=joshtriplett
2021-10-14 borsAuto merge of #88698 - Noble-Mushtak:master, r=nikomats...
2021-10-14 borsAuto merge of #89247 - fee1-dead:const-eval-select...
2021-10-13 Matthias KrügerRollup merge of #89759 - jyn514:x-build-assemble, r...
2021-10-13 Matthias KrügerRollup merge of #89757 - jyn514:submodule, r=Mark-Simul...
2021-10-13 Matthias KrügerRollup merge of #89670 - yoshuawuyts:available-parallel...
2021-10-13 Matthias KrügerRollup merge of #89347 - TaKO8Ki:crate-or-module-typo...
2021-10-12 borsAuto merge of #88788 - falk-hueffner:speedup-int-log10...
2021-10-11 Matthias KrügerRollup merge of #89760 - jyn514:remove-incremental...
2021-10-11 Matthias KrügerRollup merge of #89756 - jyn514:bootstrap-times, r...
2021-10-11 Matthias KrügerRollup merge of #89710 - sireliah:e0482, r=GuillaumeGomez
2021-10-11 Matthias KrügerRollup merge of #89675 - oli-obk:type_checker, r=davidtwco
2021-10-11 Matthias KrügerRollup merge of #89651 - ibraheemdev:poll-ready, r...
2021-10-11 Matthias KrügerRollup merge of #89643 - cjgillot:overlap, r=matthewjasper
2021-10-11 borsAuto merge of #89648 - nbdd0121:issue-89606, r=nikomatsakis
2021-10-11 Guillaume GomezRollup merge of #89753 - jkugelman:must-use-from_value...
2021-10-11 Guillaume GomezRollup merge of #89743 - matthewjasper:env-log-fix...
2021-10-11 Guillaume GomezRollup merge of #89729 - jkugelman:must-use-core-std...
2021-10-11 Guillaume GomezRollup merge of #89726 - jkugelman:must-use-alloc-const...
2021-10-11 Guillaume GomezRollup merge of #89655 - tlyu:find-non-merge-commits...
2021-10-11 borsAuto merge of #89709 - clemenswasser:apply_clippy_sugge...
2021-10-11 borsAuto merge of #89755 - jkugelman:must-use-conversions...
2021-10-11 borsAuto merge of #89597 - michaelwoerister:improve-vtable...
2021-10-11 borsAuto merge of #89752 - matthiaskrgr:rollup-v4fgmwg...
2021-10-10 Matthias KrügerRollup merge of #89736 - GuillaumeGomez:rm-unused-css...
2021-10-10 Matthias KrügerRollup merge of #89722 - jkugelman:cannonical-typo...
2021-10-10 Matthias KrügerRollup merge of #89632 - GuillaumeGomez:fix-docblock...
2021-10-10 Matthias KrügerRollup merge of #89579 - workingjubilee:regression...
2021-10-10 borsAuto merge of #89541 - workingjubilee:abbrev-shufvec...
2021-10-10 Matthias KrügerRollup merge of #89520 - GuillaumeGomez:cache-rustdoc...
2021-10-10 Matthias KrügerRollup merge of #89438 - pierwill:prefix-free-hash...
2021-10-10 Matthias KrügerRollup merge of #89428 - DevinR528:reachable-featuregat...
2021-10-10 Matthias KrügerRollup merge of #88713 - falk-hueffner:int-log10-docume...
2021-10-10 Matthias KrügerRollup merge of #88374 - joshlf:patch-2, r=JohnTitor
2021-10-10 borsAuto merge of #89633 - rhysd:issue-65230, r=petrochenkov
2021-10-10 borsAuto merge of #89219 - nickkuk:str_split_once_get_unche...
2021-10-10 borsAuto merge of #88952 - skrap:add-armv7-uclibc, r=nagisa
2021-10-10 John KugelmanFix spelling: Cannonical -> Canonical
2021-10-10 borsAuto merge of #89661 - rusticstuff:libisl_mirror_take_t...
2021-10-09 borsAuto merge of #89631 - camsteffen:clippy-boot-env,...
2021-10-09 borsAuto merge of #88379 - camelid:cleanup-clean, r=jyn514
2021-10-09 Guillaume GomezRollup merge of #89700 - GuillaumeGomez:fix-rustdoc...
2021-10-09 Guillaume GomezRollup merge of #89664 - timClicks:51430-document-boxed...
2021-10-09 Guillaume GomezRollup merge of #89614 - cuviper:unicode-14, r=joshtriplett
2021-10-09 Guillaume GomezRollup merge of #88436 - lf-:stabilize-command-access...
2021-10-09 Guillaume GomezRollup merge of #87528 - :stack_overflow_obsd, r=joshtr...
2021-10-09 Guillaume GomezRollup merge of #75644 - c410-f3r:array, r=yaahc
2021-10-09 borsAuto merge of #89343 - Mark-Simulacrum:no-args-queries...
2021-10-09 Matthias KrügerRollup merge of #89641 - asquared31415:asm-feature...
2021-10-09 Matthias KrügerRollup merge of #89634 - hawkw:eliza/enable-err-warn...
2021-10-09 Matthias KrügerRollup merge of #89605 - camelid:fix-version, r=nagisa
2021-10-09 Matthias KrügerRollup merge of #88707 - sylvestre:split_example, r...
2021-10-09 borsAuto merge of #89582 - jkugelman:optimize-file-read...
2021-10-08 Guillaume GomezRollup merge of #89672 - klensy:unwrap-or-macro, r...
2021-10-08 Guillaume GomezRollup merge of #89669 - Urgau:json-remove-type-never...
2021-10-08 Guillaume GomezRollup merge of #89668 - Urgau:core-cfg-hide, r=Guillau...
2021-10-08 Guillaume GomezRollup merge of #89649 - matthiaskrgr:clippycompl,...
2021-10-08 Guillaume GomezRollup merge of #89538 - notriddle:notriddle/arrow...
2021-10-08 Guillaume GomezRollup merge of #86506 - b-naber:gen_trait_impl_inconsi...
2021-10-08 borsAuto merge of #89666 - rusticstuff:disable_new_llvm_pas...
2021-10-08 borsAuto merge of #89644 - matthiaskrgr:clippy_perf_okt...
2021-10-08 borsAuto merge of #89576 - tom7980:issue-89275-fix, r=estebank
2021-10-08 JubileeRollup merge of #89082 - smoelius:master, r=kennytm
2021-10-08 JubileeRollup merge of #89025 - ricobbe:raw-dylib-link-ordinal...
2021-10-08 JubileeRollup merge of #88137 - joshtriplett:osx-strip-symbols...
2021-10-07 Guillaume GomezRollup merge of #89615 - willcrichton:fix-get-body...
2021-10-07 Guillaume GomezRollup merge of #89298 - gcohara:issue89193, r=workingj...
2021-10-07 flip1995Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b...
2021-10-07 borsAuto merge of #89454 - erikdesjardins:perfattrcheck...
2021-10-06 Manish GoregaokarRollup merge of #89329 - tmiasko:print-type-sizes-no...
2021-10-06 Manish GoregaokarRollup merge of #89324 - yoshuawuyts:hardware-paralleli...
2021-10-06 Manish GoregaokarRollup merge of #88523 - kpreid:category, r=yaahc
2021-10-06 Manish GoregaokarRollup merge of #87601 - a1phyr:feature_uint_add_signed...
2021-10-05 Tom FarmerIssue 89275 fix and test
2021-10-05 Manish GoregaokarRollup merge of #89546 - joshtriplett:grow-metadata...
2021-10-05 Manish GoregaokarRollup merge of #89317 - JulianKnodt:precise_errors...
2021-10-05 Manish GoregaokarRollup merge of #88871 - FabianWolff:issue-88403, r...
2021-10-05 Manish GoregaokarRollup merge of #88828 - FabianWolff:issue-88585, r...
2021-10-05 Manish GoregaokarRollup merge of #88706 - ThePuzzlemaker:issue-88609...
2021-10-05 borsAuto merge of #89363 - oli-obk:in_tracing_we_trust...
2021-10-05 Manish GoregaokarRollup merge of #89426 - davidtwco:bootstrap-nix-toolch...
2021-10-05 Manish GoregaokarRollup merge of #89364 - hkmatsumoto:encode-json-with...
2021-10-05 Manish GoregaokarRollup merge of #89244 - DeveloperC286:pair_slices_fiel...
2021-10-05 Manish GoregaokarRollup merge of #88651 - AGSaidi:monotonize-inner-64b...
2021-10-05 Manish GoregaokarRollup merge of #88234 - hkmatsumoto:rustdoc-impls...
2021-10-05 Manish GoregaokarRollup merge of #87631 - :solarish_upd_fs, r=joshtriplett
2021-10-05 JubileeRollup merge of #89413 - matthewjasper:spec-marker...
2021-10-05 JubileeRollup merge of #89270 - seanyoung:join_fold, r=m-ou-se
2021-10-05 JubileeRollup merge of #88780 - orlp:int-abs-diff, r=m-ou-se
next