]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2023-01-17 Kyle Matsudachange usages of item_bounds query to bound_item_bounds
2023-01-14 Kyle Matsudachange impl_trait_ref query to return EarlyBinder;...
2023-01-14 Kyle Matsudachange usages of impl_trait_ref to bound_impl_trait_ref
2023-01-13 borsAuto merge of #106776 - oli-obk:om_nom_nom_nom_nom...
2023-01-13 borsAuto merge of #106801 - JohnTitor:rollup-xqkraw0, r...
2023-01-13 Yuki OkushiRollup merge of #106608 - compiler-errors:missing-gener...
2023-01-13 borsAuto merge of #106092 - asquared31415:start_lang_item_c...
2023-01-12 Michael GouletDon't suggest dyn as parameter to add
2023-01-12 Philipp KronesMerge commit '7f27e2e74ef957baa382dc05cf08df6368165c74...
2023-01-12 Oli SchererFeed the `features_query` instead of grabbing it from...
2023-01-11 asquared31415add checks for the signature of the lang item
2023-01-11 Albert LarsanChange `src/test` to `tests` in source files, fix tidy...
2023-01-04 Michael Gouletget_parent and find_parent
2023-01-04 Michael Gouletrename find_parent_node to opt_parent_id
2023-01-04 Michael Gouletrename get_parent_node to parent_id
2022-12-29 borsAuto merge of #106266 - matthiaskrgr:rollup-cxrdbzy...
2022-12-29 Matthias KrügerRollup merge of #106259 - flip1995:clippyup, r=matthiaskrgr
2022-12-29 Esteban KüberAccount for multiple multiline spans with empty padding
2022-12-29 Philipp KronesMerge commit '4f3ab69ea0a0908260944443c739426cc384ae1a...
2022-12-28 NilstriebRename `Rptr` to `Ref` in AST and HIR
2022-12-19 Michael GouletMake Clippy test no longer unsound
2022-12-17 Philipp KronesMerge commit '4bdfb0741dbcecd5279a2635c3280726db0604b5...
2022-12-15 Matthias KrügerRollup merge of #105743 - nnethercote:SimplifiedType...
2022-12-15 Nicholas NethercoteMerge `SimplifiedTypeGen<D>` into `SimplifiedType`.
2022-12-14 Oli SchererRemove TraitRef::new
2022-12-14 Oli SchererEnsure no one constructs `AliasTy`s themselves
2022-12-13 Michael GouletCombine projection and opaque into alias
2022-12-13 Michael Gouletsquash OpaqueTy and ProjectionTy into AliasTy
2022-12-13 Michael GouletProjectionTy.item_def_id -> ProjectionTy.def_id
2022-12-13 Michael GouletUse ty::OpaqueTy everywhere
2022-12-12 borsAuto merge of #105160 - nnethercote:rm-Lit-token_lit...
2022-12-09 Jakob DegenRemove unneeded field from `SwitchTargets`
2022-12-08 Samuel MoeliusFix #10021
2022-12-02 borsAuto merge of #104963 - petrochenkov:noaddids2, r=cjgillot
2022-12-01 Nicholas NethercoteAdd `StrStyle` to `ast::LitKind::ByteStr`.
2022-12-01 Philipp KronesMerge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76...
2022-12-01 Vadim Petrochenkovrustc_ast_lowering: Stop lowering imports into multiple...
2022-12-01 Vadim Petrochenkovrustc_hir: Change representation of import paths to...
2022-12-01 Vadim Petrochenkovrustc_hir: Relax lifetime requirements on `Visitor...
2022-11-30 borsAuto merge of #104905 - compiler-errors:normalization...
2022-11-28 Michael GouletFnCtxt normalization stuff
2022-11-28 Michael Gouletpartially_normalize_... -> At::normalize
2022-11-28 Matthias KrügerRollup merge of #104804 - nnethercote:MetaItemLit,...
2022-11-28 Esteban Küberfix clippy tests
2022-11-28 Nicholas NethercoteRename `ast::Lit` as `ast::MetaItemLit`.
2022-11-27 borsAuto merge of #104048 - cjgillot:split-lifetime, r...
2022-11-25 borsAuto merge of #104846 - spastorino:santa-clauses-make...
2022-11-25 Matthias KrügerRollup merge of #104873 - RalfJung:therefore, r=Dylan-DPC
2022-11-25 Ralf JungRefCell::get_mut: fix typo
2022-11-25 Santiago PastorinoIntroduce PredicateKind::Clause
2022-11-25 Oli SchererSimplify a bunch of trait ref obligation creations
2022-11-24 borsAuto merge of #103693 - HKalbasi:master, r=oli-obk
2022-11-24 Camille GILLOTUse kw::Empty for elided lifetimes in path.
2022-11-24 borsAuto merge of #104321 - Swatinem:async-gen, r=oli-obk
2022-11-24 hkalbasimove some layout logic to rustc_target::abi::layout
2022-11-24 Arpad BorsosAvoid `GenFuture` shim when compiling async constructs
2022-11-24 Matthias KrügerRollup merge of #104742 - WaffleLapkin:forbidden-SUPER...
2022-11-23 Esteban KüberFix clippy code
2022-11-23 Camille GILLOTSeparate lifetime ident from resolution in HIR.
2022-11-23 Maybe WaffleMove `get_associated_type` from `clippy` to `rustc_lint`
2022-11-23 Manish GoregaokarRollup merge of #103488 - oli-obk:impl_trait_for_tait...
2022-11-22 borsAuto merge of #104688 - flip1995:clippyup, r=Manisheart...
2022-11-22 Philipp KronesClippy: Workaround for let_chains issue
2022-11-22 borsAuto merge of #103578 - petrochenkov:nofict, r=nagisa
2022-11-22 borsAuto merge of #104696 - matthiaskrgr:rollup-gi1pdb0...
2022-11-21 Nicholas NethercoteSplit `MacArgs` in two.
2022-11-21 Oli SchererUse `as_closure` helper method
2022-11-21 Oli SchererStop passing the self-type as a separate argument.
2022-11-21 Oli SchererFix clippy's missing substs
2022-11-21 Oli SchererAllow iterators instead of requiring slices that will...
2022-11-21 Philipp KronesClippy: Don't import GenericParamDefKind
2022-11-21 Philipp KronesFix declare_clippy_lint crate
2022-11-21 Philipp KronesMerge commit 'f4850f7292efa33759b4f7f9b7621268979e9914...
2022-11-21 Vadim PetrochenkovUnreserve braced enum variants in value namespace
2022-11-21 Oli SchererAdd an always-ambiguous predicate to make sure that...
2022-11-21 Matthias KrügerRollup merge of #104595 - compiler-errors:poly-existent...
2022-11-20 borsAuto merge of #98914 - fee1-dead-contrib:min-deref...
2022-11-19 Matthias KrügerRollup merge of #104593 - compiler-errors:rpitit-object...
2022-11-19 Michael Gouletdrive-by: PolyExistentialPredicate
2022-11-19 Michael Gouletdrive-by: Add is_async fn to hir::IsAsync
2022-11-18 borsAuto merge of #104573 - matthiaskrgr:rollup-k36ybtp...
2022-11-18 borsAuto merge of #101562 - nnethercote:shrink-ast-Expr...
2022-11-18 Matthias KrügerRollup merge of #104006 - flip1995:lang-items-clippy...
2022-11-18 DeadbeefRm diagnostic item, use lang item
2022-11-17 Matthias KrügerRollup merge of #104483 - oli-obk:santa-clauses-make...
2022-11-17 Philipp KronesAdd variant_name function to `LangItem`
2022-11-17 borsAuto merge of #104170 - cjgillot:hir-def-id, r=fee1...
2022-11-17 Nicholas NethercoteBox `ExprKind::{Closure,MethodCall}`, and `QSelf` in...
2022-11-16 borsAuto merge of #102944 - nnethercote:ast-Lit-third-time...
2022-11-16 Oli SchererConvert predicates into Predicate in the Obligation...
2022-11-16 Ralf Jungcleanup and dedupe CTFE and Miri error reporting
2022-11-15 Nicholas NethercoteUse `token::Lit` in `ast::ExprKind::Lit`.
2022-11-13 Maybe WaffleFix clippy and rustdoc
2022-11-13 Camille GILLOTStore a LocalDefId in hir::Variant & hir::Field.
2022-11-11 clubby789Introduce `ExprKind::IncludedBytes`
2022-11-09 yukangbless clippy
2022-11-05 Dylan DPCRollup merge of #103660 - ozkanonur:master, r=jyn514
2022-11-04 Onur Özkanimprove `filesearch::get_or_default_sysroot` r=ozkanonur
2022-11-01 borsAuto merge of #103217 - mejrs:track, r=eholk
2022-10-29 Cameron SteffenUse LanguageItems::require less
next