]> git.lizzy.rs Git - rust.git/history - src
Auto merge of #90731 - pierwill:fix-90658, r=michaelwoerister
[rust.git] / src /
2021-11-07 borsAuto merge of #89310 - joshtriplett:available-concurren...
2021-11-07 Tor HovlandMade temps-dir an unstable option.
2021-11-07 Noah Levrustdoc: Remove redundant `Impl.span` field
2021-11-07 borsAuto merge of #90348 - Amanieu:asm_feature_gates, r...
2021-11-07 Gary GuoRename functions reflect that inline const is also...
2021-11-07 Gary GuoAdd a FIXME note about what's missing
2021-11-07 Gary GuoEnsure closure requirements are proven for inline const
2021-11-07 Gary GuoAdd unit test for issue 78174
2021-11-07 Gary GuoAdd unit test for issue 78132
2021-11-07 Gary GuoGive inline const separate DefKind
2021-11-07 Amanieu d'AntrasRestrict tests that use needs-asm-support to non-experi...
2021-11-07 borsAuto merge of #90635 - matthiaskrgr:rustdoc_compl,...
2021-11-07 Ken MatsuiSupport early stopping too old pre-installed `tidy...
2021-11-07 Amanieu d'AntrasAdd features gates for experimental asm features
2021-11-06 borsAuto merge of #90661 - matthiaskrgr:rollup-1umbdlx...
2021-11-06 Matthias KrügerRollup merge of #90649 - cjgillot:reveal-all-2, r=lcnr
2021-11-06 Matthias KrügerRollup merge of #90646 - BoxyUwU:funky_ice, r=estebank
2021-11-06 Matthias KrügerRollup merge of #90642 - matthiaskrgr:clippy_matches...
2021-11-06 Matthias KrügerRollup merge of #90627 - camelid:suggest-box-deref...
2021-11-06 Matthias KrügerRollup merge of #90508 - nbdd0121:issue-90483, r=davidtwco
2021-11-06 Matthias KrügerRollup merge of #90487 - NoraCodes:nora/how-to-read...
2021-11-06 Caleb Cartwrightrefactor: dedupe & simplify ty alias formatting
2021-11-06 Cameron SteffenFix Clippy with changed format_args!
2021-11-06 borsAuto merge of #90655 - the8472:drain-dot-dot, r=jyn514
2021-11-06 Cameron SteffenDon't destructure args tuple in format_args!
2021-11-06 Guillaume GomezAdd test for removed one character last line in rustdoc
2021-11-06 CaioMove some tests to more reasonable directories
2021-11-06 Noah LevSuggest dereference of `Box` when inner type is expected
2021-11-06 borsAuto merge of #90559 - rusticstuff:optimize-bidi-detect...
2021-11-06 Camille GILLOTRun reveal_all on MIR more often.
2021-11-06 borsAuto merge of #90641 - matthiaskrgr:mut, r=cjgillot
2021-11-06 Ellentype error go brrrrrrrr
2021-11-06 borsAuto merge of #90617 - tmiasko:time-trace-threads,...
2021-11-06 borsAuto merge of #90297 - dtolnay:dotzero, r=petrochenkov
2021-11-06 borsAuto merge of #89970 - jackh726:gats_diagnostics, r...
2021-11-06 Caleb ZulawskiDisable bitmask test on big endian
2021-11-06 Caleb ZulawskiAllow simd_select_bitmask to take byte arrays
2021-11-06 Caleb ZulawskiAllow simd_bitmask to return byte arrays
2021-11-06 mujpaoPut empty trait braces on same line if possible
2021-11-06 jackh726Review comments
2021-11-06 borsAuto merge of #88441 - jackh726:closure_norm, r=nikomat...
2021-11-05 borsAuto merge of #90631 - matthiaskrgr:rollup-a5tzjh3...
2021-11-05 Josh StoneRevert "Do not call getpid wrapper after fork in tests"
2021-11-05 Matthias Krügerrustdoc: clippy::complexity fixes
2021-11-05 Matthias KrügerRollup merge of #90626 - rusticstuff:be-more-accepting...
2021-11-05 Matthias KrügerRollup merge of #90623 - cuviper:llvm-12, r=nikic
2021-11-05 Matthias KrügerRollup merge of #90597 - nikomatsakis:issue-90465,...
2021-11-05 Matthias KrügerRollup merge of #90569 - wesleywiser:fix_only_i686_test...
2021-11-05 Leonora TindallAdd a chapter on reading Rustdoc output
2021-11-05 Hans KratzProperly register text_direction_codepoint_in_comment...
2021-11-05 David TolnayAdd test to confirm fnn_unsuffixed does not emit expone...
2021-11-05 borsAuto merge of #90583 - willcrichton:example-analyzer...
2021-11-05 Niko Matsakisapply suggestions from code review
2021-11-05 Will CrichtonFix rustdoc-scrape-examples-macros test not being cross...
2021-11-05 borsAuto merge of #90604 - mbartlett21:iterator-reexports...
2021-11-05 borsAuto merge of #90577 - matthiaskrgr:clippy_perf_nov...
2021-11-05 Tor HovlandAdded a regression test.
2021-11-05 borsAuto merge of #90598 - JohnTitor:rollup-kz1qioz, r...
2021-11-05 Will CrichtonMove rustdoc-scrape-examples-macros test to run-make...
2021-11-05 Yuki OkushiRollup merge of #90571 - GuillaumeGomez:missing-bottom...
2021-11-05 Yuki OkushiRollup merge of #90563 - joshtriplett:rustbot-allow...
2021-11-05 Yuki OkushiRollup merge of #90556 - scottmcm:carrying_comments...
2021-11-05 Yuki OkushiRollup merge of #90554 - ehuss:unstable-options-cleanup...
2021-11-05 Yuki OkushiRollup merge of #90544 - ehuss:demote-locator-warn...
2021-11-05 Yuki OkushiRollup merge of #90537 - adamgemmell:dev/aarch64-target...
2021-11-05 Yuki OkushiRollup merge of #90533 - Smittyvb:patch-1, r=joshtriplett
2021-11-05 Yuki OkushiRollup merge of #90530 - GuillaumeGomez:simplify-js...
2021-11-05 Yuki OkushiRollup merge of #90507 - TaKO8Ki:suggest-extern-crate...
2021-11-05 SparrowLiiAdd feature trigger and enable is_struct check
2021-11-05 borsAuto merge of #90574 - notriddle:notriddle/doc-fold...
2021-11-05 Niko Matsakishandle case of a variable not captured
2021-11-05 Niko Matsakisrework diagnostic reporting to be more structured
2021-11-04 Caleb Cartwrightfix: handle external mods imported via external->inline...
2021-11-04 Richard Lowetreat illumos like solaris in failing ui tests which...
2021-11-04 borsAuto merge of #90536 - crlf0710:fix_vtable_hrtb, r...
2021-11-04 Will CrichtonFix ICE when rustdoc is scraping examples inside of...
2021-11-04 Will CrichtonSort scraped call locations before serializing
2021-11-04 Guillaume GomezFix missing bottom border for headings in sidebar
2021-11-04 Michael Howellrustdoc: Use conditional for _stripped fold
2021-11-04 SmittyvbMention possible future rejections
2021-11-04 Wesley WiserFix tests using `only-i686` to use the correct `only...
2021-11-04 borsAuto merge of #90564 - flip1995:clippyup, r=Manishearth
2021-11-04 flip1995Merge commit 'e18101137866b79045fee0ef996e696e68c920b4...
2021-11-04 borsAuto merge of #90518 - calebcartwright:rustc-ast-docs...
2021-11-04 borsAuto merge of #87467 - inquisitivecrystal:ref-unwind...
2021-11-04 borsAuto merge of #90392 - solid-rs:fix-solid-support,...
2021-11-04 Eric HussClean up some `-Z unstable-options` in tests.
2021-11-04 borsAuto merge of #90179 - Nilstrieb:lifetime-elision-misma...
2021-11-03 borsAuto merge of #90475 - camelid:docvisitor, r=notriddle
2021-11-03 Guillaume GomezSimplify js tester a bit
2021-11-03 NilstriebAdd beginner friendly lifetime elision hint to E0623
2021-11-03 borsAuto merge of #90413 - tmiasko:addr-of-mutable, r=RalfJ...
2021-11-03 Charles LewErase regions within `vtable_trait_first_method_offset`.
2021-11-03 Tomasz Miąsko`addr_of!` grants mutable access, maybe?
2021-11-03 Tomasz MiąskoRemove `MaybeMutBorrowedLocals`
2021-11-03 borsAuto merge of #90527 - 12101111:libc_a, r=petrochenkov
2021-11-03 SmittyvbAdd note about x86 instruction prefixes in asm!
2021-11-03 12101111Provide standalone libc.a in self-contained for musl...
2021-11-03 borsAuto merge of #90517 - willcrichton:example-analyzer...
2021-11-03 borsAuto merge of #90478 - rusticstuff:apple-a14, r=wesleywiser
next