]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-09-02 borsAuto merge of #101331 - RalfJung:miri, r=RalfJung
2022-09-02 Lukas WirthClarify the state of (extern) preludes for block def...
2022-09-02 borsAuto merge of #13174 - Veykril:resolver, r=Veykril
2022-09-02 Lukas WirthLift out the module scope into a field in the Resolver
2022-09-02 Ralf Jungupdate Miri
2022-09-02 Wojciech KordalskiFix `std::collections::HashSet::drain` documentation
2022-09-02 Chris DentonUse `BCRYPT_RNG_ALG_HANDLE` by default
2022-09-02 borsAuto merge of #13173 - Veykril:synthetic, r=Veykril
2022-09-02 Guillaume GomezRemove unused .toggle-label CSS rule
2022-09-02 Lukas WirthDon't store SyntheticSyntax in the reverse maps in...
2022-09-02 borsAuto merge of #13167 - iDawer:exhaustive_patterns,...
2022-09-02 Chris DentonFix internal doc link
2022-09-02 iDawerAdd docs
2022-09-02 iDawerRecord enabled unstable features into DefMap
2022-09-02 borsAuto merge of #101318 - GuillaumeGomez:rollup-qsr51z4...
2022-09-02 borsAuto merge of #13171 - matklad:open-failure, r=lnicola
2022-09-02 UrgauAdd warning against unexpected --cfg with --check-cfg
2022-09-02 UrgauMake CrateConfig make order depended for linting purpose
2022-09-02 Aleksey Kladovinternal: ignore failures when publishing to ovsx
2022-09-02 Guillaume GomezRollup merge of #101304 - jyn514:jnelson/tag-query...
2022-09-02 Guillaume GomezRollup merge of #101298 - notriddle:notriddle/rustdoc...
2022-09-02 Guillaume GomezRollup merge of #101294 - Xiretza:fix-100844-accident...
2022-09-02 Guillaume GomezRollup merge of #101166 - GuillaumeGomez:error-index...
2022-09-02 Guillaume GomezRollup merge of #100827 - JakobDegen:better-tests,...
2022-09-02 Guillaume GomezRollup merge of #100552 - petrochenkov:flavorcompat...
2022-09-02 Guillaume GomezRollup merge of #100147 - Bryanskiy:private-in-public...
2022-09-02 Guillaume GomezRollup merge of #99583 - shepmaster:provider-plus-plus...
2022-09-02 Guillaume GomezRollup merge of #97739 - a2aaron:let_underscore, r...
2022-09-02 borsAuto merge of #100943 - jyn514:query-system-2, r=cjgillot
2022-09-02 Nikita PopovUpdate LLVM submodule
2022-09-02 Jakob DegenSimplify MIR opt tests
2022-09-02 borsAuto merge of #100935 - cuviper:upgrade-android-ci...
2022-09-02 borsAuto merge of #100395 - Dylan-DPC:rollup-ajrwo1s, r...
2022-09-02 Joshua NelsonAdd autolabels for `A-query-system`
2022-09-02 borsAuto merge of #101248 - RalfJung:miri, r=RalfJung
2022-09-01 Joshua NelsonDon't create two new closures for each query
2022-09-01 Joshua NelsonSimplify `try_load_from_on_disk_cache`
2022-09-01 Joshua NelsonMove almost all of the function in `query_callbacks...
2022-09-01 est31Also replace the version placeholder in rustc_attr
2022-09-01 Joshua NelsonGet rid of `fn recover`
2022-09-01 Joshua NelsonMove `force_with_dep_node` outside the giant macro
2022-09-01 Joshua NelsonMove `try_on_disk_cache` out of the giant macro
2022-09-01 Joshua NelsonGet rid of `make_query` module
2022-09-01 Michael Howellrustdoc: remove unused CSS `#main-content > .since`
2022-09-01 borsAuto merge of #101295 - matthiaskrgr:rollup-046o38p...
2022-09-01 Nicholas NethercoteUse boxed slices in `PatKind`.
2022-09-01 Nicholas NethercoteBox `CanonicalUserTypeAnnotation::CanonicalUserType`.
2022-09-01 Nicholas NethercoteBox `PatKind::Range`.
2022-09-01 Nicholas NethercoteAvoid some clones.
2022-09-01 Nicholas NethercoteClean up THIR patterns.
2022-09-01 borsAuto merge of #13160 - ChayimFriedman2:parse-parenthesi...
2022-09-01 Ralf Jungupdate Miri
2022-09-01 borsAuto merge of #13161 - ChayimFriedman2:pi-is-zero,...
2022-09-01 Matthias KrügerRollup merge of #101292 - rust-lang:notriddle/rustdoc...
2022-09-01 Matthias KrügerRollup merge of #101285 - TaKO8Ki:do-not-suggest-adding...
2022-09-01 Matthias KrügerRollup merge of #101279 - GuillaumeGomez:doc_auto_cfg_n...
2022-09-01 Matthias KrügerRollup merge of #101274 - aDotInTheVoid:comment-typo...
2022-09-01 Matthias KrügerRollup merge of #101271 - QuinnPainter:patch-1, r=Dylan-DPC
2022-09-01 Matthias KrügerRollup merge of #101270 - m-ou-se:update-comment, r...
2022-09-01 Matthias KrügerRollup merge of #101256 - andrewpollack:fuchsia-docs...
2022-09-01 Matthias KrügerRollup merge of #101254 - rust-lang:notriddle/remove...
2022-09-01 Matthias KrügerRollup merge of #101251 - diminishedprime:patch-1,...
2022-09-01 Matthias KrügerRollup merge of #101245 - GuillaumeGomez:remove-unneede...
2022-09-01 Matthias KrügerRollup merge of #101190 - yjhn:patch-1, r=Mark-Simulacrum
2022-09-01 Matthias KrügerRollup merge of #101072 - tmandry:llvm-is-vanilla,...
2022-09-01 Matthias KrügerRollup merge of #100852 - Samyak2:samyak/100459, r...
2022-09-01 Matthias KrügerRollup merge of #94467 - ibraheemdev:master, r=pnkfelix
2022-09-01 borsAuto merge of #98960 - cjgillot:entry-kind, r=estebank
2022-09-01 XiretzaAllow deriving multiple subdiagnostics using one Sessio...
2022-09-01 Michael Howellrustdoc: remove unneeded CSS `.content table td:first...
2022-09-01 Gabriel BustamantePorting 'compiler/rustc_trait_selection' to translatabl...
2022-09-01 XiretzaRevert parts of "use derive proc macro to impl SessionD...
2022-09-01 Adam-GleaveRemove trailing whitespace
2022-09-01 borsAuto merge of #101239 - oli-obk:tracing_cleanup, r...
2022-09-01 111Migrate limit error
2022-09-01 111Migrate OpaqueHiddenType mismatch
2022-09-01 111Migrate DropCheckOverflow
2022-09-01 Adam-GleaveDocument eager evaluation of `bool::then_some` argument
2022-09-01 Oli SchererAdjust stderr file
2022-09-01 Oli Scherertracing::instrument cleanup
2022-09-01 Oli SchererAlways import all tracing macros for the entire crate...
2022-09-01 Oli SchererDirectly use the `instrument` macro instead of its...
2022-09-01 Takayuki Maedado not suggest adding `move` to closure when `move...
2022-09-01 Vadim Petrochenkovrustc_target: Refactor internal linker flavors slightly
2022-09-01 Vadim Petrochenkovrustc_target: Add a compatibility layer to separate...
2022-09-01 borsAuto merge of #100606 - cuviper:upgrade-linux-ci, r...
2022-09-01 borsAuto merge of #13165 - Veykril:breakables, r=Veykril
2022-09-01 Lukas WirthDon't run `rust-2021-compatibility` lints, our crates...
2022-09-01 Lukas WirthProperly handle break resolution inside non-breakable...
2022-09-01 Lukas WirthDiagnose incorrect continue expressions
2022-09-01 Lukas WirthSimplify breakables handling
2022-09-01 Guillaume GomezAdd regression test for #101129
2022-09-01 Guillaume GomezCorrectly merge impl block cfg attributes with its...
2022-09-01 Guillaume GomezMove error code book into a sub folder
2022-09-01 Nixon Enraght... Fix typo in comment
2022-09-01 borsAuto merge of #100958 - mikebenfield:workaround, r...
2022-09-01 Quinn PainterFix filename of armv4t-none-eabi.md
2022-09-01 Mara BosUpdate outdated comment about output capturing in print_to.
2022-09-01 borsAuto merge of #100869 - nnethercote:replace-ThinVec...
2022-09-01 borsAuto merge of #100707 - dzvon:fix-typo, r=davidtwco
next