This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rust
/
compiler
/
rustc_resolve
/
src
History
Yuki Okushi
41fa0dba27
Rollup merge of
#80509
- matthiaskrgr:ptr_arg, r=varkor
...
where possible, pass slices instead of &Vec or &String (clippy::ptr_arg)
2020-12-30 22:49:26 +09:00
..
late
Rollup merge of
#80344
- matthiaskrgr:matches, r=Dylan-DPC
2020-12-28 14:13:12 +01:00
build_reduced_graph.rs
remove unused return types such as empty Results or Options that would always be Some(..)
2020-12-30 13:15:40 +01:00
check_unused.rs
…
def_collector.rs
Expand
NtExpr
tokens only in key-value attributes
2020-11-03 00:53:43 +03:00
diagnostics.rs
Move lev_distance to rustc_ast, make non-generic
2020-11-24 16:12:23 -08:00
imports.rs
Move lev_distance to rustc_ast, make non-generic
2020-11-24 16:12:23 -08:00
late.rs
where possible, pass slices instead of &Vec or &String (clippy::ptr_arg)
2020-12-30 13:11:52 +01:00
lib.rs
remove unused return types such as empty Results or Options that would always be Some(..)
2020-12-30 13:15:40 +01:00
macros.rs
rustc_expand: Mark inner
#![test]
attributes as soft-unstable
2020-11-20 19:35:03 +03:00