summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Stabilize `Iterator::intersperse()`"revert-88548-intersperseJane Lusby2021-10-076-12/+20
* Auto merge of #89534 - camsteffen:diag-name, r=oli-obkbors2021-10-0715-146/+142
|\
| * Bless testsCameron Steffen2021-10-061-0/+11
| * Use get_diagnostic_nameCameron Steffen2021-10-066-113/+73
| * Introduce get_diagnostic_nameCameron Steffen2021-10-069-34/+59
* | Auto merge of #86525 - shamatar:array_len_opt, r=oli-obkbors2021-10-0718-9/+979
|\ \
| * | opt-level >= 4Alexander2021-10-062-4/+4
| * | run remaining testsAlexander2021-10-063-9/+17
| * | tidyAlexander2021-10-061-1/+1
| * | add MIR artifactsAlexander2021-10-0613-3/+626
| * | fix importAlexander2021-10-061-1/+1
| * | reset and cleanupAlexander2021-10-063-0/+339
| |/
* | Auto merge of #89495 - Mark-Simulacrum:add-inlines, r=michaelwoeristerbors2021-10-072-0/+2
|\ \
| * | Add two inline annotations for hot functionsMark Rousskov2021-10-032-0/+2
* | | Auto merge of #89454 - erikdesjardins:perfattrcheck, r=nikomatsakisbors2021-10-071-38/+4
|\ \ \
| * | | only check for automatically_derived on impls, not individual methodsErik Desjardins2021-10-021-18/+6
| * | | perf: only check for rustc_trivial_field_reads attribute on traitsErik Desjardins2021-10-011-23/+1
* | | | Auto merge of #89608 - Manishearth:rollup-m7kd76f, r=Manishearthbors2021-10-0669-249/+984
|\ \ \ \
| * \ \ \ Rollup merge of #89591 - infinity0:master, r=AmanieuManish Goregaokar2021-10-061-0/+1
| |\ \ \ \
| | * | | | fix: alloc-optimisation is only for rust llvmXimin Luo2021-10-061-0/+1
| | | |_|/ | | |/| |
| * | | | Rollup merge of #89588 - BoxyUwU:add_a_test_uwu, r=lcnrManish Goregaokar2021-10-061-0/+29
| |\ \ \ \
| | * | | | testEllen2021-10-061-0/+29
| * | | | | Rollup merge of #89531 - devnexen:stack_overflow_bsd_libc_upd, r=dtolnayManish Goregaokar2021-10-062-3/+3
| |\ \ \ \ \
| | * | | | | library std, libc dependency updateDavid Carlier2021-10-052-3/+3
| * | | | | | Rollup merge of #89528 - FabianWolff:issue-89497, r=jackh726Manish Goregaokar2021-10-067-14/+80
| |\ \ \ \ \ \
| | * | | | | | Fix suggestion to borrow when casting from pointer to referenceFabian Wolff2021-10-047-14/+80
| * | | | | | | Rollup merge of #89506 - yaymukund:docblock-headings, r=GuillaumeGomezManish Goregaokar2021-10-0617-122/+264
| |\ \ \ \ \ \ \
| | * | | | | | | Revert the rustc_error_codes changes.Mukund Lakshman2021-10-0650-51/+51
| | * | | | | | | Restore h1 styles, which got accidentally removed.Mukund Lakshman2021-10-063-3/+3
| | * | | | | | | Add tests for ensuring docblock headings.Mukund Lakshman2021-10-041-0/+29
| | * | | | | | | heading_level: u32 -> heading_offset: HeadingOffsetMukund Lakshman2021-10-047-61/+88
| | * | | | | | | No need to default offset since we always override it.Mukund Lakshman2021-10-046-40/+36
| | * | | | | | | Change `Markdown(...)` to `Markdown { ... }`Mukund Lakshman2021-10-046-47/+108
| | * | | | | | | Fix heading for methods on trait impls.Mukund Lakshman2021-10-041-1/+1
| | * | | | | | | librustdoc: Use correct heading levels.Mukund Lakshman2021-10-0465-118/+147
| * | | | | | | | Rollup merge of #89501 - Aaron1011:escaping-name-regions, r=davidtwcoManish Goregaokar2021-10-0618-39/+209
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Note specific regions involved in 'borrowed data escapes' errorAaron Hill2021-10-0518-39/+209
| | | |_|_|/ / / / | | |/| | | | | |
| * | | | | | | | Rollup merge of #89329 - tmiasko:print-type-sizes-no-fields, r=jackh726Manish Goregaokar2021-10-063-3/+7
| |\ \ \ \ \ \ \ \
| | * | | | | | | | print-type-sizes: skip field printing for primitivesTomasz Miąsko2021-09-283-3/+7
| * | | | | | | | | Rollup merge of #89324 - yoshuawuyts:hardware-parallelism, r=m-ou-seManish Goregaokar2021-10-0611-16/+18
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Add doc aliases to `std::thread::available_parallelism`Yoshua Wuyts2021-10-041-0/+2
| | * | | | | | | | | Rename `std::thread::available_onccurrency` to `std::thread::available_parall...Yoshua Wuyts2021-09-2811-16/+16
| * | | | | | | | | | Rollup merge of #89245 - DeveloperC286:iter_mut_fields_to_private, r=joshtrip...Manish Goregaokar2021-10-062-16/+21
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | refactor: VecDeques IterMut fields to privateDeveloperC2021-10-052-16/+21
| | | |_|/ / / / / / / | | |/| | | | | | | |
| * | | | | | | | | | Rollup merge of #89050 - DeveloperC286:drain_fields_to_private, r=joshtriplettManish Goregaokar2021-10-062-17/+26
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | refactor: VecDeques Drain fields to privateDeveloperC2862021-10-052-17/+26
| | |/ / / / / / / / /
| * | | | | | | | | | Rollup merge of #88523 - kpreid:category, r=yaahcManish Goregaokar2021-10-061-4/+22
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Expand documentation for `FpCategory`.Kevin Reid2021-08-301-4/+22
| * | | | | | | | | | | Rollup merge of #87601 - a1phyr:feature_uint_add_signed, r=kennytmManish Goregaokar2021-10-066-15/+304
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
| | * | | | | | | | | | Optimize `saturating_add_signed`Benoît du Garreau2021-10-041-3/+6