| Age | Commit message (Expand) | Author | Lines |
| 2021-10-07 | Rollup merge of #89298 - gcohara:issue89193, r=workingjubilee | Guillaume Gomez | -0/+51 |
| 2021-10-07 | Auto merge of #89534 - camsteffen:diag-name, r=oli-obk | bors | -0/+11 |
| 2021-10-07 | Add tests for panic and [debug_]assert in Rust 2021. | Mara Bos | -0/+125 |
| 2021-10-07 | Auto merge of #86525 - shamatar:array_len_opt, r=oli-obk | bors | -9/+690 |
| 2021-10-07 | Remove untracked vtable-const-allocation cache from tcx | Michael Woerister | -0/+27 |
| 2021-10-07 | Merge commit 'b7f3f7f6082679da2da9a0b3faf1b5adef3afd3b' into clippyup | flip1995 | -2940/+4259 |
| 2021-10-06 | Let unicode-table-generator fail gracefully for bitsets | Josh Stone | -4/+6 |
| 2021-10-06 | Redo #81358 in unicode-table-generator | Josh Stone | -7/+15 |
| 2021-10-06 | Auto merge of #89608 - Manishearth:rollup-m7kd76f, r=Manishearth | bors | -170/+530 |
| 2021-10-06 | Enable AutoFDO. | Michael Benfield | -0/+45 |
| 2021-10-06 | Rollup merge of #89591 - infinity0:master, r=Amanieu | Manish Goregaokar | -0/+1 |
| 2021-10-06 | Rollup merge of #89588 - BoxyUwU:add_a_test_uwu, r=lcnr | Manish Goregaokar | -0/+29 |
| 2021-10-06 | Rollup merge of #89528 - FabianWolff:issue-89497, r=jackh726 | Manish Goregaokar | -6/+44 |
| 2021-10-06 | Rollup merge of #89506 - yaymukund:docblock-headings, r=GuillaumeGomez | Manish Goregaokar | -122/+264 |
| 2021-10-06 | Rollup merge of #89501 - Aaron1011:escaping-name-regions, r=davidtwco | Manish Goregaokar | -39/+188 |
| 2021-10-06 | Rollup merge of #89329 - tmiasko:print-type-sizes-no-fields, r=jackh726 | Manish Goregaokar | -1/+2 |
| 2021-10-06 | Rollup merge of #89324 - yoshuawuyts:hardware-parallelism, r=m-ou-se | Manish Goregaokar | -2/+2 |
| 2021-10-06 | Simplify AttributesExt::cfg function and remove error emissions since they ar... | Guillaume Gomez | -27/+45 |
| 2021-10-06 | Bless tests | Cameron Steffen | -0/+11 |
| 2021-10-06 | opt-level >= 4 | Alexander | -1/+1 |
| 2021-10-06 | Clean up code a bit: | Guillaume Gomez | -8/+16 |
| 2021-10-06 | Do not re-hash foreign spans. | Camille GILLOT | -0/+11 |
| 2021-10-06 | run remaining tests | Alexander | -9/+17 |
| 2021-10-06 | tidy | Alexander | -1/+1 |
| 2021-10-06 | Get rid of broken `ct-ng oldconfig` everywhere and directly provide a suitabl... | Hans Kratz | -20/+8 |
| 2021-10-06 | add MIR artifacts | Alexander | -3/+626 |
| 2021-10-06 | reset and cleanup | Alexander | -0/+50 |
| 2021-10-06 | add platform support details file for armv7-unknown-linux-uclibc | Jonah Petri | -0/+66 |
| 2021-10-06 | Add new target armv7-unknown-linux-uclibceabihf | Yannick Koehler | -0/+1 |
| 2021-10-06 | Switch to our own mirror of libisl | Mark Rousskov | -4/+4 |
| 2021-10-06 | Revert the rustc_error_codes changes. | Mukund Lakshman | -3/+3 |
| 2021-10-06 | Restore h1 styles, which got accidentally removed. | Mukund Lakshman | -3/+3 |
| 2021-10-06 | fix: alloc-optimisation is only for rust llvm | Ximin Luo | -0/+1 |
| 2021-10-06 | Auto merge of #89323 - estebank:derive-binop, r=petrochenkov | bors | -39/+458 |
| 2021-10-06 | test | Ellen | -0/+29 |
| 2021-10-06 | Add regression test for ice 89574 | Gary Guo | -10/+41 |
| 2021-10-05 | Add tracking issue | Samuel E. Moelius III | -2/+4 |
| 2021-10-05 | Consider unfulfilled obligations in binop errors | Esteban Kuber | -39/+458 |
| 2021-10-05 | Issue 89275 fix and test | Tom Farmer | -1/+45 |
| 2021-10-05 | Rollup merge of #89532 - ecstatic-morse:maybe-live-locals-enum, r=oli-obk,tmi... | Manish Goregaokar | -0/+32 |
| 2021-10-05 | Rollup merge of #89523 - Aaron1011:derive-future-compat, r=wesleywiser | Manish Goregaokar | -0/+72 |
| 2021-10-05 | Rollup merge of #89442 - GuillaumeGomez:duplicated-doc-alias, r=estebank | Manish Goregaokar | -0/+33 |
| 2021-10-05 | Rollup merge of #89317 - JulianKnodt:precise_errors, r=BoxyUwU | Manish Goregaokar | -9/+17 |
| 2021-10-05 | Rollup merge of #88871 - FabianWolff:issue-88403, r=jackh726 | Manish Goregaokar | -0/+60 |
| 2021-10-05 | Rollup merge of #88706 - ThePuzzlemaker:issue-88609, r=jackh726 | Manish Goregaokar | -0/+19 |
| 2021-10-05 | Note specific regions involved in 'borrowed data escapes' error | Aaron Hill | -39/+188 |
| 2021-10-05 | Add test case for `doc_cfg_hide` feature gate | Joshua Nelson | -0/+21 |
| 2021-10-05 | Allow adding a set of cfg's to hide from being implicitly doc(cfg)'d | Wim Looman | -9/+68 |
| 2021-10-05 | Make cfg implicitly imply doc(cfg) | Wim Looman | -9/+92 |
| 2021-10-05 | Auto merge of #89266 - cjgillot:session-ich, r=michaelwoerister | bors | -5/+5 |