about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/flock.rs
AgeCommit message (Collapse)AuthorLines
2025-07-01Update `cfg(bootstrap)`Josh Stone-12/+1
2025-05-30handle cfg bootstrap on compiler and mirionur-ozkan-1/+12
Signed-off-by: onur-ozkan <work@onurozkan.dev>
2025-05-20Rename `cfg_match!` to `cfg_select!`Trevor Gross-1/+1
At [1] it was pointed out that `cfg_match!` syntax does not actually align well with match syntax, which is a possible source of confusion. The comment points out that usage is instead more similar to ecosystem `select!` macros. Rename `cfg_match!` to `cfg_select!` to match this. Tracking issue: https://github.com/rust-lang/rust/issues/115585 [1]: https://github.com/rust-lang/rust/issues/115585#issuecomment-2346307605
2025-02-18update `cfg(bootstrap)`Josh Stone-25/+0
2024-12-22Adjust syntaxCaio-0/+25
2024-06-16Use Linux file locking on RedoxJeremy Soller-0/+4
2023-10-19Initiate the inner usage of `cfg_match`Caio-5/+8
2023-03-20migrate compiler, bootstrap, and compiletest to windows-rsAndy Russell-4/+1
2022-04-14separate flock implementations into separate modulesAndy Russell-215/+10
2021-08-15Fix the flock fallback implementationbjorn3-0/+4
2021-05-25Don't panic when failing to initialize incremental directory.Eric Huss-0/+13
2020-08-30mv compiler to compiler/mark-0/+214