index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
session
/
filesearch.rs
Age
Commit message (
Expand
)
Author
Lines
2018-10-15
rustc/session: move consts up to improve readability
ljedrz
-9
/
+9
2018-10-15
rustc/session: improve common patterns
ljedrz
-1
/
+1
2018-10-15
rustc/session: improve allocations
ljedrz
-1
/
+1
2018-10-15
rustc/session: whitespace & formatting improvements
ljedrz
-1
/
+1
2018-08-28
Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.
Eduard-Mihai Burtescu
-2
/
+2
2018-08-09
Move rustc::util::fs into separate (new) crate
Mark Rousskov
-2
/
+2
2017-10-08
address more FIXME whose associated issues were marked as closed
Niv Kaminer
-2
/
+0
2017-07-05
use field init shorthand in src/librustc
Zack M. Davis
-4
/
+4
2017-05-17
Improve the error management when /proc is not mounted
Sylvestre Ledru
-3
/
+8
2016-10-10
Simplify `str` and `Path` comparison.
Corey Farwell
-1
/
+1
2016-10-10
Return early to avoid excessive indentation.`
Corey Farwell
-24
/
+23
2016-10-10
Use `Cow` instead of `String` to avoid unnecessary allocations.
Corey Farwell
-3
/
+4
2016-10-10
Convert `String` generating functions into `&str` constants.
Corey Farwell
-18
/
+10
2016-04-12
Remove unused trait imports
Seo Sanghyeon
-1
/
+0
2016-03-31
librustc: replace panic!() with bug!()
Benjamin Herr
-2
/
+2
2015-11-26
split the metadata code into rustc_metadata
Ariel Ben-Yehuda
-0
/
+207