MCPcopy Create free account

hub / github.com/Artisan-Lab/RULF / functions

Functions93,053 in github.com/Artisan-Lab/RULF

↓ 326 callersMethodenv
(&mut self, env: &str)
src/bootstrap/builder.rs:2238
↓ 326 callersMethoditer
(&self)
library/core/src/option.rs:1157
↓ 322 callersMethodok
(self)
library/core/src/result.rs:643
↓ 321 callersMethodas_str
(&self)
src/tools/rust-analyzer/crates/ide/src/markup.rs:32
↓ 321 callersMethodinto
(self)
src/test/ui/error-codes/E0283.rs:18
↓ 317 callersMethodword
(&mut self, wrd: S)
compiler/rustc_ast_pretty/src/pp/convenience.rs:41
↓ 314 callersMethodto_string
(&self)
src/test/ui/parser/multitrait.rs:8
↓ 309 callersMethodto_string
(&self, cap: Option<SnippetCap>)
src/tools/rust-analyzer/crates/ide-assists/src/handlers/generate_function.rs:214
↓ 308 callersMethodcollect
(self)
library/core/src/iter/traits/iterator.rs:1832
↓ 307 callersMethodinto_iter
(self)
src/test/ui/issues/issue-72554.rs:17
↓ 307 callersMethoditer
(&self)
compiler/rustc_codegen_llvm/src/llvm/archive_ro.rs:39
↓ 301 callersMethodmap
(self, f: F)
compiler/rustc_middle/src/traits/mod.rs:701
↓ 298 callersMethodfilter_map
Optionally produce a new `P<T>` from `self` without reallocating.
compiler/rustc_ast/src/ptr.rs:70
↓ 297 callersMethodborrow_mut
(&mut self)
src/tools/clippy/tests/ui/should_impl_trait/method_list_1.rs:53
↓ 296 callersMethoditer
(&self)
library/alloc/src/collections/btree/map.rs:412
↓ 295 callersMethodas_ptr
(this: &Self)
library/alloc/src/rc.rs:860
↓ 295 callersMethodfield
(&mut self, name: &str, value: &dyn fmt::Debug)
library/core/src/fmt/builders.rs:123
↓ 294 callersMethodhelp
(&mut self, msg: impl Into<SubdiagnosticMessage>)
compiler/rustc_errors/src/diagnostic.rs:472
↓ 293 callersMethodand_then
Move out of the pointer. Intended for chaining transformations not covered by `map`.
compiler/rustc_ast/src/ptr.rs:46
↓ 290 callersMethodmap_err
(self, op: O)
library/core/src/result.rs:858
↓ 288 callersMethodchain
(self, next: R)
library/std/src/io/mod.rs:960
↓ 287 callersMethodas_bytes
(&self)
library/core/src/str/mod.rs:325
↓ 287 callersMethodas_str
(self)
compiler/rustc_hir/src/hir.rs:1196
↓ 287 callersMethodsource_map
(&self)
compiler/rustc_expand/src/base.rs:1062
↓ 286 callersFunctionnull_mut
()
library/core/src/ptr/mod.rs:681
↓ 285 callersMethodexpect
Expects and consumes the token `t`. Signals an error if the next token is not `t`.
compiler/rustc_parse/src/parser/mod.rs:530
↓ 283 callersMethoddef_span
(&self, def_id: LocalDefId)
compiler/rustc_query_system/src/ich/hcx.rs:187
↓ 277 callersMethodstart
(&mut self)
src/tools/rust-analyzer/crates/profile/src/tree.rs:15
↓ 275 callersMethodas_ref
(&self)
src/tools/rust-analyzer/crates/hir-expand/src/lib.rs:723
↓ 275 callersMethodcontains
Returns `true` if `self` fully encloses `other`.
compiler/rustc_span/src/lib.rs:497
↓ 275 callersMethodfor_each
Call `f` on every stack in the range.
src/tools/miri/src/stacked_borrows/mod.rs:573
↓ 272 callersMethodcontains
(self, other: AssistKind)
src/tools/rust-analyzer/crates/ide-db/src/assists.rs:49
↓ 272 callersMethodty
(&self)
compiler/rustc_hir/src/hir.rs:2376
↓ 269 callersMethodjoin
Join the two vector-clocks together, this sets each vector-element to the maximum value of that element in either of the two source elements.
src/tools/miri/src/concurrency/vector_clock.rs:101
↓ 268 callersMethoddid
(self)
compiler/rustc_middle/src/ty/adt.rs:168
↓ 268 callersMethodname
(&self, db: &RootDatabase)
src/tools/rust-analyzer/crates/ide-db/src/defs.rs:105
↓ 267 callersMethodexpr_ty
(&mut self, expr: ExprId)
src/tools/rust-analyzer/crates/hir-ty/src/consteval.rs:66
↓ 267 callersMethodtrim
(self)
src/tools/clippy/tests/ui/trim_split_whitespace.rs:7
↓ 266 callersMethodpush_str
(&mut self, s: &str)
src/librustdoc/html/format.rs:114
↓ 264 callersMethoditer
Returns an iterator over the stored ids and their corresponding paths. This will skip deleted files.
src/tools/rust-analyzer/crates/vfs/src/lib.rs:149
↓ 262 callersMethodfilter
(self, f: F)
compiler/rustc_data_structures/src/unord.rs:51
↓ 261 callersMethodlo
(&self, sess: &Session)
src/librustdoc/clean/types.rs:2165
↓ 259 callersMethodhi
(&self)
src/test/ui/parser/struct-literal-in-if.rs:6
↓ 259 callersMethodshrink_to_hi
(self)
compiler/rustc_span/src/lib.rs:608
↓ 258 callersMethodarg
(&mut self, arg: impl AsRef<OsStr>)
compiler/rustc_codegen_ssa/src/back/linker.rs:197
↓ 258 callersMethodparent
(&self)
src/tools/rust-analyzer/crates/ide-assists/src/handlers/extract_function.rs:504
↓ 257 callersMethodis_none
(&self)
src/tools/rust-analyzer/crates/hir-def/src/per_ns.rs:42
↓ 256 callersMethodlang_items
Obtain all lang items of this crate and all dependencies (recursively)
compiler/rustc_middle/src/ty/context.rs:1340
↓ 254 callersMethodto_string
(&self)
compiler/rustc_ast/src/ast.rs:856
↓ 254 callersFunctiontransmute
()
src/test/ui/issues/issue-15562.rs:19
↓ 253 callersMethodchars
(self)
src/tools/clippy/tests/ui/string_extend.rs:7
↓ 252 callersFunctiontransmute
()
src/tools/miri/tests/pass/intptrcast.rs:39
↓ 250 callersMethoditer
(&self)
compiler/rustc_middle/src/ty/list.rs:111
↓ 249 callersMethodlen
(&self)
library/core/src/slice/mod.rs:129
↓ 249 callersMethodunwrap_or_default
(self)
library/core/src/option.rs:854
↓ 246 callersMethodcopied
(self)
library/core/src/option.rs:1753
↓ 242 callersMethodinto_iter
(self)
src/tools/rust-analyzer/crates/text-edit/src/lib.rs:149
↓ 240 callersMethodeval_context_mut
(&mut self)
src/tools/miri/src/machine.rs:694
↓ 240 callersMethodis_none
(&self)
src/tools/clippy/tests/ui/question_mark.rs:29
↓ 240 callersMethodkind
(&self)
src/tools/rust-analyzer/crates/syntax/src/ast/expr_ext.rs:264
↓ 240 callersMethodlen
(&self, cx: &Cx)
compiler/rustc_codegen_ssa/src/mir/place.rs:69
↓ 239 callersMethodis_empty
(&self)
src/tools/clippy/tests/ui/len_zero.rs:27
↓ 238 callersMethodas_ref
(self)
src/tools/clippy/tests/ui/def_id_nocore.rs:27
↓ 238 callersMethodfilter
(self)
src/tools/clippy/tests/ui/auxiliary/option_helpers.rs:20
↓ 237 callersFunctioncheck
(ra_fixture: &str, expect: Expect)
src/tools/rust-analyzer/crates/hir-def/src/nameres/tests.rs:28
↓ 236 callersMethodimmediate
Asserts that this operand refers to a scalar and returns a reference to its value.
compiler/rustc_codegen_ssa/src/mir/operand.rs:110
↓ 236 callersMethodlo
(self)
compiler/rustc_span/src/lib.rs:523
↓ 236 callersFunctiontoken
(kind: SyntaxKind)
src/tools/rust-analyzer/crates/syntax/src/ast/make.rs:835
↓ 232 callersMethodcontains
(&self)
src/bootstrap/cache.rs:270
↓ 230 callersMethodok
(value: T)
src/tools/rust-analyzer/crates/mbe/src/lib.rs:324
↓ 230 callersMethodreplace
(&mut self, a: &str, b: &str)
src/tools/clippy/tests/ui/no_effect_replace.rs:48
↓ 229 callersMethodany
Creates a default MacResult that can be anything. Use this as a return value after hitting any errors and calling `span_err`.
compiler/rustc_expand/src/base.rs:538
↓ 229 callersMethodupcast
Can't make this a From implementation because of coherence
src/tools/rust-analyzer/crates/hir-expand/src/ast_id_map.rs:53
↓ 227 callersFunctionfrom_iter
(iter: I)
library/core/src/async_iter/from_iter.rs:23
↓ 227 callersMethodregister_late_pass
( &mut self, pass: impl for<'tcx> Fn(TyCtxt<'tcx>) -> LateLintPassObject<'tcx> + 'stat
compiler/rustc_lint/src/context.rs:189
↓ 227 callersMethodtext
(&self)
src/tools/rust-analyzer/crates/ide-db/src/imports/import_assets.rs:83
↓ 227 callersMethodto_owned
(&self)
src/tools/rust-analyzer/crates/paths/src/lib.rs:112
↓ 226 callersMethodinto_iter
(self)
src/tools/clippy/tests/ui/should_impl_trait/method_list_2.rs:50
↓ 225 callersMethodto_owned
(&self)
library/std/src/sys/unix/os_str.rs:212
↓ 224 callersFunctionempty
()
compiler/rustc_errors/src/json/tests.rs:79
↓ 224 callersMethodinto_iter
(self)
src/tools/rust-analyzer/crates/ide-db/src/search.rs:52
↓ 224 callersMethodtype_of
(&mut self, value: &serde_json::Value)
src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/json_is_not_rust.rs:71
↓ 223 callersFunctionspawn
(_: T)
src/test/incremental/issue-96319-coinductive-cycle.rs:28
↓ 221 callersFunctionfrom
(f: F)
src/test/ui/type-alias-impl-trait/implied_bounds3.rs:9
↓ 221 callersMethoditer
(&self)
src/tools/rust-analyzer/crates/hir-def/src/path.rs:182
↓ 221 callersMethodread_scalar
`range` is relative to this allocation reference, not the base of the allocation.
compiler/rustc_const_eval/src/interpret/memory.rs:928
↓ 219 callersMethodinto
(self)
compiler/rustc_ast/src/ptr.rs:165
↓ 218 callersMethodhas_name
Returns `true` if this list item is a MetaItem with a name of `name`.
compiler/rustc_ast/src/attr/mod.rs:63
↓ 218 callersMethodsyntax
(&self)
src/tools/rust-analyzer/crates/syntax/src/ast/expr_ext.rs:404
↓ 217 callersFunctionnew
(arg1: f32, arg2: ())
src/test/ui/resolve/auxiliary/extern-prelude-vec.rs:3
↓ 217 callersMethodupcast
(&self)
src/tools/rust-analyzer/crates/hir-ty/src/test_db.rs:45
↓ 216 callersMethodat
Checks if the current token is `kind`.
src/tools/rust-analyzer/crates/parser/src/parser.rs:62
↓ 216 callersMethodchain
(self, p: P)
src/test/ui/bench/issue-32062.rs:13
↓ 215 callersFunctioncast
(req: Request)
src/tools/rust-analyzer/lib/lsp-server/examples/goto_def.rs:115
↓ 215 callersMethodensure
Ensure that a given step is built, returning its output. This will cache the step, so it is safe (and good!) to call this as often as needed to ensure
src/bootstrap/builder.rs:2106
↓ 215 callersFunctionspawn
(f: F)
library/std/src/thread/mod.rs:702
↓ 214 callersMethodlen
(&self)
src/test/ui/issues/issue-26472.rs:5
↓ 214 callersFunctionnew
()
src/test/ui/consts/ice-zst-static-access.rs:12
↓ 211 callersMethoditer
(&'o self)
compiler/rustc_trait_selection/src/traits/select/mod.rs:2384
↓ 211 callersMethodnext
(self)
src/tools/clippy/tests/ui/auxiliary/option_helpers.rs:24
← previousnext →101–200 of 93,053, ranked by callers