]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-01-31 borsAuto merge of #93348 - spastorino:fix-perf-overlap...
2022-01-31 Santiago PastorinoDo not store overlap_mode, just pass it down on insert
2022-01-31 Santiago PastorinoMove overlap_mode into trait level attribute + feature...
2022-01-31 borsAuto merge of #93373 - spastorino:def_id_to_hir_id_refa...
2022-01-31 borsAuto merge of #93498 - matthiaskrgr:rollup-k5shwrc...
2022-01-31 borsAuto merge of #93499 - matthiaskrgr:rollup-icdex11...
2022-01-31 Matthias KrügerRollup merge of #93494 - solid-rs:fix-kmc-solid-spawned...
2022-01-31 Matthias KrügerRollup merge of #93485 - est31:remove_curly, r=joshtriplett
2022-01-31 Matthias KrügerRollup merge of #93480 - est31:remove_unstable_deprecat...
2022-01-31 Matthias KrügerRollup merge of #93471 - cuviper:direntry-file_type...
2022-01-31 Matthias KrügerRollup merge of #93462 - ChrisDenton:systime-doc, r...
2022-01-31 Matthias KrügerRollup merge of #93461 - dtolnay:fmtyield, r=davidtwco
2022-01-31 Matthias KrügerRollup merge of #93403 - nagisa:total-cmp-review, r...
2022-01-31 Matthias KrügerRollup merge of #93395 - camelid:reserved-sugg, r=davidtwco
2022-01-31 Matthias KrügerRollup merge of #93444 - camelid:rustdoc-css-cleanup...
2022-01-31 Matthias KrügerRollup merge of #93392 - GKFX:char-docs, r=scottmcm
2022-01-31 Matthias KrügerRollup merge of #93347 - WaffleLapkin:better_char_decod...
2022-01-31 Matthias KrügerRollup merge of #93214 - ibraheemdev:issue-93210, r...
2022-01-31 Matthias KrügerRollup merge of #93155 - dtolnay:blockindent, r=nagisa
2022-01-31 Matthias KrügerRollup merge of #93039 - terrarier2111:fix-field-help...
2022-01-31 Matthias KrügerRollup merge of #92918 - compiler-errors:gat-expr-lifet...
2022-01-31 Matthias KrügerRollup merge of #90277 - pierwill:fix-70258-inference...
2022-01-31 borsAuto merge of #93270 - klensy:sec-up, r=Mark-Simulacrum
2022-01-31 David TolnayRestore a visual alignment mode for block comments
2022-01-31 David TolnayBless all pretty printer tests and ui tests
2022-01-31 David TolnayFix some double indents on exprs containing blocks
2022-01-31 David TolnayCompute indent never relative to current column
2022-01-31 Tomoaki Kawadakmc-solid: Inherit the calling task's base priority...
2022-01-31 borsAuto merge of #90891 - nbdd0121:format, r=Mark-Simulacrum
2022-01-30 George Bateman(#93392) Update char::MAX docs and core::char::MAX
2022-01-30 Simonas Kazlauskasreview the total_cmp documentation
2022-01-30 borsAuto merge of #92711 - zredb:issue-90187-fix, r=notriddle
2022-01-30 David TolnayMac calls
2022-01-30 David TolnayAccommodate yield points in the format_args expansion
2022-01-30 David TolnayAdd regression test for issue 93274
2022-01-30 borsAuto merge of #93482 - ehuss:rollup-qjyppci, r=ehuss
2022-01-30 est31core: Remove some redundant {}s from the sorting code
2022-01-30 Eric HussRollup merge of #93475 - GuillaumeGomez:theme-in-histor...
2022-01-30 Eric HussRollup merge of #93192 - theidexisted:patch-1, r=wesley...
2022-01-30 Eric HussRollup merge of #93183 - jsha:mobile-nav-fixes, r=Guill...
2022-01-30 Eric HussRollup merge of #92908 - dtolnay:rustdoc, r=GuillaumeGomez
2022-01-30 Eric HussRollup merge of #92887 - pietroalbini:pa-bootstrap...
2022-01-30 est31Remove deprecated and unstable slice_partition_at_index...
2022-01-30 Maybe WaffleFix an edge case in `chat::DecodeUtf16::size_hint`
2022-01-30 Guillaume GomezAdd test to ensure that theme is applied correctly...
2022-01-30 borsAuto merge of #93468 - matthiaskrgr:rollup-vxullvd...
2022-01-30 Jacob Hoffman... rustdoc: small fixes to mobile navigation
2022-01-30 Josh Stoneunix: Use metadata for `DirEntry::file_type` fallback
2022-01-29 Matthias KrügerRollup merge of #93463 - dtolnay:_args, r=cjgillot
2022-01-29 Matthias KrügerRollup merge of #93459 - tavianator:dirent-copy-only...
2022-01-29 Matthias KrügerRollup merge of #93441 - notriddle:notriddle/collect...
2022-01-29 Matthias KrügerRollup merge of #93414 - Amanieu:std_arch_detect, r...
2022-01-29 Matthias KrügerRollup merge of #93391 - notriddle:notriddle/remove...
2022-01-29 Matthias KrügerRollup merge of #93362 - compiler-errors:ice-gat-in...
2022-01-29 Matthias KrügerRollup merge of #93358 - compiler-errors:is-not-const...
2022-01-29 Matthias KrügerRollup merge of #93256 - EFanZh:patch-1, r=joshtriplett
2022-01-29 Tavian Barnesfs: Add a regression test for #93384
2022-01-29 Tavian Barnesfs: Don't copy d_name from struct dirent
2022-01-29 Noah LevFix some CSS warnings and errors from VS Code
2022-01-29 David TolnayRename _args -> args in format_args expansion
2022-01-29 Chris DentonDocument `SystemTime` platform precision
2022-01-29 borsAuto merge of #93457 - matthiaskrgr:rollup-e43ry1l...
2022-01-29 Gary GuoChange index_refutable_slice to use FxIndexMap
2022-01-29 Gary GuoCreate `core::fmt::ArgumentV1` with generics instead...
2022-01-29 Matthias KrügerRollup merge of #93453 - GuillaumeGomez:theme-change...
2022-01-29 Matthias KrügerRollup merge of #93431 - lqd:remove-jemallocator, r...
2022-01-29 Matthias KrügerRollup merge of #93424 - lcnr:nit, r=spastorino
2022-01-29 Matthias KrügerRollup merge of #93410 - solid-rs:feat-kmc-solid-net...
2022-01-29 Matthias KrügerRollup merge of #93299 - GuillaumeGomez:dot-separator...
2022-01-29 Matthias KrügerRollup merge of #93236 - woppopo:const_nonnull_new...
2022-01-29 Matthias KrügerRollup merge of #92274 - woppopo:const_deallocate,...
2022-01-29 Matthias KrügerRollup merge of #88205 - danii:e0772, r=GuillaumeGomez
2022-01-29 borsAuto merge of #92312 - BGR360:needs-test, r=Mark-Simulacrum
2022-01-29 Santiago PastorinoMake local_def_id_to_hir_id query directly returh HirId
2022-01-29 woppopoDocument about some behaviors of `const_(de)allocate...
2022-01-29 Guillaume GomezExtend theme change GUI test
2022-01-29 Guillaume GomezUpdate browser-ui-test version to 0.5.8
2022-01-29 borsAuto merge of #93351 - anp:fuchsia-remove-dir-all,...
2022-01-29 borsAuto merge of #93434 - Mark-Simulacrum:apple-various...
2022-01-28 Ben ReevesAdd test for old ICE in #89066
2022-01-28 Ben ReevesAdd test for old ICE in #91594
2022-01-28 Ben ReevesAdd test for old ICE
2022-01-28 borsAuto merge of #93427 - matthiaskrgr:rollup-esd3ixl...
2022-01-28 Adam PerryFix remove_dir_all on Fuchsia after CVE fix.
2022-01-28 borsAuto merge of #93426 - pnkfelix:issue-91671-backport...
2022-01-28 Michael Howellrustdoc: load the set of in-scope traits for modules...
2022-01-28 Santiago PastorinoMake local_def_id_to_hir_id return MaybeOwner<()>
2022-01-28 Santiago PastorinoSeparate hir_owner query into two queries to avoid...
2022-01-28 Mark RousskovMove target-only apple targets to separate builder
2022-01-28 Daniel ConleyAdd Explanation For Error E0772
2022-01-28 Rémy Rakicremove unused `jemallocator` crate
2022-01-28 Felix S. Klock IIbackport llvm fix for issue 91671.
2022-01-28 Matthias KrügerRollup merge of #93404 - rust-lang:scottmcm-patch-1...
2022-01-28 Matthias KrügerRollup merge of #93399 - ehuss:fix-compiletest-path...
2022-01-28 Matthias KrügerRollup merge of #93375 - Kvicii:ISSUE_93374, r=notriddle
2022-01-28 Matthias KrügerRollup merge of #93356 - pierwill:partialord-headline...
2022-01-28 Matthias KrügerRollup merge of #93353 - kellerkindt:saturating_int_ass...
2022-01-28 Matthias KrügerRollup merge of #93295 - ChrisDenton:tempdir-double...
2022-01-28 Matthias KrügerRollup merge of #93261 - bjorn3:cg_ssa_refactor6, r...
2022-01-28 Matthias KrügerRollup merge of #93239 - Thomasdezeeuw:socketaddr_creat...
next