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
/
ty
/
instance.rs
Age
Commit message (
Expand
)
Author
Lines
2019-10-09
Add InstanceDef::ReifyShim for track_caller functions.
Adam Perry
-0
/
+7
2019-10-04
remove GeneratorSubsts visitors
csmoe
-1
/
+1
2019-10-04
generate GeneratorSubsts from SubstsRef
csmoe
-1
/
+1
2019-10-03
generate ClosureSubsts from SubstsRef
csmoe
-6
/
+6
2019-09-29
clean ClosureSubsts in rustc::ty
csmoe
-2
/
+2
2019-09-27
Remove global_tcx from TyCtxt
Mark Rousskov
-1
/
+1
2019-09-25
Rename `sty` to `kind`
varkor
-2
/
+2
2019-08-28
Add Option<Span> to `require_lang_item`
Yuki Okushi
-1
/
+1
2019-08-11
Remove `is_self` and `has_self_ty` methods
Matthew Jasper
-2
/
+3
2019-06-14
Unify all uses of 'gcx and 'tcx.
Eduard-Mihai Burtescu
-14
/
+14
2019-06-12
Run `rustfmt --file-lines ...` for changes from previous commits.
Eduard-Mihai Burtescu
-31
/
+20
2019-06-12
rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-13
/
+13
2019-06-12
Fix fallout from `deny(unused_lifetimes)`.
Eduard-Mihai Burtescu
-6
/
+6
2019-06-12
rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-13
/
+13
2019-06-11
Run `rustfmt --file-lines ...` for changes from previous commits.
Eduard-Mihai Burtescu
-4
/
+4
2019-06-11
rustc: deny(unused_lifetimes).
Eduard-Mihai Burtescu
-1
/
+1
2019-06-02
deduplicate ty::Instance constructors
Mark Mansi
-27
/
+38
2019-05-26
Rename "Associated*" to "Assoc*"
Andrew Xu
-2
/
+2
2019-03-24
Merge `DefPathData::VariantCtor` and `DefPathData::StructCtor`
Vadim Petrochenkov
-2
/
+1
2019-03-24
Separate variant id and variant constructor id.
David Wood
-2
/
+1
2019-03-15
rustc: slice substs in ty::print instead of passing the full ones.
Eduard-Mihai Burtescu
-1
/
+1
2019-03-15
rustc: remove PrintCx from ty::Print and rely on printers carrying TyCtxt.
Eduard-Mihai Burtescu
-4
/
+5
2019-03-15
rustc: don't thread existential projections through path_generic_args.
Eduard-Mihai Burtescu
-1
/
+1
2019-03-15
rustc: make util::ppaux private.
Eduard-Mihai Burtescu
-2
/
+7
2019-03-15
rustc: explicitly pass the namespace to PrintCx::parameterized.
Eduard-Mihai Burtescu
-1
/
+2
2019-03-15
rustc: tie the 'tcx between Print and PrintCx in ty::print.
Eduard-Mihai Burtescu
-1
/
+1
2019-03-13
Use derive macro for HashStable
John Kåre Alsaker
-2
/
+3
2019-02-27
Rename variadic to c_variadic
Dan Robertson
-1
/
+1
2019-02-26
replace &'tcx Substs with SubstsRef
csmoe
-6
/
+6
2019-02-10
rustc: doc comments
Alexander Regueiro
-6
/
+6
2019-02-05
move librustc to 2018
Mark Mansi
-6
/
+6
2019-01-27
Update generator transform and generated function signature
Wim Looman
-0
/
+5
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-03
pass the parameter environment to `traits::find_associated_item`
Ariel Ben-Yehuda
-2
/
+3
2018-11-17
Don't auto-inline `const fn`
Oliver Scherer
-4
/
+1
2018-11-03
Auto merge of #55101 - alexreg:trait-aliases, r=nikomatsakis
bors
-1
/
+3
2018-11-03
Shift both late bound regions and bound types
scalexm
-1
/
+1
2018-11-03
Added support for trait aliases as bounds.
Alexander Regueiro
-1
/
+3
2018-10-24
Move codegen_llvm::common::ty_fn_sig into rustc::ty::Instance.
Masaki Hara
-1
/
+62
2018-10-24
Add vtable-shim helper methods for Instance.
Masaki Hara
-0
/
+27
2018-10-24
Add InstanceDef::VtableShim.
Masaki Hara
-0
/
+7
2018-10-05
Auto merge of #54743 - ljedrz:cleanup_ty_p2, r=zackmdavis
bors
-15
/
+16
2018-10-03
Poke in the dark and see if bors+windows stops screaming
Oliver Schneider
-1
/
+3
2018-10-03
rustc/ty: whitespace fixes
ljedrz
-15
/
+16
2018-09-29
don't elide lifetimes in paths in librustc/
Zack M. Davis
-1
/
+1
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-1
/
+1
2018-08-07
Avoid unnecessary pattern matching against Option and Result
ljedrz
-1
/
+1
2018-05-21
rustc: make mk_substs_trait take &[Kind] instead of &[Ty].
Eduard-Mihai Burtescu
-2
/
+1
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-8
/
+8
2018-05-08
Store the GeneratorInterior in the new GeneratorSubsts
John Kåre Alsaker
-5
/
+4
[prev]
[next]