]> git.lizzy.rs Git - rust.git/history - src
Improve comments.
[rust.git] / src /
2022-11-04 Nicholas NethercoteMake non-ASCII errors more consistent.
2022-10-31 borsAuto merge of #103331 - nnethercote:convert-switch...
2022-10-30 Nicholas NethercoteUse `br` instead of `switch` in more cases.
2022-10-30 borsAuto merge of #103479 - nikic:update-llvm-9, r=cuviper
2022-10-30 borsAuto merge of #103299 - nikic:usub-overflow, r=wesleywiser
2022-10-30 borsAuto merge of #103295 - ishitatsuyuki:ninja, r=cuviper
2022-10-30 borsAuto merge of #103010 - petrochenkov:effvisdoc, r=Guill...
2022-10-30 borsAuto merge of #103755 - Dylan-DPC:rollup-dl2hups, r...
2022-10-30 Dylan DPCRollup merge of #103740 - notriddle:notriddle/search...
2022-10-30 Dylan DPCRollup merge of #103689 - saethlin:libtest-startup...
2022-10-30 Dylan DPCRollup merge of #103588 - weihanglo:rustdoc/url-redirec...
2022-10-30 Dylan DPCRollup merge of #103560 - zbyrn:issue-103358-fix, r...
2022-10-30 Dylan DPCRollup merge of #93582 - WaffleLapkin:rpitirpit, r...
2022-10-30 borsAuto merge of #103721 - RalfJung:miri, r=RalfJung
2022-10-30 borsAuto merge of #103745 - matthiaskrgr:rollup-hipjva8...
2022-10-29 borsAuto merge of #103731 - Mark-Simulacrum:new-version...
2022-10-29 Matthias KrügerRollup merge of #103737 - notriddle:notriddle/margin...
2022-10-29 Matthias KrügerRollup merge of #103726 - TaKO8Ki:avoid-&str-to-string...
2022-10-29 Matthias KrügerRollup merge of #103722 - GuillaumeGomez:cleanup-code...
2022-10-29 Matthias KrügerRollup merge of #103715 - tshepang:consistency, r=Dylan-DPC
2022-10-29 Matthias KrügerRollup merge of #103253 - notriddle:notriddle/test...
2022-10-29 Matthias KrügerRollup merge of #103124 - ldm0:nohard_tests, r=Mark...
2022-10-29 Matthias KrügerRollup merge of #102659 - Mark-Simulacrum:relnotes...
2022-10-29 Matthias KrügerRollup merge of #100006 - jyn514:update-copy, r=dtolnay
2022-10-29 Vadim Petrochenkovrustdoc: Split effective visibilities from rustc from...
2022-10-29 Vadim Petrochenkovrustdoc: Simplify modifications of effective visibility...
2022-10-29 Mark RousskovDrop miri cross-compile check for Windows
2022-10-29 borsAuto merge of #103450 - cjgillot:elision-nodedup, r...
2022-10-29 Michael Howellrustdoc: remove unnecessary `.search-results { padding...
2022-10-29 Michael Howellrustdoc: use CSS margin/padding shorthand when all...
2022-10-29 Mark RousskovBump to 1.67.0
2022-10-29 borsAuto merge of #103727 - GuillaumeGomez:rollup-hfyxccr...
2022-10-29 Guillaume GomezRollup merge of #103719 - joseluis:fix-typos-try-reserv...
2022-10-29 Guillaume GomezRollup merge of #103699 - compiler-errors:dyn-star...
2022-10-29 Guillaume GomezRollup merge of #103653 - GuillaumeGomez:missing-impl...
2022-10-29 Guillaume GomezRollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_a...
2022-10-29 Guillaume GomezRollup merge of #103618 - nnethercote:rename-OwnerId...
2022-10-29 Guillaume GomezRollup merge of #103415 - compiler-errors:tiny-perf...
2022-10-29 Guillaume GomezRollup merge of #102721 - nbdd0121:panic, r=Amanieu
2022-10-29 Guillaume GomezRollup merge of #102634 - andrewpollack:refactor-test...
2022-10-29 Guillaume GomezFix z-indexes of code example feature and cleanup its CSS
2022-10-29 Guillaume GomezAdd regression test for missing item from private mod...
2022-10-29 Guillaume GomezAdd missing impl blocks for item reexported from privat...
2022-10-29 Nicholas NethercoteRename some `OwnerId` fields.
2022-10-29 borsAuto merge of #103714 - matthiaskrgr:rollup-kajt3i8...
2022-10-29 borsAuto merge of #2631 - RalfJung:futex-wait-no-isolate...
2022-10-29 Matthias KrügerRollup merge of #103704 - xxchan:xxchan/applicable...
2022-10-29 Matthias KrügerRollup merge of #103664 - aDotInTheVoid:rdj-path-docs...
2022-10-29 Matthias KrügerRollup merge of #103663 - notriddle:notriddle/search...
2022-10-29 Matthias KrügerRollup merge of #103656 - camsteffen:symbol-to-string...
2022-10-29 Matthias KrügerRollup merge of #103383 - compiler-errors:tait-scope...
2022-10-29 Matthias KrügerRollup merge of #103342 - Rageking8:add-test-for-issue...
2022-10-29 Matthias KrügerRollup merge of #102961 - reitermarkus:const-cstr-from...
2022-10-29 borsAuto merge of #102698 - michaelwoerister:unord-collecti...
2022-10-29 borsAuto merge of #102233 - petrochenkov:effvis, r=jackh726
2022-10-28 borsAuto merge of #102737 - RalfJung:poll_fn_pin, r=Mark...
2022-10-28 xxchanAdd a test for TAIT used with impl/dyn Trait inside...
2022-10-28 Ralf Jungrelative futex and condvar timeouts can work with isolation
2022-10-28 borsAuto merge of #2630 - RalfJung:windows-parking, r=RalfJung
2022-10-28 borsAuto merge of #103683 - fee1-dead-contrib:fix-deferred...
2022-10-28 Michael GouletEmit proper error when casting to Ddyn-star
2022-10-28 borsAuto merge of #103071 - wesleywiser:fix_inlined_line_nu...
2022-10-28 Ralf Jungcleanup some test cfg
2022-10-28 Ralf Jungtest most sync primitives on Windows
2022-10-28 Ralf Jungsimplify Linux futex impl a bit
2022-10-28 Ralf Jungthreadleak_ignored should now pass with preemption...
2022-10-28 Ralf Jungimplement thread parking on Windows
2022-10-28 borsAuto merge of #102674 - CastilloDel:master, r=oli-obk
2022-10-28 DeadbeefRetain ParamEnv constness when running deferred cast...
2022-10-28 borsAuto merge of #2627 - RalfJung:ignore-windows, r=RalfJung
2022-10-28 Ralf Jungupdate ignore-windows comments
2022-10-28 borsAuto merge of #103671 - matthiaskrgr:rollup-iuugpep...
2022-10-28 Nixon Enraght-Moonyrustdoc-json-types: Improve ItemSummary::path docs
2022-10-28 borsAuto merge of #2626 - RalfJung:pthread_setname_np,...
2022-10-28 Ralf Jungpthread_setname_np returns an int on macOS
2022-10-28 borsAuto merge of #103672 - matthiaskrgr:rollup-dyk3civ...
2022-10-28 Matthias KrügerRollup merge of #103645 - weihanglo:update-cargo, r...
2022-10-28 Matthias KrügerRollup merge of #103643 - notriddle:notriddle/summary...
2022-10-28 Matthias KrügerRollup merge of #103631 - Rageking8:Add-test-for-issue...
2022-10-28 Matthias KrügerRollup merge of #103609 - BoxyUwU:fix_impl_self_cycle...
2022-10-28 Matthias KrügerRollup merge of #103608 - compiler-errors:rpitit-early...
2022-10-28 Matthias KrügerRollup merge of #103585 - GuillaumeGomez:source-line...
2022-10-28 Matthias KrügerRollup merge of #103641 - compiler-errors:issue-103624...
2022-10-28 Matthias KrügerRollup merge of #103550 - notriddle:notriddle/no-sugges...
2022-10-28 Matthias KrügerRollup merge of #103523 - GuillaumeGomez:inline-doc...
2022-10-28 Matthias KrügerRollup merge of #103283 - nbarrios1337:unsafe-impl...
2022-10-28 Matthias KrügerRollup merge of #102642 - bryangarza:afit-tests, r...
2022-10-28 Rageking8add test for issue 98634
2022-10-28 Michael Howellrustdoc: remove redundant `div.search-container`
2022-10-28 borsAuto merge of #103654 - flip1995:clippy_backport, r...
2022-10-27 Bryan GarzaUpdate tests based on feedback
2022-10-27 Bryan GarzaUpdate src/test/ui/async-await/in-trait/async-example.rs
2022-10-27 Bryan GarzaAdd additional tests for static AFIT
2022-10-27 Bryan GarzaUpdate tests based on feedback
2022-10-27 Bryan GarzaUpdate static AFIT tests based on feedback
2022-10-27 Bryan GarzaAdd tests for static async functions in traits
2022-10-27 borsAuto merge of #2624 - WaffleLapkin:iforgor💀, r=RalfJung
2022-10-27 borsAuto merge of #103629 - matthiaskrgr:rollup-r94tqfa...
2022-10-27 Boxyuse proper spans
2022-10-27 BoxyDoIt
next