]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 Vadim PetrochenkovUnreserve braced enum variants in value namespace
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
2022-10-29 Guillaume GomezRollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_a...
2022-10-29 Nicholas NethercoteRename some `OwnerId` fields.
2022-10-29 borsAuto merge of #102233 - petrochenkov:effvis, r=jackh726
2022-10-28 DeadbeefRetain ParamEnv constness when running deferred cast...
2022-10-27 Philipp KronesMove clippy::uninlined_format_args back to pedantic
2022-10-27 Maybe WaffleUpdate tooling
2022-10-26 Vadim Petrochenkovprivacy: Rename "accessibility levels" to "effective...
2022-10-26 mejrsAdjust normalization
2022-10-25 borsAuto merge of #103392 - RalfJung:miri, r=oli-obk
2022-10-24 mejrsAdd more normalization and tests
2022-10-24 mejrsAddress some comments
2022-10-23 flip1995Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388...
2022-10-22 Michael GouletIntroduce subst_iter and subst_iter_copied on EarlyBinder
2022-10-21 borsAuto merge of #103344 - Dylan-DPC:rollup-d1rpfvx, r...
2022-10-21 Dylan DPCRollup merge of #103260 - cuviper:needs-asm-support...
2022-10-21 Dylan DPCRollup merge of #102922 - kper:bugfix/102902-filtering...
2022-10-21 Ralf Jungmerge rustc history
2022-10-20 lcnrrustc_hir_typeck: fix clippy
2022-10-20 Kevin PerImplement assertions and fixes to not emit empty spans...
2022-10-19 Josh StoneFixup a few tests needing asm support
2022-10-19 yukangAdd testcase for next_point, fix more trivial issues...
2022-10-18 mejrsImplement -Ztrack-diagnostics
2022-10-14 Michael GouletRemove CastCheckResult since it's unused
2022-10-12 Ralf Jungmerge rustc history
2022-10-10 Guillaume GomezFix unclosed HTML tag in clippy doc
2022-10-10 Ralf Jungmerge rustc history
2022-10-10 Dylan DPCRollup merge of #102868 - compiler-errors:rename-assoc...
2022-10-10 Dylan DPCRollup merge of #99696 - WaffleLapkin:uplift, r=fee1...
2022-10-10 Michael GouletRename AssocItemKind::TyAlias to AssocItemKind::Type
2022-10-10 Yuki OkushiRollup merge of #102275 - Urgau:stabilize-half_open_ran...
2022-10-09 Yuki OkushiRollup merge of #102829 - compiler-errors:rename-impl...
2022-10-09 Maybe Waffledeprecate `clippy::for_loops_over_fallibles`
2022-10-09 Maybe Wafflefixup lint name
2022-10-09 Maybe WaffleFix clippy tests that trigger `for_loop_over_fallibles...
2022-10-09 Ralf Jungmerge rustc history
2022-10-09 Michael GouletImplItemKind::TyAlias => ImplItemKind::Type
2022-10-08 Matthias KrügerRollup merge of #102675 - ouz-a:mir-technical-debt...
2022-10-08 UrgauStabilize half_open_range_patterns
2022-10-08 borsAuto merge of #2583 - RalfJung:rustup, r=oli-obk
2022-10-07 borsAuto merge of #102091 - RalfJung:const_err, r=oli-obk
2022-10-07 Ralf Jungmake const_err a hard error
2022-10-07 Cameron SteffenChange InferCtxtBuilder from enter to build
2022-10-07 Cameron SteffenIntroduce TypeErrCtxt
2022-10-06 Philipp KronesMerge commit '8f1ebdd18bdecc621f16baaf779898cc08cc2766...
2022-10-06 ouz-aRemove `mir::CastKind::Misc`
2022-10-06 Philipp KronesMerge commit 'ac0e10aa68325235069a842f47499852b2dee79e...
2022-10-04 Oli SchererIt's not about types or consts, but the lack of regions
2022-10-01 borsAuto merge of #101986 - WaffleLapkin:move_lint_note_to_...
2022-10-01 Maybe Wafflebless clippy
2022-10-01 Maybe Waffleclippy: adopt to the new lint API
2022-09-28 Nicholas NethercoteShrink `hir::def::Res`.
2022-09-27 lcnrrustc_typeck to rustc_hir_analysis
2022-09-26 Pietro Albiniremove cfg(bootstrap)
2022-09-26 fee1-deadRollup merge of #102197 - Nilstrieb:const-new-🌲, r...
2022-09-24 Takayuki Maedaseparate definitions and `HIR` owners
2022-09-24 borsAuto merge of #102068 - cjgillot:erased-lifetime-print...
2022-09-23 NilstriebFix clippy's const fn stability check for CURRENT_RUSTC...
2022-09-23 NilstriebStabilize const `BTree{Map,Set}::new`
2022-09-23 Camille GILLOTBless clippy.
2022-09-23 borsAuto merge of #102056 - b-naber:unevaluated, r=lcnr
2022-09-23 b-naberrename Unevaluated to UnevaluatedConst
2022-09-22 Matthias KrügerRollup merge of #102123 - schteve:clippy-note, r=Manish...
2022-09-22 b-naberintroduce mir::Unevaluated
2022-09-21 Steve HeindelAdd note to clippy::non_expressive_names doc
2022-09-21 David KoloskiMerge commit '7248d06384c6a90de58c04c1f46be88821278d8b...
2022-09-20 borsAuto merge of #99806 - oli-obk:unconstrained_opaque_typ...
2022-09-19 lcnrremove the `Subst` trait, always use `EarlyBinder`
next