| Age | Commit message (Expand) | Author | Lines |
| 2022-07-02 | call EncodedMetadata::empty in case of MetadataKind::None | Yoshiki Matsuda | -25/+36 |
| 2022-07-02 | write the root position at the end | Yoshiki Matsuda | -18/+10 |
| 2022-07-02 | add Send to the argument type of encode_metadata | Yoshiki Matsuda | -1/+1 |
| 2022-07-02 | use BufReader for counting zero bytes | Yoshiki Matsuda | -14/+14 |
| 2022-07-02 | seek and write the root position to the metadata file | Yoshiki Matsuda | -10/+15 |
| 2022-07-02 | write to a temporary file in Decodable for EncodedMetadata | Yoshiki Matsuda | -19/+32 |
| 2022-07-02 | hold Mmap in EncodedMetadata | Yoshiki Matsuda | -12/+33 |
| 2022-07-02 | construct EncodedMetadata in encode_and_write_metadata | Yoshiki Matsuda | -12/+17 |
| 2022-07-02 | call emit_metadata only when metadata_kind is None | Yoshiki Matsuda | -3/+6 |
| 2022-07-02 | use rustc_serialize::opaque::FileEncoder | Yoshiki Matsuda | -38/+46 |
| 2022-07-02 | move encode_and_write_metadata to rustc_metadata::fs | Yoshiki Matsuda | -1/+90 |
| 2022-07-02 | move emit_metadata to rustc_metadata::fs | Yoshiki Matsuda | -0/+26 |
| 2022-06-29 | Auto merge of #98558 - nnethercote:smallvec-1.8.1, r=lqd | bors | -1/+1 |
| 2022-06-29 | Rollup merge of #97786 - ferrocene:pa-fix-simulate-remap-prefix, r=Mark-Simul... | Dylan DPC | -16/+22 |
| 2022-06-27 | Update `smallvec` to 1.8.1. | Nicholas Nethercote | -1/+1 |
| 2022-06-20 | Fix panic by checking if `CStore` has the crate data we want before actually ... | Guillaume Gomez | -0/+4 |
| 2022-06-19 | Rollup merge of #98136 - fee1-dead-contrib:rename_impl_constness, r=oli-obk | Dylan DPC | -11/+11 |
| 2022-06-17 | Auto merge of #98106 - cjgillot:split-definitions, r=michaelwoerister | bors | -2/+2 |
| 2022-06-16 | Move `finish` out of the `Encoder` trait. | Nicholas Nethercote | -8/+1 |
| 2022-06-15 | Rename `impl_constness` to `constness` | Deadbeef | -11/+11 |
| 2022-06-15 | Rollup merge of #98110 - cjgillot:closure-brace, r=Aaron1011 | Yuki Okushi | -1/+1 |
| 2022-06-14 | Separate Definitions and CrateStore from ResolverOutputs. | Camille GILLOT | -2/+2 |
| 2022-06-14 | Rename rustc_serialize::opaque::Encoder as MemEncoder. | Nicholas Nethercote | -14/+16 |
| 2022-06-13 | account for simulated remap-debuginfo when resolving remapped paths | Pietro Albini | -16/+22 |
| 2022-06-12 | Make `ExprKind::Closure` a struct variant. | Camille GILLOT | -1/+1 |
| 2022-06-11 | Auto merge of #95880 - cjgillot:def-ident-span, r=petrochenkov | bors | -23/+6 |
| 2022-06-11 | Rollup merge of #97789 - ferrocene:pa-fix-issue-71363-test, r=cjgillot | Dylan DPC | -0/+2 |
| 2022-06-11 | Auto merge of #97905 - nnethercote:revert-infallible-encoder, r=bjorn3 | bors | -15/+20 |
| 2022-06-10 | Assert def_ident_span presence. | Camille GILLOT | -1/+2 |
| 2022-06-10 | Encode def_ident_span using the query. | Camille GILLOT | -23/+5 |
| 2022-06-10 | Revert dc08bc51f2c58a0f5f815a07f9bb3d671153b5a1. | Nicholas Nethercote | -1/+8 |
| 2022-06-10 | Revert b983e42936feab29f6333e9835913afc6b4a394e. | Nicholas Nethercote | -14/+12 |
| 2022-06-09 | Stabilize the `bundle` native library modifier | Vadim Petrochenkov | -19/+0 |
| 2022-06-08 | Rename `panic_strategy` query to `required_panic_strategy` | Gary Guo | -8/+8 |
| 2022-06-08 | Handle panic runtime specially | Gary Guo | -4/+9 |
| 2022-06-08 | Fix FFI-unwind unsoundness with mixed panic mode | Gary Guo | -12/+7 |
| 2022-06-08 | Rename `rustc_serialize::opaque::Encoder` as `MemEncoder`. | Nicholas Nethercote | -12/+14 |
| 2022-06-08 | Move `finish` out of the `Encoder` trait. | Nicholas Nethercote | -8/+1 |
| 2022-06-08 | Use delayed error handling for `Encodable` and `Encoder` infallible. | Nicholas Nethercote | -57/+51 |
| 2022-06-08 | Don't pass in a vector to `Encoder::new`. | Nicholas Nethercote | -1/+1 |
| 2022-06-06 | fix #71363 test by adding `-Z translate-remapped-path-to-local-path=no` | Pietro Albini | -0/+2 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -1/+0 |
| 2022-06-03 | Remove emit_unit | bjorn3 | -5/+0 |
| 2022-05-30 | Auto merge of #96964 - oli-obk:const_trait_mvp, r=compiler-errors | bors | -2/+2 |
| 2022-05-30 | Add a helper function for checking whether a default function in a trait can ... | Oli Scherer | -4/+2 |
| 2022-05-30 | Remove `#[default..]` and add `#[const_trait]` | Deadbeef | -3/+5 |
| 2022-05-28 | Make TyCtxt implement Interner, make HashStable generic and move to rustc_typ... | Michael Goulet | -5/+5 |
| 2022-05-28 | Remove some comments, inline interner fn | Michael Goulet | -0/+1 |
| 2022-05-28 | Initial fixes on top of type interner commit | Michael Goulet | -7/+11 |
| 2022-05-27 | Auto merge of #97004 - nnethercote:proc-macro-tweaks, r=eddyb | bors | -2/+2 |