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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
util
/
common.rs
Age
Commit message (
Expand
)
Author
Lines
2019-04-03
Deny internal lints in librustc
flip1995
-5
/
+4
2019-03-13
Use derive macro for HashStable
John Kåre Alsaker
-1
/
+2
2019-02-10
rustc: doc comments
Alexander Regueiro
-4
/
+4
2019-02-05
move librustc to 2018
Mark Mansi
-3
/
+3
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-12-04
cleanup: remove static lifetimes from consts
ljedrz
-1
/
+1
2018-11-30
proc_macro: introduce a "bridge" between clients (proc macros) and servers (c...
Eduard-Mihai Burtescu
-8
/
+5
2018-09-29
don't elide lifetimes in paths in librustc/
Zack M. Davis
-2
/
+2
2018-08-29
Replace usages of 'bad_style' with 'nonstandard_style'.
Corey Farwell
-1
/
+1
2018-08-23
use String::new() instead of String::from(""), "".to_string(), "".to_owned() ...
Matthias Krüger
-1
/
+1
2018-08-09
Move path2cstr to rustc_fs_util
Mark Rousskov
-15
/
+0
2018-07-29
Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov
bors
-1
/
+1
2018-07-27
Use str::repeat
Shotaro Yamada
-2
/
+1
2018-07-27
Prefer to_string() to format!()
ljedrz
-1
/
+1
2018-05-05
Misc tweaks
John Kåre Alsaker
-0
/
+11
2018-04-27
Move query functions out from the define_maps! macro
John Kåre Alsaker
-1
/
+7
2018-04-10
Make PerfStats thread-safe and remove unused fields
John Kåre Alsaker
-12
/
+5
2018-04-06
Print query stack on ICEs
John Kåre Alsaker
-1
/
+9
2018-03-30
Rename fs::read_string to read_to_string and stabilize
Matt Brubeck
-1
/
+2
2018-03-13
add handy helper for Cell<usize>, used for perf stats
Niko Matsakis
-0
/
+10
2018-03-09
Move PROFQ_CHAN to a Session field
John Kåre Alsaker
-30
/
+32
2018-03-02
Run Rustfix on librustc
Manish Goregaokar
-1
/
+1
2018-02-20
Do not run the default panic hook inside procedural macros. Fixes #47812
John Kåre Alsaker
-0
/
+21
2018-01-10
Use the new fs_read_write functions in rustc internals
Matt Brubeck
-5
/
+2
2017-12-20
incr.comp.: Cache check_match query.
Michael Woerister
-1
/
+1
2017-12-09
Use Try syntax for Option in place of macros or match
Matt Brubeck
-10
/
+4
2017-09-23
Compress "small" spans to 32 bits and intern "large" spans
Vadim Petrochenkov
-2
/
+3
2017-08-23
-Z profile-queries includes dep_graph.with_task uses in output
Matthew Hammer
-1
/
+6
2017-08-23
-Z profile-queries: remove panic when channel is unset
Matthew Hammer
-1
/
+6
2017-08-23
profiling with -Z profile-queries recognizes -Z time-passes
Matthew Hammer
-1
/
+11
2017-08-23
inc comp: -Z profile-queries support; see also https://github.com/rust-lang-n...
Matthew Hammer
-0
/
+57
2017-08-12
Fix some typos
Bastien Orivel
-1
/
+1
2017-07-31
async-llvm(25): Restore -Ztime-passes output for trans and LLVM.
Michael Woerister
-5
/
+27
2017-07-12
integrate anon dep nodes into trait selection
Niko Matsakis
-4
/
+2
2017-06-09
incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs.
Michael Woerister
-2
/
+4
2017-05-16
put option_try macro def under #[cfg(unix)]
est31
-0
/
+1
2017-03-13
some style fixes
Tshepang Lekhonkhobe
-3
/
+4
2016-12-27
propagate TIME_DEPTH to the helper threads for -Z time-passes
Niko Matsakis
-3
/
+17
2016-11-21
Implement the `loop_break_value` feature.
Geoffry Song
-55
/
+0
2016-11-04
Add -Zhir-stats for collecting statistics on HIR and AST
Michael Woerister
-0
/
+34
2016-09-01
Add some infrastructure for timing things where time_passes can't be used.
Michael Woerister
-9
/
+26
2016-07-06
rustc: Update stage0 to beta-2016-07-06
Alex Crichton
-12
/
+0
2016-06-09
fix damage in librustc
Ariel Ben-Yehuda
-0
/
+12
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-3
/
+3
2016-02-12
Autoderef in librustc
Jonas Schievink
-1
/
+1
2016-01-26
std: Stabilize custom hasher support in HashMap
Alex Crichton
-3
/
+2
2016-01-05
Refactor compiler to make use of dep-tracking-maps. Also, in cases where
Niko Matsakis
-39
/
+31
2015-12-21
Register new snapshots
Alex Crichton
-1
/
+0
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-10
/
+4
[next]