]> git.lizzy.rs Git - rust.git/history - compiler
Rollup merge of #95005 - ssomers:btree_static_assert, r=thomcc
[rust.git] / compiler /
2022-08-22 borsAuto merge of #99963 - cjgillot:iter-submodule, r=compi...
2022-08-22 Camille GILLOTMark suggestion as MaybeIncorrect.
2022-08-22 Camille GILLOTRemove FnItemRibKind.
2022-08-22 Camille GILLOTRemove generate_fn_name_span and generate_local_type_pa...
2022-08-22 Camille GILLOTDo not call generate_fn_name_span in typeck.
2022-08-22 Camille GILLOTImprove local generic parameter suggestions.
2022-08-22 Camille GILLOTCreate specific ConstantHasGenerics for ConstantItemRib...
2022-08-22 borsAuto merge of #99762 - Nilstrieb:unreachable-prop,...
2022-08-22 Eric HolkRefactor part of codegen_call_terminator
2022-08-22 Giacomo StevanatoRemove use of DiagnosticArgFromDisplay
2022-08-22 David Wooderrors: `IntoDiagnosticArg` for `io::Error`/paths
2022-08-22 borsAuto merge of #100881 - Dylan-DPC:rollup-q9rr658, r...
2022-08-22 Peter MedusMigrate rustc_plugin_impl to SessionDiagnostic
2022-08-22 Dylan DPCRollup merge of #100872 - JanBeh:PR_vec_default_alloc_d...
2022-08-22 Dylan DPCRollup merge of #100820 - WaffleLapkin:use_ptr_is_align...
2022-08-22 Dylan DPCRollup merge of #100713 - Xiretza:parser-expr-session...
2022-08-22 Dylan DPCRollup merge of #100336 - fee1-dead-contrib:fix-wf...
2022-08-22 Dylan DPCRollup merge of #100331 - lo48576:try-reserve-preserve...
2022-08-22 Dylan DPCRollup merge of #99957 - chotchki:ip-globally-reachable...
2022-08-22 Dylan DPCRollup merge of #99770 - Nilstrieb:mir-pass-unit-test...
2022-08-22 Dylan DPCRollup merge of #98200 - ouz-a:issue-98177, r=oli-obk
2022-08-22 borsAuto merge of #99908 - Nilstrieb:mir-opt-span, r=oli-obk
2022-08-22 yukangremove hack fix since we don't have no overflow diagnostic
2022-08-22 yukangInferCtxt emit error when incorrectly tainted by errors
2022-08-22 Giacomo StevanatoPrefix fluent resources with interface_
2022-08-22 NilstriebFix span for consts in mir builder
2022-08-22 NilstriebShow absolute line numbers if span is outside relative...
2022-08-22 Deadbeeffix tidy
2022-08-22 borsAuto merge of #99702 - SparrowLii:transtive_relation...
2022-08-22 DeadbeefOverhaul 100222 test; wf always remap to nonconst
2022-08-22 Giacomo StevanatoDeny diagnostic lints in rustc_interface
2022-08-22 Giacomo StevanatoMove rustc_interface diagnostics to struct SessionDiagn...
2022-08-22 Giacomo StevanatoMove existing diagnostic struct to a new errors module
2022-08-22 Deadbeefremove stray comment
2022-08-22 DeadbeefFix wf check on `#[const_trait]` return types
2022-08-22 SparrowLiire-base and use `OutlivesEnvironment::with_bounds`
2022-08-22 SparrowLiiuse type alias impl trait in `outlives_bounds::InferCtx...
2022-08-22 SparrowLiiadd `with_bounds` to `OutlivesEnvironment` and `implied...
2022-08-22 SparrowLiiget rid of `RefCell` in `TransitiveRelation`
2022-08-22 Takayuki Maedamake some methods private
2022-08-22 borsAuto merge of #100868 - Dylan-DPC:rollup-a1hfi1r, r...
2022-08-22 Xiretzafluent: point to path containing error instead of modul...
2022-08-22 Xiretzafluent: mandate slug names to be prefixed by crate...
2022-08-22 Dylan DPCRollup merge of #100757 - ouz-a:issue-95134, r=jackh726
2022-08-22 Dylan DPCRollup merge of #100694 - finalchild:ast-passes-diag...
2022-08-22 Dylan DPCRollup merge of #99915 - WaffleLapkin:recover_keyword_b...
2022-08-22 Dylan DPCRollup merge of #99386 - AngelicosPhosphoros:add_retain...
2022-08-22 Dylan DPCRollup merge of #93162 - camsteffen:std-prim-docs,...
2022-08-22 borsAuto merge of #100676 - lcnr:implied-bounds-yay, r...
2022-08-22 borsAuto merge of #100671 - Xiretza:tidy-fluent-files,...
2022-08-22 Cameron SteffenRefactor query modifier parsing
2022-08-22 borsAuto merge of #100668 - nnethercote:use-AttrVec-more...
2022-08-22 Ralf Jungfix ICE with extra-const-ub-checks
2022-08-21 borsAuto merge of #100654 - compiler-errors:rework-point...
2022-08-21 Nicholas NethercoteUse `AttrVec` in more places.
2022-08-21 Alex MacleodFix rustc_parse_format precision & width spans
2022-08-21 NilstriebEnable UnreachablePropagation under mir-opt-level >= 2
2022-08-21 NilstriebUnreachableProp: Preserve unreachable branches for...
2022-08-21 borsAuto merge of #100847 - matthiaskrgr:rollup-0ga531s...
2022-08-21 borsAuto merge of #100645 - notriddle:notriddle/rustdoc...
2022-08-21 finalchildReplace #[error(..)] etc. to #[diag(..)]
2022-08-21 Park Jaeon [파차]Fix incorrect return type of emit_fatal
2022-08-21 finalchildRemove redundant clone
2022-08-21 finalchildMigrate forbidden_default and *_without_body
2022-08-21 finalchildFix `build_format` not unescaping braces properly
2022-08-21 finalchildSupport #[fatal(..)]
2022-08-21 finalchildMigrate fn_param_forbidden_self and rename others to...
2022-08-21 finalchildRename c_var_args_without_named_arg to c_var_args_is_so...
2022-08-21 finalchildMigrate doc_comment_on_fn_param, forbidden_attr_on_fn_param
2022-08-21 finalchildMigrate forbidden_lifetime_bound, forbidden_non_lifetim...
2022-08-21 finalchildMigrate trait_fn_const
2022-08-21 finalchildMigrate trait_fn_async
2022-08-21 finalchildTidy
2022-08-21 finalchildMigrate deprecated_where_clause_location, forbidden_ass...
2022-08-21 finalchildUse DiagnosticMessage for BufferedEarlyLint.msg
2022-08-21 finalchildMigrate forbidden_let
2022-08-21 Matthias KrügerRollup merge of #100842 - JhonnyBillM:enable-diag-lint...
2022-08-21 Matthias KrügerRollup merge of #100839 - nelsonjchen:consistent_child_...
2022-08-21 Matthias KrügerRollup merge of #100822 - WaffleLapkin:no_offset_questi...
2022-08-21 Matthias KrügerRollup merge of #100821 - WaffleLapkin:ptr_add_docs...
2022-08-21 Matthias KrügerRollup merge of #100813 - Nilstrieb:too-much-disk-space...
2022-08-21 Matthias KrügerRollup merge of #100775 - GuillaumeGomez:reduce-span...
2022-08-21 Matthias KrügerRollup merge of #100761 - lcnr:mir-typeck-cleanup,...
2022-08-21 Matthias KrügerRollup merge of #100760 - krasimirgg:llvm-16-pic-level...
2022-08-21 Matthias KrügerRollup merge of #100697 - eholk:doc-comment-update...
2022-08-21 Matthias KrügerRollup merge of #100663 - clarfonthey:const-reverse...
2022-08-21 Matthias KrügerRollup merge of #100556 - Alex-Velez:patch-1, r=scottmcm
2022-08-21 Jhonny Bill MenaADD - diagnostic lints to rustc_transmute
2022-08-21 XiretzaMigrate diagnostics in parser/expr to SessionDiagnostic
2022-08-21 Maybe Wafflerecover `const Tr` bounds (no `~`)
2022-08-21 Camille GILLOTAlso validate types before inlining.
2022-08-21 Camille GILLOTRefactor cost computation as a visitor.
2022-08-21 borsAuto merge of #100765 - Xiretza:session-diagnostic...
2022-08-21 borsAuto merge of #100627 - krasimirgg:lto-llvm-16, r=cuviper
2022-08-21 XiretzaReplace #[lint/warning/error] with #[diag]
2022-08-21 XiretzaDisallow #[primary_span] on LintDiagnostics
2022-08-21 XiretzaMake derived SessionDiagnostics generic on diagnostic...
2022-08-21 XiretzaAdd Handler::struct_diagnostic()
2022-08-21 borsAuto merge of #100624 - GuillaumeGomez:update-minifier...
2022-08-21 Michael GouletBless tests after #100769
next