Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cognitive-engineering-lab/rustc_plugin
/ functions
Functions
27 in github.com/cognitive-engineering-lab/rustc_plugin
⨍
Functions
27
◇
Types & classes
6
↓ 4 callers
Method
args
(&self, _target_dir: &Utf8Path)
examples/print-all-items/src/lib.rs:33
↓ 3 callers
Function
run
(dir: &str, f: impl FnOnce(&mut Command))
tests/test_example.rs:7
↓ 3 callers
Method
run
( self, compiler_args: Vec<String>, plugin_args: Self::Args, )
examples/print-all-items/src/lib.rs:42
↓ 2 callers
Function
toolchain_path
(home: Option<String>, toolchain: Option<String>)
src/driver.rs:34
↓ 1 callers
Function
add
(left: usize, right: usize)
tests/workspaces/multi/a/src/lib.rs:1
↓ 1 callers
Function
add
(left: usize, right: usize)
tests/workspaces/multi/b/src/lib.rs:1
↓ 1 callers
Function
add
(left: usize, right: usize)
tests/workspaces/basic/src/lib.rs:1
↓ 1 callers
Function
add
(left: usize, right: usize)
examples/print-all-items/test-crate/src/lib.rs:1
↓ 1 callers
Function
arg_value
If a command-line option matches `find_arg`, then apply the predicate `pred` on its value. If true, then return it. The parameter is assumed to be eit
src/driver.rs:14
↓ 1 callers
Function
cli_main
The top-level function that should be called in your user-facing binary.
src/cli.rs:12
↓ 1 callers
Function
driver_main
The top-level function that should be called by your internal driver binary.
src/driver.rs:100
↓ 1 callers
Method
driver_name
(&self)
examples/print-all-items/src/lib.rs:29
↓ 1 callers
Function
get_sysroot
(orig_args: &[String])
src/driver.rs:45
↓ 1 callers
Function
only_run_on_file
( cmd: &mut Command, file_path: PathBuf, workspace_members: &[&cargo_metadata::Package], target_dir: &
src/cli.rs:82
↓ 1 callers
Function
print_all_items
(tcx: TyCtxt, args: &PrintAllItemsPluginArgs)
examples/print-all-items/src/lib.rs:72
Method
after_parsing
( &mut self, _compiler: &rustc_interface::interface::Compiler, queries: &'tcx rustc_interface::Que
examples/print-all-items/src/lib.rs:58
Function
basic
()
tests/test_example.rs:52
Function
basic_with_arg
()
tests/test_example.rs:57
Function
it_works
()
tests/workspaces/multi/a/src/lib.rs:10
Function
it_works
()
tests/workspaces/multi/b/src/lib.rs:10
Function
it_works
()
tests/workspaces/basic/src/lib.rs:10
Function
it_works
()
examples/print-all-items/test-crate/src/lib.rs:10
Function
main
()
build.rs:1
Function
main
()
examples/print-all-items/src/bin/cargo-print-all-items.rs:1
Function
main
()
examples/print-all-items/src/bin/print-all-items-driver.rs:1
Function
multi
()
tests/test_example.rs:64
Method
version
(&self)
examples/print-all-items/src/lib.rs:25