]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-03-06 Gentolidoc: `Iterator::partition` use partial type hints
2022-03-05 borsAuto merge of #94648 - RalfJung:rollup-4iorcrd, r=RalfJung
2022-03-05 Ralf JungRollup merge of #94645 - RalfJung:available-parallelism...
2022-03-05 Ralf JungRollup merge of #94642 - GuillaumeGomez:source-code...
2022-03-05 Ralf JungRollup merge of #94633 - TaKO8Ki:suggest-removing-semic...
2022-03-05 Ralf JungRollup merge of #94630 - ehuss:remove-tier-2-docs-note...
2022-03-05 borsAuto merge of #92123 - m-ou-se:thread-local-cell-method...
2022-03-05 Takayuki Maedasuggest removing a semicolon after derive attributes
2022-03-05 Ralf Jungdo not attempt to open cgroup files under Miri
2022-03-05 Eric HussUpdate note about tier 2 docs.
2022-03-05 Guillaume GomezAdd GUI test for source code viewer scroll handling
2022-03-05 borsAuto merge of #94480 - bjorn3:no_build_helper, r=Mark...
2022-03-05 Guillaume GomezScroll when the anchor change and is linking outside...
2022-03-05 bjorn3Merge build_helper into util
2022-03-05 bjorn3Remove build_helper
2022-03-05 borsAuto merge of #94561 - Urgau:check-cfg-lint-help-remove...
2022-03-05 Loïc BRANSTETTImprove unexpected_cfgs lint when their is no value...
2022-03-05 Mara BosUpdate tests.
2022-03-05 Mara BosSmall fixes in thread local code.
2022-03-05 Mara BosUpdate documentation in thread/local.rs.
2022-03-05 Mara BosAdd debug asserts in thread local cell set methods.
2022-03-05 Mara BosAdd tracking issue number for local_key_cell_methods.
2022-03-05 Mara BosRename LocalKey's with_{ref,mut} to with_borrow{,_mut}.
2022-03-05 Mara BosImplement RFC 3184 - thread local cell methods.
2022-03-05 borsAuto merge of #94546 - JmPotato:std-features-cleanup...
2022-03-05 borsAuto merge of #94634 - Dylan-DPC:rollup-8wx1yrj, r...
2022-03-05 Dylan DPCRollup merge of #94631 - nebulatgs:patch-1, r=Dylan-DPC
2022-03-05 Dylan DPCRollup merge of #94626 - marmeladema:issue-47511-known...
2022-03-05 Dylan DPCRollup merge of #94624 - estebank:regression-94508...
2022-03-05 Dylan DPCRollup merge of #94620 - pierwill:partialord-constisten...
2022-03-05 Dylan DPCRollup merge of #94460 - eholk:reenable-drop-tracking...
2022-03-05 Dylan DPCRollup merge of #94446 - rusticstuff:remove_dir_all...
2022-03-05 JmPotatoClean up the std library's #![feature]s
2022-03-05 borsAuto merge of #93142 - estebank:missing-main, r=wesleywiser
2022-03-05 Esteban KuberDo not point at whole file missing `fn main`
2022-03-05 NebulaFix typo in c-variadic
2022-03-05 borsAuto merge of #94628 - Dylan-DPC:rollup-v2slupe, r...
2022-03-04 Dylan DPCRollup merge of #94618 - lewisclark:remove-stack-size...
2022-03-04 Dylan DPCRollup merge of #94596 - compiler-errors:delay-adjustme...
2022-03-04 Dylan DPCRollup merge of #94595 - TaKO8Ki:fix-invalid-unresolved...
2022-03-04 Dylan DPCRollup merge of #94577 - RalfJung:simd-miri, r=scottmcm
2022-03-04 Dylan DPCRollup merge of #94362 - Urgau:check-cfg-values, r...
2022-03-04 borsAuto merge of #94298 - Urgau:rustbuild-check-cfg, r...
2022-03-04 marmelademaAdd known-bug directive to issue #47511 test case
2022-03-04 Esteban KuberDowngrade `#[test]` on macro call to warning
2022-03-04 pierwillEdit docs on consistency of `PartialOrd` and `PartialEq`
2022-03-04 Eric HolkDistinguish binding assignments, use Ty::needs_drop
2022-03-04 borsAuto merge of #94494 - jonhoo:bump-autocfg, r=Mark...
2022-03-04 Lewis ClarkDon't round stack size up for created threads
2022-03-04 borsAuto merge of #94612 - matthiaskrgr:rollup-2jm5wkr...
2022-03-04 Matthias KrügerRollup merge of #94600 - est31:master, r=notriddle
2022-03-04 Matthias KrügerRollup merge of #94593 - estebank:issue-94510, r=davidtwco
2022-03-04 Matthias KrügerRollup merge of #94568 - bjorn3:rustbuild_remove_dead_c...
2022-03-04 Matthias KrügerRollup merge of #94549 - m-ou-se:thread-is-finished...
2022-03-04 Matthias KrügerRollup merge of #94524 - bjorn3:remove_num_cpus, r...
2022-03-04 Matthias KrügerRollup merge of #94236 - reez12g:add_track_caller_87707...
2022-03-04 borsAuto merge of #94570 - shampoofactory:reopen-91719...
2022-03-04 Hans KratzIntegrate macos x86-64 remove_dir_all() impl. Step...
2022-03-04 Hans KratzIntegrate macos x86-64 remove_dir_all() impl. Step...
2022-03-04 Hans Kratzremove_dir_all(): try recursing first instead of trying...
2022-03-04 Loïc BRANSTETTEnable conditional compilation checking on the Rust...
2022-03-04 borsAuto merge of #94539 - tmiasko:string-attributes, r...
2022-03-04 Loïc BRANSTETTAdd #![allow(unexpected_cfgs)] in preparation of global...
2022-03-04 Loïc BRANSTETTRemove invalid #[cfg(tests)] in index_map
2022-03-04 Loïc BRANSTETTAdd well known values to --check-cfg implementation
2022-03-04 est31Use if let instead of manual match
2022-03-04 borsAuto merge of #94159 - erikdesjardins:align-load, r...
2022-03-04 borsAuto merge of #94096 - cjgillot:ensure-stability, r...
2022-03-04 Takayuki Maedafix invalid `unresolved imports` errors the asterisk...
2022-03-04 Michael Gouletdelay bug instead of skipping check_expr
2022-03-04 reez12gAdd #[track_caller] to track callers when initializing...
2022-03-04 borsAuto merge of #94588 - Dylan-DPC:rollup-7pxd0i3, r...
2022-03-04 Esteban KuberDo not recover from `Ty?` in macro parsing
2022-03-04 Dylan DPCRollup merge of #94582 - nnethercote:fix-x-fmt-bug...
2022-03-04 Dylan DPCRollup merge of #94575 - RalfJung:switchint-comment...
2022-03-04 Dylan DPCRollup merge of #94572 - sunfishcode:sunfishcode/handle...
2022-03-04 Dylan DPCRollup merge of #94466 - jonhoo:bootstrap-proper-env...
2022-03-04 Dylan DPCRollup merge of #94404 - pierwill:newtype-index-noord...
2022-03-04 Dylan DPCRollup merge of #94339 - Amanieu:arm-d32, r=nagisa
2022-03-04 Dylan DPCRollup merge of #93965 - Mark-Simulacrum:owned-stdio...
2022-03-04 Dylan DPCRollup merge of #93913 - bjorn3:remove_everybody_loops...
2022-03-04 Dylan DPCRollup merge of #93418 - ojeda:no-shortcut, r=camelid
2022-03-04 Dylan DPCRollup merge of #88805 - krhancoc:master, r=dtolnay
2022-03-04 borsAuto merge of #94009 - compiler-errors:gat-rustdoc...
2022-03-03 Nicholas NethercoteFix a bug in `x.py fmt` that prevents some files being...
2022-03-03 borsAuto merge of #94571 - matthiaskrgr:rollup-4ul5ydb...
2022-03-03 Michael Gouletadd tests
2022-03-03 Michael Gouletdon't forget generics for GATs in impls
2022-03-03 Michael Gouletmake generic projection types print correctly
2022-03-03 Ralf Jungonly disable SIMD for doctests in Miri (not for the...
2022-03-03 Ralf JungMiri can run this test now
2022-03-03 Ralf Jungfix a warning when building core tests with cfg(miri)
2022-03-03 scottmcmAdd a missing `#[no_mangle]`
2022-03-03 Ralf JungCTFE SwitchInt: update comment
2022-03-03 Dan GohmanUse `HandleOrNull` and `HandleOrInvalid` in the Windows...
2022-03-03 Matthias KrügerRollup merge of #94563 - TaKO8Ki:remove-unnecessary...
2022-03-03 Matthias KrügerRollup merge of #94555 - cuishuang:master, r=oli-obk
2022-03-03 Matthias KrügerRollup merge of #94554 - Urgau:stmt-node-id-ice, r...
2022-03-03 Matthias KrügerRollup merge of #94551 - darnuria:doc-map-backstick...
2022-03-03 Matthias KrügerRollup merge of #94550 - GuillaumeGomez:HKF-macros...
next