]> git.lizzy.rs Git - rust.git/history - src
Rollup merge of #101677 - winxpqq955:issue-101211, r=fee1-dead
[rust.git] / src /
2022-09-09 Matthias KrügerRollup merge of #101563 - sanxiyn:doc-link-uefi, r...
2022-09-09 Matthias KrügerRollup merge of #101556 - compiler-errors:tweak-generat...
2022-09-09 Matthias KrügerRollup merge of #101450 - ehuss:relnotes-95346, r=Mark...
2022-09-09 Matthias KrügerRollup merge of #101253 - lyming2007:issue-101163,...
2022-09-09 Matthias KrügerRollup merge of #99207 - 5225225:msan-eager-checks...
2022-09-09 borsAuto merge of #101224 - compiler-errors:rpitit, r=oli-obk
2022-09-09 chenyukangfix #101097, avoid infinite loop in fn arguments checking
2022-09-09 Michael GouletAdjust pretty printing of RPITITs
2022-09-09 Michael GouletAppease clippy again
2022-09-09 Michael GouletTweak feature error, add test
2022-09-09 Camille GILLOTHandle generic parameters.
2022-09-09 Michael GouletDeeply check that method signatures match, and allow...
2022-09-09 Michael GouletBless tests, fix ICE with ImplTraitPlaceholder
2022-09-09 Michael GouletMake clippy happy
2022-09-09 Michael GouletAdd tests
2022-09-09 Michael GouletRustdoc support
2022-09-09 Michael GouletRPITIT placeholder items
2022-09-09 borsAuto merge of #93873 - Stovent:big-ints, r=m-ou-se
2022-09-09 Jack HueyRemove ReEmpty
2022-09-08 borsAuto merge of #9446 - mikerite:fix-9431-2, r=giraffate
2022-09-08 Guillaume GomezAdd gui test for codeblocks tooltip colors
2022-09-08 Guillaume GomezClean up themes a bit more
2022-09-08 borsAuto merge of #101592 - compiler-errors:rollup-d2fya7z...
2022-09-08 Michael GouletRollup merge of #101587 - BoxyUwU:term_debug, r=compile...
2022-09-08 Michael GouletRollup merge of #101584 - notriddle:notriddle/settings...
2022-09-08 Michael GouletRollup merge of #101580 - notriddle:notriddle/div-impl...
2022-09-08 Michael GouletRollup merge of #101554 - notriddle:notriddle/implemena...
2022-09-08 Michael GouletRollup merge of #101530 - krasimirgg:llvm-16-up, r...
2022-09-08 Michael GouletRollup merge of #101499 - spastorino:add-lowering-arena...
2022-09-08 Michael GouletRollup merge of #101423 - mkroening:hermit-warnings...
2022-09-08 Philipp KronesMerge remote-tracking branch 'upstream/auto' into rustup
2022-09-08 borsAuto merge of #101437 - compiler-errors:erase-normalize...
2022-09-08 borsAuto merge of #9443 - c410-f3r:arith, r=flip1995
2022-09-08 Michael Howellrustdoc: remove no-op CSS `#settings-menu { padding...
2022-09-08 borsAuto merge of #101577 - Dylan-DPC:rollup-l9xw7i7, r...
2022-09-08 Michael Howellrustdoc: remove unused CSS `div.impl-items > div`
2022-09-08 yukangAvoid infinite loop in function arguments checking
2022-09-08 Dylan DPCRollup merge of #101545 - TaKO8Ki:remove-unnecessary...
2022-09-08 Dylan DPCRollup merge of #101515 - chenyukang:fix-101477, r...
2022-09-08 Dylan DPCRollup merge of #101501 - Jarcho:tcx_lint_passes, r...
2022-09-08 Dylan DPCRollup merge of #101496 - spastorino:lower_lifetime_bin...
2022-09-08 Dylan DPCRollup merge of #101424 - compiler-errors:operator...
2022-09-08 Dylan DPCRollup merge of #101041 - LuisCardosoOliveira:translati...
2022-09-08 Dylan DPCRollup merge of #98933 - oli-obk:opaque_type_late_bound...
2022-09-08 CaioRename the `arithmetic` lint
2022-09-08 lcnrmerge tests
2022-09-08 lcnrupdate ui tests
2022-09-08 borsAuto merge of #101467 - nnethercote:shrink-hir-Ty-Pat...
2022-09-08 Yiming Leifix the suggestion of format for asm_sub_register
2022-09-08 borsAuto merge of #98900 - lcnr:region-stuff, r=jackh726
2022-09-08 lcnrstop evaluating constants in `Relate`
2022-09-08 Oli SchererClarify some diagnostic messages
2022-09-08 Oli SchererUncomment unsound code example
2022-09-08 Oli SchererOpaque types' generic params do not imply anything...
2022-09-08 Seo SanghyeonLink UEFI target documentation from target list
2022-09-08 borsAuto merge of #101560 - Dylan-DPC:rollup-8m8yr89, r...
2022-09-08 yukangfixes #101477: Recover from typo where == is used in...
2022-09-08 Dylan DPCRollup merge of #101549 - eholk:type-ir-derive-hashstab...
2022-09-08 Dylan DPCRollup merge of #101498 - petrochenkov:visparam, r...
2022-09-08 Dylan DPCRollup merge of #101455 - thomcc:why-is-this-here,...
2022-09-08 Dylan DPCRollup merge of #101422 - mkroening:hermit-file-time...
2022-09-08 Dylan DPCRollup merge of #101399 - cjgillot:borrowck-binding...
2022-09-08 Dylan DPCRollup merge of #101153 - IntQuant:issue-100717-infer...
2022-09-08 Nicholas NethercoteIntroduce `DotDotPos`.
2022-09-08 Nicholas NethercoteArena-allocate `hir::Lifetime`.
2022-09-08 borsAuto merge of #101504 - lqd:rust-lld-fix, r=petrochenkov
2022-09-08 Michael GouletWe can print futures with {integer} too
2022-09-08 borsAuto merge of #101303 - jyn514:jnelson/handle-cycle...
2022-09-08 Michael GouletAdjust spacing in suggestion, add a test
2022-09-08 Michael GouletAdd associated item binding to non-param-ty where claus...
2022-09-08 Michael GouletAvoid source-map call in operator error
2022-09-08 Michael Howellrustdoc: remove unused CSS `#implementations-list ...
2022-09-07 borsAuto merge of #94075 - mikebenfield:wip-enum, r=oli-obk
2022-09-07 borsAuto merge of #101544 - matthiaskrgr:rollup-4urx917...
2022-09-07 Michael BenfieldUse niche-filling optimization even when multiple varia...
2022-09-07 Michael BenfieldChange name of "dataful" variant to "untagged"
2022-09-07 borsAuto merge of #9365 - c410-f3r:arith, r=Alexendoo
2022-09-07 Matthias KrügerRollup merge of #101538 - notriddle:notriddle/content...
2022-09-07 Matthias KrügerRollup merge of #101536 - GuillaumeGomez:is_doc_comment...
2022-09-07 Matthias KrügerRollup merge of #101535 - est31:tidy_error_fix, r=Mark...
2022-09-07 Matthias KrügerRollup merge of #101534 - rust-lang:notriddle/rustdoc...
2022-09-07 Matthias KrügerRollup merge of #101525 - eltociear:patch-16, r=cjgillot
2022-09-07 Matthias KrügerRollup merge of #101521 - aDotInTheVoid:rdj-structkind...
2022-09-07 Matthias KrügerRollup merge of #101507 - notriddle:notriddle/main...
2022-09-07 Matthias KrügerRollup merge of #101506 - notriddle:notriddle/rustdoc...
2022-09-07 Matthias KrügerRollup merge of #101503 - spastorino:add-debug-calls...
2022-09-07 Matthias KrügerRollup merge of #101502 - TaKO8Ki:do-not-suggest-semico...
2022-09-07 Matthias KrügerRollup merge of #101493 - spastorino:borrow-mut-impl...
2022-09-07 Matthias KrügerRollup merge of #101435 - JakobDegen:bitwidth-tests...
2022-09-07 Matthias KrügerRollup merge of #101416 - uarif1:doc_non_blocking_stdio...
2022-09-07 Matthias KrügerRollup merge of #101343 - diminishedprime:patch-3,...
2022-09-07 borsAuto merge of #101476 - ChrisDenton:BCryptRandom-fix...
2022-09-07 Michael Howellrustdoc: remove unused CSS `#main-content > table td`
2022-09-07 borsAuto merge of #101522 - oli-obk:miriup, r=oli-obk
2022-09-07 Michael Howellrustdoc: remove unused CSS `.content .methods > div`
2022-09-07 Oli SchererUpdate miri submodule
2022-09-07 borsAuto merge of #101432 - nnethercote:shrink-PredicateS...
2022-09-07 est31Fix error printing mistake in tidy
2022-09-07 Michael Howellrustdoc: remove unused mobile CSS `.rustdoc { flex...
2022-09-07 Caio[Arithmetic] Consider literals
next