]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-11-26 borsAuto merge of #103556 - clubby789:specialize-option...
2022-11-26 borsAuto merge of #104730 - petrochenkov:modchild5, r=cjgillot
2022-11-26 borsAuto merge of #104431 - alistair23:alistair/rv64-profil...
2022-11-25 borsAuto merge of #99798 - JulianKnodt:ac1, r=BoxyUwU
2022-11-25 borsAuto merge of #104902 - matthiaskrgr:rollup-oo27a4u...
2022-11-25 Matthias KrügerRollup merge of #104896 - notriddle:notriddle/tooltip...
2022-11-25 Matthias KrügerRollup merge of #104887 - aDotInTheVoid:rustbuild-json...
2022-11-25 Matthias KrügerRollup merge of #104879 - aDotInTheVoid:jsondoclint...
2022-11-25 Matthias KrügerRollup merge of #104853 - jyn514:sysroot-typo, r=RalfJung
2022-11-25 Matthias KrügerRollup merge of #104835 - spastorino:use-partially_norm...
2022-11-25 Matthias KrügerRollup merge of #104797 - weihanglo:stream-write-dwp...
2022-11-25 Matthias KrügerRollup merge of #104760 - nnethercote:rm-LegacyDerive...
2022-11-25 Matthias KrügerRollup merge of #104716 - lcnr:selection-candidate...
2022-11-25 Michael Howellrustdoc: revert tooltip background color on light theme...
2022-11-25 Michael Howellrustdoc: remove `cursor: pointer` from unclickable...
2022-11-25 borsAuto merge of #104846 - spastorino:santa-clauses-make...
2022-11-25 Nixon Enraght... rustbuild: Don't build doc::SharedAssets when building...
2022-11-25 borsAuto merge of #104877 - matthiaskrgr:rollup-s7taiq8...
2022-11-25 lcnradd comment
2022-11-25 lcnrmove 2 candidates into builtin candidate
2022-11-25 Nixon Enraght... jsondoclint: Recognise Typedef as valid kind for Type...
2022-11-25 Matthias KrügerRollup merge of #104873 - RalfJung:therefore, r=Dylan-DPC
2022-11-25 Matthias KrügerRollup merge of #104849 - GuillaumeGomez:source-code...
2022-11-25 Matthias KrügerRollup merge of #104841 - compiler-errors:fishy-bound...
2022-11-25 Matthias KrügerRollup merge of #104793 - nicholasbishop:bishop-add...
2022-11-25 Matthias KrügerRollup merge of #104654 - thomcc:alloc-tests-unsafe_op_...
2022-11-25 Matthias KrügerRollup merge of #103648 - jyn514:no-preview, r=Mark...
2022-11-25 borsAuto merge of #104650 - BlackHoleFox:stuck-with-xcode...
2022-11-25 kadminFix mk_const_list
2022-11-25 Boxyonly emit "enable gce" error if it would fix compile...
2022-11-25 BoxyMake `expand_abstract_consts` infallible
2022-11-25 Boxy`super_relate_consts` do not spurriously fail on assoc...
2022-11-25 Boxyadd FIXME's
2022-11-25 Boxycorrectly intern `List<Const<'tcx>>`
2022-11-25 Boxydont skip const evalautable of non unevaluateds
2022-11-25 Boxyadd FIXME for things that I couldn't find ways to trigger
2022-11-25 Boxyfmt
2022-11-25 Boxyreduce duplicated argument logic
2022-11-25 Boxyalso handle it in evaluate
2022-11-25 Boxyhandle assoc consts in fulfill `ConstEquate`
2022-11-25 Boxyfmt
2022-11-25 Boxyhandle nested obligations in `satisfied_from_param_env`
2022-11-25 kadminAdd expand_abstract_const
2022-11-25 kadminAdd empty ConstKind::Abstract
2022-11-25 Ralf JungRefCell::get_mut: fix typo
2022-11-25 borsAuto merge of #104602 - petrochenkov:effvisperf5, r...
2022-11-25 borsAuto merge of #104855 - thomcc:revert-noinline-wintls...
2022-11-25 Santiago PastorinoIntroduce PredicateKind::Clause
2022-11-25 Oli SchererSimplify a bunch of trait ref obligation creations
2022-11-25 Oli Schererget rid of to_poly_trait_predicate
2022-11-25 Thom ChiovoloniRevert "Forbid inlining `thread_local!`'s `__getit...
2022-11-25 Joshua NelsonFix typo in miri sysroot
2022-11-25 Joshua NelsonDon't set `is_preview` for clippy and rustfmt
2022-11-24 borsAuto merge of #104845 - matthiaskrgr:rollup-tckj956...
2022-11-24 Guillaume GomezStrenghten GUI test to include extra state in selector
2022-11-24 Guillaume GomezExtend GUI test to include more source code elements...
2022-11-24 Guillaume GomezMigrate source code elements style to CSS variables
2022-11-24 Nicholas NethercoteClarify `SyntaxExtensionKind::LegacyDerive`.
2022-11-24 Michael GouletRemove comment, simplify since we asserted fn ptr Self...
2022-11-24 Michael GouletAlso check that fn pointer candidates don't have escapi...
2022-11-24 Michael GouletAssert that we don't capture escaping bound vars in...
2022-11-24 Matthias KrügerRollup merge of #104822 - spastorino:selctx-new-instead...
2022-11-24 Matthias KrügerRollup merge of #104820 - spastorino:remove-normalize_p...
2022-11-24 Matthias KrügerRollup merge of #104796 - notriddle:notriddle/unused...
2022-11-24 Matthias KrügerRollup merge of #104792 - notriddle:notriddle/crate...
2022-11-24 Matthias KrügerRollup merge of #104782 - oli-obk:const_eval_limit_bump...
2022-11-24 Matthias KrügerRollup merge of #104780 - BoxyUwU:error_reported_not_be...
2022-11-24 Matthias KrügerRollup merge of #104774 - vojtechkral:doc-str-empty...
2022-11-24 Matthias KrügerRollup merge of #104773 - oli-obk:overlap, r=lcnr
2022-11-24 Matthias KrügerRollup merge of #104747 - petrochenkov:ctorfields,...
2022-11-24 Matthias KrügerRollup merge of #104704 - ecnelises:p10vec, r=jackh726
2022-11-24 Matthias KrügerRollup merge of #104514 - chenyukang:yukang/fix-104513...
2022-11-24 borsAuto merge of #103693 - HKalbasi:master, r=oli-obk
2022-11-24 Santiago PastorinoUse infcx.partially_normalize_associated_types_in
2022-11-24 borsAuto merge of #104321 - Swatinem:async-gen, r=oli-obk
2022-11-24 Vojtech KralDocument split{_ascii,}_whitespace() for empty strings
2022-11-24 hkalbasimove things from rustc_target::abi to rustc_abi
2022-11-24 hkalbasimove some layout logic to rustc_target::abi::layout
2022-11-24 hkalbasimake rustc_target usable outside of rustc
2022-11-24 Santiago Pastorinowith_query_mode -> new
2022-11-24 Santiago PastorinoRemove normalize_projection_type
2022-11-24 Boxymake `error_reported` check for delayed bugs
2022-11-24 borsAuto merge of #104809 - matthiaskrgr:rollup-8abjdwh...
2022-11-24 Arpad BorsosAvoid `GenFuture` shim when compiling async constructs
2022-11-24 Matthias KrügerRollup merge of #104778 - lnicola:rust-analyzer-2022...
2022-11-24 Matthias KrügerRollup merge of #104775 - spastorino:use-obligation...
2022-11-24 Matthias KrügerRollup merge of #104772 - GuillaumeGomez:small-accessib...
2022-11-24 Matthias KrügerRollup merge of #104771 - est31:if_let_chain_broken_mir...
2022-11-24 Matthias KrügerRollup merge of #104753 - compiler-errors:drop-tracking...
2022-11-24 Matthias KrügerRollup merge of #104742 - WaffleLapkin:forbidden-SUPER...
2022-11-24 Matthias KrügerRollup merge of #104594 - compiler-errors:dyn-star...
2022-11-24 Matthias KrügerRollup merge of #104517 - dfordivam:patch-1, r=cuviper
2022-11-24 Matthias KrügerRollup merge of #103908 - estebank:consider-cloning...
2022-11-24 borsAuto merge of #103808 - cjgillot:vec-cache, r=TaKO8Ki
2022-11-24 yukangfix #104513, Use node_ty_opt to avoid ICE in visit_ty
2022-11-24 borsAuto merge of #104610 - ouz-a:revert-overflow, r=compil...
2022-11-24 Michael GouletAdjust tests
2022-11-24 Michael GouletProperly handle `Pin<&mut dyn* Trait>` receiver in...
2022-11-24 Michael GouletDisable dyn* upcasting
2022-11-24 Weihang Lorustc_codegen_ssa: write `.dwp` in a streaming fashion
next