]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-04-06 Nicholas NethercoteCall `compute_locs` once per rule.
2022-04-05 Nicholas NethercoteMove the missing fragment identifier checking.
2022-04-05 Nicholas NethercoteRemove the lifetime from `TtParser` and `MatcherLoc`.
2022-04-04 borsAuto merge of #95555 - nnethercote:parse_tt-new-represe...
2022-04-04 borsAuto merge of #95119 - OliverMD:method_suggestions...
2022-04-04 borsAuto merge of #95636 - pietroalbini:pa-version-1.62...
2022-04-04 Pietro Albinibump version to 1.62.0
2022-04-04 Nicholas NethercoteReorder match arms in `parse_tt_inner`.
2022-04-04 Nicholas NethercoteA new matcher representation for use in `parse_tt`.
2022-04-04 borsAuto merge of #95031 - compiler-errors:param-env-cache...
2022-04-04 borsAuto merge of #95606 - petrochenkov:linkregr, r=wesleywiser
2022-04-03 borsAuto merge of #95619 - bjorn3:inline_location_caller...
2022-04-03 borsAuto merge of #95624 - Dylan-DPC:rollup-r8w7ui3, r...
2022-04-03 Dylan DPCRollup merge of #95618 - adamse:master, r=dtolnay
2022-04-03 Dylan DPCRollup merge of #95617 - saethlin:swap-test-invalidatio...
2022-04-03 Dylan DPCRollup merge of #95613 - GuillaumeGomez:fix-rustdoc...
2022-04-03 Dylan DPCRollup merge of #95553 - jam1garner:naked-function...
2022-04-03 Dylan DPCRollup merge of #95202 - Urgau:check-cfg-perf-well...
2022-04-03 Ben KimockFix &mut invalidation in ptr::swap doctest
2022-04-03 Loïc BRANSTETTCleanup after some refactoring in rustc_target
2022-04-03 Loïc BRANSTETTReplace LinkArgs with Cow<'static, str>
2022-04-03 Loïc BRANSTETTReplace every Vec in Target(Options) with it's Cow...
2022-04-03 Loïc BRANSTETTReplace every `String` in Target(Options) with `Cow...
2022-04-03 borsAuto merge of #95610 - createyourpersonalaccount:derefm...
2022-04-03 bjorn3Mark Location::caller() as #[inline]
2022-04-03 Adam Sandberg... core: document that the align_of* functions return...
2022-04-03 borsAuto merge of #92686 - saethlin:unsafe-debug-asserts...
2022-04-03 Oliver DownardImprove method name suggestions
2022-04-03 Guillaume GomezAdd test for attribute display in rustdoc
2022-04-03 Guillaume GomezFix display of attributes in rustdoc
2022-04-03 borsAuto merge of #90791 - drmorr0:drmorr-memcmp-cint-cfg...
2022-04-03 borsAuto merge of #85321 - cjgillot:mir-cycle, r=bjorn3
2022-04-03 borsAuto merge of #88672 - camelid:inc-parser-sugg, r=davidtwco
2022-04-03 Nikolaos Chatzikonst... Improve doc example of DerefMut
2022-04-03 David Morrisonmake memcmp return a value of c_int_width instead of i32
2022-04-02 borsAuto merge of #95590 - GuillaumeGomez:multi-line-attr...
2022-04-02 Vadim Petrochenkovlinker: Implicitly link native libs as whole-archive...
2022-04-02 Camille GILLOTLess manipulation of the callee_def_id.
2022-04-02 Camille GILLOTUse only local hash.
2022-04-02 Camille GILLOTUse DefPathHash instead of HirId to break cycles.
2022-04-02 borsAuto merge of #95600 - Dylan-DPC:rollup-580y2ra, r...
2022-04-02 Dylan DPCRollup merge of #95597 - dtolnay:threadlocalu8, r=Dylan-DPC
2022-04-02 Dylan DPCRollup merge of #95593 - notriddle:notriddle/size-of...
2022-04-02 Dylan DPCRollup merge of #95589 - Kobzol:rlink-header, r=bjorn3
2022-04-02 Dylan DPCRollup merge of #95587 - m-ou-se:std-remove-associated...
2022-04-02 Guillaume GomezAdd test for multi-line attribute handling in doctests
2022-04-02 Guillaume GomezFix doctest multi-line mod attributes handling
2022-04-02 David TolnayRefer to u8 by absolute path in expansion of thread_local
2022-04-02 David TolnayAdd test of thread_local! breaking on redefined u8
2022-04-02 borsAuto merge of #94911 - jackh726:gats_extended_2, r...
2022-04-02 Jack HueyMake GATs object safe under generic_associated_types_ex...
2022-04-02 Michael Howelldiagnostics: add test case for bogus T:Sized suggestion
2022-04-02 borsAuto merge of #95568 - GuillaumeGomez:fix-invalid-dom...
2022-04-02 Jakub BeránekAddress review comments and add a test
2022-04-02 Jakub BeránekInclude a header in .rlink files to provide nicer error...
2022-04-02 borsAuto merge of #95537 - GuillaumeGomez:type_of-doc,...
2022-04-02 Guillaume GomezImprove TyCtxt::type_of documentation
2022-04-02 borsAuto merge of #95571 - petrochenkov:nowrapident2, r...
2022-04-02 borsAuto merge of #95509 - nnethercote:simplify-MatcherPos...
2022-04-02 borsAuto merge of #95581 - Dylan-DPC:rollup-2suh5h1, r...
2022-04-02 Dylan DPCRollup merge of #95560 - lcnr:obligation-cause, r=oli-obk
2022-04-02 Dylan DPCRollup merge of #95559 - lcnr:inferctxt-typeck, r=oli-obk
2022-04-02 Dylan DPCRollup merge of #95557 - niluxv:issue-95533, r=dtolnay
2022-04-02 Dylan DPCRollup merge of #95556 - declanvk:nonnull-provenance...
2022-04-02 Dylan DPCRollup merge of #95544 - jam1garner:improve-naked-noret...
2022-04-02 Dylan DPCRollup merge of #95430 - ChrisDenton:disable-tls-i686...
2022-04-02 Dylan DPCRollup merge of #95373 - RalfJung:invalid_value, r...
2022-04-02 Dylan DPCRollup merge of #95354 - dtolnay:rustc_const_stable...
2022-04-02 borsAuto merge of #95578 - RalfJung:miri, r=RalfJung
2022-04-01 Ralf Jungupdate Miri
2022-04-01 borsAuto merge of #94883 - cjgillot:flat-metadata, r=oli-obk
2022-04-01 Vadim Petrochenkovast_lowering: Stop wrapping `ident` matchers into groups
2022-04-01 Guillaume GomezFix invalid DOM generation
2022-04-01 borsAuto merge of #95552 - matthiaskrgr:rollup-bxminn9...
2022-04-01 jam1garnerAdd regression test for naked functions with invalid...
2022-04-01 jam1garnerReword purpose description of noreturn in naked function
2022-04-01 jam1garnerDon't emit non-asm contents error for naked function...
2022-04-01 borsAuto merge of #95558 - matthiaskrgr:rollup-vpmk7t8...
2022-04-01 Ralf Junginvalid_value lint: detect invalid initialization of...
2022-04-01 lcnrupdate comment
2022-04-01 lcnrconvert more `DefId`s to `LocalDefId`
2022-04-01 lcnrremove unused incorrect `EqUnifyValue` impl
2022-04-01 lcnrremove `unify_key::replace_if_possible`
2022-04-01 lcnrupdate comments
2022-04-01 Matthias KrügerRollup merge of #95546 - autumnontape:allocator-realloc...
2022-04-01 Matthias KrügerRollup merge of #95532 - RalfJung:utf8_char_counts...
2022-04-01 Matthias KrügerRollup merge of #95531 - petrochenkov:metacount, r...
2022-04-01 Matthias KrügerRollup merge of #95528 - RalfJung:miri-is-too-slow...
2022-04-01 Matthias KrügerRollup merge of #95516 - RalfJung:ptrs-not-ints, r...
2022-04-01 Matthias KrügerRollup merge of #95475 - Jules-Bertholet:rustdoc-hide...
2022-04-01 niluxvFix `thread_local!` macro to be compatible with `no_imp...
2022-04-01 Mara BosRemove need for associated_type_bounds in std.
2022-04-01 Declan KellyImplement provenance preserving method on NonNull
2022-04-01 Matthias KrügerRollup merge of #95530 - notriddle:notriddle/private...
2022-04-01 Matthias KrügerRollup merge of #95388 - RalfJung:rust-val-limit, r...
2022-04-01 Matthias KrügerRollup merge of #95344 - jyn514:better-debug-output...
2022-04-01 Matthias KrügerRollup merge of #95293 - compiler-errors:braces, r...
2022-04-01 Matthias KrügerRollup merge of #95260 - compiler-errors:fn, r=davidtwco
2022-04-01 Matthias KrügerRollup merge of #95032 - m-ou-se:std-features, r=yaahc
2022-03-31 Autumnadd notes about alignment-altering reallocs to Allocato...
next