| Age | Commit message (Expand) | Author | Lines |
| 2021-06-03 | Remove check for projections in a branch without any | Tomasz Miąsko | -13/+0 |
| 2021-06-03 | Remove unused support for `VarDebugInfo` | Tomasz Miąsko | -33/+4 |
| 2021-06-03 | Auto merge of #85952 - JohnTitor:rollup-r00gu9q, r=JohnTitor | bors | -115/+94 |
| 2021-06-03 | Rollup merge of #85935 - tmiasko:validate-indexing, r=jonas-schievink | Yuki Okushi | -2/+20 |
| 2021-06-03 | Rollup merge of #85934 - tmiasko:is-union, r=jackh726 | Yuki Okushi | -59/+32 |
| 2021-06-03 | Rollup merge of #85911 - cjgillot:one-output, r=Aaron1011 | Yuki Okushi | -3/+3 |
| 2021-06-03 | Rollup merge of #85900 - LingMan:pat_mat, r=petrochenkov | Yuki Okushi | -19/+7 |
| 2021-06-03 | Rollup merge of #85896 - BoxyUwU:remove-fixme-fwd-declared-const-default, r=p... | Yuki Okushi | -3/+3 |
| 2021-06-03 | Rollup merge of #85880 - csmoe:ice-85768, r=oli-obk | Yuki Okushi | -4/+3 |
| 2021-06-03 | Rollup merge of #85852 - m-ou-se:machineapplicable-docs, r=nikomatsakis | Yuki Okushi | -1/+5 |
| 2021-06-03 | Rollup merge of #85724 - sexxi-goose:rox-fix-issue-85435, r=nikomatsakis | Yuki Okushi | -19/+20 |
| 2021-06-03 | Rollup merge of #85706 - jrmuizel:fpe, r=nagisa | Yuki Okushi | -5/+1 |
| 2021-06-03 | Auto merge of #84988 - alexcrichton:safe-target-feature-wasm, r=joshtriplett | bors | -8/+31 |
| 2021-06-02 | Turn off frame pointer elimination on all Apple platforms. | Jeff Muizelaar | -5/+1 |
| 2021-06-02 | Restrict access to crate_name. | Camille GILLOT | -28/+20 |
| 2021-06-02 | Validate type of locals used as indices | Tomasz Miąsko | -2/+20 |
| 2021-06-02 | Add `Ty::is_union` predicate and use it | Tomasz Miąsko | -55/+31 |
| 2021-06-02 | Implement `Ty::is_enum` using `matches!` | Tomasz Miąsko | -4/+1 |
| 2021-06-02 | Auto merge of #85337 - cjgillot:less-anon, r=michaelwoerister | bors | -27/+54 |
| 2021-06-02 | Auto merge of #85892 - tmiasko:i, r=oli-obk | bors | -0/+45 |
| 2021-06-02 | Auto merge of #85908 - cjgillot:private-dep-query, r=Aaron1011 | bors | -12/+12 |
| 2021-06-02 | Miscellaneous inlining improvements | Tomasz Miąsko | -0/+45 |
| 2021-06-02 | Auto merge of #85905 - cjgillot:one-trait-map, r=Aaron1011 | bors | -69/+28 |
| 2021-06-02 | convert Rvalue::threadlocalref assertion to delay bug | csmoe | -9/+4 |
| 2021-06-01 | Auto merge of #85331 - cjgillot:dirty-dancing, r=Aaron1011 | bors | -104/+28 |
| 2021-06-01 | Use pattern matching instead of checking lengths explicitly | LingMan | -19/+7 |
| 2021-06-01 | Auto merge of #85829 - bjorn3:simplify_crate_num, r=jackh726 | bors | -66/+7 |
| 2021-06-01 | Make trait_map an Option. | Camille GILLOT | -15/+6 |
| 2021-06-01 | Make the reasoning more explicit. | Camille GILLOT | -5/+9 |
| 2021-06-01 | Avoid creating anonymous nodes with zero or one dependency. | Camille GILLOT | -27/+50 |
| 2021-06-01 | Avoid a clone of output_filenames. | Camille GILLOT | -3/+3 |
| 2021-06-01 | Make is_private_dep a query. | Camille GILLOT | -12/+12 |
| 2021-06-01 | Rename take_trait_map. | Camille GILLOT | -3/+3 |
| 2021-06-01 | Check that trait_map is not moved twice. | Camille GILLOT | -0/+9 |
| 2021-06-01 | Remove StableVec. | Camille GILLOT | -41/+8 |
| 2021-06-01 | Only compute the trait_map once. | Camille GILLOT | -27/+19 |
| 2021-06-01 | Add test for forward declared const param defaults | Ellen | -3/+3 |
| 2021-06-01 | Auto merge of #85886 - GuillaumeGomez:rollup-l3yr3np, r=GuillaumeGomez | bors | -1/+1 |
| 2021-06-01 | Rollup merge of #85473 - infinity0:master, r=jackh726 | Guillaume Gomez | -1/+1 |
| 2021-06-01 | Revert "Reduce the amount of untracked state in TyCtxt" | Camille Gillot | -214/+237 |
| 2021-06-01 | skip check_static on rvalue::threadlocalref | csmoe | -1/+5 |
| 2021-06-01 | Auto merge of #85153 - cjgillot:qresolve, r=Aaron1011 | bors | -237/+214 |
| 2021-05-31 | Auto merge of #85702 - Aaron1011:no-vec-sort, r=michaelwoerister | bors | -30/+16 |
| 2021-05-31 | Auto merge of #85704 - Aaron1011:const-panic-hard-err, r=RalfJung | bors | -54/+62 |
| 2021-05-31 | Clarify meaning of MachineApplicable suggestions. | Mara Bos | -1/+5 |
| 2021-05-31 | Auto merge of #85266 - cjgillot:hir-dep-clean, r=michaelwoerister | bors | -73/+47 |
| 2021-05-31 | Auto merge of #85597 - 0yoyoyo:fix-issue-71563-remove-redundant-args, r=petro... | bors | -31/+44 |
| 2021-05-30 | Auto merge of #85559 - 12101111:sanitizer-crt-static, r=nagisa | bors | -0/+8 |
| 2021-05-30 | Auto merge of #85838 - GuillaumeGomez:rollup-rk2rh7m, r=GuillaumeGomez | bors | -6/+28 |
| 2021-05-30 | Rollup merge of #85818 - LeSeulArtichaut:85794-diag-drop-ice, r=petrochenkov | Guillaume Gomez | -1/+4 |