about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-05-30Emit a hard error when a panic occurs during const-evalAaron Hill-182/+118
2021-05-30Auto merge of #85804 - bjorn3:merge_crate_disambiguator, r=cjgillotbors-307/+222
2021-05-30Add lint `suspicious_splitn`Jason Newcomb-7/+172
2021-05-30Fix span of redundant generic arguments0yoyoyo-124/+281
2021-05-30Remove CrateNum::ReservedForIncrCompCachebjorn3-66/+7
2021-05-30Auto merge of #84586 - GuillaumeGomez:enforce-rustdoc-gui-test-suite-run, r=M...bors-77/+135
2021-05-30Update mir opt testsbjorn3-24/+24
2021-05-30Update testsbjorn3-68/+68
2021-05-30Fix testbjorn3-8/+5
2021-05-30Merge CrateDisambiguator into StableCrateIdbjorn3-207/+125
2021-05-30Auto merge of #85319 - cjgillot:query-simp, r=Mark-Simulacrumbors-171/+167
2021-05-30Auto merge of #85786 - GuillaumeGomez:error-code-checker-improvement, r=Mark-...bors-9/+18
2021-05-30Auto merge of #85754 - the8472:revert-83770, r=Mark-Simulacrumbors-63/+25
2021-05-30Do not suggest ampmut if rhs is already mutableDeadbeef-2/+26
2021-05-30BPF: review fixesAlessandro Decina-2/+2
2021-05-30BPF: remove unnecessary flags from src/test/codegen/bpf-alu32.rsAlessandro Decina-1/+0
2021-05-30Auto merge of #83772 - jhpratt:revamp-step-trait, r=Mark-Simulacrumbors-122/+423
2021-05-30Improve Debug impls for LinkedList reference iterators to show itemsFrank Steffahn-2/+18
2021-05-29Auto merge of #85390 - Mark-Simulacrum:fast-bridge, r=petrochenkovbors-16/+42
2021-05-30Remove `is_unicast_link_local_strict`Christiaan Dirkx-101/+27
2021-05-30Don't drop `PResult` without handling the errorLeSeulArtichaut-1/+38
2021-05-30Fix a typor00ster-1/+1
2021-05-29Move reconstruct test inwards.Camille GILLOT-5/+4
2021-05-29Fix unsoundness of Debug implementation for linked_list::IterMutFrank Steffahn-6/+3
2021-05-29Auto merge of #85698 - ehuss:incremental-session-panic, r=estebankbors-27/+77
2021-05-29Use correct edition when parsing `:pat` matchersAaron Hill-5/+56
2021-05-29Mention "null pointer optimization" in option docs.Jacob Hoffman-Andrews-0/+2
2021-05-29Write primitive types via array buffersMark Rousskov-2/+17
2021-05-29Switch to reserve over extend_from_sliceMark Rousskov-25/+21
2021-05-29Specialize single-element writes to bufferMark Rousskov-1/+16
2021-05-29Auto merge of #85540 - GuillaumeGomez:better-result-dom-generation, r=jshabors-22/+70
2021-05-29Fix incremental-session-fail to work when run as root.Eric Huss-2/+1
2021-05-29Auto merge of #85767 - lqd:stackless_span_stacks, r=oli-obkbors-21/+33
2021-05-29Fix testsAlessandro Decina-1/+2
2021-05-29tier-check: Check for lines with '[' such as those containing linksJan-Erik Rediger-1/+1
2021-05-29Add documentation for aarch64-apple-ios-sim targetJan-Erik Rediger-1/+58
2021-05-29BPF: misc minor review fixesAlessandro Decina-11/+11
2021-05-29BPF: abi: extend args/ret to 32 bitsAlessandro Decina-3/+3
2021-05-29BPF: fix #[target_feature(enable = "alu32")]Alessandro Decina-0/+14
2021-05-29BPF: add assembly testAlessandro Decina-0/+154
2021-05-29Auto merge of #85798 - hyd-dev:miri, r=RalfJungbors-8/+8
2021-05-29Add `String::extend_from_within`Waffle-0/+37
2021-05-28Add test for --emit TYPE=pathJeremy Fitzhardinge-0/+34
2021-05-28Use command line metadata path if providedJeremy Fitzhardinge-0/+5
2021-05-29Auto merge of #85703 - clarfonthey:unchecked_shift, r=scottmcmbors-12/+154
2021-05-29Fix missing note on type mismatch error diagnosticsEllen-5/+15
2021-05-28Add inherent unchecked_shl, unchecked_shr to integersltdk-12/+154
2021-05-29Make lifetime ordering error pretty print const param defaultsEllen-5/+21
2021-05-29Auto merge of #85790 - ehuss:nvptx-no-std, r=nagisabors-1/+1
2021-05-29Update Mirihyd-dev-8/+8