about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-11-02Auto merge of #78661 - JohnTitor:rollup-er2isja, r=JohnTitorbors-158/+189
2020-11-02Auto merge of #75020 - JohnTitor:fix-multispan, r=estebank,tmandrybors-33/+186
2020-11-02Fix formatYuki Okushi-90/+95
2020-11-02Only separate notes if span is multilineYuki Okushi-11/+17
2020-11-02Add "this has type `{}` which {}" noteYuki Okushi-0/+17
2020-11-02Address some code reviewsYuki Okushi-110/+89
2020-11-02Separate complex multispan into some notesYuki Okushi-54/+144
2020-11-02Avoid complex diagnostics in snippets which contain newlinesYuki Okushi-0/+56
2020-11-02Rollup merge of #78637 - mystor:atomic_ptr_bool, r=m-ou-seYuki Okushi-0/+125
2020-11-02Rollup merge of #78627 - est31:total_cmp_no_superset, r=m-ou-seYuki Okushi-0/+8
2020-11-02Rollup merge of #78620 - gabhijit:bitops_doc_fix, r=m-ou-seYuki Okushi-12/+23
2020-11-02Rollup merge of #78610 - petrochenkov:nostriptok, r=Aaron1011Yuki Okushi-145/+30
2020-11-02Rollup merge of #78606 - autarch:patch-1, r=m-ou-seYuki Okushi-1/+3
2020-11-02Auto merge of #78592 - fpoli:nll-facts-dir, r=matthewjasperbors-2/+4
2020-11-02Auto merge of #78645 - JulianKnodt:i78622, r=estebankbors-1/+23
2020-11-02Auto merge of #78605 - nox:relax-elf-relocations, r=nagisabors-1/+8
2020-11-01Add delay_span_bug to no longer ICEkadmin-1/+23
2020-11-01Add fetch_update methods to AtomicBool and AtomicPtrNika Layzell-0/+125
2020-11-01Point out that total_cmp is no strict superset of partial comparisonest31-0/+8
2020-11-01Auto merge of #75534 - Aaron1011:feature/new-future-breakage, r=pnkfelixbors-123/+539
2020-11-01Remove incorrect statement about line ending content in lines doc changeDave Rolsky-2/+2
2020-11-01Auto merge of #78553 - Nadrieril:fix-78549, r=varkorbors-38/+86
2020-11-01documentation examples fixes in rustfmt conventionAbhijit Gadgil-11/+19
2020-11-01Auto merge of #78623 - m-ou-se:rollup-m6y5j0m, r=m-ou-sebors-21/+55
2020-11-01Rollup merge of #78621 - solson:inline, r=m-ou-seMara Bos-0/+2
2020-11-01Rollup merge of #78603 - petrochenkov:fourdigits, r=matthewjasperMara Bos-9/+11
2020-11-01Rollup merge of #78602 - RalfJung:raw-ptr-aliasing-issues, r=m-ou-seMara Bos-9/+17
2020-11-01Rollup merge of #78599 - panstromek:master, r=m-ou-seMara Bos-0/+10
2020-11-01Rollup merge of #78596 - pavlukivan:master, r=m-ou-seMara Bos-3/+3
2020-11-01Rollup merge of #78073 - fusion-engineering-forks:inline, r=eddybMara Bos-0/+12
2020-11-01Auto merge of #78531 - cuviper:unwrap-metadata, r=tmandrybors-1/+1
2020-11-01Auto merge of #78420 - estebank:suggest-assoc-fn, r=petrochenkovbors-49/+124
2020-11-01Inline Default::default() for atomicsScott Olson-0/+2
2020-11-01Fixes incorrect paranthesis.Abhijit Gadgil-1/+1
2020-11-01Trivial fixes to bitwise operator documentationAbhijit Gadgil-4/+7
2020-11-01The need for `Single` to cover `Unlistable` was a hackNadrieril-18/+13
2020-11-01Fix #78549Nadrieril-22/+75
2020-11-01Auto merge of #78147 - tmiasko:validate-storage, r=jonas-schievinkbors-12/+24
2020-11-01Do not remove tokens before AST json serializationVadim Petrochenkov-145/+30
2020-10-31Assert that locals have storage when usedTomasz Miąsko-12/+24
2020-10-31Auto merge of #78594 - m-ou-se:rollup-h5c8frs, r=m-ou-sebors-113/+219
2020-10-31Clarify handling of final line ending in str::lines()Dave Rolsky-1/+3
2020-10-31Apply suggestions from code reviewMatyáš Racek-4/+8
2020-10-31Implement -Z relax-elf-relocations=yes|noAnthony Ramine-1/+8
2020-10-31fix aliasing issues in SipHasherRalf Jung-1/+1
2020-10-31fix aliasing issue in binary_heapRalf Jung-2/+3
2020-10-31fix aliasing issue in unix sleep functionRalf Jung-1/+2
2020-10-31fix aliasing issues in u128 formatting codeRalf Jung-5/+11
2020-10-31expand: Tweak a comment in implementation of `macro_rules`Vadim Petrochenkov-9/+11
2020-10-31Add note to process::arg[s] that args shouldn't be escaped or quotedMatyáš Racek-0/+6