| Age | Commit message (Expand) | Author | Lines |
| 2021-10-01 | Don't lose binders when printing trait bound suggestion | jackh726 | -16/+48 |
| 2021-10-01 | Include the length in BTree hashes | Josh Stone | -2/+13 |
| 2021-10-01 | Replace whitespaces in doctests' name with dashes | Guillaume Gomez | -0/+1 |
| 2021-10-01 | Call `libc::sigaction()` only on Android | Fabian Wolff | -3/+14 |
| 2021-10-01 | path.push() should work as expected on windows verbatim paths | Sean Young | -7/+55 |
| 2021-10-01 | Normalize after substituting via `field.ty()` | Nadrieril | -27/+62 |
| 2021-10-01 | Forgot to bless ui-toml test | Yechan Bae | -10/+10 |
| 2021-10-01 | fix: edit description of "prefix-free" | pierwill | -2/+4 |
| 2021-10-01 | Clarify a sentence in the documentation of Vec (#84488) | chrismit3s | -1/+1 |
| 2021-10-01 | Do not use full type path in help message | Yechan Bae | -31/+29 |
| 2021-10-01 | Add ui-test for enable-raw-pointer-heuristic-for-send config | Yechan Bae | -6/+149 |
| 2021-10-01 | Minor changes from PR feedback | Yechan Bae | -42/+45 |
| 2021-10-01 | Add configuration for raw pointer heuristic | Yechan Bae | -11/+28 |
| 2021-10-01 | Look into tuple, array, ADT args in raw pointer heuristic | Yechan Bae | -19/+74 |
| 2021-10-01 | Emit one report for all fields in the same ADT | Yechan Bae | -123/+203 |
| 2021-10-01 | Update documentation | Yechan Bae | -16/+19 |
| 2021-10-01 | typo | Yechan Bae | -1/+1 |
| 2021-10-01 | Fix attribute handling | Yechan Bae | -40/+197 |
| 2021-10-01 | Initial implementation | Yechan Bae | -0/+225 |
| 2021-10-01 | docs: `std::hash::Hash` should ensure prefix-free data | pierwill | -0/+10 |
| 2021-10-01 | Auto merge of #89435 - Manishearth:rollup-vh2ih7k, r=Manishearth | bors | -66/+527 |
| 2021-10-01 | Add methods to add/sub `uX` to/from `iX` | Benoît du Garreau | -14/+204 |
| 2021-10-01 | Fix doc test | Benoît du Garreau | -1/+1 |
| 2021-10-01 | Apply suggestion for `overflowing_add_signed` | Alphyr | -5/+2 |
| 2021-10-01 | Add functions to add unsigned and signed integers | Benoît du Garreau | -15/+112 |
| 2021-10-01 | Rollup merge of #89415 - wesleywiser:inliner_caller_callsite_message, r=micha... | Manish Goregaokar | -1/+1 |
| 2021-10-01 | Rollup merge of #89340 - FabianWolff:issue-89173, r=petrochenkov | Manish Goregaokar | -26/+105 |
| 2021-10-01 | Rollup merge of #89322 - tmiasko:rm-optimization-fuel, r=michaelwoerister | Manish Goregaokar | -6/+1 |
| 2021-10-01 | Rollup merge of #89029 - notriddle:notriddle/issue-89013, r=estebank | Manish Goregaokar | -6/+180 |
| 2021-10-01 | Rollup merge of #88820 - hlopko:add_pie_relocation_model, r=petrochenkov | Manish Goregaokar | -8/+147 |
| 2021-10-01 | Rollup merge of #87868 - Kixiron:packing-on-the-pounds, r=eddyb | Manish Goregaokar | -19/+93 |
| 2021-10-01 | Auto merge of #89403 - camsteffen:fmt-unsafe-private, r=Mark-Simulacrum | bors | -3/+4 |
| 2021-10-01 | Auto merge of #7741 - surechen:fix_if_then_panic, r=flip1995 | bors | -7/+71 |
| 2021-10-01 | Auto merge of #89417 - Manishearth:rollup-j2gdu95, r=Manishearth | bors | -159/+559 |
| 2021-09-30 | Rollup merge of #89412 - lqd:zvariant-repro, r=Aaron1011 | Manish Goregaokar | -0/+71 |
| 2021-09-30 | Rollup merge of #89397 - wesleywiser:update_llvm_submodule, r=cuviper | Manish Goregaokar | -0/+0 |
| 2021-09-30 | Rollup merge of #89344 - jackh726:maybe-bound-eror, r=cjgillot | Manish Goregaokar | -37/+50 |
| 2021-09-30 | Rollup merge of #89327 - oli-obk:nll_diag_infer_vars, r=wesleywiser | Manish Goregaokar | -3/+26 |
| 2021-09-30 | Rollup merge of #89321 - tmiasko:rebase-resume-arg, r=estebank | Manish Goregaokar | -5/+12 |
| 2021-09-30 | Rollup merge of #89251 - estebank:negative-index-literals, r=davidtwco | Manish Goregaokar | -2/+136 |
| 2021-09-30 | Rollup merge of #88838 - FabianWolff:issue-88472, r=estebank | Manish Goregaokar | -112/+264 |
| 2021-10-01 | Auto merge of #89395 - In-line:remove_visible_path_from_allowed_deprecated_li... | bors | -47/+78 |
| 2021-10-01 | Add `pie` as another `relocation-model` value | Marcel Hlopko | -8/+147 |
| 2021-10-01 | use sugg::Sugg::maybe_par | surechen | -39/+13 |
| 2021-10-01 | Auto merge of #89414 - Manishearth:rollup-hs11bcq, r=Manishearth | bors | -63/+427 |
| 2021-09-30 | Correct caller/callsite confusion in inliner message | Wesley Wiser | -1/+1 |
| 2021-09-30 | Rollup merge of #89392 - BGR360:master, r=jyn514 | Manish Goregaokar | -2/+1 |
| 2021-09-30 | Rollup merge of #89370 - RalfJung:ctfe-aggregate-rvalue, r=oli-obk | Manish Goregaokar | -8/+9 |
| 2021-09-30 | Rollup merge of #89314 - notriddle:notriddle/lint-fix-enum-variant-match, r=d... | Manish Goregaokar | -19/+73 |
| 2021-09-30 | Rollup merge of #89306 - devnexen:haiku_ncpus, r=nagisa | Manish Goregaokar | -1/+10 |