| Age | Commit message (Expand) | Author | Lines |
| 2021-07-10 | Add a query for `CapturedPlace::to_symbol` | lrh2000 | -3/+32 |
| 2021-07-09 | Store names of captured variables in `optimized_mir` | lrh2000 | -22/+13 |
| 2021-07-09 | Name the captured upvars for closures/generators in debuginfo | lrh2000 | -0/+48 |
| 2021-07-09 | Rollup merge of #86855 - LeSeulArtichaut:patch-1, r=davidtwco | Mara Bos | -2/+2 |
| 2021-07-08 | Move [debug_]assert_matches to mod {core, std}::assert. | Mara Bos | -0/+1 |
| 2021-07-07 | Auto merge of #86105 - bjorn3:link_info_refactor, r=petrochenkov | bors | -27/+0 |
| 2021-07-07 | Remove a sorting operation from used_crates | bjorn3 | -27/+0 |
| 2021-07-07 | Auto merge of #86901 - sexxi-goose:query_remove, r=nikomatsakis | bors | -20/+1 |
| 2021-07-06 | Fix depnode size | Aman Arora | -1/+1 |
| 2021-07-06 | Make type_implements_trait not a query | Aman Arora | -19/+0 |
| 2021-07-06 | Correct comments about untracked accesses. | Camille GILLOT | -17/+19 |
| 2021-07-06 | Make resolutions a query. | Camille GILLOT | -84/+88 |
| 2021-07-06 | Auto merge of #86572 - rylev:force-warnings-always, r=nikomatsakis | bors | -5/+13 |
| 2021-07-06 | Add flag to configure `large_assignments` lint | Tomasz Miąsko | -1/+6 |
| 2021-07-06 | Add missing docs and remove dead code | Ryan Levick | -3/+1 |
| 2021-07-06 | Auto merge of #86143 - bjorn3:revert_revert_merge_crate_disambiguator, r=mich... | bors | -28/+35 |
| 2021-07-06 | Truncate hex stable crate id to 8 characters (32 bits) | bjorn3 | -2/+7 |
| 2021-07-06 | Make tcx.stable_crate_id() faster | bjorn3 | -2/+6 |
| 2021-07-06 | Revert "Revert "Merge CrateDisambiguator into StableCrateId"" | bjorn3 | -26/+24 |
| 2021-07-06 | Auto merge of #86694 - cjgillot:pmmd, r=petrochenkov | bors | -7/+5 |
| 2021-07-06 | Store macro parent module in ExpnData. | Camille GILLOT | -7/+5 |
| 2021-07-06 | Auto merge of #82985 - cjgillot:lint, r=jackh726 | bors | -54/+29 |
| 2021-07-05 | Auto merge of #86877 - bjorn3:remove_lib_source, r=petrochenkov | bors | -38/+3 |
| 2021-07-05 | Auto merge of #86891 - JohnTitor:rollup-gy2gan9, r=JohnTitor | bors | -0/+3 |
| 2021-07-06 | Rollup merge of #86685 - RalfJung:alloc-mut, r=oli-obk | Yuki Okushi | -0/+3 |
| 2021-07-05 | Auto merge of #86674 - Aaron1011:new-querify-limits, r=michaelwoerister | bors | -23/+61 |
| 2021-07-05 | Remove LibSource | bjorn3 | -38/+3 |
| 2021-07-05 | Auto merge of #86867 - JohnTitor:convert-to-actual-assert, r=jackh726 | bors | -1/+1 |
| 2021-07-04 | Combine individual limit queries into single `limits` query | Aaron Hill | -32/+40 |
| 2021-07-04 | Auto merge of #86866 - nikomatsakis:issue-84841, r=oli-obk | bors | -5/+36 |
| 2021-07-04 | Query-ify global limit attribute handling | Aaron Hill | -23/+53 |
| 2021-07-04 | tag issues with FIXME | Niko Matsakis | -1/+1 |
| 2021-07-04 | Update compiler/rustc_middle/src/ty/normalize_erasing_regions.rs | Niko Matsakis | -1/+1 |
| 2021-07-05 | Convert `debug_assert!` to `assert!` in `Binder::dummy` | Yuki Okushi | -1/+1 |
| 2021-07-04 | be conservative in has_significant_drop | Niko Matsakis | -0/+9 |
| 2021-07-04 | allow inference vars in type_implements_trait | Niko Matsakis | -1/+14 |
| 2021-07-04 | Auto merge of #86255 - Smittyvb:mir-alloc-oom, r=RalfJung,oli-obk | bors | -8/+37 |
| 2021-07-03 | introduce helper function | Niko Matsakis | -4/+13 |
| 2021-07-04 | Fix comments about unique borrows | LeSeulArtichaut | -2/+2 |
| 2021-07-03 | Make vtable_allocation always succeed | Smitty | -5/+6 |
| 2021-07-02 | Allocation failure in constprop panics right away | Smitty | -2/+5 |
| 2021-07-03 | Remove `ty::Binder::bind()` | Yuki Okushi | -90/+0 |
| 2021-07-03 | Use `BoundVarsCollector` for now | Yuki Okushi | -1/+5 |
| 2021-07-01 | Auto merge of #86749 - bjorn3:link_info_refactor_part1, r=petrochenkov | bors | -10/+6 |
| 2021-07-01 | Rename all_crate_nums query to crates and remove useless wrapper | bjorn3 | -10/+6 |
| 2021-07-01 | New force_warn diagnostic builder and ensure cap-lints doesn't reduce force_w... | Ryan Levick | -14/+11 |
| 2021-07-01 | Auto merge of #86190 - asquared31415:extern-main-86110-fix, r=varkor | bors | -1/+1 |
| 2021-07-01 | Auto merge of #86617 - joshtriplett:prune-dependencies, r=Mark-Simulacrum | bors | -1/+0 |
| 2021-06-30 | Delay ICE on evaluation fail | Smitty | -0/+5 |
| 2021-06-30 | Note that even ConstProp follows the rules | Smittyvb | -2/+2 |