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
/
compiler
/
rustc_middle
/
src
/
ty
/
instance.rs
Age
Commit message (
Expand
)
Author
Lines
2021-09-22
Support `#[track_caller]` on closures and generators
Aaron Hill
-8
/
+23
2021-06-04
Support forwarding caller location through trait object method call
Aaron Hill
-4
/
+48
2021-04-01
Inline some functions that suddenly show up more in traces
Oli Scherer
-0
/
+1
2021-03-27
lazily calls some fns
klensy
-3
/
+4
2021-03-23
Add has_default to GenericParamDefKind::Const
kadmin
-1
/
+1
2021-03-04
Typo
Oli Scherer
-1
/
+1
2021-02-14
param_env debugs are instrumental to rustc's success
Ellen
-1
/
+1
2021-02-13
debug!("paramenv={}paramenv={}paramenv={}paramenv={}")
Ellen
-0
/
+1
2021-01-14
Use Option::map_or instead of `.map(..).unwrap_or(..)`
LingMan
-1
/
+1
2020-11-26
Fix new 'unnecessary trailing semicolon' warnings
Aaron Hill
-1
/
+1
2020-11-16
compiler: fold by value
Bastian Kauschke
-6
/
+6
2020-11-06
inliner: Use substs_for_mir_body
Tomasz Miąsko
-2
/
+25
2020-10-21
Lift: take self by value
Bastian Kauschke
-1
/
+1
2020-10-15
mangling: non-monomorphic `#[rustc_symbol_name]`
David Wood
-1
/
+11
2020-10-06
Rollup merge of #76995 - LingMan:middle_matches, r=varkor
Yuki Okushi
-4
/
+4
2020-10-04
Remember the `MirSource` for each `Body`
Dylan MacKenzie
-1
/
+2
2020-09-21
Reduce boilerplate with the matches! macro
LingMan
-4
/
+4
2020-09-04
shim: monomorphic `FnPtrShim`s during construction
David Wood
-28
/
+25
2020-09-02
Fix some unwanted uses of Debug formatting on user-facing messages
Dan Aloni
-3
/
+4
2020-08-30
mv compiler to compiler/
mark
-0
/
+605