Ryan Johnson
6f03658469
Remove call to trace_start_init
...
Summary:
`trace_start_init` relies on the deprecated/removed symbol `initForTraceStart`,
and it's not critical, so this diff removes it.
Reviewed By: jasonwhite
Differential Revision: D41447262
fbshipit-source-id: a291b822d7e6c620f15182374d8923bc18ad2ec8
2022-11-21 17:16:10 -08:00
generatedunixname89002005294178
81ca16a694
Update traceviz component on FBS:master
...
Differential Revision: D41332214
fbshipit-source-id: 3b6a7e09e124d11a9501c2aa03b0c3cbce39b89f
2022-11-15 23:30:37 -08:00
generatedunixname89002005294178
6bea3e3f73
Update traceviz component on FBS:master
...
Differential Revision: D41297952
fbshipit-source-id: 0deb4885917aa482cfa4a0cb790775c9a486b8cc
2022-11-14 23:25:53 -08:00
generatedunixname89002005294178
775308ee49
Update traceviz component on FBS:master
...
Differential Revision: D41259923
fbshipit-source-id: dbf84d6130a30547fb1579ddbd3f54cdb2bdab7f
2022-11-13 23:25:20 -08:00
Jason White
de3a571bb9
Fix dotslash paths
...
Summary: Fixes the paths after moving `reverie/fb-only/` to `reverie/experimental/`.
Reviewed By: VladimirMakaev
Differential Revision: D41240531
fbshipit-source-id: bba17fa598c2bb53f2765f9e6edddd59b7543048
2022-11-11 17:43:40 -08:00
Dimitris Iliopoulos
84da445a0d
update to Rust 1.65.0
...
Summary:
Added `fbcode` symlinks for `platform010` & `platform010-aarch64` and addressed the following fixes:
* Account for stabilized [`#![feature(backtrace)]`](https://github.com/rust-lang/rust/pull/99573 ) and [`#![feature(generic_associated_types)]`](https://github.com/rust-lang/rust/pull/99573 )
* Account for removal of [`#![feature(result_into_ok_or_err)]`](https://github.com/rust-lang/rust/pull/100604 )
* Account for migration of [`std::io::ReadBuf` to `std::io::BorrowBuf|BorrowCursor`](https://github.com/rust-lang/rust/pull/97015 )
* Account for [`Error` trait move into core](https://github.com/rust-lang/rust/pull/99917 )
* Account for `#[warn(non_camel_case_types)]`
* Various function signature, lifetime requirement changes and lint fixes
Reviewed By: zertosh
Differential Revision: D40923615
fbshipit-source-id: f7ac2828d74edeae39aae517172207b0ee998a59
2022-11-09 19:37:29 -08:00
Jason White
c6532de85d
Open source experimental in-guest interception
...
Differential Revision: D41099658
fbshipit-source-id: 52b414e27abd3c0c3a6367dea225724f4220793b
2022-11-09 01:03:49 -08:00