| Age | Commit message (Expand) | Author | Lines |
| 2021-04-24 | Auto merge of #84310 - RalfJung:const-fn-feature-flags, r=oli-obk | bors | -64/+33 |
| 2021-04-25 | Rollup merge of #83519 - oli-obk:assign_shrink_your_normal_code, r=pnkfelix | Yuki Okushi | -21/+139 |
| 2021-04-24 | Auto merge of #84501 - JohnTitor:rollup-wxu1thu, r=JohnTitor | bors | -2/+2 |
| 2021-04-24 | Rollup merge of #84436 - jyn514:private, r=petrochenkov | Yuki Okushi | -2/+2 |
| 2021-04-24 | Auto merge of #83722 - jyn514:stable-help, r=estebank | bors | -3/+33 |
| 2021-04-23 | Auto merge of #83729 - JohnTitor:issue-43913, r=estebank | bors | -7/+28 |
| 2021-04-23 | Auto merge of #84490 - JohnTitor:rollup-wrdj4ko, r=JohnTitor | bors | -9/+5 |
| 2021-04-24 | Rollup merge of #84469 - jyn514:dead-code, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2021-04-24 | Rollup merge of #84456 - richkadel:issue-84421, r=tmandry | Yuki Okushi | -8/+4 |
| 2021-04-23 | Auto merge of #84339 - alexcrichton:llvm-fptoint-sat, r=nagisa | bors | -205/+92 |
| 2021-04-23 | Disable LLVM's new fptoint intrinsics on riscv64 | Alex Crichton | -2/+10 |
| 2021-04-23 | Auto merge of #83425 - durin42:llvm-update, r=nagisa | bors | -1/+11 |
| 2021-04-22 | Update comment on `PrimTy::name_str` | Joshua Nelson | -1/+1 |
| 2021-04-22 | Fix ICE if original_span(fn_sig) returns a span not in body sourcefile | Rich Kadel | -8/+4 |
| 2021-04-22 | Auto merge of #84420 - workingjubilee:microvec, r=Mark-Simulacrum | bors | -11/+8 |
| 2021-04-22 | RustWrapper: work around unification of diagnostic handlers | Augie Fackler | -1/+11 |
| 2021-04-22 | Rollup merge of #84404 - tmiasko:intrinsics-in-coercion-lub, r=Mark-Simulacrum | Dylan DPC | -0/+8 |
| 2021-04-22 | Rollup merge of #84377 - jackh726:binder-refactor-fix, r=nikomatsakis | Dylan DPC | -422/+254 |
| 2021-04-22 | Rollup merge of #84343 - camsteffen:closure-tree, r=varkor | Dylan DPC | -47/+2 |
| 2021-04-22 | Make a few functions private | Joshua Nelson | -2/+2 |
| 2021-04-22 | Auto merge of #71511 - hi-rustin:rustin-patch-rename-assoc, r=eddyb,varkor | bors | -8/+8 |
| 2021-04-21 | Use arrayvec 0.7, drop smallvec 0.6 | Jubilee Young | -11/+8 |
| 2021-04-22 | Auto merge of #84411 - m-ou-se:rollup-9btsp2t, r=m-ou-se | bors | -5/+7 |
| 2021-04-21 | Rollup merge of #84365 - vext01:improve-lto-docstrings, r=petrochenkov | Mara Bos | -5/+7 |
| 2021-04-21 | bump jobserver dependency | The8472 | -1/+1 |
| 2021-04-21 | More review changes | Jack Huey | -85/+59 |
| 2021-04-21 | Review comments | Jack Huey | -36/+33 |
| 2021-04-21 | rustc: Use LLVM's new saturating float-to-int intrinsics | Alex Crichton | -207/+86 |
| 2021-04-21 | Move nested quantification check to ast_validation | Jack Huey | -75/+52 |
| 2021-04-21 | Check for intrinsics before coercing to a function pointer | Tomasz Miąsko | -0/+8 |
| 2021-04-20 | Remove TraitRefHackInner and use the concatenating functionality instead of t... | Jack Huey | -245/+176 |
| 2021-04-20 | Add BinderScopeType to replace binder_depth and from_poly_trait_ref | Jack Huey | -111/+86 |
| 2021-04-20 | A non-minimal set of TraitRefBoundarys to work on removing from_poly_trait_ref | Jack Huey | -84/+93 |
| 2021-04-20 | Precompute inverse binder depth | Jack Huey | -104/+73 |
| 2021-04-20 | Auto merge of #84353 - estebank:as-ref-mir, r=davidtwco | bors | -3/+31 |
| 2021-04-20 | Typo | Oli Scherer | -1/+1 |
| 2021-04-20 | Tidy | Oli Scherer | -4/+7 |
| 2021-04-20 | Add an attribute to be able to configure the limit | Oli Scherer | -7/+42 |
| 2021-04-20 | Implement a lint that highlights all moves larger than 1000 bytes | Oli Scherer | -14/+94 |
| 2021-04-20 | Improve the docstrings of the `Lto` struct. | Edd Barrett | -5/+7 |
| 2021-04-20 | Auto merge of #84323 - richkadel:uncovered-functions, r=tmandry | bors | -3/+8 |
| 2021-04-20 | Auto merge of #84295 - richkadel:continue-coverage, r=tmandry | bors | -0/+15 |
| 2021-04-20 | Auto merge of #84334 - klensy:typo-compiler, r=jyn514 | bors | -39/+39 |
| 2021-04-19 | Suggest `.as_ref()` on borrow error involving `Option`/`Result` | Esteban Küber | -3/+31 |
| 2021-04-19 | Auto merge of #84342 - Dylan-DPC:rollup-5b40142, r=Dylan-DPC | bors | -20/+59 |
| 2021-04-19 | Small refactor | Cameron Steffen | -2/+1 |
| 2021-04-19 | Remove closure_tree | Cameron Steffen | -45/+1 |
| 2021-04-19 | Rollup merge of #84313 - lcnr:sized-err-msg, r=petrochenkov | Dylan DPC | -7/+6 |
| 2021-04-19 | Rollup merge of #84168 - cjgillot:asi, r=davidtwco | Dylan DPC | -3/+11 |
| 2021-04-19 | Rollup merge of #84126 - 12101111:musl-sanitizer, r=davidtwco | Dylan DPC | -1/+3 |