about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-06-09Avoid `thread::panicking()` in non-poisoning methods of `Mutex` and `RwLock`Josh Stone-8/+15
2022-06-09Auto merge of #97910 - JohnTitor:rollup-gu3k0xl, r=JohnTitorbors-89/+111
2022-06-09Rollup merge of #97874 - lcnr:combine-comment, r=davidtwcoYuki Okushi-23/+23
2022-06-09Rollup merge of #97843 - overdrivenpotato:psp-lto, r=michaelwoeristerYuki Okushi-6/+18
2022-06-09Rollup merge of #97838 - durin42:llvm-15-hexagon, r=AmanieuYuki Okushi-3/+3
2022-06-09Rollup merge of #95860 - c410-f3r:stabilize-meta, r=joshtriplettYuki Okushi-57/+19
2022-06-09Rollup merge of #95632 - evanrichter:master, r=joshtriplettYuki Okushi-0/+48
2022-06-09Auto merge of #97868 - ssomers:btree_from_sorted_iter, r=the8472bors-13/+15
2022-06-09rewrite combine doc commentlcnr-23/+23
2022-06-09Auto merge of #97862 - SparrowLii:superset, r=lcnrbors-13/+58
2022-06-09Auto merge of #97772 - GuillaumeGomez:minifier-update, r=notriddlebors-8/+11
2022-06-09Auto merge of #97740 - RalfJung:ctfe-cycle-spans, r=lcnrbors-40/+66
2022-06-08Auto merge of #97896 - compiler-errors:rollup-mrl7ng0, r=compiler-errorsbors-68/+427
2022-06-08Rollup merge of #97894 - ehuss:fix-polonius-compare-mode, r=jackh726Michael Goulet-1/+1
2022-06-08Rollup merge of #97891 - ehuss:update-books, r=ehussMichael Goulet-0/+0
2022-06-08Rollup merge of #97883 - JohnTitor:no-more-compare-mode-nll, r=jackh726Michael Goulet-4/+0
2022-06-08Rollup merge of #97882 - JohnTitor:issue-67498, r=compiler-errorsMichael Goulet-0/+21
2022-06-08Rollup merge of #97871 - ChayimFriedman2:vec-iterator-unimplemented, r=compil...Michael Goulet-0/+28
2022-06-08Rollup merge of #97857 - ChayimFriedman2:box-identifier-help, r=compiler-errorsMichael Goulet-8/+126
2022-06-08Rollup merge of #97856 - compiler-errors:bad-let-suggestions, r=estebankMichael Goulet-8/+142
2022-06-08Rollup merge of #97830 - LucasDumont:add-example-alloc, r=yaahcMichael Goulet-0/+14
2022-06-08Rollup merge of #97557 - compiler-errors:arg-mismatch-mini, r=jackh726Michael Goulet-47/+95
2022-06-08Auto merge of #97893 - ehuss:update-cargo, r=ehussbors-2/+2
2022-06-08Fix polonius compare mode.Eric Huss-1/+1
2022-06-08Update cargoEric Huss-2/+2
2022-06-08Update booksEric Huss-0/+0
2022-06-08Auto merge of #97887 - matthiaskrgr:rollup-ym5k7kb, r=matthiaskrgrbors-733/+8218
2022-06-08Rollup merge of #97880 - ChayimFriedman2:patch-2, r=lcnrMatthias Krüger-1/+1
2022-06-08Rollup merge of #97879 - hermitcore:condvar, r=Dylan-DPCMatthias Krüger-5/+0
2022-06-08Rollup merge of #97878 - GuillaumeGomez:regression-test-84634, r=notriddleMatthias Krüger-0/+28
2022-06-08Rollup merge of #97813 - antoyo:sync_from_cg_gcc, r=petrochenkovMatthias Krüger-618/+7956
2022-06-08Rollup merge of #97507 - jyn514:download-rustfmt, r=Mark-SimulacrumMatthias Krüger-109/+233
2022-06-09Remove `ignore-compare-mode-nll` annotations from testsYuki Okushi-4/+0
2022-06-09Add regresion test for #67498Yuki Okushi-0/+21
2022-06-08correct the test if IntervalSetSparrowLii-1/+1
2022-06-08fix the impl error in `insert_all`SparrowLii-1/+3
2022-06-08Fix typo: fo->forChayim Refael Friedman-1/+1
2022-06-08add `check_invariants` methodSparrowLii-7/+33
2022-06-08remove unneeded codeStefan Lankes-5/+0
2022-06-08Auto merge of #97873 - Dylan-DPC:rollup-g6ptsdq, r=Dylan-DPCbors-109/+130
2022-06-08Add regression test for #84634Guillaume Gomez-0/+28
2022-06-08Rollup merge of #97865 - lcnr:bb-BorrowckMode, r=Dylan-DPCDylan DPC-17/+0
2022-06-08Rollup merge of #97848 - spastorino:universal-lowering-refactor-1, r=cjgillotDylan DPC-63/+95
2022-06-08Rollup merge of #97846 - pcwalton:align-bits, r=michaelwoeristerDylan DPC-1/+9
2022-06-08Rollup merge of #97763 - RalfJung:fallible-cast, r=lcnrDylan DPC-6/+7
2022-06-08Rollup merge of #97276 - JohnTitor:stabilize-const-intrinsic-copy, r=dtolnayDylan DPC-22/+19
2022-06-08Stabilize `const_intrinsic_copy`Yuki Okushi-22/+19
2022-06-08Suggest using `iter()` or `into_iter()` for `Vec`Chayim Refael Friedman-0/+28
2022-06-08BTreeSet: avoid intermediate sorting when collecting sorted iteratorsStein Somers-13/+15
2022-06-08Auto merge of #94732 - nnethercote:infallible-encoder, r=bjorn3bors-855/+705