]> git.lizzy.rs Git - rust.git/history - compiler
Rollup merge of #100379 - davidtwco:triagebot-diag, r=Mark-Simulacrum
[rust.git] / compiler /
2022-08-14 Michael GouletRollup merge of #100431 - compiler-errors:enum-ctor...
2022-08-14 Michael GouletRollup merge of #100367 - fmease:fix-100365, r=compiler...
2022-08-14 Michael GouletRollup merge of #100335 - aDotInTheVoid:rdj-resolved...
2022-08-14 Michael GouletRollup merge of #100299 - compiler-errors:issue-100283...
2022-08-14 Michael GouletRollup merge of #99646 - compiler-errors:arg-mismatch...
2022-08-14 borsAuto merge of #100495 - RalfJung:miri, r=RalfJung
2022-08-14 borsAuto merge of #100511 - compiler-errors:rollup-vrte4w5...
2022-08-13 Michael GouletDelay span bug when failing to normalize negative coher...
2022-08-13 Michael GouletRollup merge of #100509 - BoxyUwU:merge_hrtb_with_highe...
2022-08-13 Michael GouletRollup merge of #100501 - RalfJung:miri-from-exposed...
2022-08-13 Michael GouletRollup merge of #100490 - lcnr:wf-consts, r=jackh726
2022-08-13 Michael GouletRollup merge of #100475 - chenyukang:fix-100461, r...
2022-08-13 Michael GouletRollup merge of #100464 - khyperia:lld-icf-on-windows...
2022-08-13 Michael GouletRollup merge of #100447 - GuillaumeGomez:rm-clean-impl...
2022-08-13 Michael GouletRollup merge of #100445 - krasimirgg:llvm-16-msan,...
2022-08-13 Michael GouletRollup merge of #100438 - compiler-errors:issue-100360...
2022-08-13 Michael GouletRollup merge of #100434 - compiler-errors:issue-100373...
2022-08-13 Michael GouletRollup merge of #100407 - RalfJung:no-int2ptr, r=Mark...
2022-08-13 Goldsteinfix span_extend_to_next_char docs
2022-08-13 lcnrwf correctly shallow_resolve consts
2022-08-13 Michael GouletDo not inline non-simple argument type errors into...
2022-08-13 Michael GouletLabel argument coercion errors
2022-08-13 lcnrchange `InlineAsmCtxt` to not talk about `FnCtxt`
2022-08-13 Takayuki Maedause `span_suggestion` instead of `span_suggestion_verbose`
2022-08-13 borsAuto merge of #100380 - nicholasbishop:bishop-update...
2022-08-13 yukanggive a helpful diagnostic even when the next struct...
2022-08-13 borsAuto merge of #100341 - andrewpollack:fuchsia-llvm...
2022-08-13 borsAuto merge of #100324 - Mark-Simulacrum:bootstrap-bump...
2022-08-13 Tomasz Miąsko`assert_{inhabited,zero_valid,uninit_valid}` intrinsics...
2022-08-12 Mark RousskovAdjust cfgs
2022-08-12 est31Change fluent_messages macro to expect _ slugs instead...
2022-08-12 est31Update rustdoc to new slug style
2022-08-12 est31Replace - with _ in ftl slugs for better grepability
2022-08-12 ridwanabdillahiRespond to RFC comments.
2022-08-12 borsAuto merge of #100456 - Dylan-DPC:rollup-fn17z9f, r...
2022-08-12 Vadim Petrochenkovrustc_target: Update some old naming around self contai...
2022-08-12 Michael GouletAddress nit
2022-08-12 Michael GouletAdjust span of fn arguments
2022-08-12 Michael GouletAdjust span of closure param
2022-08-12 Michael GouletAnd for closures
2022-08-12 Michael GouletPoint out a single arg if we have a single arg incompat...
2022-08-12 Michael GouletCheck ctor for missing stability
2022-08-12 Michael Gouletenum variant ctor inherits stability of variant
2022-08-12 Dylan DPCRollup merge of #100443 - est31:let_else_regression_tes...
2022-08-12 Dylan DPCRollup merge of #100409 - jsha:highlight-lighter, r...
2022-08-12 Dylan DPCRollup merge of #100396 - chenyukang:fix-100394, r...
2022-08-12 Dylan DPCRollup merge of #100366 - davidtwco:translation-never...
2022-08-12 Dylan DPCRollup merge of #100255 - thedanvail:issue-98861-fix...
2022-08-12 Dylan DPCRollup merge of #100247 - cjgillot:verify-dyn-trait...
2022-08-12 Dylan DPCRollup merge of #100229 - RalfJung:extra-const-ub-check...
2022-08-12 Dylan DPCRollup merge of #100030 - WaffleLapkin:nice_pointer_sis...
2022-08-12 Dylan DPCRollup merge of #100022 - joboet:faster_threadid, r...
2022-08-12 borsAuto merge of #100328 - davidtwco:perf-implications...
2022-08-12 borsAuto merge of #99624 - vincenzopalazzo:macros/unix_erro...
2022-08-12 Goldsteinimprove "try ignoring the field" diagnostic
2022-08-12 Takayuki Maedasuggest removing a semicolon after impl/trait items
2022-08-12 Michael Woerister[debuginfo] Use IndexMap instead of FxHashMap while...
2022-08-12 Michael Woerister[debuginfo] Update cpp-like enum decoding docs to accou...
2022-08-12 Michael Woerister[debuginfo] Don't mark fields and types as artificial...
2022-08-12 Michael Woerister[debuginfo] Remove the notion of a 'fallback variant...
2022-08-12 Michael WoeristerUse enum2<_> instead of enum<_> for Cpp-like debuginfo...
2022-08-12 Michael Woeristerdebuginfo: Change C++-like encoding for enums.
2022-08-12 borsAuto merge of #100435 - ehuss:update-cargo, r=ehuss
2022-08-12 Eric HussFix diagnostic that was looking for a PatKind::Struct
2022-08-12 Eric HussAdd missing visit_pat_field in early lint visitor.
2022-08-12 Eric HussMake Node::ExprField a child of Node::Expr.
2022-08-12 Eric HussAdd visitors for PatField and ExprField.
2022-08-12 Eric HussHonor lint level attributes in more places.
2022-08-12 Eric HussCheck attributes on struct expression fields.
2022-08-12 Eric HussCheck attributes on pattern fields.
2022-08-12 Michael GouletErase regions better in promote_candidate
2022-08-12 borsAuto merge of #99464 - nikic:llvm-15, r=cuviper
2022-08-12 Michael GouletFix HIR pretty printing of let else
2022-08-12 borsAuto merge of #100419 - flip1995:clippyup, r=Manishearth
2022-08-11 ridwanabdillahiAdd support for generating unique *.profraw files by...
2022-08-11 borsAuto merge of #100426 - matthiaskrgr:rollup-0ks4dou...
2022-08-11 León Orell Valeria... Suggest path separator when a dot is used on a trait
2022-08-11 Matthias KrügerRollup merge of #100418 - tbodt:stabilize-backtrace...
2022-08-11 Matthias KrügerRollup merge of #100392 - nnethercote:simplify-visitors...
2022-08-11 Matthias KrügerRollup merge of #100374 - GuillaumeGomez:improve_rustdo...
2022-08-11 Matthias KrügerRollup merge of #100350 - jhpratt:stringify-vis, r...
2022-08-11 Matthias KrügerRollup merge of #100307 - nnethercote:fix-96847, r...
2022-08-11 Matthias KrügerRollup merge of #100203 - compiler-errors:command-args...
2022-08-11 Matthias KrügerRollup merge of #100112 - RalfJung:assert_send_and_sync...
2022-08-11 Matthias KrügerRollup merge of #99992 - jyn514:shell-scripts, r=Mark...
2022-08-11 Matthias KrügerRollup merge of #99511 - RalfJung:raw_eq, r=wesleywiser
2022-08-11 Matthias KrügerRollup merge of #99500 - tmandry:fuchsia-flags, r=petro...
2022-08-11 Matthias KrügerRollup merge of #99421 - Bryanskiy:android-crt-static...
2022-08-11 Matthias KrügerRollup merge of #99337 - jsha:simplify-highlight, r...
2022-08-11 Matthias KrügerRollup merge of #93896 - jsha:dark-colors, r=GuillaumeGomez
2022-08-11 borsAuto merge of #100416 - Dylan-DPC:rollup-m344lh1, r...
2022-08-11 Philipp KronesMerge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89...
2022-08-11 Dylan DPCRollup merge of #100403 - GuillaumeGomez:improve-messag...
2022-08-11 Dylan DPCRollup merge of #100398 - nnethercote:improve-Zhir...
2022-08-11 Dylan DPCRollup merge of #100391 - nnethercote:improve-size...
2022-08-11 Dylan DPCRollup merge of #100370 - GuillaumeGomez:rm-more-clean...
2022-08-11 Dylan DPCRollup merge of #100351 - compiler-errors:diagnostic...
2022-08-11 Dylan DPCRollup merge of #100287 - cuviper:no-linux-prctl, r...
2022-08-11 Dylan DPCRollup merge of #100232 - cjgillot:no-desugar-methodcal...
2022-08-11 Dylan DPCRollup merge of #100192 - tmiasko:rm-duplicated-locals...
next