]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-06-14 Guillaume GomezFix expand/collapse on source viewer sidebar folders
2022-06-12 borsAuto merge of #97993 - lengyijun:clean-variance, r...
2022-06-12 borsAuto merge of #97778 - compiler-errors:misc-diagnostics...
2022-06-11 Michael GouletAddress comments
2022-06-11 Michael GouletProperly replace `impl Trait` in fn args, turn {integer...
2022-06-11 Michael GouletMake is_suggestable work on all TypeFoldable
2022-06-11 Michael GouletHandle empty where-clause better
2022-06-11 Michael GouletMake Ty::is_suggestable use a visitor
2022-06-11 borsAuto merge of #97705 - compiler-errors:guide-inference...
2022-06-11 borsAuto merge of #95880 - cjgillot:def-ident-span, r=petro...
2022-06-11 borsAuto merge of #97996 - matthiaskrgr:rollup-bvbjlid...
2022-06-11 Michael GouletStop using string equality to check if ADT is a union
2022-06-11 Michael GouletUse if-let instead of match with guard
2022-06-11 Michael GouletGuide inference along during type_changing_struct_update
2022-06-11 Matthias KrügerRollup merge of #97994 - kyoto7250:fix_hir_link, r...
2022-06-11 Matthias KrügerRollup merge of #97990 - GuillaumeGomez:eslint-checks...
2022-06-11 Matthias KrügerRollup merge of #97969 - inglorion:prelinkpasses, r...
2022-06-11 Matthias KrügerRollup merge of #97943 - Warrenren:master, r=Dylan-DPC
2022-06-11 Matthias KrügerRollup merge of #97904 - est31:master, r=Dylan-DPC
2022-06-11 borsAuto merge of #97989 - Dylan-DPC:rollup-wol1a1y, r...
2022-06-11 kyoto7250feat(fix): update some links
2022-06-11 lengyijunclean variance test
2022-06-11 Guillaume GomezAdd eslint rule "no-script-url"
2022-06-11 Guillaume GomezAdd eslint rule "no-return-assign"
2022-06-11 Guillaume GomezAdd eslint rule "no-multi-assign"
2022-06-11 Guillaume GomezAdd eslint rule "no-mixed-operator"
2022-06-11 Guillaume GomezAdd eslint rule "no-lonely-if"
2022-06-11 Dylan DPCRollup merge of #97987 - TaKO8Ki:remove-unnecessary...
2022-06-11 Dylan DPCRollup merge of #97979 - ben0x539:providerdocs, r=Dylan-DPC
2022-06-11 Dylan DPCRollup merge of #97913 - dingxiangfei2009:wrap-into...
2022-06-11 Dylan DPCRollup merge of #97789 - ferrocene:pa-fix-issue-71363...
2022-06-11 Dylan DPCRollup merge of #97761 - RalfJung:vtable-validation...
2022-06-11 Takayuki Maedaremove an unnecessary format macro
2022-06-11 borsAuto merge of #97903 - est31:unused_macro_rules_compile...
2022-06-11 borsAuto merge of #97980 - Dylan-DPC:rollup-l8exe4b, r...
2022-06-11 Dylan DPCRollup merge of #97972 - hamza1311:patch-1, r=Dylan-DPC
2022-06-11 Dylan DPCRollup merge of #97967 - BoxyUwU:at_docs_mention_trace...
2022-06-11 Dylan DPCRollup merge of #97958 - mkroening:exit-status-docs...
2022-06-11 Dylan DPCRollup merge of #97812 - TaKO8Ki:suggest-to-swap-struct...
2022-06-11 Dylan DPCRollup merge of #97703 - lcnr:post-89862, r=estebank
2022-06-11 Dylan DPCRollup merge of #96868 - nrc:turbo-stable, r=jhpratt...
2022-06-11 borsAuto merge of #97905 - nnethercote:revert-infallible...
2022-06-11 Benjamin HerrFix typos in Provider API docs
2022-06-11 WarrenrenUpdate cmp.rs
2022-06-11 borsAuto merge of #97648 - lcnr:bound-var-replacer, r=jackh726
2022-06-10 borsAuto merge of #97968 - matthiaskrgr:rollup-qtd4i5h...
2022-06-10 Muhammad HamzaUpdate the-doc-attribute.md
2022-06-10 Muhammad HamzaUpdate the-doc-attribute.md
2022-06-10 Ellenthe day that i make a PR without a tidy error..
2022-06-10 Bob HaarmanMake -Cpasses= only apply to pre-link optimization
2022-06-10 Matthias KrügerRollup merge of #97957 - estebank:spancito, r=compiler...
2022-06-10 Matthias KrügerRollup merge of #97953 - JohnTitor:issue-54378, r=compi...
2022-06-10 Matthias KrügerRollup merge of #97941 - CorinJG:error_naming_conventio...
2022-06-10 Matthias KrügerRollup merge of #97940 - GuillaumeGomez:relative-link...
2022-06-10 Matthias KrügerRollup merge of #97928 - hoodmane:emscripten-no-asserti...
2022-06-10 Matthias KrügerRollup merge of #93331 - pnkfelix:refactor-write-output...
2022-06-10 Ellena
2022-06-10 Martin Kröningdocs: Consistently mark ExitStatus as code
2022-06-10 Martin Kröningdocs: Link to ExitCode instead of ExitStatus in ExitStatus
2022-06-10 Martin Kröningdocs: Fix typo in ExitStatus
2022-06-10 Camille GILLOTIntroduce opt_ident.
2022-06-10 Camille GILLOTAssert def_ident_span presence.
2022-06-10 Camille GILLOTBless tests.
2022-06-10 Camille GILLOTEncode def_ident_span using the query.
2022-06-10 Camille GILLOTCall def_span inside span_if_local.
2022-06-10 Camille GILLOTImplement def_ident_span in rustc_middle.
2022-06-10 Yuki OkushiAdd regression test for #54378
2022-06-10 CorinJGE0577 fixed Sea struct CamelCase/sea module snake_case
2022-06-10 lcnruse FxHashMap instead of BTreeMap
2022-06-10 borsAuto merge of #96837 - tmiasko:stdio-fcntl, r=joshtriplett
2022-06-10 Warrenrenline 1352, change self to (*self), other to (*other)
2022-06-10 CorinJGFixed several error_codes/Exxxx.md messages which used...
2022-06-10 Guillaume GomezUse relative links instead of linking to doc.rust-lang...
2022-06-10 borsAuto merge of #97939 - JohnTitor:rollup-79pxupb, r...
2022-06-10 Yuki OkushiRollup merge of #97937 - TaKO8Ki:fix-typo-in-hrtb-just...
2022-06-10 Yuki OkushiRollup merge of #97927 - cjgillot:issue-97836, r=petroc...
2022-06-10 Yuki OkushiRollup merge of #97922 - paolobarbolini:no-vecdeque...
2022-06-10 Yuki OkushiRollup merge of #97888 - hoodmane:emscripten-eh-persona...
2022-06-10 Yuki OkushiRollup merge of #97876 - yoshuawuyts:into-future-docs...
2022-06-10 Yuki OkushiRollup merge of #97718 - xFrednet:95540-delayed-good...
2022-06-10 lcnreagerly check whether we replace any bound vars
2022-06-10 lcnrupdate higher_ranked_sub docs
2022-06-10 lcnrdon't always cache bound lts
2022-06-10 lcnrbound_vars -> infer: don't return lt map
2022-06-10 lcnrreplace bound vars: make caching explicit
2022-06-10 lcnronly expect lb lt for fn calls in mir typeck
2022-06-10 lcnr`BoundVarReplacer` remove `Option`
2022-06-10 borsAuto merge of #95818 - petrochenkov:stabundle, r=wesley...
2022-06-10 Takayuki Maedafix a typo
2022-06-10 borsAuto merge of #95770 - nrc:read-buf-builder, r=joshtriplett
2022-06-10 Nicholas NethercoteRevert dc08bc51f2c58a0f5f815a07f9bb3d671153b5a1.
2022-06-10 borsAuto merge of #91970 - nrc:provide-any, r=scottmcm
2022-06-09 The 8472use fcntl fallback for additional poll-specific errors
2022-06-09 Nicholas NethercoteRevert b983e42936feab29f6333e9835913afc6b4a394e.
2022-06-09 est31Test that the unused_macros lint works correctly if...
2022-06-09 est31Suppress the unused_macro_rules lint if malformed rules...
2022-06-09 est31Never regard macro rules with compile_error! invocation...
2022-06-09 Hood ChathamClean up
2022-06-09 Hood ChathamRemove ERROR_ON_UNDEFINED_SYMBOLS according to sbc100...
2022-06-09 Hood ChathamRemove -sASSERTIONS=1 from wasm32_unknown_emscripten...
next