about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-11-08Don't abort compilation after giving a lint errorJoshua Nelson-205/+480
2021-11-07Auto merge of #90348 - Amanieu:asm_feature_gates, r=joshtriplettbors-103/+253
2021-11-07Restrict tests that use needs-asm-support to non-experimentalAmanieu d'Antras-5/+10
2021-11-07Auto merge of #90635 - matthiaskrgr:rustdoc_compl, r=GuillaumeGomezbors-5/+4
2021-11-07Add features gates for experimental asm featuresAmanieu d'Antras-98/+243
2021-11-06Auto merge of #90661 - matthiaskrgr:rollup-1umbdlx, r=matthiaskrgrbors-93/+304
2021-11-06Rollup merge of #90649 - cjgillot:reveal-all-2, r=lcnrMatthias Krüger-2/+4
2021-11-06Rollup merge of #90646 - BoxyUwU:funky_ice, r=estebankMatthias Krüger-2/+51
2021-11-06Rollup merge of #90642 - matthiaskrgr:clippy_matches, r=cjgillotMatthias Krüger-86/+49
2021-11-06Rollup merge of #90627 - camelid:suggest-box-deref, r=davidtwcoMatthias Krüger-0/+58
2021-11-06Rollup merge of #90508 - nbdd0121:issue-90483, r=davidtwcoMatthias Krüger-3/+34
2021-11-06Rollup merge of #90487 - NoraCodes:nora/how-to-read-rustdoc, r=jyn514Matthias Krüger-0/+108
2021-11-06Auto merge of #90655 - the8472:drain-dot-dot, r=jyn514bors-6/+6
2021-11-06Suggest dereference of `Box` when inner type is expectedNoah Lev-0/+58
2021-11-06Replace some uses of vec.drain(..) with vec.into_iter()The8472-6/+6
2021-11-06Auto merge of #90559 - rusticstuff:optimize-bidi-detection, r=davidtwcobors-16/+46
2021-11-06use matches!() macro in more placesMatthias Krüger-86/+49
2021-11-06Run reveal_all on MIR more often.Camille GILLOT-2/+4
2021-11-06Auto merge of #90641 - matthiaskrgr:mut, r=cjgillotbors-1/+1
2021-11-06type error go brrrrrrrrEllen-2/+51
2021-11-06Auto merge of #90617 - tmiasko:time-trace-threads, r=wesleywiserbors-56/+128
2021-11-06Auto merge of #90297 - dtolnay:dotzero, r=petrochenkovbors-2/+20
2021-11-06Auto merge of #89970 - jackh726:gats_diagnostics, r=nikomatsakisbors-61/+694
2021-11-05Review commentsjackh726-22/+51
2021-11-06Auto merge of #88441 - jackh726:closure_norm, r=nikomatsakisbors-87/+263
2021-11-06pointee_info_at() does not need mutable accessMatthias Krüger-1/+1
2021-11-05Auto merge of #90631 - matthiaskrgr:rollup-a5tzjh3, r=matthiaskrgrbors-196/+384
2021-11-05rustdoc: clippy::complexity fixesMatthias Krüger-5/+4
2021-11-05Rollup merge of #90626 - rusticstuff:be-more-accepting, r=jyn514Matthias Krüger-0/+10
2021-11-05Rollup merge of #90623 - cuviper:llvm-12, r=nikicMatthias Krüger-27/+24
2021-11-05Rollup merge of #90597 - nikomatsakis:issue-90465, r=wesleywiserMatthias Krüger-147/+328
2021-11-05Rollup merge of #90569 - wesleywiser:fix_only_i686_tests, r=Mark-SimulacrumMatthias Krüger-4/+4
2021-11-05Rollup merge of #89942 - JohnTitor:reorder-widening_impl, r=dtolnayMatthias Krüger-18/+18
2021-11-05Add a chapter on reading Rustdoc outputLeonora Tindall-0/+108
2021-11-05Update LLVM comments around NoAliasMutRefJosh Stone-5/+8
2021-11-05Properly register text_direction_codepoint_in_comment lint.Hans Kratz-0/+10
2021-11-05Add test to confirm fnn_unsuffixed does not emit exponent notationDavid Tolnay-0/+6
2021-11-05Auto merge of #90583 - willcrichton:example-analyzer, r=jyn514bors-13/+142
2021-11-05Update the documented default of -Zmutable-noaliasJosh Stone-1/+1
2021-11-05Reorder `widening_impl`s to make the doc clearerYuki Okushi-18/+18
2021-11-05Move outline-atomics to aarch64-linux target definitionsJosh Stone-6/+9
2021-11-05Remove some minor checks for LLVM < 12Josh Stone-15/+6
2021-11-05Initialize LLVM time trace profiler on each code generation threadTomasz Miąsko-56/+128
2021-11-05apply suggestions from code reviewNiko Matsakis-61/+63
2021-11-05Fix rustdoc-scrape-examples-macros test not being cross-platformWill Crichton-1/+2
2021-11-05Auto merge of #90616 - mathstuf:error_codes-comment-uniformity, r=GuillaumeGomezbors-20/+19
2021-11-05error_codes: uniformly comment error codesBen Boeckel-20/+19
2021-11-05Auto merge of #90604 - mbartlett21:iterator-reexports, r=kennytmbors-1/+6
2021-11-05Auto merge of #90577 - matthiaskrgr:clippy_perf_nov, r=petrochenkovbors-13/+13
2021-11-05Fix `str::SplitInclusive` stabilisation datembartlett21-1/+1