| Age | Commit message (Expand) | Author | Lines |
| 2021-07-27 | Rollup merge of #86450 - tmiasko:move-size-limit, r=pnkfelix | Yuki Okushi | -1/+6 |
| 2021-07-18 | Rollup merge of #87092 - ricobbe:fix-raw-dylib-multiple-definitions, r=petroc... | Yuki Okushi | -3/+3 |
| 2021-07-17 | Encode ExpnId using ExpnHash for incr. comp. | Camille GILLOT | -3/+2 |
| 2021-07-17 | Make the CrateNum part of the ExpnId. | Camille GILLOT | -2/+4 |
| 2021-07-16 | Consider all fields when comparing DllImports, to remove nondetermininsm in m... | Richard Cobbe | -3/+3 |
| 2021-07-14 | Shrink the CrateStore dynamic interface. | Camille GILLOT | -13/+10 |
| 2021-07-12 | Auto merge of #86320 - hi-rustin:rustin-patch-fix-span, r=estebank | bors | -4/+5 |
| 2021-07-11 | Auto merge of #85941 - cjgillot:qresolve, r=Aaron1011 | bors | -1/+1 |
| 2021-07-09 | Add support for raw-dylib with stdcall, fastcall functions on i686-pc-windows... | Richard Cobbe | -1/+20 |
| 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-06 | Make resolutions a query. | Camille GILLOT | -1/+1 |
| 2021-07-06 | Add flag to configure `large_assignments` lint | Tomasz Miąsko | -1/+6 |
| 2021-07-06 | Revert "Revert "Merge CrateDisambiguator into StableCrateId"" | bjorn3 | -4/+4 |
| 2021-07-05 | Auto merge of #86877 - bjorn3:remove_lib_source, r=petrochenkov | bors | -38/+3 |
| 2021-07-05 | Remove LibSource | bjorn3 | -38/+3 |
| 2021-07-04 | Combine individual limit queries into single `limits` query | Aaron Hill | -8/+17 |
| 2021-07-04 | Query-ify global limit attribute handling | Aaron Hill | -20/+23 |
| 2021-07-01 | Rename all_crate_nums query to crates and remove useless wrapper | bjorn3 | -1/+1 |
| 2021-06-20 | Implement the query in cstore_impl. | Camille GILLOT | -2/+0 |
| 2021-06-15 | better code | hi-rustin | -3/+3 |
| 2021-06-15 | shrinking the deprecated method span | hi-rustin | -3/+4 |
| 2021-06-10 | Auto merge of #85910 - cjgillot:no-meta-version, r=Aaron1011 | bors | -1/+0 |
| 2021-06-07 | Revert "Merge CrateDisambiguator into StableCrateId" | bjorn3 | -4/+4 |
| 2021-06-04 | Add first cut of functionality for #58713: support for #[link(kind = "raw-dyl... | Richard Cobbe | -0/+7 |
| 2021-06-02 | Restrict access to crate_name. | Camille GILLOT | -1/+1 |
| 2021-06-01 | Drop metadata_encoding_version. | Camille GILLOT | -1/+0 |
| 2021-06-01 | Make is_private_dep a query. | Camille GILLOT | -1/+0 |
| 2021-06-01 | Revert "Reduce the amount of untracked state in TyCtxt" | Camille Gillot | -2/+4 |
| 2021-05-30 | Drop metadata_encoding_version. | Camille GILLOT | -1/+0 |
| 2021-05-30 | Make is_private_dep a query. | Camille GILLOT | -1/+0 |
| 2021-05-30 | Restrict access to crate_name. | Camille GILLOT | -1/+1 |
| 2021-05-30 | Make resolutions a query. | Camille GILLOT | -1/+1 |
| 2021-05-30 | Merge CrateDisambiguator into StableCrateId | bjorn3 | -4/+4 |
| 2021-05-12 | Use () for analysis. | Camille GILLOT | -1/+1 |
| 2021-05-12 | Rollup merge of #85018 - hi-rustin:rustin-patch-84637, r=estebank | Yuki Okushi | -4/+18 |
| 2021-05-11 | improve diagnosts for GATs | b-naber | -0/+14 |
| 2021-05-08 | Address comments | hi-rustin | -4/+1 |
| 2021-05-07 | shrinking the deprecated method span | hi-rustin | -4/+21 |
| 2021-05-05 | Implement RFC 2951: Native link modifiers | Luqman Aden | -0/+1 |
| 2021-04-27 | Derived Eq no longer shows uncovered | Rich Kadel | -0/+4 |
| 2021-04-25 | Rollup merge of #83519 - oli-obk:assign_shrink_your_normal_code, r=pnkfelix | Yuki Okushi | -5/+10 |
| 2021-04-20 | Add an attribute to be able to configure the limit | Oli Scherer | -5/+10 |
| 2021-04-19 | Remove closure_tree | Cameron Steffen | -31/+0 |
| 2021-04-06 | Auto merge of #81234 - repnop:fn-alignment, r=lcnr | bors | -0/+4 |
| 2021-04-05 | Allow specifying alignment for functions | Wesley Norris | -0/+4 |
| 2021-04-03 | Move SanitizerSet to rustc_target | Simonas Kazlauskas | -1/+1 |
| 2021-03-31 | Add var to BoundRegion. Add query to get bound vars for applicable items. | Jack Huey | -0/+2 |
| 2021-03-31 | Make late and late_anon regions track the bound var position | Jack Huey | -2/+7 |
| 2021-03-27 | Remove (lots of) dead code | Joshua Nelson | -6/+2 |