This website requires JavaScript.
Explore
Help
Sign In
itsscb
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2026-01-20 05:50:34 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
rust
/
compiler
/
rustc_session
/
src
History
Matthias Krüger
9bb10cc907
use push(char) instead of push_str(&str) to add single chars to strings
...
clippy::single-char-push-str
2020-09-10 13:58:41 +02:00
..
lint
Auto merge of
#75573
- Aaron1011:feature/const-mutation-lint, r=oli-obk
2020-09-10 05:54:26 +00:00
cgu_reuse_tracker.rs
…
code_stats.rs
…
config.rs
use push(char) instead of push_str(&str) to add single chars to strings
2020-09-10 13:58:41 +02:00
filesearch.rs
…
lib.rs
…
lint.rs
…
options.rs
Rollup merge of
#76500
- richkadel:mir-graphviz-dark, r=tmandry
2020-09-09 21:02:35 -07:00
output.rs
…
parse.rs
…
search_paths.rs
…
session.rs
Auto merge of
#75138
- jumbatm:session-diagnostic-derive, r=oli-obk
2020-09-08 00:58:43 +00:00
utils.rs
…