| Age | Commit message (Expand) | Author | Lines |
| 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-01 | Auto merge of #85331 - cjgillot:dirty-dancing, r=Aaron1011 | bors | -104/+28 |
| 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 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 | 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 | 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 | 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 |
| 2021-05-30 | Rollup merge of #85709 - Aaron1011:fix-pat-crate-edition, r=petrochenkov | Guillaume Gomez | -5/+24 |
| 2021-05-30 | Rename take_trait_map. | Camille GILLOT | -3/+3 |
| 2021-05-30 | Check that trait_map is not moved twice. | Camille GILLOT | -0/+9 |
| 2021-05-30 | Drop metadata_encoding_version. | Camille GILLOT | -13/+8 |
| 2021-05-30 | Correct comments about untracked accesses. | Camille GILLOT | -24/+31 |
| 2021-05-30 | Make is_private_dep a query. | Camille GILLOT | -15/+10 |
| 2021-05-30 | Make allocator_kind a query. | Camille GILLOT | -10/+10 |
| 2021-05-30 | Avoid a clone of output_filenames. | Camille GILLOT | -3/+3 |
| 2021-05-30 | Remove StableVec. | Camille GILLOT | -41/+9 |
| 2021-05-30 | Restrict access to crate_name. | Camille GILLOT | -28/+20 |
| 2021-05-30 | Make resolutions a query. | Camille GILLOT | -101/+120 |
| 2021-05-30 | Auto merge of #85362 - jsgf:fix-emit-metadata, r=estebank | bors | -0/+5 |
| 2021-05-30 | Only compute the trait_map once. | Camille GILLOT | -27/+19 |
| 2021-05-30 | Emit a hard error when a panic occurs during const-eval | Aaron Hill | -54/+62 |
| 2021-05-30 | Auto merge of #85804 - bjorn3:merge_crate_disambiguator, r=cjgillot | bors | -215/+130 |
| 2021-05-30 | Fix span of redundant generic arguments | 0yoyoyo | -31/+44 |
| 2021-05-30 | Remove CrateNum::ReservedForIncrCompCache | bjorn3 | -66/+7 |
| 2021-05-30 | Fix test | bjorn3 | -8/+5 |
| 2021-05-30 | Merge CrateDisambiguator into StableCrateId | bjorn3 | -207/+125 |
| 2021-05-30 | Auto merge of #85319 - cjgillot:query-simp, r=Mark-Simulacrum | bors | -171/+167 |
| 2021-05-30 | Auto merge of #83772 - jhpratt:revamp-step-trait, r=Mark-Simulacrum | bors | -2/+25 |
| 2021-05-30 | Don't drop `PResult` without handling the error | LeSeulArtichaut | -1/+4 |
| 2021-05-29 | Move reconstruct test inwards. | Camille GILLOT | -5/+4 |
| 2021-05-29 | Auto merge of #85698 - ehuss:incremental-session-panic, r=estebank | bors | -27/+61 |
| 2021-05-29 | Use correct edition when parsing `:pat` matchers | Aaron Hill | -5/+24 |
| 2021-05-29 | Auto merge of #85767 - lqd:stackless_span_stacks, r=oli-obk | bors | -7/+18 |
| 2021-05-28 | Use command line metadata path if provided | Jeremy Fitzhardinge | -0/+5 |