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-12-20
incr.comp.: Use ensure() for some coherence-related queries.
Michael Woerister
-2
/
+2
2017-12-20
Auto merge of #46733 - nikomatsakis:nll-master-to-rust-master-5, r=arielb1
bors
-0
/
+2
2017-12-17
implement raw-pointer `self`. Works for traits, including trait objects, but ...
Michael Hewson
-2
/
+8
2017-12-15
add a new RegionKind variant: ReClosureBound
Niko Matsakis
-0
/
+2
2017-12-09
Use Try syntax for Option in place of macros or match
Matt Brubeck
-6
/
+1
2017-12-04
document `closure_base_def_id`
Niko Matsakis
-0
/
+7
2017-12-04
introduce `closure_env_ty` helper to compute ty of closure env arg
Niko Matsakis
-0
/
+27
2017-11-19
rustc: remove Ty::layout and move everything to layout_of.
Eduard-Mihai Burtescu
-46
/
+0
2017-11-14
Add TyCtxt::is_closure
Shotaro Yamada
-1
/
+5
2017-11-13
mir-borrowck: Move `is_static_mut()` to `ty/utils.rs`
Basile Desloges
-1
/
+22
2017-11-08
tidy things up a bit
Michael Hewson
-1
/
+3
2017-11-08
move ExplicitSelf to rustc::ty::util, and use it to implement object safety c...
Michael Hewson
-0
/
+51
2017-10-27
Implement RFC 1861: Extern types
Paul Lietar
-1
/
+5
2017-10-02
fix handling of `Self`
Ariel Ben-Yehuda
-3
/
+1
2017-10-01
fix handling of Self
Ariel Ben-Yehuda
-1
/
+3
2017-10-01
handle nested generics in Generics::type_param/region_param
Ariel Ben-Yehuda
-2
/
+2
2017-09-18
incr.comp.: Remove tcx from StableHashingContext.
Michael Woerister
-2
/
+2
2017-09-11
rustc: evaluate fixed-length array length expressions lazily.
Eduard-Mihai Burtescu
-2
/
+9
2017-09-11
rustc: use ty::Const for the length of TyArray.
Eduard-Mihai Burtescu
-1
/
+3
2017-09-11
rustc: replace usize with u64 and ConstUsize.
Eduard-Mihai Burtescu
-3
/
+3
2017-09-05
rustc: Migrate lang items to a query
Alex Crichton
-1
/
+1
2017-08-28
Merge branch 'master' of https://github.com/rust-lang/rust into gen
John Kåre Alsaker
-3
/
+7
2017-08-25
rustc: Fix two instances of `try_get`
Alex Crichton
-3
/
+7
2017-08-25
Comment about generators and drops
Alex Crichton
-0
/
+3
2017-08-11
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-0
/
+5
2017-08-11
Auto merge of #43743 - michaelwoerister:gcx-tcx-switcheroo, r=eddyb
bors
-0
/
+5
2017-08-10
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-1
/
+1
2017-08-09
Initial pass review comments
Alex Crichton
-1
/
+1
2017-08-09
Erase/anonymize regions while computing TypeId hash.
Michael Woerister
-0
/
+5
2017-08-08
make `for_all_relevant_impls` O(1) again
Ariel Ben-Yehuda
-1
/
+1
2017-07-28
Generator literal support
John Kåre Alsaker
-0
/
+10
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
[next]