| Age | Commit message (Expand) | Author | Lines |
| 2021-07-07 | Implement cfg(target_abi) (RFC 2992) | Josh Triplett | -1/+76 |
| 2021-07-07 | Auto merge of #86901 - sexxi-goose:query_remove, r=nikomatsakis | bors | -108/+142 |
| 2021-07-06 | Auto merge of #86911 - bjorn3:crate_info_refactor, r=petrochenkov | bors | -201/+166 |
| 2021-07-06 | Fix depnode size | Aman Arora | -1/+1 |
| 2021-07-06 | Auto merge of #86636 - wesleywiser:misc_enum_improvements, r=michaelwoerister | bors | -121/+112 |
| 2021-07-06 | Make type_implements_trait not a query | Aman Arora | -107/+141 |
| 2021-07-06 | Fix test | bjorn3 | -3/+1 |
| 2021-07-06 | Auto merge of #86572 - rylev:force-warnings-always, r=nikomatsakis | bors | -12/+116 |
| 2021-07-06 | Fold LinkerInfo into CrateInfo | bjorn3 | -86/+48 |
| 2021-07-06 | Don't store the full LinkerInfo inside Linker impls | bjorn3 | -27/+44 |
| 2021-07-06 | Merge LinkerInfo::to_linker into get_linker | bjorn3 | -44/+40 |
| 2021-07-06 | Move get_linker to linker.rs | bjorn3 | -93/+96 |
| 2021-07-06 | Don't pass local_crate_name to link_binary separately | bjorn3 | -9/+7 |
| 2021-07-06 | Remove unused panic_runtime field from CrateInfo | bjorn3 | -5/+0 |
| 2021-07-06 | Auto merge of #86231 - nagisa:nagisa/abi-allowlist, r=petrochenkov | bors | -1038/+1507 |
| 2021-07-06 | Fix failing test on i686-pc-windows-msvc | Wesley Wiser | -1/+1 |
| 2021-07-06 | Move LinkerInfo into CrateInfo | bjorn3 | -16/+12 |
| 2021-07-06 | Add missing docs and remove dead code | Ryan Levick | -5/+11 |
| 2021-07-06 | Auto merge of #86143 - bjorn3:revert_revert_merge_crate_disambiguator, r=mich... | bors | -295/+224 |
| 2021-07-06 | Replace per-target ABI denylist with an allowlist | Simonas Kazlauskas | -1038/+1507 |
| 2021-07-06 | Truncate hex stable crate id to 8 characters (32 bits) | bjorn3 | -3/+8 |
| 2021-07-06 | Make tcx.stable_crate_id() faster | bjorn3 | -2/+6 |
| 2021-07-06 | Revert "Revert "Update mir opt tests"" | bjorn3 | -24/+24 |
| 2021-07-06 | Revert "Revert "Update tests"" | bjorn3 | -68/+68 |
| 2021-07-06 | Revert "Revert "Fix test"" | bjorn3 | -8/+5 |
| 2021-07-06 | Revert "Revert "Merge CrateDisambiguator into StableCrateId"" | bjorn3 | -193/+116 |
| 2021-07-06 | Auto merge of #86694 - cjgillot:pmmd, r=petrochenkov | bors | -40/+32 |
| 2021-07-06 | Store macro parent module in ExpnData. | Camille GILLOT | -40/+32 |
| 2021-07-06 | Auto merge of #86644 - Stupremee:replace-fakedefids-with-itemid, r=jyn514 | bors | -179/+188 |
| 2021-07-06 | Auto merge of #82985 - cjgillot:lint, r=jackh726 | bors | -62/+37 |
| 2021-07-05 | Fix async-fn-debug-msvc and generator-debug-msvc codegen tests | Wesley Wiser | -4/+4 |
| 2021-07-05 | Auto merge of #86877 - bjorn3:remove_lib_source, r=petrochenkov | bors | -81/+60 |
| 2021-07-05 | Auto merge of #86891 - JohnTitor:rollup-gy2gan9, r=JohnTitor | bors | -76/+119 |
| 2021-07-05 | rustdoc: Use `impl_id` and `for_` DefId's for Blanket item id | Justus K | -4/+4 |
| 2021-07-05 | rustdoc: Add `PrimitiveType` to `ItemId::Primitive` | Justus K | -8/+9 |
| 2021-07-05 | rustdoc: Convert new ItemId's to real Json Ids | Justus K | -3/+18 |
| 2021-07-05 | Revert "rustdoc: Store DefId's in ItemId on heap for decreasing Item's size" | Justus K | -115/+109 |
| 2021-07-05 | rustdoc: Store DefId's in ItemId on heap for decreasing Item's size | Justus K | -109/+115 |
| 2021-07-05 | rustdoc: Rename `expect_real` to `expect_def_id`, remove `Item::is_fake` | Justus K | -105/+103 |
| 2021-07-05 | rustdoc: Replace `FakeDefId` with new `ItemId` type | Justus K | -86/+81 |
| 2021-07-06 | Rollup merge of #86886 - jyn514:no-clean-symbol, r=GuillaumeGomez | Yuki Okushi | -15/+1 |
| 2021-07-06 | Rollup merge of #86878 - lnicola:rust-analyzer-2021-07-05, r=lnicola | Yuki Okushi | -16/+17 |
| 2021-07-06 | Rollup merge of #86852 - Amanieu:remove_doc_aliases, r=joshtriplett | Yuki Okushi | -34/+0 |
| 2021-07-06 | Rollup merge of #86794 - inquisitivecrystal:seek-rewind, r=m-ou-se | Yuki Okushi | -2/+5 |
| 2021-07-06 | Rollup merge of #86685 - RalfJung:alloc-mut, r=oli-obk | Yuki Okushi | -0/+3 |
| 2021-07-06 | Rollup merge of #85377 - ijackson:abort-docs, r=m-ou-se | Yuki Okushi | -9/+50 |
| 2021-07-06 | Rollup merge of #83581 - arennow:dir_entry_ext_unix_borrow_name, r=m-ou-se | Yuki Okushi | -0/+43 |
| 2021-07-05 | Auto merge of #86674 - Aaron1011:new-querify-limits, r=michaelwoerister | bors | -91/+173 |
| 2021-07-05 | Deduplicate info.used_crate_source indexing | bjorn3 | -2/+3 |
| 2021-07-05 | Remove `impl Clean for {Ident, Symbol}` | Joshua Nelson | -15/+1 |