| Age | Commit message (Expand) | Author | Lines |
| 2022-08-25 | Auto merge of #100436 - jyn514:macro-query-system, r=cjgillot | bors | -12/+12 |
| 2022-08-23 | get rid of another unnecessary lifetime macro argument | Joshua Nelson | -12/+12 |
| 2022-08-20 | rmeta/query cache: don't write string values of preinterned symbols | klensy | -11/+23 |
| 2022-08-19 | Auto merge of #100209 - cjgillot:source-file-index, r=estebank | bors | -211/+194 |
| 2022-08-15 | cache strings while encoding/decoding to compiler artifacts | klensy | -0/+54 |
| 2022-08-12 | Adjust cfgs | Mark Rousskov | -1/+0 |
| 2022-08-09 | Add error if link_ordinal used without raw-dylib | Daniel Paoliello | -1/+25 |
| 2022-08-09 | Rollup merge of #96478 - WaffleLapkin:rustc_default_body_unstable, r=Aaron1011 | Dylan DPC | -0/+15 |
| 2022-08-08 | Remove unused parameter. | Camille GILLOT | -1/+0 |
| 2022-08-07 | Only encode position from start of file. | Camille GILLOT | -23/+21 |
| 2022-08-06 | Support parallel compiler. | Camille GILLOT | -4/+3 |
| 2022-08-06 | Simplify encoding a bit. | Camille GILLOT | -34/+35 |
| 2022-08-06 | Remove unused cache. | Camille GILLOT | -10/+0 |
| 2022-08-06 | Decode SourceFile out of order. | Camille GILLOT | -149/+154 |
| 2022-08-06 | Encode index of SourceFile along with span. | Camille GILLOT | -69/+60 |
| 2022-08-03 | Compute `object_lifetime_default` per parameter. | Camille GILLOT | -0/+8 |
| 2022-08-01 | Auto merge of #95884 - cjgillot:assoc-item, r=lcnr | bors | -95/+20 |
| 2022-08-01 | Remove trait_of_item query. | Camille GILLOT | -14/+0 |
| 2022-08-01 | Remove DefId from AssocItemContainer. | Camille GILLOT | -47/+17 |
| 2022-08-01 | Remove visibility from AssocItem. | Camille GILLOT | -1/+0 |
| 2022-08-01 | Store associated item defaultness in impl_defaultness. | Camille GILLOT | -43/+13 |
| 2022-08-01 | Auto merge of #99476 - dpaoliello:rawdylibvectorcall, r=michaelwoerister | bors | -1/+3 |
| 2022-07-29 | Rename local_did to def_id | Miguel Guarniz | -8/+8 |
| 2022-07-29 | Change maybe_body_owned_by to take local def id | Miguel Guarniz | -8/+8 |
| 2022-07-27 | Update mentions to `rustc_metadata::rmeta::Lazy` | Yuki Okushi | -12/+12 |
| 2022-07-27 | Rollup merge of #99698 - compiler-errors:no-doc-hidden, r=cjgillot | Yuki Okushi | -5/+15 |
| 2022-07-26 | Fix vectorcall | Daniel Paoliello | -1/+3 |
| 2022-07-26 | Implement `#[rustc_default_body_unstable]` | Maybe Waffle | -0/+15 |
| 2022-07-24 | Do not prefer module parents which are `doc(hidden)` in visibility map | Michael Goulet | -5/+15 |
| 2022-07-24 | remove new allocations from imported_source_files | Pietro Albini | -20/+20 |
| 2022-07-23 | Fix typo/grammar in locator.rs doc comment | Daniel Bevenius | -1/+1 |
| 2022-07-20 | passes: improved partial stabilization diagnostic | David Wood | -0/+26 |
| 2022-07-16 | Stabilize `let_chains` | Caio | -1/+1 |
| 2022-07-14 | Auto merge of #96544 - m-ysk:feature/issue-96358, r=cjgillot | bors | -30/+222 |
| 2022-07-14 | Rollup merge of #99000 - JulianKnodt:allow_resolve_no_substs, r=lcnr | Dylan DPC | -4/+2 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -17/+17 |
| 2022-07-12 | Move abstract const to rustc_middle::ty | kadmin | -4/+2 |
| 2022-07-07 | Auto merge of #99024 - matthiaskrgr:rollup-8ygpcpg, r=matthiaskrgr | bors | -1/+1 |
| 2022-07-07 | Reword comments and rename HIR visiting methods. | Camille GILLOT | -1/+1 |
| 2022-07-06 | Allow to create definitions inside the query system. | Camille GILLOT | -12/+11 |
| 2022-07-02 | Auto merge of #97235 - nbdd0121:unwind, r=Amanieu | bors | -17/+17 |
| 2022-07-02 | fall back on the blank path if out_filename is blank | Yoshiki Matsuda | -1/+1 |
| 2022-07-02 | seek instead of opening a new file handle | Yoshiki Matsuda | -4/+7 |
| 2022-07-02 | avoid holding the temp_dir for empty metadata file | Yoshiki Matsuda | -1/+1 |
| 2022-07-02 | add a comment about counting zero bytes | Yoshiki Matsuda | -0/+1 |
| 2022-07-02 | add some comments for encode_and_write_metadata | Yoshiki Matsuda | -0/+6 |
| 2022-07-02 | fix an incorrect filename for an error message | Yoshiki Matsuda | -1/+1 |
| 2022-07-02 | refactor encode_and_write_metadata | Yoshiki Matsuda | -44/+31 |
| 2022-07-02 | Revert "write the root position at the end" | Yoshiki Matsuda | -13/+16 |
| 2022-07-02 | add a comment about the drop order for EncodedMetadata | Yoshiki Matsuda | -0/+1 |