]> git.lizzy.rs Git - rust.git/history - compiler
Rollup merge of #100261 - luqmana:suggestions-overflow, r=lcnr
[rust.git] / compiler /
2022-08-09 Matthias KrügerRollup merge of #100261 - luqmana:suggestions-overflow...
2022-08-09 Matthias KrügerRollup merge of #100256 - camelid:typeck-ctxt-doc,...
2022-08-09 Matthias KrügerRollup merge of #100240 - cjgillot:noice-structural...
2022-08-09 Matthias KrügerRollup merge of #100226 - cjgillot:noice-multibyte...
2022-08-09 Matthias KrügerRollup merge of #100098 - compiler-errors:field-suggest...
2022-08-09 Matthias KrügerRollup merge of #100072 - oToToT:patch-1, r=michaelwoer...
2022-08-09 Matthias KrügerRollup merge of #100040 - ChrisDenton:broken-pipe,...
2022-08-09 Matthias KrügerRollup merge of #99479 - Enselic:import-can-be-without...
2022-08-09 Matthias KrügerRollup merge of #98775 - notriddle:notriddle/mobile...
2022-08-09 Noah LevAddress review comments
2022-08-09 borsAuto merge of #99217 - lcnr:implied-bounds-pre-norm...
2022-08-09 borsAuto merge of #100318 - Dylan-DPC:rollup-18tzp6q, r...
2022-08-09 Dylan DPCRollup merge of #100305 - TaKO8Ki:suggest-adding-approp...
2022-08-09 Dylan DPCRollup merge of #100301 - TaKO8Ki:avoid-&str-to-String...
2022-08-09 Dylan DPCRollup merge of #100228 - luqmana:suggestion-ice, r...
2022-08-09 Dylan DPCRollup merge of #100221 - compiler-errors:impossible...
2022-08-09 Dylan DPCRollup merge of #100181 - RalfJung:alloc-ref-mutability...
2022-08-09 Dylan DPCRollup merge of #99787 - aDotInTheVoid:rdj-dyn, r=camel...
2022-08-09 Dylan DPCRollup merge of #96478 - WaffleLapkin:rustc_default_bod...
2022-08-09 borsAuto merge of #100089 - JakobDegen:no-invalidate-visito...
2022-08-09 lcnrdon't normalize wf predicates
2022-08-09 Jakob DegenAdd option to `mir::MutVisitor` to not invalidate CFG.
2022-08-09 borsAuto merge of #100304 - matthiaskrgr:rollup-gs56vlw...
2022-08-09 Takayuki Maedasuggest adding an appropriate missing pattern excluding...
2022-08-09 Matthias KrügerRollup merge of #100303 - lnicola:rust-analyzer-2022...
2022-08-09 Matthias KrügerRollup merge of #100294 - theli-ua:master, r=thomcc
2022-08-09 Matthias KrügerRollup merge of #100268 - TaKO8Ki:add-regression-test...
2022-08-09 Matthias KrügerRollup merge of #100238 - Bryysen:master, r=cjgillot
2022-08-09 Matthias KrügerRollup merge of #100212 - GuillaumeGomez:rm-clean-impls...
2022-08-09 Matthias KrügerRollup merge of #100163 - TaKO8Ki:remove-unnecessary...
2022-08-09 borsAuto merge of #100205 - cjgillot:noice-doc, r=camelid
2022-08-09 Laurențiu Nicola:arrow_up: rust-analyzer
2022-08-09 Takayuki Maedaavoid `&str` to `String` conversions
2022-08-08 BryysenFix plural form of `variant` in error message not forma...
2022-08-08 Luqman AdenSet tainted errors bit before emitting coerce suggestions.
2022-08-08 borsAuto merge of #98863 - compiler-errors:projection-msg...
2022-08-08 borsAuto merge of #98489 - cjgillot:naked-nohir, r=davidtwc...
2022-08-08 borsAuto merge of #100207 - notriddle:notriddle/skipped...
2022-08-08 Noah LevAdd some high-level docs to `FnCtxt` and `ItemCtxt`
2022-08-08 Michael GouletAdjust wording
2022-08-07 Michael GouletImplement special-cased projection error message for...
2022-08-07 Michael GouletDon't document impossible to call default trait items...
2022-08-07 BryysenFix wording on comment
2022-08-07 borsAuto merge of #100245 - matthiaskrgr:rollup-tfoo650...
2022-08-07 BryysenAdd comments to obscure code, remove unnesecary paramet...
2022-08-07 Matthias KrügerRollup merge of #100244 - Lokathor:add-armv4t-none...
2022-08-07 Matthias KrügerRollup merge of #100230 - cjgillot:noice-multibyte...
2022-08-07 Matthias KrügerRollup merge of #100206 - RalfJung:miri-terminfo, r...
2022-08-07 Matthias KrügerRollup merge of #100194 - est31:box_syntax_tests, r...
2022-08-07 Matthias KrügerRollup merge of #100038 - nicholasbishop:bishop-add...
2022-08-07 Matthias KrügerRollup merge of #100019 - TaKO8Ki:suggest-boxed-trait...
2022-08-07 borsAuto merge of #100218 - nicholasbishop:bishop-update...
2022-08-07 LokathorCreate armv4t_none_eabi.rs
2022-08-07 Camille GILLOTFail gracefully when const pattern is not structural...
2022-08-07 borsAuto merge of #99833 - andrewpollack:fuchsia-rust-ci...
2022-08-07 BryysenFurther improve error message for E0081
2022-08-07 borsAuto merge of #99983 - RalfJung:more-layout-checks...
2022-08-07 Camille GILLOTUse start_point instead of next_point to point to elide...
2022-08-07 Camille GILLOTDo not manually craft a span pointing inside a multibyt...
2022-08-07 Luqman AdenDon't ICE while suggesting updating item path.
2022-08-07 Takayuki Maedafix wrong suggestions for boxed trait objects instead...
2022-08-07 Takayuki Maedarevive suggestions for boxed trait objects instead...
2022-08-07 borsAuto merge of #100091 - chenyukang:add-check-for-link...
2022-08-07 borsAuto merge of #100004 - jyn514:exclude-single-test...
2022-08-06 borsAuto merge of #100213 - matthiaskrgr:rollup-mqe7t1n...
2022-08-06 Matthias KrügerRollup merge of #100175 - fxn:patch-1, r=Mark-Simulacrum
2022-08-06 Matthias KrügerRollup merge of #100169 - WaffleLapkin:optimize_is_alig...
2022-08-06 Matthias KrügerRollup merge of #100130 - compiler-errors:erroneous...
2022-08-06 Matthias KrügerRollup merge of #100127 - ChrisDenton:remove-init,...
2022-08-06 Matthias KrügerRollup merge of #100071 - klensy:annotate-snippets...
2022-08-06 borsAuto merge of #100117 - nicholasbishop:bishop-update...
2022-08-06 borsAuto merge of #99524 - cuviper:relnotes-1.63.0, r=Mark...
2022-08-06 borsAuto merge of #100195 - matthiaskrgr:rollup-ovzyyb0...
2022-08-06 Matthias KrügerRollup merge of #100193 - GuillaumeGomez:rm-clean-impls...
2022-08-06 Matthias KrügerRollup merge of #100167 - chenyukang:require-suggestion...
2022-08-06 Matthias KrügerRollup merge of #100132 - compiler-errors:issue-100103...
2022-08-06 Matthias KrügerRollup merge of #100094 - lyming2007:issue-98982, r...
2022-08-06 borsAuto merge of #99893 - compiler-errors:issue-99387...
2022-08-06 borsAuto merge of #100172 - Mark-Simulacrum:bump-165, r...
2022-08-06 borsAuto merge of #99743 - compiler-errors:fulfillment...
2022-08-05 borsAuto merge of #100035 - workingjubilee:merge-functions...
2022-08-05 Ralf Jungadd method to get the mutability of an AllocId
2022-08-05 Jubilee YoungEnable function merging when opt is for size
2022-08-05 Yiming Leiimplement #98982
2022-08-05 Michael Gouletmove DiagnosticArgFromDisplay into rustc_errors
2022-08-05 Michael GouletDelay formatting trimmed path until lint/error is emitted
2022-08-05 borsAuto merge of #100174 - Dylan-DPC:rollup-wnskbk6, r...
2022-08-05 Dylan DPCRollup merge of #100168 - WaffleLapkin:improve_diagnost...
2022-08-05 Dylan DPCRollup merge of #100166 - GuillaumeGomez:rm-clean-impls...
2022-08-05 Dylan DPCRollup merge of #100158 - solid-rs:patch/kmc-solid...
2022-08-05 Dylan DPCRollup merge of #100157 - rust-lang:notriddle/use-map...
2022-08-05 Dylan DPCRollup merge of #100155 - compiler-errors:issue-100154...
2022-08-05 Dylan DPCRollup merge of #99835 - TaKO8Ki:suggest-adding-or...
2022-08-05 Maybe WaffleMove stability lookup after cross-crate check
2022-08-05 borsAuto merge of #100073 - dpaoliello:externvar, r=michael...
2022-08-05 Maybe WaffleImprove diagnostics for `const a: = expr;`
2022-08-05 yukangrecover require,include instead of use in item
2022-08-05 borsAuto merge of #95977 - FabianWolff:issue-92790-dead...
2022-08-05 Takayuki Maedaremove an unnecessary `str::rfind`
2022-08-05 borsAuto merge of #99867 - spastorino:refactor-remap-lifeti...
next