]> git.lizzy.rs Git - rust.git/history - src/test
Auto merge of #87284 - Aaron1011:remove-paren-special, r=petrochenkov
[rust.git] / src / test /
2021-07-19 borsAuto merge of #87284 - Aaron1011:remove-paren-special...
2021-07-19 Aaron HillRemove special case for `ExprKind::Paren` in `MutVisitor`
2021-07-19 borsAuto merge of #87153 - michaelwoerister:debuginfo-names...
2021-07-19 borsAuto merge of #87225 - estebank:cleanup, r=oli-obk
2021-07-19 borsAuto merge of #87271 - flip1995:clippyup, r=Manishearth
2021-07-19 Esteban KüberVarious diagnostics clean ups/tweaks
2021-07-19 Michael Woerister[debuginfo] Adapt CDB tests after changes to whitespace...
2021-07-19 borsAuto merge of #86970 - inquisitivecrystal:force-warn...
2021-07-19 borsAuto merge of #87269 - GuillaumeGomez:rollup-qukedv0...
2021-07-19 flip1995Merge commit '4c41a222ca5d1325fb4b6709395bd06e766cc042...
2021-07-19 Guillaume GomezRollup merge of #87268 - SkiFire13:fix-uninit-ref-list...
2021-07-19 Guillaume GomezRollup merge of #87259 - Llandy3d:triagebot_shortcuts...
2021-07-19 Guillaume GomezRollup merge of #87256 - Aaron1011:hir-wf-assoc-default...
2021-07-19 Guillaume GomezRollup merge of #87251 - GuillaumeGomez:item-info-width...
2021-07-19 Guillaume GomezRollup merge of #87236 - sunfishcode:avoid-locking...
2021-07-19 Guillaume GomezRollup merge of #87227 - bstrie:asm2arch, r=Amanieu
2021-07-19 Guillaume GomezRollup merge of #87210 - notriddle:notriddle/rustdoc...
2021-07-19 Guillaume GomezRollup merge of #86230 - GuillaumeGomez:nocapture,...
2021-07-19 borsAuto merge of #87196 - oxalica:option-insert-must-use...
2021-07-19 borsAuto merge of #87146 - Aaron1011:better-macro-lint...
2021-07-19 borsAuto merge of #86848 - notriddle:notriddle/drop-dyn...
2021-07-18 borsAuto merge of #87004 - JamieCunliffe:pgo-gc-sections...
2021-07-18 borsAuto merge of #86950 - tmiasko:personality, r=nagisa
2021-07-18 Aaron HillExtend HIR-based WF checking to associated type defaults
2021-07-18 Michael HowellAdd `#![allow(dyn_drop)]` to test cases with `dyn Drop...
2021-07-18 Michael Howellfeat(rustc_lint): add `dyn_drop`
2021-07-18 borsAuto merge of #86698 - cjgillot:modc, r=estebank
2021-07-18 Guillaume GomezAdd test to check width of item-info
2021-07-18 Guillaume GomezAdd invalid rust code for test
2021-07-18 Guillaume GomezAdd test for rustdoc --nocapture option
2021-07-18 borsAuto merge of #87242 - JohnTitor:rollup-t9rmwpo, r...
2021-07-18 inquisitivecrystalAdd tests for command line lint control
2021-07-18 borsAuto merge of #87071 - inquisitivecrystal:inclusive...
2021-07-18 Yuki OkushiRollup merge of #87205 - matthiaskrgr:clippy_cln, r...
2021-07-18 Yuki OkushiRollup merge of #87183 - RalfJung:option-doctest, r...
2021-07-18 Yuki OkushiRollup merge of #87170 - xFrednet:clippy-5393-add-diagn...
2021-07-18 Yuki OkushiRollup merge of #87092 - ricobbe:fix-raw-dylib-multiple...
2021-07-18 Yuki OkushiRollup merge of #86889 - jyn514:crate-cleanup, r=camelid
2021-07-18 Yuki OkushiRollup merge of #86843 - FabianWolff:issue-86820, r...
2021-07-18 Yuki OkushiRollup merge of #86814 - Aaron1011:inner-doc-recover...
2021-07-18 Yuki OkushiRollup merge of #86763 - JohnTitor:test-63355, r=oli-obk
2021-07-18 Aaron HillAdd test for `#[allow]` for warnings on attribute macro
2021-07-18 Aaron HillAdd additional missing lint handling logic
2021-07-18 Aaron HillCompute a better `lint_node_id` during expansion
2021-07-18 borsAuto merge of #85686 - ptrojahn:loop_reinitialize,...
2021-07-17 borsAuto merge of #87129 - FabianWolff:issue-75356, r=varkor
2021-07-17 borsAuto merge of #87203 - jackh726:logging, r=nikomatsakis
2021-07-17 Michael HowellFix sidebar-mobile test to focus on an actual focusable...
2021-07-17 Michael HowellFix test cases for header titles in sidebar
2021-07-17 borsAuto merge of #86676 - cjgillot:localexpn, r=petrochenkov
2021-07-17 Camille GILLOTUse LocalExpnId where possible.
2021-07-17 borsAuto merge of #87123 - RalfJung:miri-provenance-overhau...
2021-07-17 borsAuto merge of #86761 - Alexhuszagh:master, r=estebank
2021-07-17 borsAuto merge of #87124 - Andy-Python-Programmer:code_mode...
2021-07-17 borsAuto merge of #86062 - nagisa:nagisa/what-a-lie, r...
2021-07-17 Alex HuszaghChanged dec2flt to use the Eisel-Lemire algorithm.
2021-07-17 borsAuto merge of #87195 - yaahc:move-assert_matches-again...
2021-07-16 borsAuto merge of #83898 - Aaron1011:feature/hir-wf, r...
2021-07-16 Aaron HillAdd initial implementation of HIR-based WF checking...
2021-07-16 Fabian WolffCheck that const parameters of trait methods have compa...
2021-07-16 borsAuto merge of #87201 - GuillaumeGomez:rollup-4loi2q9...
2021-07-16 Jane Lusbyfix ui tests
2021-07-16 Richard CobbeConsider all fields when comparing DllImports, to remov...
2021-07-16 Guillaume GomezRollup merge of #87200 - oli-obk:fixup_fixup_opaque_typ...
2021-07-16 Guillaume GomezRollup merge of #87188 - GuillaumeGomez:gui-test-auto...
2021-07-16 Guillaume GomezRollup merge of #87180 - notriddle:notriddle/sidebar...
2021-07-16 Guillaume GomezRollup merge of #87179 - fee1-dead:active-const-impl...
2021-07-16 Guillaume GomezRollup merge of #87174 - inquisitivecrystal:array-map...
2021-07-16 Guillaume GomezRollup merge of #87158 - In-line:suggest-full-enum...
2021-07-16 Guillaume GomezRollup merge of #87107 - oli-obk:tait_double, r=nikomat...
2021-07-16 Oli SchererInfer all inference variables via InferCx
2021-07-16 borsAuto merge of #84623 - jackh726:gats-incomplete, r...
2021-07-16 Michael Howellfeat(rustdoc): open sidebar menu when links inside...
2021-07-16 borsAuto merge of #87140 - camsteffen:pat-slice-refs, r...
2021-07-16 Guillaume GomezAdd GUI test for auto-hide-trait-implementations setting
2021-07-16 borsAuto merge of #87182 - GuillaumeGomez:rollup-whwohua...
2021-07-16 Guillaume GomezRollup merge of #87167 - GuillaumeGomez:sidebar-display...
2021-07-16 Guillaume GomezRollup merge of #87162 - GuillaumeGomez:type-decl-overf...
2021-07-16 Guillaume GomezRollup merge of #87161 - sexxi-goose:fix-issue-87097...
2021-07-16 Guillaume GomezRollup merge of #87145 - jsgf:fix-lint-opt-hash, r...
2021-07-16 Guillaume GomezRollup merge of #87138 - dhwthompson:fix-range-invarian...
2021-07-16 Guillaume GomezRollup merge of #87069 - sexxi-goose:copy_ref_always...
2021-07-16 Guillaume GomezRollup merge of #86983 - wesleywiser:natvis_std_types...
2021-07-16 borsAuto merge of #86662 - mockersf:fix-86620-link-unknown...
2021-07-16 Jack HueyMake GATs no longer incomplete
2021-07-16 borsAuto merge of #87177 - ehuss:update-cargo, r=ehuss
2021-07-16 DeadbeefMark `const_trait_impl` as active
2021-07-16 borsAuto merge of #86993 - jackh726:project-gat-binders...
2021-07-15 Ralf Jungtweak pointer out-of-bounds error message
2021-07-15 Guillaume GomezAdd test for sidebar display value on mobile
2021-07-15 borsAuto merge of #83319 - tmiasko:packed-aligned, r=jackh726
2021-07-15 borsAuto merge of #87152 - flip1995:clippyup, r=Manishearth
2021-07-15 Guillaume GomezAdd regression test for type declaration layout overflow
2021-07-15 Tomasz MiąskoLayout error instead of an ICE for packed and aligned...
2021-07-15 RoxaneGet the right place type
2021-07-15 borsAuto merge of #87156 - JohnTitor:rollup-osuhe53, r...
2021-07-15 Alik AslanyanSuggest full enum variant for local modules
2021-07-15 Yuki OkushiRollup merge of #87154 - GuillaumeGomez:rev-attr-a...
2021-07-15 Yuki OkushiRollup merge of #87147 - ehuss:update-cargo, r=ehuss
2021-07-15 Yuki OkushiRollup merge of #87134 - BoxyUwU:cgd-self-ty-error...
next