]> git.lizzy.rs Git - rust.git/history - compiler/rustc_typeck
cleanup(rustc_trait_selection): remove vestigial code from rustc_on_unimplemented
[rust.git] / compiler / rustc_typeck /
2021-09-11 borsAuto merge of #88214 - notriddle:notriddle/for-loop...
2021-09-10 Manish GoregaokarRollup merge of #88742 - GuillaumeGomez:fix-table-in...
2021-09-10 Manish GoregaokarRollup merge of #88732 - durin42:llvm-14-attrs-2, r...
2021-09-10 Manish GoregaokarRollup merge of #88720 - GuillaumeGomez:rustdoc-coverag...
2021-09-10 Manish GoregaokarRollup merge of #88667 - kraktus:patch-1, r=dtolnay
2021-09-10 Manish GoregaokarRollup merge of #88639 - Emilgardis:fix-issue-88600...
2021-09-10 Manish GoregaokarRollup merge of #88632 - camelid:md-opts, r=CraftSpider
2021-09-10 Manish GoregaokarRollup merge of #88578 - notriddle:notriddle/suggest...
2021-09-10 Manish GoregaokarRollup merge of #87441 - ibraheemdev:i-86865, r=cjgillot
2021-09-10 Manish GoregaokarRollup merge of #86165 - m-ou-se:proc-macro-span-shrink...
2021-09-09 borsAuto merge of #88676 - devnexen:fbsd_toolchain_upd...
2021-09-09 borsAuto merge of #88748 - bjorn3:try_fix_perf_regression...
2021-09-09 borsAuto merge of #88752 - Mark-Simulacrum:bootstrap-bump...
2021-09-09 Mark RousskovBump stage0 compiler to 1.56
2021-09-08 borsAuto merge of #88615 - flip1995:clippyup, r=Manishearth
2021-09-08 borsAuto merge of #80522 - cjgillot:borrowcrate, r=oli-obk
2021-09-08 Jack HueyRollup merge of #88726 - MingweiSamuel:patch-1, r=wesle...
2021-09-08 Jack HueyRollup merge of #88712 - jhpratt:fix-int_rounding-docs...
2021-09-08 Jack HueyRollup merge of #88694 - Mark-Simulacrum:relnotes,...
2021-09-08 Jack HueyRollup merge of #88691 - hyd-dev:88649, r=Mark-Simulacrum
2021-09-08 Jack HueyRollup merge of #88648 - kpreid:option, r=Mark-Simulacrum
2021-09-08 Jack HueyRollup merge of #88594 - steffahn:more_symbolic_doc_ali...
2021-09-08 Jack HueyRollup merge of #88553 - theo-lw:issue-88276, r=estebank
2021-09-08 Jack HueyRollup merge of #88541 - vandenheuvel:regression_test_7...
2021-09-08 Jack HueyRollup merge of #86263 - fee1-dead:rustdoc-layout-varia...
2021-09-08 flip1995Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff...
2021-09-08 borsAuto merge of #87489 - bdalrhm:rustdoc-line-num, r...
2021-09-08 borsAuto merge of #86943 - ptrojahn:suggest_derive, r=estebank
2021-09-08 borsAuto merge of #88061 - jackh726:genericbound-cleanup...
2021-09-08 borsAuto merge of #88477 - sexxi-goose:issue-88476, r=nikom...
2021-09-07 jackh726A bit of cleanup to astconv
2021-09-07 jackh726Change is_unsized to add_implicitly_sized
2021-09-07 jackh726Don't move ?Trait bounds to param bounds if they're...
2021-09-07 Camille GILLOTRename rustc_mir to rustc_const_eval.
2021-09-07 borsAuto merge of #88724 - Mark-Simulacrum:bump-rls, r...
2021-09-07 borsAuto merge of #88710 - Mark-Simulacrum:tyvid-idx, r...
2021-09-07 borsAuto merge of #88161 - michaelwoerister:fix-whole-archi...
2021-09-07 borsAuto merge of #88689 - Aaron1011:confused-std-resolver...
2021-09-07 Mark RousskovUse index newtyping for TyVid
2021-09-07 borsAuto merge of #88448 - xu-cheng:btree-blk-build, r...
2021-09-06 borsAuto merge of #83214 - cjgillot:dep-map, r=michaelwoerister
2021-09-06 Aaron HillMove `confused_type_with_std_module` to `ResolverOutputs`
2021-09-06 borsAuto merge of #88362 - pietroalbini:bump-stage0, r...
2021-09-06 borsAuto merge of #88686 - rylev:rollup-m1tf9ir, r=m-ou-se
2021-09-06 Paul TrojahnSuggest deriving traits if possible
2021-09-06 borsAuto merge of #88678 - matthewjasper:if-boolean-scoping...
2021-09-06 Ryan LevickRollup merge of #88673 - Qwaz:node-typo, r=jyn514
2021-09-06 Ryan LevickRollup merge of #88661 - est31:typo_fix_in_test, r...
2021-09-06 Ryan LevickRollup merge of #88659 - est31:update_smallvec_name...
2021-09-06 Ryan LevickRollup merge of #88647 - ChrisDenton:win-symlink-docs...
2021-09-06 Ryan LevickRollup merge of #88602 - BoxyUwU:tests-uwu-nya, r=lcnr
2021-09-06 borsAuto merge of #88631 - camelid:sugg-span, r=davidtwco
2021-09-06 borsAuto merge of #88665 - falk-hueffner:int-log-return...
2021-09-06 borsAuto merge of #88640 - SkiFire13:tests-for-85499, r...
2021-09-06 borsAuto merge of #88493 - chenyukang:fix-duplicated-diagno...
2021-09-05 borsAuto merge of #88435 - cjgillot:no-walk-crate, r=Aaron1011
2021-09-05 borsAuto merge of #88552 - nbdd0121:vtable, r=nagisa
2021-09-05 borsAuto merge of #88499 - eddyb:layout-off, r=nagisa
2021-09-05 borsAuto merge of #88604 - camelid:rustdoc-lifetime-bounds...
2021-09-05 borsAuto merge of #88662 - m-ou-se:rollup-h6lgp7k, r=m...
2021-09-05 Mara BosRollup merge of #88657 - camelid:fix-dyn-sugg, r=m...
2021-09-05 Mara BosRollup merge of #88511 - matthiaskrgr:xpyclippydefaultt...
2021-09-05 Mara BosRollup merge of #88432 - terrarier2111:patch-1, r=josht...
2021-09-05 Mara BosRollup merge of #88257 - estebank:invalid-attr-error...
2021-09-05 borsAuto merge of #88603 - nikic:llvm-update, r=cuviper
2021-09-05 borsAuto merge of #88559 - bjorn3:archive_logic_dedup,...
2021-09-05 borsAuto merge of #88469 - patrick-gu:master, r=dtolnay
2021-09-05 Noah LevFix 2021 `dyn` suggestion that used code as label
2021-09-04 borsAuto merge of #88364 - pietroalbini:llvm-install-filech...
2021-09-04 borsAuto merge of #88574 - camelid:box-genericarg-const...
2021-09-04 borsAuto merge of #88550 - dpaoliello:dpaoliello/allocdebug...
2021-09-04 borsAuto merge of #88547 - notriddle:notriddle/is-expr...
2021-09-04 borsAuto merge of #88538 - bjorn3:no_session_in_crate_loade...
2021-09-04 borsAuto merge of #88633 - Mark-Simulacrum:bump-version...
2021-09-04 borsAuto merge of #88598 - estebank:type-ascription-can...
2021-09-03 borsAuto merge of #88482 - athei:add-import-test, r=the8472
2021-09-03 borsAuto merge of #88572 - matthewjasper:if-let-scoping...
2021-09-03 borsAuto merge of #88454 - devnexen:sunos_asan, r=wesleywiser
2021-09-03 borsAuto merge of #88597 - cjgillot:lower-global, r=petroch...
2021-09-03 borsAuto merge of #88618 - m-ou-se:rollup-6tss5z6, r=m...
2021-09-03 Mara BosRollup merge of #88613 - m-ou-se:array-docs-2021, r...
2021-09-03 Mara BosRollup merge of #88610 - m-ou-se:array-into-iter-docs...
2021-09-03 Mara BosRollup merge of #88579 - ast-ral:master, r=m-ou-se
2021-09-03 Mara BosRollup merge of #88557 - lcnr:const-generics-cleanup...
2021-09-03 Mara BosRollup merge of #88507 - atsuzaki:slice-fill-maybeunini...
2021-09-03 Mara BosRollup merge of #88483 - jethrogb:jb/llvm-libunwind...
2021-09-03 Mara BosRollup merge of #88202 - azdavis:master, r=jyn514
2021-09-03 borsAuto merge of #86454 - tlyu:refactor-unsized-suggestion...
2021-09-03 Aman Arora2229: Don't move out of drop type
2021-09-03 borsAuto merge of #88428 - petrochenkov:stmtid, r=Aaron1011
2021-09-03 borsAuto merge of #88386 - estebank:unmatched-delims, r...
2021-09-03 borsAuto merge of #88363 - michaelwoerister:remapped-diagno...
2021-09-02 borsAuto merge of #85868 - Aaron1011:projection-cache,...
2021-09-02 borsAuto merge of #88596 - m-ou-se:rollup-cidzt4v, r=m...
2021-09-02 Camille GILLOTRename walk_crate.
2021-09-02 Mara BosRollup merge of #88592 - b-naber:region_substs, r=oli-obk
2021-09-02 Mara BosRollup merge of #88589 - xFrednet:00000-correct-comment...
2021-09-02 Mara BosRollup merge of #88582 - jhpratt:int_roundings, r=josht...
2021-09-02 Mara BosRollup merge of #88573 - camelid:rustdoc-assoc-panic...
2021-09-02 Mara BosRollup merge of #88567 - camelid:query-job-info, r...
next