]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-03-07 Nicholas NethercoteClarify `Layout` interning.
2022-03-06 borsAuto merge of #94597 - nnethercote:ConstAllocation...
2022-03-06 Nicholas NethercoteIntroduce `ConstAllocation`.
2022-03-06 borsAuto merge of #94679 - matthiaskrgr:rollup-9vd7w6a...
2022-03-06 Matthias KrügerRollup merge of #94672 - joedeandev:master, r=Dylan-DPC
2022-03-06 Matthias KrügerRollup merge of #94671 - csmoe:pin-typo, r=m-ou-se
2022-03-06 Matthias KrügerRollup merge of #94659 - RalfJung:signed-shift, r=oli-obk
2022-03-06 borsAuto merge of #94579 - tmiasko:target-features, r=nagisa
2022-03-06 Ralf Jungexplain why shift with signed offset works the way...
2022-03-06 borsAuto merge of #94673 - matthiaskrgr:rollup-2tnifg9...
2022-03-06 JoeUpdated corresponding stderr
2022-03-06 Matthias KrügerRollup merge of #94669 - Alexendoo:unpretty-help, r...
2022-03-06 Matthias KrügerRollup merge of #94617 - pierwill:update-itertools...
2022-03-06 Matthias KrügerRollup merge of #93412 - fee1-dead:improve-rustdoc...
2022-03-06 JoeImproved error message for failed bitcode load
2022-03-06 csmoefix pin doc typo
2022-03-06 borsAuto merge of #94668 - fee1-dead:rollup-8e92bht, r...
2022-03-06 Alex MacleodUpdate -Z unpretty error message
2022-03-06 fee1-deadRollup merge of #94649 - ChrisDenton:unix-absolute...
2022-03-06 fee1-deadRollup merge of #94621 - ridwanabdillahi:lld-rel-dbg...
2022-03-06 fee1-deadRollup merge of #92509 - Gentoli:partition-ex, r=camelid
2022-03-06 borsAuto merge of #90076 - jackh726:wherethewhere, r=nikoma...
2022-03-06 borsAuto merge of #94658 - RalfJung:miri, r=RalfJung
2022-03-06 Ralf Jungupdate Miri
2022-03-06 Jack HueyIgnore
2022-03-06 borsAuto merge of #93805 - petrochenkov:doclinkself, r...
2022-03-06 Gentolidoc: `Iterator::partition` use partial type hints
2022-03-05 borsAuto merge of #94601 - csmoe:android-asan, r=nagisa
2022-03-05 borsAuto merge of #94648 - RalfJung:rollup-4iorcrd, r=RalfJung
2022-03-05 Jack HueyAdd commment covering the case with no where clause
2022-03-05 Jack HueyUpdate new tests
2022-03-05 Jack HueyReview changes
2022-03-05 Jack HueyFallback to other where clause if preferred is missing
2022-03-05 Jack HueyChange to lint
2022-03-05 Jack HueyChange syntax for TyAlias where clauses
2022-03-05 Chris DentonUse `as_os_str` to compare exact paths
2022-03-05 Chris DentonUnix `path::absolute`: Fix leading "." component
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 ridwanabdillahiSupport RelWithDebInfo for lld.
2022-03-04 pierwillUpdate `itertools`
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 Tomasz MiąskoAlways include global target features in function attri...
2022-03-04 Tomasz MiąskoUse SmallStr when building target-features LLVM attribute
2022-03-04 Tomasz MiąskoAdd SmallStr
2022-03-04 Tomasz MiąskoInline SmallCStr::deref
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...
next