| Age | Commit message (Expand) | Author | Lines |
| 2023-08-30 | Use a `parallel_guard` function to handle the parallel guard | John Kåre Alsaker | -60/+55 |
| 2023-08-30 | Use `Mutex` to avoid issue with conditional locks | John Kåre Alsaker | -4/+3 |
| 2023-08-30 | Add `ParallelGuard` type to handle unwinding in parallel sections | John Kåre Alsaker | -121/+68 |
| 2023-08-30 | Make parallel! an expression | John Kåre Alsaker | -2/+2 |
| 2023-08-30 | Use conditional synchronization for Lock | John Kåre Alsaker | -91/+298 |
| 2023-08-29 | Auto merge of #114894 - Zoxc:sharded-cfg-cleanup2, r=cjgillot | bors | -7/+18 |
| 2023-08-28 | don't use SnapshotVec in Graph implementation, as it looks unused; use Vec in... | klensy | -19/+4 |
| 2023-08-24 | Rollup merge of #114987 - RalfJung:unsound-mmap, r=cjgillot | Weihang Lo | -1/+6 |
| 2023-08-24 | Optimize `lock_shards` | John Kåre Alsaker | -7/+18 |
| 2023-08-24 | Auto merge of #115082 - Zoxc:syntax-context-decode-race, r=cjgillot | bors | -0/+6 |
| 2023-08-24 | Auto merge of #115094 - Mark-Simulacrum:bootstrap-update, r=ozkanonur | bors | -1/+1 |
| 2023-08-23 | Bump cfg(bootstrap) | Mark Rousskov | -1/+1 |
| 2023-08-22 | Fix races conditions with `SyntaxContext` decoding | John Kåre Alsaker | -0/+6 |
| 2023-08-19 | elaborate a bit on the (lack of) safety in 'Mmap::map' | Ralf Jung | -1/+6 |
| 2023-08-16 | Remove `count` | John Kåre Alsaker | -10/+9 |
| 2023-08-16 | Keep SHARDS fixed instead of a function of `cfg!(parallel_compiler)` | John Kåre Alsaker | -4/+19 |
| 2023-08-15 | Make Sharded an enum and specialize it for the single thread case | John Kåre Alsaker | -36/+30 |
| 2023-08-08 | Auto merge of #114339 - ttsugriy:unsafe-utf8, r=davidtwco | bors | -1/+4 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -0/+1 |
| 2023-08-01 | [rustc_data_structures][base_n][perf] Remove unnecessary utf8 check. | Taras Tsugrii | -1/+4 |
| 2023-08-01 | Rollup merge of #114306 - ttsugriy:push_str, r=wesleywiser | Matthias Krüger | -4/+3 |
| 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] 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-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 |