| Age | Commit message (Expand) | Author | Lines |
| 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 | -8/+37 |
| 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 | Simplify AttributesExt::cfg function and remove error emissions since they ar... | Guillaume Gomez | -0/+35 |
| 2021-10-06 | Bless tests | Cameron Steffen | -0/+11 |
| 2021-10-06 | opt-level >= 4 | Alexander | -1/+1 |
| 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 | add MIR artifacts | Alexander | -3/+626 |
| 2021-10-06 | reset and cleanup | Alexander | -0/+50 |
| 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 | Consider unfulfilled obligations in binop errors | Esteban Kuber | -39/+458 |
| 2021-10-05 | Issue 89275 fix and test | Tom Farmer | -0/+43 |
| 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 | -0/+32 |
| 2021-10-05 | Make cfg implicitly imply doc(cfg) | Wim Looman | -0/+38 |
| 2021-10-05 | Auto merge of #89266 - cjgillot:session-ich, r=michaelwoerister | bors | -5/+5 |
| 2021-10-04 | Rollup merge of #89504 - Aaron1011:rpit-nll-static, r=nikomatsakis | Manish Goregaokar | -211/+24 |
| 2021-10-04 | Rollup merge of #89482 - hkmatsumoto:patch-diagnostics, r=joshtriplett | Manish Goregaokar | -12/+12 |
| 2021-10-04 | Rollup merge of #89423 - DevinR528:reachable-fields, r=Nadrieril | Manish Goregaokar | -3/+15 |
| 2021-10-04 | Rollup merge of #88816 - dns2utf8:rustdoc_test_gui_2k_constants, r=GuillaumeG... | Manish Goregaokar | -0/+26 |
| 2021-10-04 | Rollup merge of #88234 - hkmatsumoto:rustdoc-impls-for-primitive, r=jyn514 | Manish Goregaokar | -0/+14 |
| 2021-10-04 | Rollup merge of #89494 - FabianWolff:issue-84075, r=davidtwco | Jubilee | -34/+99 |
| 2021-10-04 | Rollup merge of #89487 - FabianWolff:issue-89396, r=petrochenkov | Jubilee | -0/+52 |
| 2021-10-04 | Rollup merge of #89480 - hameerabbasi:issue-89118-test, r=jackh726 | Jubilee | -0/+95 |
| 2021-10-04 | Rollup merge of #89478 - zvavybir:master, r=jyn514 | Jubilee | -3/+3 |
| 2021-10-04 | Rollup merge of #89473 - FabianWolff:issue-89469, r=joshtriplett | Jubilee | -0/+20 |
| 2021-10-04 | Rollup merge of #89413 - matthewjasper:spec-marker-fix, r=nikomatsakis | Jubilee | -0/+42 |
| 2021-10-04 | Rollup merge of #88090 - nbdd0121:inference, r=nikomatsakis | Jubilee | -12/+66 |
| 2021-10-04 | Rollup merge of #87993 - kornelski:try_reserve_stable, r=joshtriplett | Jubilee | -17/+0 |
| 2021-10-04 | Add tests for ensuring docblock headings. | Mukund Lakshman | -0/+29 |
| 2021-10-04 | Fix rustdoc test case | Michael Howell | -12/+6 |
| 2021-10-04 | Re-bless src/test/ui/simd | Jubilee Young | -84/+84 |
| 2021-10-04 | Rearrange test/ui/{simd,simd-intrinsic} | Jubilee Young | -0/+0 |
| 2021-10-04 | Use arrays over tuples in SIMD tests | Jubilee Young | -222/+69 |
| 2021-10-04 | Ensure that `MaybeLiveLocals` works with simple sum-type assignments | Dylan MacKenzie | -0/+32 |