| Age | Commit message (Expand) | Author | Lines |
| 2021-03-20 | extract `ConstKind::Unevaluated` into a struct | lcnr | -86/+129 |
| 2021-03-20 | Auto merge of #83271 - SparrowLii:simd_neg, r=Amanieu | bors | -17/+60 |
| 2021-03-20 | Auto merge of #82919 - bstrie:stabchar, r=dtolnay | bors | -8/+7 |
| 2021-03-20 | Auto merge of #83293 - osa1:82436_perf, r=varkor | bors | -3/+3 |
| 2021-03-19 | Stabilize `assoc_char_funcs` and `assoc_char_consts` | bstrie | -8/+7 |
| 2021-03-19 | Auto merge of #83308 - Dylan-DPC:rollup-p2j6sy8, r=Dylan-DPC | bors | -49/+210 |
| 2021-03-19 | Rollup merge of #83297 - oli-obk:why_bug_today_if_you_can_delay_to_tomorrow, ... | Dylan DPC | -5/+76 |
| 2021-03-19 | Rollup merge of #83285 - alexcrichton:wasm-simd-update, r=cuviper | Dylan DPC | -0/+0 |
| 2021-03-19 | Rollup merge of #83277 - spastorino:early_otherwise-opt-unsound, r=oli-obk | Dylan DPC | -2/+7 |
| 2021-03-19 | Rollup merge of #83269 - bstrie:revertdep, r=m-ou-se | Dylan DPC | -2/+3 |
| 2021-03-19 | Rollup merge of #83254 - jfrimmel:panic_output-stream, r=m-ou-se,joshtriplett | Dylan DPC | -5/+10 |
| 2021-03-19 | Rollup merge of #83244 - cuviper:vec_deque-zst, r=m-ou-se | Dylan DPC | -19/+33 |
| 2021-03-19 | Rollup merge of #82570 - WaffleLapkin:split_whitespace_as_str, r=m-ou-se | Dylan DPC | -4/+61 |
| 2021-03-19 | Rollup merge of #79986 - GuillaumeGomez:build-help-when-needed, r=Nemo157 | Dylan DPC | -12/+20 |
| 2021-03-19 | Auto merge of #83201 - klensy:checkout-v2, r=pietroalbini | bors | -2/+2 |
| 2021-03-19 | Auto merge of #82951 - sexxi-goose:wr-mir-replace-methods2, r=nikomatsakis | bors | -242/+478 |
| 2021-03-19 | Ignore main.js file length | Guillaume Gomez | -0/+1 |
| 2021-03-19 | Only build help popup when it's really needed | Guillaume Gomez | -12/+19 |
| 2021-03-19 | Auto merge of #83301 - Dylan-DPC:rollup-x1yzvhm, r=Dylan-DPC | bors | -252/+530 |
| 2021-03-19 | Rollup merge of #83270 - steffahn:missing_word_in_skip_while_doc, r=joshtriplett | Dylan DPC | -1/+1 |
| 2021-03-19 | Rollup merge of #83236 - cjgillot:memmap, r=joshtriplett | Dylan DPC | -8/+18 |
| 2021-03-19 | Rollup merge of #83230 - jyn514:remove-macros, r=joshtriplett | Dylan DPC | -15/+7 |
| 2021-03-19 | Rollup merge of #83215 - bstrie:dephaikuraw, r=joshtriplett | Dylan DPC | -0/+7 |
| 2021-03-19 | Rollup merge of #83208 - jethrogb:jb/gitignore, r=Xanewok | Dylan DPC | -3/+3 |
| 2021-03-19 | Rollup merge of #83197 - jyn514:cfg-test-dead-code, r=joshtriplett | Dylan DPC | -78/+85 |
| 2021-03-19 | Rollup merge of #83179 - Aaron1011:actix-web-lint, r=petrochenkov | Dylan DPC | -24/+108 |
| 2021-03-19 | Rollup merge of #82892 - jix:clarify-read-read, r=joshtriplett | Dylan DPC | -2/+7 |
| 2021-03-19 | Rollup merge of #82846 - GuillaumeGomez:doc-alias-list, r=jyn514 | Dylan DPC | -60/+255 |
| 2021-03-19 | Rollup merge of #82759 - m-ou-se:remove-unwrap-none, r=petrochenkov | Dylan DPC | -23/+38 |
| 2021-03-19 | Rollup merge of #82500 - CDirkx:hermit-pipe, r=joshtriplett | Dylan DPC | -38/+1 |
| 2021-03-19 | Add a second regression test | Oli Scherer | -0/+32 |
| 2021-03-19 | Auto merge of #82754 - rylev:rusage-windows, r=pnkfelix | bors | -10/+76 |
| 2021-03-19 | Do not ICE on ty::Error as an error must already have been reported | Oli Scherer | -5/+44 |
| 2021-03-19 | Revert performance-sensitive change in #82436 | Ömer Sinan Ağacan | -3/+3 |
| 2021-03-19 | Hash hir_owner in typeck results | Aman Arora | -1/+3 |
| 2021-03-19 | Auto merge of #71780 - jcotton42:string_remove_matches, r=joshtriplett | bors | -0/+84 |
| 2021-03-18 | Replace closures_captures and upvar_capture with closure_min_captures | Jennifer Wills | -243/+477 |
| 2021-03-18 | Mark early otherwise optimization unsound | Santiago Pastorino | -2/+7 |
| 2021-03-18 | Update LLVM to bring in SIMD updates for WebAssembly | Alex Crichton | -0/+0 |
| 2021-03-18 | Clarify docs for Read::read's return value | Jannis Harder | -2/+7 |
| 2021-03-18 | Apply suggestions from code review | J. Frimmel | -3/+3 |
| 2021-03-19 | correct macro names | SparrowLii | -4/+4 |
| 2021-03-19 | Add simd_neg platform intrinsic | SparrowLii | -17/+60 |
| 2021-03-18 | Fix typo/inaccuracy in the documentation of Iterator::skip_while | Frank Steffahn | -1/+1 |
| 2021-03-18 | Revert the second deprecation of collections::Bound | bstrie | -2/+3 |
| 2021-03-18 | Upgrade memmap to memmap2 in other crates. | Camille GILLOT | -8/+18 |
| 2021-03-18 | Auto merge of #83257 - RalfJung:miri, r=RalfJung | bors | -7/+9 |
| 2021-03-18 | Extend `proc_macro_back_compat` lint to `actix-web` | Aaron Hill | -24/+108 |
| 2021-03-18 | Auto merge of #83166 - cjgillot:defkey-vge, r=oli-obk | bors | -92/+86 |
| 2021-03-18 | Incorporate review feedback #2 | Julian Frimmel | -3/+4 |