]> git.lizzy.rs Git - rust.git/history - compiler
Skip recording resolution for duplicated generic params.
[rust.git] / compiler /
2022-12-03 Camille GILLOTSkip recording resolution for duplicated generic params.
2022-12-03 borsAuto merge of #97485 - bjorn3:new_archive_writer, r...
2022-12-03 bjorn3Make sure all input archives are unmapped before persis...
2022-12-03 borsAuto merge of #105183 - GuillaumeGomez:merge-and-dedup...
2022-12-03 borsAuto merge of #105133 - oli-obk:promoted_def_ids, r...
2022-12-03 borsAuto merge of #105196 - JohnTitor:rollup-8rxqnq6, r...
2022-12-03 Yuki OkushiRollup merge of #105189 - notriddle:notriddle/rustdoc...
2022-12-03 Yuki OkushiRollup merge of #105188 - compiler-errors:verbose-ty...
2022-12-03 Yuki OkushiRollup merge of #105182 - aDotInTheVoid:rdj-no-foreign...
2022-12-03 Yuki OkushiRollup merge of #105181 - bhbs:skip-note, r=estebank
2022-12-03 Yuki OkushiRollup merge of #105100 - jhpratt:fix-docs, r=JohnTitor
2022-12-03 Yuki OkushiRollup merge of #105032 - HintringerFabian:improve_docs...
2022-12-03 Yuki OkushiRollup merge of #104903 - spastorino:consolidate-normal...
2022-12-03 borsAuto merge of #105073 - weihanglo:update-cargo, r=weihanglo
2022-12-03 bhbsDon't add a note for implementing a trait if its inner...
2022-12-02 borsAuto merge of #105187 - matthiaskrgr:rollup-nxyxpko...
2022-12-02 Michael GouletDon't elide information when printing E0308 with Zverbose
2022-12-02 Santiago PastorinoDefine values and err as non mutable
2022-12-02 Santiago PastorinoUse ocx.normalize in report_projection_error
2022-12-02 Matthias KrügerRollup merge of #105185 - compiler-errors:normalize_fn_...
2022-12-02 Matthias KrügerRollup merge of #105163 - compiler-errors:afit-lt-arity...
2022-12-02 Matthias KrügerRollup merge of #105162 - compiler-errors:fn-sig-arity...
2022-12-02 Matthias KrügerRollup merge of #105155 - notriddle:notriddle/flexbox...
2022-12-02 Matthias KrügerRollup merge of #105144 - compiler-errors:normalization...
2022-12-02 Matthias KrügerRollup merge of #105033 - durin42:llvm-16-dont-tail...
2022-12-02 Matthias KrügerRollup merge of #105026 - oToToT:aarch64-v8a, r=davidtwco
2022-12-02 borsAuto merge of #104999 - saethlin:immediate-abort-inlini...
2022-12-02 Michael GouletMove normalize_fn_sig to TypeErrCtxt
2022-12-02 borsAuto merge of #104863 - nnethercote:reduce-lint-macros...
2022-12-02 bjorn3Write to temp file before renaming to the final name
2022-12-02 borsAuto merge of #105166 - matthiaskrgr:rollup-s9l6vt2...
2022-12-02 Matthias KrügerRollup merge of #105143 - notriddle:notriddle/scraped...
2022-12-02 Matthias KrügerRollup merge of #105137 - yjhn:patch-1, r=Dylan-DPC
2022-12-02 Matthias KrügerRollup merge of #105136 - RalfJung:deref-promotion...
2022-12-02 Matthias KrügerRollup merge of #105132 - GuillaumeGomez:migrate-summar...
2022-12-02 Matthias KrügerRollup merge of #105126 - Sp00ph:const_new_in, r=dtolnay
2022-12-02 Matthias KrügerRollup merge of #104614 - Nilstrieb:type-ascribe!,...
2022-12-02 Michael GouletProperly synthesize fn sig value during cycle
2022-12-02 borsAuto merge of #104963 - petrochenkov:noaddids2, r=cjgillot
2022-12-02 Nicholas NethercoteInline and remove `early_lint_node`.
2022-12-02 Nicholas NethercoteMerge `builtins` into `EarlyLintPassObjects`.
2022-12-02 Michael GouletCheck lifetime param count in collect_trait_impl_trait_tys
2022-12-02 Nicholas NethercoteRemove some unnecessary `Send` bounds.
2022-12-02 Nicholas NethercoteInline and remove `late_lint_pass_crate`.
2022-12-02 Nicholas NethercoteInline and remove `late_lint_mod_pass`.
2022-12-02 Nicholas NethercoteMerge `builtins` into `LateLintPassObjects`.
2022-12-02 Nicholas NethercoteRemove six macros relating to lint definitions.
2022-12-02 Nicholas NethercoteRemove `-Zno-interleave-lints`.
2022-12-02 Nicholas NethercoteEliminate four unnecessary lint macros.
2022-12-01 borsAuto merge of #105140 - flip1995:clippyup, r=Manishearth
2022-12-01 Michael GouletDocument normalization methods on At
2022-12-01 Michael GouletDrive-by: remove unused type alias
2022-12-01 borsAuto merge of #105125 - matthiaskrgr:rollup-fr0snmj...
2022-12-01 Philipp KronesMerge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76...
2022-12-01 Vadim Petrochenkovrustc_ast_lowering: Stop lowering imports into multiple...
2022-12-01 Vadim Petrochenkovrustc_hir: Change representation of import paths to...
2022-12-01 Ralf Jungclarify comment on Deref promotion
2022-12-01 borsAuto merge of #105003 - flba-eb:only_windows, r=Mark...
2022-12-01 Vadim Petrochenkovrustc_hir: Relax lifetime requirements on `Visitor...
2022-12-01 Matthias KrügerRollup merge of #105106 - jhpratt:issue-105101, r=TaKO8Ki
2022-12-01 Matthias KrügerRollup merge of #105088 - notriddle:notriddle/search...
2022-12-01 Matthias KrügerRollup merge of #105087 - HKalbasi:master, r=eddyb
2022-12-01 Matthias KrügerRollup merge of #105078 - TaKO8Ki:fix-105011, r=nnethercote
2022-12-01 borsAuto merge of #104975 - JakobDegen:custom_mir_let,...
2022-12-01 Oli SchererFill in `def_span` when creating def ids.
2022-12-01 Oli SchererDon't allow feeding a query cache entry twice
2022-12-01 borsAuto merge of #104861 - nnethercote:attr-cleanups,...
2022-12-01 borsAuto merge of #105095 - matthiaskrgr:rollup-9pu7vrx...
2022-12-01 borsAuto merge of #104160 - Ayush1325:windows-args, r=m...
2022-11-30 Jacob PrattFix ICE from #105101
2022-11-30 Matthias KrügerRollup merge of #105091 - tshepang:mailmap, r=compiler...
2022-11-30 Matthias KrügerRollup merge of #105086 - notriddle:notriddle/sidebar...
2022-11-30 Matthias KrügerRollup merge of #105081 - weiznich:regression_test_for_...
2022-11-30 Matthias KrügerRollup merge of #105074 - nicholasbishop:bishop-mailmap...
2022-11-30 Matthias KrügerRollup merge of #105064 - notriddle:notriddle/main...
2022-11-30 Matthias KrügerRollup merge of #105063 - aDotInTheVoid:rdj-dont-assume...
2022-11-30 Matthias KrügerRollup merge of #104895 - chenyukang:yukang/fix-104884...
2022-11-30 Matthias KrügerRollup merge of #104865 - pratushrai0309:bootstrap...
2022-11-30 Matthias KrügerRollup merge of #103065 - aDotInTheVoid:rdj-arg-pattern...
2022-11-30 hkalbasiExtract llvm datalayout parsing out of spec module
2022-11-30 borsAuto merge of #104940 - cjgillot:query-feed-simple...
2022-11-30 borsAuto merge of #99814 - aliemjay:patch-2, r=jackh726
2022-11-30 borsAuto merge of #104905 - compiler-errors:normalization...
2022-11-30 borsAuto merge of #105080 - matthiaskrgr:rollup-7ffj4oe...
2022-11-30 Matthias KrügerRollup merge of #105079 - nnethercote:bots-mailmap...
2022-11-30 Matthias KrügerRollup merge of #105071 - nnethercote:nnethercote-mailm...
2022-11-30 Matthias KrügerRollup merge of #105039 - nnethercote:fix-104769, r...
2022-11-30 Matthias KrügerRollup merge of #104811 - haraldh:feat/wasm32_wasi_shut...
2022-11-30 Matthias KrügerRollup merge of #104697 - dingxiangfei2009:fix-euv...
2022-11-30 Takayuki Maedaavoid an unnecessary `&str` to `String` conversion
2022-11-30 Takayuki Maedareport literal errors when `token_lit` has errors
2022-11-30 borsAuto merge of #104679 - dvdhrm:rw/dso, r=petrochenkov
2022-11-30 Jakob DegenImprove spans in custom mir
2022-11-30 Jakob DegenSupport statics in custom mir
2022-11-30 Jakob DegenSupport most constant kinds in custom mir
2022-11-30 Nicholas NethercoteFix an ICE parsing a malformed literal in `concat_bytes!`.
2022-11-30 borsAuto merge of #105070 - matthiaskrgr:rollup-9b25khj...
2022-11-29 Matthias KrügerRollup merge of #105068 - jneem:master, r=jyn514
2022-11-29 Matthias KrügerRollup merge of #105066 - lcnr:mv-candidate_from_obliga...
2022-11-29 Matthias KrügerRollup merge of #105062 - notriddle:notriddle/rustdoc...
next