| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-01-09 | Auto merge of #56614 - Zoxc:query-perf2, r=michaelwoerister | bors | -149/+61 | |
| Replace LockCell with atomic types Split from https://github.com/rust-lang/rust/pull/56509 r? @michaelwoerister | ||||
| 2019-01-03 | Make CompileController thread-safe | John Kåre Alsaker | -0/+1 | |
| 2018-12-29 | Replace LockCell with atomic types | John Kåre Alsaker | -149/+61 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -2/+2 | |
| 2018-09-04 | Breaking change upgrades | Mark Rousskov | -0/+6 | |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -2/+2 | |
| 2018-07-11 | add a missing `dyn` | ljedrz | -1/+1 | |
| 2018-07-11 | Deny bare trait objects in in src/librustc_data_structures | ljedrz | -1/+1 | |
| 2018-06-19 | Add MTRef and a lock_mut function to MTLock | John Kåre Alsaker | -8/+37 | |
| 2018-06-06 | Use try_lock in collect_active_jobs | John Kåre Alsaker | -0/+12 | |
| 2018-06-01 | Add a WorkerLocal abstraction | John Kåre Alsaker | -0/+29 | |
| 2018-06-01 | Fix OneThread | John Kåre Alsaker | -1/+3 | |
| 2018-05-13 | Add parallel abstractions | John Kåre Alsaker | -1/+43 | |
| 2018-04-10 | Add a Once type for values which are only written once | John Kåre Alsaker | -0/+129 | |
| 2018-04-10 | Add insert_same extension to HashMap | John Kåre Alsaker | -0/+14 | |
| 2018-04-10 | Add OneThread which only allows its inner value to be used in one thread | John Kåre Alsaker | -0/+55 | |
| 2018-03-28 | Add try_write to RwLock | John Kåre Alsaker | -0/+12 | |
| 2018-03-17 | Add an Default impl for Lock | John Kåre Alsaker | -0/+7 | |
| 2018-03-17 | Remove rustc_global! | John Kåre Alsaker | -30/+0 | |
| 2018-03-08 | Rollup merge of #48808 - Zoxc:reg-diag, r=michaelwoerister | Manish Goregaokar | -39/+87 | |
| Move REGISTERED_DIAGNOSTICS to a ParseSess field r? @michaelwoerister | ||||
| 2018-03-08 | Add with_lock, with_read_lock and with_write_lock | John Kåre Alsaker | -39/+87 | |
| 2018-03-07 | Make metadata references Send + Sync | John Kåre Alsaker | -1/+2 | |
| 2017-12-17 | Add sync module to rustc_data_structures | John Kåre Alsaker | -0/+403 | |
