| Age | Commit message (Expand) | Author | Lines |
| 2023-05-25 | Rollup merge of #111875 - WaffleLapkin:defer_on_drop, r=Nilstrieb | Matthias Krüger | -10/+16 |
| 2023-05-24 | Rollup merge of #111912 - WaffleLapkin:is_some_and_in_the_compiler, r=petroch... | Manish Goregaokar | -1/+1 |
| 2023-05-24 | Auto merge of #111673 - cjgillot:dominator-preprocess, r=cjgillot,tmiasko | bors | -10/+85 |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -1/+1 |
| 2023-05-23 | Don't leak the function that is called on drop | Maybe Waffle | -10/+16 |
| 2023-05-20 | Auto merge of #111596 - cjgillot:dominator-bucket, r=Mark-Simulacrum | bors | -8/+35 |
| 2023-05-18 | Revert spurious changes. | Camille GILLOT | -9/+9 |
| 2023-05-18 | Rollup merge of #111707 - nnethercote:rm-WorkerLocal-Vec, r=compiler-errors | Dylan DPC | -7/+0 |
| 2023-05-18 | Remove unused `impl<T> WorkerLocal<Vec<T>>`. | Nicholas Nethercote | -7/+0 |
| 2023-05-17 | Merge DominatorTree and Dominators. | Camille GILLOT | -36/+30 |
| 2023-05-17 | Typo. | Camille GILLOT | -1/+1 |
| 2023-05-17 | Remove outdated comment. | Camille GILLOT | -2/+0 |
| 2023-05-17 | Preprocess dominator tree to answer queries in O(1) | Tomasz Miąsko | -22/+105 |
| 2023-05-17 | Rollup merge of #110145 - WaffleLapkin:share_slice_of_bytes, r=Nilstrieb | Dylan DPC | -13/+48 |
| 2023-05-16 | Fixup comments | Maybe Waffle | -4/+4 |
| 2023-05-16 | Remove `MetadataRef` type alias | Maybe Waffle | -3/+0 |
| 2023-05-16 | Switch `OwnedSlice` to use `Lrc` & remove `Lrc` from `MetadataBlob` | Maybe Waffle | -4/+43 |
| 2023-05-16 | Merge `MetadataRef` type aliases | Maybe Waffle | -4/+3 |
| 2023-05-15 | Process current bucket instead of parent's bucket when starting loop for domi... | Camille GILLOT | -8/+35 |
| 2023-05-14 | Start node has no immediate dominator | Tomasz Miąsko | -14/+22 |
| 2023-05-13 | Auto merge of #107586 - SparrowLii:parallel-query, r=cjgillot | bors | -37/+465 |
| 2023-05-12 | Rollup merge of #111393 - klensy:win-0.48, r=oli-obk | Matthias Krüger | -3/+5 |
| 2023-05-09 | bump windows crate 0.46 -> 0.48 in workspace | klensy | -3/+5 |
| 2023-05-09 | Rollup merge of #111252 - matthewjasper:min-spec-improvements, r=compiler-errors | Dylan DPC | -0/+2 |
| 2023-05-07 | Use smaller ints for bitflags | Nilstrieb | -1/+1 |
| 2023-05-06 | add `DynSend / DynSync` for `CopyTaggedPtr` | SparrowLii | -5/+8 |
| 2023-05-06 | correct import of owned_slice | SparrowLii | -13/+6 |
| 2023-05-06 | correct literals for dyn thread safe | SparrowLii | -21/+24 |
| 2023-05-06 | rename relative names in `sync` | SparrowLii | -23/+28 |
| 2023-05-06 | fix `parallel!` | SparrowLii | -0/+7 |
| 2023-05-06 | fix some nits | SparrowLii | -39/+27 |
| 2023-05-06 | introduce `DynSend` and `DynSync` auto trait | SparrowLii | -39/+468 |
| 2023-05-05 | Disallow (min) specialization imps with no items | Matthew Jasper | -0/+2 |
| 2023-04-30 | Use the full Fingerprint when stringifying Svh | Ben Kimock | -5/+10 |
| 2023-04-27 | Auto merge of #107782 - Zoxc:worker-local, r=cjgillot | bors | -34/+188 |
| 2023-04-27 | Rollup merge of #110814 - WaffleLapkin:sprinkle_#inline, r=Nilstrieb | Matthias Krüger | -0/+17 |
| 2023-04-25 | Rollup merge of #110615 - WaffleLapkin:impl_tag, r=cjgillot | Matthias Krüger | -6/+204 |
| 2023-04-25 | Add `#[inline]` in `impl_tag` | Maybe Waffle | -0/+2 |
| 2023-04-25 | Sprinkle some `#[inline]` in `rustc_data_structures::tagged_ptr` | Maybe Waffle | -0/+17 |
| 2023-04-25 | Rollup merge of #110681 - klensy:cut-dep, r=lcnr | Yuki Okushi | -1/+0 |
| 2023-04-24 | Switch `impl_tag!` from explicit tags to `${index()}` | Maybe Waffle | -47/+52 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -15/+16 |
| 2023-04-22 | drop unused deps, gate libc under unix for one crate | klensy | -1/+0 |
| 2023-04-20 | Simplify `bits_for_tags` impl | Maybe Waffle | -13/+3 |
| 2023-04-20 | Remove confusing comment | Maybe Waffle | -31/+0 |
| 2023-04-20 | Use `impl Tag for $T` syntax for `impl_tag!` | Maybe Waffle | -11/+11 |
| 2023-04-20 | Add `impl_tag!` macro to implement `Tag` for tagged pointer easily | Maybe Waffle | -6/+238 |
| 2023-04-19 | `deny(unsafe_op_in_unsafe_fn)` in `rustc_data_structures` | Maybe Waffle | -101/+109 |
| 2023-04-18 | Auto merge of #110083 - saethlin:encode-hashes-as-bytes, r=cjgillot | bors | -36/+178 |
| 2023-04-18 | Add #[inline] to some new functions | Ben Kimock | -0/+3 |