| Age | Commit message (Expand) | Author | Lines |
| 2023-08-01 | Rollup merge of #114283 - oli-obk:parkin_lot_rwlock, r=SparrowLii | Matthias Krüger | -21/+7 |
| 2023-08-01 | Always use parking_lot's RwLock, even without parallel compiler | Oli Scherer | -21/+7 |
| 2023-08-01 | Rollup merge of #114313 - ttsugriy:sm-insert, r=petrochenkov | Matthias Krüger | -3/+2 |
| 2023-07-31 | [rustc_data_structures] Simplify SortedMap::insert. | Taras Tsugrii | -3/+2 |
| 2023-07-31 | Rollup merge of #113717 - cuishuang:master, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-07-31 | [rustc_data_structures][perf] Simplify base_n::push_str. | Taras Tsugrii | -4/+3 |
| 2023-07-31 | remove repetitive words | cui fliter | -1/+1 |
| 2023-07-29 | [rustc_data_structures] Use partition_point to find binary_search_slice end. | Taras Tsugrii | -21/+8 |
| 2023-07-29 | [rustc][data_structures] Simplify binary_search_slice. | Taras Tsugrii | -31/+7 |
| 2023-07-23 | more clippy::style fixes: | Matthias Krüger | -5/+1 |
| 2023-07-14 | Introduce ExtentUnord trait for collections that can safely consume UnordItems. | Michael Woerister | -20/+32 |
| 2023-07-14 | Enable potential_query_instability lint in rustc_hir_typeck. | Michael Woerister | -2/+19 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -3/+1 |
| 2023-07-03 | Upgrade to indexmap 2.0.0 | Josh Stone | -1/+1 |
| 2023-06-29 | Remove `SmallStr`. | Nicholas Nethercote | -89/+0 |
| 2023-06-21 | Rollup merge of #112538 - ndrewxie:issue-84447-partial-1, r=compiler-errors | Guillaume Gomez | -4/+4 |
| 2023-06-19 | Make closure_saved_names_of_captured_variables a query. | Camille GILLOT | -1/+13 |
| 2023-06-11 | Applied nits | Andrew Xie | -4/+4 |
| 2023-06-09 | Don't print Interned or PrivateZst | Michael Goulet | -1/+7 |
| 2023-06-08 | Removed stable/unstable sort arg from into_sorted_stable_ord, fixed a few mis... | Andrew Xie | -10/+43 |
| 2023-06-05 | Fixed to_sorted => to_sorted_stable_ord | Andrew Xie | -0/+11 |
| 2023-06-04 | Fixed unord mistake | Andrew Xie | -5/+0 |
| 2023-06-04 | Fixed failing test + minor cleanup | Andrew Xie | -0/+5 |
| 2023-06-02 | Update dependencies with reported vulnerabilities | Arlo Siemsen | -1/+1 |
| 2023-05-31 | Auto merge of #111076 - notriddle:notriddle/silence-private-dep-trait-impl-su... | bors | -3/+8 |
| 2023-05-28 | Add some comments | John Kåre Alsaker | -0/+4 |
| 2023-05-28 | Don't access self.mask with a single shard | John Kåre Alsaker | -1/+1 |
| 2023-05-28 | Use only one shard with a single thread | John Kåre Alsaker | -10/+34 |
| 2023-05-25 | rustc_data_structures: sync and atomic consistency | Michael Howell | -6/+6 |
| 2023-05-25 | rustc_metadata: specialize private_dep flag with `fetch_and` | Michael Howell | -13/+4 |
| 2023-05-25 | rustc_metadata: use configurable AtomicBool for privateness flag | Michael Howell | -0/+14 |
| 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 |