| Age | Commit message (Expand) | Author | Lines |
| 2021-06-12 | Auto merge of #86226 - JohnTitor:rollup-5ubdolf, r=JohnTitor | bors | -9/+18 |
| 2021-06-12 | Rollup merge of #86189 - JohnTitor:relate-fn-pub, r=Aaron1011 | Yuki Okushi | -1/+1 |
| 2021-06-12 | Rollup merge of #86174 - lqd:const-ub-align, r=RalfJung | Yuki Okushi | -1/+3 |
| 2021-06-12 | Rollup merge of #86153 - tmiasko:dummy-span, r=estebank | Yuki Okushi | -1/+1 |
| 2021-06-12 | Rollup merge of #85823 - fee1-dead:borrowck-0, r=jackh726 | Yuki Okushi | -2/+6 |
| 2021-06-12 | Rollup merge of #85800 - BoxyUwU:const-param-default-diagnostics, r=oli-obk | Yuki Okushi | -4/+7 |
| 2021-06-11 | Auto merge of #85885 - bjorn3:remove_box_region, r=cjgillot | bors | -215/+91 |
| 2021-06-11 | Auto merge of #86116 - FabianWolff:issue-86100, r=varkor | bors | -1/+28 |
| 2021-06-11 | Auto merge of #85994 - tmiasko:monomorphic-needs-drop, r=RalfJung | bors | -1/+6 |
| 2021-06-11 | Auto merge of #86204 - alexcrichton:wasm-simd-stable, r=Amanieu | bors | -1/+1 |
| 2021-06-10 | std: Stabilize wasm simd intrinsics | Alex Crichton | -1/+1 |
| 2021-06-11 | Auto merge of #85961 - 1000teslas:issue-71519-fix, r=petrochenkov | bors | -1/+48 |
| 2021-06-10 | Auto merge of #80080 - rylev:qpath-on-struct, r=petrochenkov | bors | -68/+107 |
| 2021-06-10 | Remove unnecessary transmute | bjorn3 | -2/+1 |
| 2021-06-10 | Auto merge of #86020 - nagisa:nagisa/outliner, r=pnkfelix | bors | -1/+12 |
| 2021-06-10 | Add support for using qualified paths with structs in expression and pattern | Ryan Levick | -68/+107 |
| 2021-06-10 | Auto merge of #85741 - tmiasko:ssa, r=nagisa | bors | -1/+4 |
| 2021-06-10 | gcc-lld mvp | 1000teslas | -1/+48 |
| 2021-06-10 | Auto merge of #86186 - JohnTitor:rollup-upaw6wx, r=JohnTitor | bors | -13/+49 |
| 2021-06-10 | Make `relate_type_and_mut` public | Yuki Okushi | -1/+1 |
| 2021-06-10 | Rollup merge of #82037 - calavera:strip_debuginfo_osx, r=petrochenkov | Yuki Okushi | -13/+49 |
| 2021-06-10 | Auto merge of #85910 - cjgillot:no-meta-version, r=Aaron1011 | bors | -13/+8 |
| 2021-06-09 | detect incorrect vtable alignment during const eval instead of ICE-ing | Rémy Rakic | -1/+3 |
| 2021-06-09 | Make symbols stripping work on MacOS X | David Calavera | -13/+49 |
| 2021-06-09 | Auto merge of #86150 - cjgillot:notable, r=michaelwoerister | bors | -39/+14 |
| 2021-06-09 | Add safety comments | bjorn3 | -0/+5 |
| 2021-06-09 | Use explicit drop impl | bjorn3 | -8/+13 |
| 2021-06-09 | Auto merge of #86118 - spastorino:tait-soundness-bug, r=nikomatsakis | bors | -132/+336 |
| 2021-06-09 | Auto merge of #86107 - Smittyvb:peephole-optim-eq-bool, r=wesleywiser | bors | -7/+14 |
| 2021-06-09 | Rollup merge of #86124 - Aaron1011:ambig-macro-name, r=varkor | Yuki Okushi | -5/+11 |
| 2021-06-09 | Rollup merge of #85982 - alexcrichton:doc-safe-wasm, r=jyn514 | Yuki Okushi | -1/+5 |
| 2021-06-09 | Print dummy spans as `no-location` | Tomasz Miąsko | -1/+1 |
| 2021-06-08 | Do not require the DefPathTable to construct the on-disk cache. | Camille GILLOT | -39/+14 |
| 2021-06-08 | add VecMap docs | Santiago Pastorino | -0/+14 |
| 2021-06-08 | Use impl FnMut directly as predicate type | Santiago Pastorino | -4/+1 |
| 2021-06-08 | Explicitly pass find arguments down the predicate so coercions can apply | Santiago Pastorino | -2/+2 |
| 2021-06-08 | Do not deconstruct OpaqueTypeKey to make the code more clear | Santiago Pastorino | -9/+8 |
| 2021-06-08 | defin_ty_def_id -> definition_ty_def_id | Santiago Pastorino | -3/+3 |
| 2021-06-08 | Don't require LintStore to live for 'a in configure_and_expand_inner | bjorn3 | -1/+1 |
| 2021-06-08 | Revert "Let several methods take &Resolver instead of a BoxedResolver wrapper" | bjorn3 | -29/+25 |
| 2021-06-08 | Use a submodule as safety boundary for BoxedResolver | bjorn3 | -55/+60 |
| 2021-06-08 | Don't use a generator for BoxedResolver | bjorn3 | -119/+48 |
| 2021-06-08 | Don't return a BoxedResolver on errors | bjorn3 | -5/+4 |
| 2021-06-08 | Inline two more methods | bjorn3 | -24/+14 |
| 2021-06-08 | Let several methods take &Resolver instead of a BoxedResolver wrapper | bjorn3 | -25/+29 |
| 2021-06-08 | Store boxed metadata loader in CrateLoader | bjorn3 | -6/+6 |
| 2021-06-08 | Replace Pin::new with .as_mut() | bjorn3 | -3/+5 |
| 2021-06-08 | Use more accurate lifetimes | bjorn3 | -8/+6 |
| 2021-06-08 | Inline PinnedGenerator | bjorn3 | -42/+29 |
| 2021-06-08 | Inline the rest of box_region | bjorn3 | -104/+79 |