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
/
ty
/
util.rs
Age
Commit message (
Expand
)
Author
Lines
2017-08-23
make `for_all_relevant_impls` O(1) again
Ariel Ben-Yehuda
-1
/
+1
2017-06-29
Add unsized tuple coercions.
Masaki Hara
-9
/
+20
2017-06-27
rustc: move the PolyFnSig out of TyFnDef.
Eduard-Mihai Burtescu
-1
/
+1
2017-06-19
Memoize types in `is_representable` to avoid exponential worst-case
Ariel Ben-Yehuda
-13
/
+44
2017-06-10
rustc: make the comon case of tcx.infer_ctxt(()) nicer.
Eduard-Mihai Burtescu
-4
/
+4
2017-06-01
remove `layout_cache` and fix `-Z print-type-sizes`
Niko Matsakis
-1
/
+15
2017-06-01
strip param-env from infcx
Niko Matsakis
-11
/
+24
2017-06-01
rewrite layout to take a (param-env, ty) pair instead of infcx
Niko Matsakis
-26
/
+26
2017-06-01
move projection mode into parameter environment
Niko Matsakis
-8
/
+20
2017-05-31
Upgrade ProjectionTy's Name to a DefId
Tobias Schottdorf
-2
/
+1
2017-05-28
Auto merge of #41917 - arielb1:mir-array, r=nagisa
bors
-0
/
+9
2017-05-28
address review comments
Ariel Ben-Yehuda
-1
/
+1
2017-05-28
translate array drop glue using MIR
Ariel Ben-Yehuda
-0
/
+9
2017-05-26
extend `struct_tail` to operate over closures
Niko Matsakis
-7
/
+23
2017-05-22
two more style nits
Niko Matsakis
-5
/
+4
2017-05-22
rename `ParameterEnvironment` to `ParamEnv`
Niko Matsakis
-12
/
+12
2017-05-22
move `needs_drop` into a query
Niko Matsakis
-106
/
+72
2017-05-22
refactor common logic into `ParameterEnvironment::and()`
Niko Matsakis
-15
/
+3
2017-05-22
centralize the caching for is-copy, is-sized, and is-freeze
Niko Matsakis
-145
/
+82
2017-05-13
rustc: treat ReEarlyBound as free without replacing it with ReFree.
Eduard-Mihai Burtescu
-3
/
+2
2017-05-07
Auto merge of #40857 - estebank:recursive, r=arielb1
bors
-18
/
+32
2017-05-05
Move logic to `is_representable` instead of climbing HIR
Esteban Küber
-18
/
+32
2017-05-02
Store interned predicates in ParameterEnvironment
Tobias Schottdorf
-0
/
+3
2017-04-30
intern CodeExtents
Niko Matsakis
-3
/
+3
2017-04-24
rustc: use tcx.at(span) to set the location of a query.
Eduard-Mihai Burtescu
-1
/
+1
2017-04-24
rustc: expose the common DUMMY_SP query case as tcx methods.
Eduard-Mihai Burtescu
-1
/
+1
2017-04-24
rustc: rename some of the queries to match tcx methods.
Eduard-Mihai Burtescu
-5
/
+5
2017-04-23
cache ADT dtorck results
Ariel Ben-Yehuda
-3
/
+161
2017-04-22
avoid calling `mk_region` unnecessarily
Ariel Ben-Yehuda
-1
/
+1
2017-04-20
rustc: combine type_needs_drop_given_env and may_drop into needs_drop.
Eduard-Mihai Burtescu
-20
/
+58
2017-04-20
rustc: replace TypeContents::needs_drop with Ty::may_drop.
Eduard-Mihai Burtescu
-1
/
+78
2017-04-20
rustc: replace interior_unsafe with a Freeze trait.
Eduard-Mihai Burtescu
-0
/
+44
2017-04-13
Auto merge of #40570 - nikomatsakis:inference-subtype-through-obligation, r=a...
bors
-0
/
+1
2017-04-12
ICH: Replace old, transitive metadata hashing with direct hashing approach.
Michael Woerister
-11
/
+19
2017-04-11
add Subtype predicate
Niko Matsakis
-0
/
+1
2017-04-07
ICH: Centrally compute and cache DefPath hashes as part of DefPathTable.
Michael Woerister
-8
/
+6
2017-03-22
Address review comments.
Michael Woerister
-1
/
+3
2017-03-22
Support more kinds of Regions in TypeIdHasher.
Michael Woerister
-8
/
+9
2017-03-18
resolve instances to ty::Instance directly
Ariel Ben-Yehuda
-2
/
+0
2017-03-18
move Instance to rustc and use it in the collector
Ariel Ben-Yehuda
-0
/
+12
2017-03-13
some style fixes
Tshepang Lekhonkhobe
-16
/
+14
2017-03-10
Fix recursion depth counting in `layout`
James Miller
-2
/
+3
2017-03-01
convert AdtDef::destructor to on-demand
Ariel Ben-Yehuda
-18
/
+31
2017-02-25
rustc_const_eval: always demand typeck_tables for evaluating constants.
Eduard-Mihai Burtescu
-25
/
+31
2017-02-25
rustc_typeck: rework coherence to be almost completely on-demand.
Eduard-Mihai Burtescu
-4
/
+4
2017-02-25
rustc_typeck: hook up collect and item/body check to on-demand.
Eduard-Mihai Burtescu
-15
/
+0
2017-02-25
rustc: combine BareFnTy and ClosureTy into FnSig.
Eduard-Mihai Burtescu
-4
/
+4
2017-02-25
rustc: move the actual values of enum discriminants into a map.
Eduard-Mihai Burtescu
-11
/
+79
2017-02-10
Revert use of layout code in typeck::collect
Simonas Kazlauskas
-18
/
+0
2017-02-10
Fix the IntTypeExt::to_ty() lifetime bounds
Simonas Kazlauskas
-2
/
+2
[next]