]> git.lizzy.rs Git - rust.git/history - compiler
Rollup merge of #101061 - RalfJung:panic-on-uninit, r=oli-obk
[rust.git] / compiler /
2022-10-05 Dylan DPCRollup merge of #101061 - RalfJung:panic-on-uninit...
2022-10-05 Dylan DPCRollup merge of #100986 - TaKO8Ki:do-not-suggest-adding...
2022-10-05 borsAuto merge of #102691 - notriddle:rollup-tdtyagp, r...
2022-10-05 Takayuki Maedastop suggesting adding generic args for turbofish
2022-10-05 Ralf Jungchange might_permit_raw_init to fully detect LLVM UB...
2022-10-05 Michael HowellRollup merge of #102686 - cuviper:rls-tool_std, r=jyn514
2022-10-05 Michael HowellRollup merge of #102670 - lyming2007:issue-101866-fix...
2022-10-05 Michael HowellRollup merge of #102662 - notriddle:notriddle/code...
2022-10-05 Michael HowellRollup merge of #102650 - Rageking8:slightly-improve...
2022-10-05 Michael HowellRollup merge of #102574 - aDotInTheVoid:const_collectio...
2022-10-04 borsAuto merge of #101768 - sunfishcode:sunfishcode/wasi...
2022-10-04 Yiming Leifollow-up fix about 101866 to print the self type.
2022-10-04 borsAuto merge of #102666 - matthiaskrgr:rollup-tuge18t...
2022-10-04 Matthias KrügerRollup merge of #102653 - lcnr:delay_span_bug, r=fee1...
2022-10-04 Matthias KrügerRollup merge of #102651 - oli-obk:non_region_things...
2022-10-04 Matthias KrügerRollup merge of #102648 - Rageking8:add-test-for-#10260...
2022-10-04 Matthias KrügerRollup merge of #102647 - oli-obk:tilde_const_bounds...
2022-10-04 Matthias KrügerRollup merge of #102488 - compiler-errors:gat-compatibi...
2022-10-04 Matthias KrügerRollup merge of #102241 - jyn514:manifest-json-docs...
2022-10-04 lcnrmissing value to delay_span_bug
2022-10-04 Oli SchererIt's not about types or consts, but the lack of regions
2022-10-04 borsAuto merge of #102652 - Dylan-DPC:rollup-6ff8ct8, r...
2022-10-04 Rageking8slightly improve no return for returning function error
2022-10-04 Dylan DPCRollup merge of #102633 - Nilstrieb:rustdoc-lint-🏳️‍...
2022-10-04 Dylan DPCRollup merge of #102568 - compiler-errors:lint-unsatisf...
2022-10-04 Dylan DPCRollup merge of #102559 - compiler-errors:issue-102553...
2022-10-04 Dylan DPCRollup merge of #102489 - compiler-errors:issue-102074...
2022-10-04 Dylan DPCRollup merge of #101642 - SkiFire13:fix-inplace-collect...
2022-10-04 Dylan DPCRollup merge of #101189 - daxpedda:ready-into-inner...
2022-10-04 borsAuto merge of #102622 - camsteffen:move-layout, r=fee1...
2022-10-04 Oli SchererMerge the `~const` and `impl const` checks and add...
2022-10-04 Oli SchererOnly allow ~const bounds for traits with #[const_trait]
2022-10-04 borsAuto merge of #102644 - matthiaskrgr:rollup-rg0sw41...
2022-10-04 Matthias KrügerRollup merge of #102639 - nnethercote:improve-spans...
2022-10-04 Matthias KrügerRollup merge of #102637 - andrewpollack:ignore-fuchsia...
2022-10-04 Matthias KrügerRollup merge of #102628 - H4x5:master, r=scottmcm
2022-10-04 Matthias KrügerRollup merge of #102624 - notriddle:notriddle/summary...
2022-10-04 Matthias KrügerRollup merge of #102567 - compiler-errors:issue-102561...
2022-10-04 Matthias KrügerRollup merge of #102547 - GuillaumeGomez:migrate-css...
2022-10-04 Matthias KrügerRollup merge of #102441 - chenyukang:fix-102320-unwrap_...
2022-10-04 borsAuto merge of #102395 - davidtwco:translation-rename...
2022-10-04 Michael GouletWe are able to resolve methods even if they need subst
2022-10-04 Michael GouletNormalize substs before resolving instance in NoopMetho...
2022-10-04 borsAuto merge of #99099 - Stargateur:phantomdata_debug...
2022-10-03 Nicholas NethercoteImprove spans when splitting multi-char operator tokens...
2022-10-03 borsAuto merge of #102632 - matthiaskrgr:rollup-h8s3zmo...
2022-10-03 Matthias KrügerRollup merge of #102486 - pierwill:middle-const-eval...
2022-10-03 Matthias KrügerRollup merge of #101308 - nerdypepper:feature/is-ascii...
2022-10-03 Matthias KrügerRollup merge of #101040 - danielhenrymantilla:no-bounds...
2022-10-03 Matthias KrügerRollup merge of #100470 - reitermarkus:patch-1, r=josht...
2022-10-03 Matthias KrügerRollup merge of #99460 - JanBeh:PR_asref_asmut_docs...
2022-10-03 Matthias KrügerRollup merge of #99216 - duarten:master, r=joshtriplett
2022-10-03 Matthias KrügerRollup merge of #98218 - kpreid:nostdarc, r=joshtriplett
2022-10-03 borsAuto merge of #102627 - matthiaskrgr:rollup-2xtrqkw...
2022-10-03 pierwillAdd diagnostic struct for const eval error in `rustc_mi...
2022-10-03 Matthias KrügerRollup merge of #102620 - GuillaumeGomez:css-stab-migra...
2022-10-03 Matthias KrügerRollup merge of #102617 - lcnr:deferred_transmute_check...
2022-10-03 Matthias KrügerRollup merge of #102615 - Nilstrieb:there-are-many...
2022-10-03 Matthias KrügerRollup merge of #102613 - TaKO8Ki:fix-part-of-101739...
2022-10-03 Matthias KrügerRollup merge of #102607 - WaffleLapkin:docky_docky_slic...
2022-10-03 Matthias KrügerRollup merge of #102597 - compiler-errors:issue-102571...
2022-10-03 Matthias KrügerRollup merge of #102569 - eduardosm:from_str-example...
2022-10-03 Matthias KrügerRollup merge of #102439 - fmease:rustdoc-simplify-cross...
2022-10-03 borsAuto merge of #102610 - dawnofmidnight:git-commit-hash...
2022-10-03 Cameron SteffenMove utils from rustc_middle to rustc_ty_utils
2022-10-03 David Wooderrors: rename `typeck.ftl` to `hir_analysis.ftl`
2022-10-03 lcnr`HirId` for `deferred_transmute_checks`
2022-10-03 borsAuto merge of #102551 - bjorn3:cg_ssa_cleanup, r=davidtwco
2022-10-03 Takayuki Maedacheck if const is ADT or not
2022-10-03 borsAuto merge of #102614 - matthiaskrgr:rollup-fjyu7oo...
2022-10-03 nilsCleanup some error code explanations
2022-10-03 Matthias KrügerRollup merge of #102592 - WaffleLapkin:less_lifetimes...
2022-10-03 Matthias KrügerRollup merge of #102591 - JarvisCraft:fix-double-a...
2022-10-03 Matthias KrügerRollup merge of #102550 - notriddle:notriddle/impl...
2022-10-03 Takayuki Maedareturn when obligation has references_error
2022-10-03 borsAuto merge of #102508 - nnethercote:even-more-lexer...
2022-10-03 borsAuto merge of #102503 - cuviper:x86-stack-probes, r...
2022-10-03 Nicholas NethercoteInvert `is_top_level` to avoid negation.
2022-10-03 Nicholas NethercoteRemove `TokenStreamBuilder`.
2022-10-03 Nicholas NethercoteInline and remove `parse_token_tree_non_delim_non_eof`.
2022-10-03 Nicholas NethercoteMerge `parse_token_trees_until_close_delim` and `parse_...
2022-10-03 Nicholas NethercoteAdd comments to `TokenCursor::desugar`.
2022-10-03 Nicholas NethercoteRewrite `Token::is_op`.
2022-10-03 Nicholas NethercoteAdd comments to `Spacing`.
2022-10-03 Nicholas NethercoteClarify operator splitting.
2022-10-02 borsAuto merge of #102305 - flba-eb:remove_exclude_list...
2022-10-02 borsAuto merge of #100557 - dawnofmidnight:tarball-commit...
2022-10-02 Michael GouletAvoid ICE in printing RPITIT type
2022-10-02 Michael GouletAdd example to opaque_hidden_inferred_bound lint
2022-10-02 Michael GouletMake it a lint for all opaque types
2022-10-02 Michael GouletLint for unsatisfied nested opaques
2022-10-02 Michael GouletDon't ICE when trying to copy unsized value in const...
2022-10-02 Petr PortnovFix duplicate usage of `a` article.
2022-10-02 borsAuto merge of #102530 - cuviper:upgrade-i586-gnu, r...
2022-10-02 Maybe WaffleRemove a couple lifetimes that could be infered
2022-10-02 borsAuto merge of #102586 - Dylan-DPC:rollup-g107h6z, r...
2022-10-02 Dylan DPCRollup merge of #102566 - compiler-errors:test-102498...
2022-10-02 Dylan DPCRollup merge of #102556 - WaffleLapkin:implied_by_btree...
2022-10-02 Dylan DPCRollup merge of #102538 - cjgillot:def-span-ctxt, r...
2022-10-02 Dylan DPCRollup merge of #102098 - xfix:weak-upgrade-fetch-updat...
next