about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2022-11-04Rollup merge of #103950 - nbdd0121:master, r=tmiaskoMatthias Krüger-0/+12
2022-11-04Rollup merge of #103780 - compiler-errors:bound-closure-lifetimes, r=jackh726Matthias Krüger-0/+63
2022-11-04Rollup merge of #103938 - notriddle:notriddle/search-results-border-bottom, r...Matthias Krüger-0/+18
2022-11-04Rollup merge of #103930 - fee1-dead-contrib:mv-from-root, r=jyn514Matthias Krüger-7/+7
2022-11-04Rollup merge of #103892 - compiler-errors:afit-rustdoc, r=GuillaumeGomezMatthias Krüger-0/+14
2022-11-04Fix ICE when negative impl is collected during eager monoGary Guo-0/+12
2022-11-03rustdoc: clean up hardcoded CSS border color on search resultsMichael Howell-0/+18
2022-11-03Move some tests from `src/test/ui` to more reasonable placesDeadbeef-7/+7
2022-11-03Elaborate supertrait obligations when deducing closure signatureMichael Goulet-28/+30
2022-11-03Auto merge of #103904 - JakobDegen:mir-opt-dash, r=oli-obkbors-3259/+3259
2022-11-02Ban dashes in miropt test file namesJakob Degen-3259/+3259
2022-11-02Rollup merge of #103886 - GuillaumeGomez:local-reexport-doc, r=notriddleMatthias Krüger-0/+16
2022-11-02Rollup merge of #103870 - TaKO8Ki:fix-103790, r=fee1-deadMatthias Krüger-0/+75
2022-11-02Rollup merge of #99801 - Neo-Zhixing:fix/generic_const_exprs_parent_opaque_pr...Matthias Krüger-0/+33
2022-11-02Properly render asyncness for traits without default bodyMichael Goulet-0/+14
2022-11-02Rollup merge of #103774 - compiler-errors:dyn-trait-in-type-name, r=eholkDylan DPC-4/+1
2022-11-02Add regression test for doc of reexport of local itemsGuillaume Gomez-0/+16
2022-11-02Auto merge of #103649 - petrochenkov:docnotrait, r=GuillaumeGomezbors-0/+12
2022-11-02return const_error when ty has errorsTakayuki Maeda-0/+75
2022-11-01Rollup merge of #103839 - Nilstrieb:print-list, r=compiler-errorsManish Goregaokar-0/+6
2022-11-01Rollup merge of #103837 - GuillaumeGomez:migrate-sidebar-links-color-gui-test...Manish Goregaokar-225/+162
2022-11-01Rollup merge of #103781 - JakobDegen:mir-opt-tidy, r=jyn514Manish Goregaokar-404/+0
2022-11-01Rollup merge of #103575 - Xiretza:suggestions-style-attr, r=davidtwcoManish Goregaokar-78/+229
2022-11-01fix(generic_const_exprs): Fix predicate inheritance for children of opaque typesZhixing Zhang-0/+33
2022-11-01Auto merge of #103217 - mejrs:track, r=eholkbors-0/+180
2022-11-01Format dyn Trait better in type_name intrinsicMichael Goulet-4/+1
2022-11-01Remove unneeded "rustdoc-preferred-dark-theme" settingGuillaume Gomez-1/+0
2022-11-01Migrate sidebar-links-color GUI test to functionsGuillaume Gomez-224/+162
2022-11-01Rollup merge of #103817 - notriddle:notriddle/attribute-css, r=GuillaumeGomezDylan DPC-9/+9
2022-11-01Rollup merge of #103760 - petrochenkov:macimp, r=cjgillotDylan DPC-7/+28
2022-11-01Rollup merge of #84022 - Aaron1011:remove-derive-res-fallback, r=petrochenkovDylan DPC-100/+36
2022-11-01Print valid `--print` requests if request is invalidnils-0/+6
2022-11-01Rollup merge of #103759 - cjgillot:adt-collect, r=davidtwcoDylan DPC-3/+3
2022-11-01Rollup merge of #103706 - zbyrn:issue-101637-fix, r=estebankDylan DPC-19/+111
2022-11-01Rollup merge of #103584 - ouz-a:issue-102303, r=oli-obkDylan DPC-15/+69
2022-11-01Rollup merge of #103061 - Amanieu:rewrite_alloc_error_handler, r=bjorn3Dylan DPC-31/+135
2022-10-31Detect unused files in `src/test/mir-opt` and error on them in tidy.Jakob Degen-404/+0
2022-11-01Rollup merge of #103799 - GuillaumeGomez:search-index-tuple-struct-field, r=n...Yuki Okushi-0/+18
2022-11-01Rollup merge of #103793 - notriddle:notriddle/rustdoc-toggle-in-impl-items, r...Yuki Okushi-0/+34
2022-11-01Rollup merge of #103788 - chenyukang:yukang/fix-ice-103783, r=compiler-errorsYuki Okushi-0/+33
2022-11-01Rollup merge of #103772 - compiler-errors:better-strict-coherence-err, r=davi...Yuki Okushi-0/+17
2022-11-01Rollup merge of #103749 - est31:reduce_irrefutable_let_else_span, r=cjgillotYuki Okushi-5/+18
2022-10-31Collect late-bound regions from all closure parents in `closure_mapping`Michael Goulet-0/+47
2022-10-31testsMichael Goulet-0/+16
2022-10-31rustdoc: rename syntax highlighting CSS class `attribute` to `attr`Michael Howell-9/+9
2022-10-31Auto merge of #103795 - thomcc:untest, r=Mark-Simulacrumbors-0/+25
2022-10-31resolve: Turn the binding from `#[macro_export]` into a proper `Import`Vadim Petrochenkov-7/+28
2022-10-31Rewrite implementation of `#[alloc_error_handler]`Amanieu d'Antras-31/+135
2022-10-31Add more track_callermejrs-1/+28
2022-10-31rustdoc: add test case for associated type marginsMichael Howell-0/+34