sapling/eden/fs
Dimitris Iliopoulos 09eb70a32a Update platform010 & platform010-aarch64 symlinks
Summary:
`1.76.0` release with fixes addressing the following:
* Release notes ([link](https://releases.rs/docs/1.76.0/))
  * Most notable is [#118054](https://github.com/rust-lang/rust/pull/118054/) manifesting as:
```
error: unused implementer of `futures::Future` that must be used
   --> fbcode/mlx/metalearner/housekeeper/housekeeper.rs:213:13
    |
213 |             self.ping_oncall(&oncall, usecases);
    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    |
    = note: futures do nothing unless you `.await` or poll them
    = note: requested on the command line with `-D unused-must-use`
```
* Changes in `search_index.js` spec for `rustdoc` ([link](https://github.com/rust-lang/rust/pull/118910/files#diff-3ac57789ddcd2856a3b4f0c444f2813315179bdbe55bb945fe64fcb27b53fee5L491))
* Split of `#![feature(exposed_provenance)]` ([link](https://github.com/rust-lang/rust/pull/118487)) from [#95228](https://github.com/rust-lang/rust/issues/95228)
* `buck2` OSS toolchain bump to `nightly-2023-12-11` just before [#11878](https://github.com/rust-lang/rust-clippy/pull/11878) and a bunch of other clippy lint renames.

Reviewed By: dtolnay

Differential Revision: D53776867

fbshipit-source-id: 78db83d8cdd6b0abae2b94ed1075e67b501fcd73
2024-02-20 10:31:00 -08:00
..
benchmarks Update autocargo component on FBS:master 2023-11-29 18:35:29 -08:00
cli eden cli: Kill processes keeping handles inside Eden mounts 2024-02-15 17:10:50 -08:00
cli_rs Update platform010 & platform010-aarch64 symlinks 2024-02-20 10:31:00 -08:00
config Disable Cargo documentation generation for Thrift targets 2024-02-02 07:45:58 -08:00
digest Re-sync with internal repository 2023-10-11 22:09:00 -07:00
docs update Config.md with more up-to-date information 2024-02-13 20:23:20 -08:00
facebook eden/fs/facebook 2024-02-05 10:48:18 -08:00
fuse Remove extra semi colon from dyno/cpp/server/parsing/util.h (#794) 2023-12-21 09:14:38 -08:00
fuzz/facebook Re-sync with internal repository 2023-10-11 22:09:00 -07:00
inodes folly::optional -> std::optional 2024-02-16 18:24:43 -08:00
journal Re-sync with internal repository 2023-10-11 22:09:00 -07:00
lmdb LMDBInodeCatalog + LMDBFileContentStore 2023-11-13 12:47:14 -08:00
model eden (7547650190731062666) 2023-11-08 17:55:00 -08:00
monitor Remove explicit key 2023-12-04 10:03:02 -08:00
nfs Remove semicolon(s) from 3 files inc dyno/cpp/server/TaskstatsClient.cpp 2024-02-14 16:17:55 -08:00
notifications eden (7547650190731062666) 2023-11-08 17:55:00 -08:00
privhelper clarify NFS mount options on macOS 2024-01-16 09:59:34 -08:00
prjfs Factor PrjFS on-disk state functions out of WindowsFsck 2023-10-27 14:53:17 -07:00
py Add annotations to eden/fs/py/eden/thrift/windows_thrift.py 2023-12-13 10:36:39 -08:00
rocksdb Re-sync with internal repository 2023-10-11 22:09:00 -07:00
scripts Move rpmbisect from scripts/mshroyer to eden/fs/scripts/facebook 2023-10-25 17:01:11 -07:00
service Fix shadowed variable in eden/fs/service/EdenServiceHandler.cpp 2024-02-06 16:37:12 -08:00
sqlite Remove extra semi colon from eden/fs/inodes/FileInode.cpp 2023-12-08 17:29:10 -08:00
store Remove semicolon(s) from 3 files inc dyno/cpp/server/TaskstatsClient.cpp 2024-02-14 16:17:55 -08:00
takeover Remove explicit key 2023-12-04 10:03:02 -08:00
telemetry Removed support to differntiate fetch_miss sources 2024-01-17 13:24:03 -08:00
testharness Remove last uses of HgImporter 2024-01-17 13:24:03 -08:00
third-party Re-sync with internal repository 2023-10-11 22:09:00 -07:00
utils Fix shadowed variable in eden/fs/utils/test/ImmediateFutureTest.cpp 2024-02-06 16:38:43 -08:00
.committemplate committemplate: set reviewers for eden and mononoke 2023-10-18 20:55:42 -07:00
Cargo.toml move 0.18.5 to private fork until Rust toolchain 1.76.0 release 2024-02-16 15:11:39 -08:00
CMakeLists.txt LMDBInodeCatalog + LMDBFileContentStore 2023-11-13 12:47:14 -08:00
TARGETS Re-sync with internal repository 2023-10-11 22:09:00 -07:00