]> git.lizzy.rs Git - rust.git/history - src
Rollup merge of #95292 - BGR360:const-trait-specialize, r=lcnr
[rust.git] / src /
2022-11-11 Manish GoregaokarRollup merge of #95292 - BGR360:const-trait-specialize...
2022-11-11 borsAuto merge of #102872 - mikebenfield:better-get-discr...
2022-11-11 Michael Benfieldrustc_codegen_ssa: Better code generation for niche...
2022-11-11 borsAuto merge of #103898 - Nilstrieb:match-macro, r=nnethe...
2022-11-11 Ben ReevesOops, bless this test.
2022-11-11 borsAuto merge of #99918 - WaffleLapkin:fnFnfun, r=estebank
2022-11-10 borsAuto merge of #104164 - cjgillot:u64-cache, r=compiler...
2022-11-10 Ben ReevesApply PR feedback.
2022-11-10 Ben ReevesRequire `~const` qualifier on trait bounds in specializ...
2022-11-10 Ben ReevesAdd #[const_trait] where needed in tests.
2022-11-10 Ben ReevesDisallow specializing on const impls with non-const...
2022-11-10 Ben ReevesAllow specialized const trait impls.
2022-11-10 borsAuto merge of #104246 - Manishearth:rollup-9o3txc7...
2022-11-10 Manish GoregaokarRollup merge of #104235 - compiler-errors:more-ct-guar...
2022-11-10 Manish GoregaokarRollup merge of #104233 - compiler-errors:issue-104209...
2022-11-10 Manish GoregaokarRollup merge of #104194 - BoxyUwU:early_binder_docs...
2022-11-10 Manish GoregaokarRollup merge of #104186 - chenyukang:yukang/fix-104086...
2022-11-10 Manish GoregaokarRollup merge of #104077 - nicholasbishop:bishop-uefi...
2022-11-10 Manish GoregaokarRollup merge of #104060 - ink-feather-org:const_hash...
2022-11-10 Manish GoregaokarRollup merge of #104036 - compiler-errors:option-sugg...
2022-11-10 Manish GoregaokarRollup merge of #103863 - compiler-errors:fulfillcx...
2022-11-10 Manish GoregaokarRollup merge of #101939 - zhaixiaojuan:loongarch64...
2022-11-10 borsAuto merge of #104236 - compiler-errors:rollup-adjshd6...
2022-11-10 Michael GouletRollup merge of #104231 - ibraheemdev:patch-12, r=compi...
2022-11-10 Michael GouletRollup merge of #104211 - lnicola:rust-analyzer-2022...
2022-11-10 Michael GouletRollup merge of #104201 - GuillaumeGomez:gui-test-check...
2022-11-10 Michael GouletRollup merge of #104190 - Nilstrieb:patch-1, r=compiler...
2022-11-10 Michael GouletRollup merge of #104115 - GuillaumeGomez:migrate-crate...
2022-11-10 Michael GouletRollup merge of #104046 - RalfJung:run-miri-run, r...
2022-11-10 Michael GouletRollup merge of #103675 - lyming2007:issue-103271-fix...
2022-11-10 Michael GouletRollup merge of #103443 - mucinoab:recover-colon-as...
2022-11-10 Michael GouletRollup merge of #102763 - compiler-errors:nits, r=cjgillot
2022-11-10 borsAuto merge of #103636 - chenyukang:yukang/fix-103587...
2022-11-10 Michael GouletDon't ICE when encountering ConstKind::Error in Require...
2022-11-10 Michael Gouletbless a chalk test
2022-11-10 borsAuto merge of #101990 - clubby789:dont-machine-apply...
2022-11-10 Yiming Leiremove redundent "<>" for ty::Slice with reference...
2022-11-09 borsAuto merge of #104215 - Manishearth:rollup-5r957ad...
2022-11-09 Manish GoregaokarRollup merge of #104184 - jyn514:rustdoc-version, r...
2022-11-09 Manish GoregaokarRollup merge of #104171 - ehuss:update-books, r=ehuss
2022-11-09 Manish GoregaokarRollup merge of #104156 - oli-obk:autoderef, r=estebank
2022-11-09 Manish GoregaokarRollup merge of #104020 - nicholasbishop:bishop-limit...
2022-11-09 Manish GoregaokarRollup merge of #104015 - alex:remove-kernel, r=oli-obk
2022-11-09 Manish GoregaokarRollup merge of #103929 - BlackHoleFox:apple-targets...
2022-11-09 Manish GoregaokarRollup merge of #103464 - JakobDegen:mir-parsing, r...
2022-11-09 Manish GoregaokarRollup merge of #103307 - b4den:master, r=estebank
2022-11-09 Manish GoregaokarRollup merge of #101005 - SLASHLogin:rustc_codegen_llvm...
2022-11-09 borsAuto merge of #104131 - notriddle:notriddle/flate2...
2022-11-09 Michael GouletSuggest is_some or let when encountering Option and...
2022-11-09 Laurențiu Nicola:arrow_up: rust-analyzer
2022-11-09 borsAuto merge of #104192 - Dylan-DPC:rollup-jjo1o80, r...
2022-11-09 yukangadd 'is_assign_rhs' to avoid weird suggesting 'let'
2022-11-09 Guillaume GomezUpdate to new browser-ui-test version
2022-11-09 Guillaume GomezAdd new option to prevent CORS failures
2022-11-09 Guillaume GomezUpdate browser-ui-test version to 0.13.1
2022-11-09 Guillaume GomezExtend crate-search div GUI tests
2022-11-09 Guillaume GomezMigrate crate-search element to CSS variables
2022-11-09 SLASHLoginCorrect tests to match errors
2022-11-09 Dylan DPCRollup merge of #104125 - ink-feather-org:const_cmp_tup...
2022-11-09 Dylan DPCRollup merge of #104111 - yancyribbens:add-mutable...
2022-11-09 Dylan DPCRollup merge of #103952 - ehuss:dont-intra-linkcheck...
2022-11-09 Dylan DPCRollup merge of #103933 - nicholasbishop:bishop-uefi...
2022-11-09 Dylan DPCRollup merge of #103919 - nnethercote:unescaping-cleanu...
2022-11-09 Dylan DPCRollup merge of #103694 - WaffleLapkin:mask_doc_example...
2022-11-09 Dylan DPCRollup merge of #103570 - lukas-code:stabilize-ilog...
2022-11-09 borsAuto merge of #103723 - CastilloDel:master, r=jackh726
2022-11-09 yukangbless clippy
2022-11-09 onestackedCleanup fn trait ref test
2022-11-09 borsAuto merge of #102565 - jyn514:refactor-build-manifest...
2022-11-09 yukangfix tests and code cleanup
2022-11-09 Joshua NelsonFix `rustdoc --version` when used with download-rustc
2022-11-09 yukangFix #104086, Tighten the 'introduce new binding' suggestion
2022-11-09 borsAuto merge of #104180 - fee1-dead-contrib:fix-wf-fndef...
2022-11-09 Jakob DegenAdd support for custom MIR parsing
2022-11-09 borsAuto merge of #104179 - Manishearth:rollup-yvsx5hh...
2022-11-09 Bruno A. MuciñoParser: Recover from using colon as path separator...
2022-11-09 DeadbeefUse `nominal_obligations_without_const` in wf for FnDef
2022-11-09 Manish GoregaokarRollup merge of #103827 - compiler-errors:rpitit-substs...
2022-11-09 Manish GoregaokarRollup merge of #103778 - mati865:update-deps, r=Mark...
2022-11-09 Manish GoregaokarRollup merge of #103559 - AndyJado:var_span_label,...
2022-11-09 Manish GoregaokarRollup merge of #103521 - chenyukang:yukang/fix-103451...
2022-11-09 Manish GoregaokarRollup merge of #103353 - wesleywiser:fix_lld_thinlto_m...
2022-11-09 Manish GoregaokarRollup merge of #101381 - Urgau:target-mixup-homogenous...
2022-11-09 Manish GoregaokarRollup merge of #100508 - BoxyUwU:make_less_things_late...
2022-11-09 borsAuto merge of #103171 - jackh726:gen-interior-hrtb...
2022-11-08 borsAuto merge of #104168 - GuillaumeGomez:rollup-tf4edqc...
2022-11-08 Boxytests
2022-11-08 Eric HussUpdate books
2022-11-08 Guillaume GomezRollup merge of #104165 - Manishearth:triagebot-llvm...
2022-11-08 Guillaume GomezRollup merge of #104147 - WaffleLapkin:don't-compare...
2022-11-08 Guillaume GomezRollup merge of #104139 - ferrocene:pa-channel-licensin...
2022-11-08 Guillaume GomezRollup merge of #104132 - Rejyr:rustc_lint-function...
2022-11-08 Guillaume GomezRollup merge of #104114 - GuillaumeGomez:background...
2022-11-08 Guillaume GomezRollup merge of #104113 - ink-feather-org:fix_const_fn_...
2022-11-08 Guillaume GomezRollup merge of #104109 - yancyribbens:add-mutable...
2022-11-08 Guillaume GomezRollup merge of #104104 - kamirr:master, r=lcnr
2022-11-08 Guillaume GomezRollup merge of #104097 - RalfJung:miri-alloc-benches...
2022-11-08 Guillaume GomezRollup merge of #104093 - RalfJung:test-sizes, r=thomcc
2022-11-08 Guillaume GomezRollup merge of #104027 - ted-tanner:issue-103697-fix...
2022-11-08 Guillaume GomezRollup merge of #103928 - chenyukang:yukang/fix-103874...
next