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
2018-04-27
Move query functions out from the define_maps! macro
John Kåre Alsaker
-1
/
+1
2018-04-26
rustc_target: move in type definitions from ty::layout.
Irina Popa
-1
/
+1
2018-04-24
Make Binder's field private and clean up its usage
Tyler Mandry
-4
/
+5
2018-04-12
Avoid comparing fields by name when possible
Vadim Petrochenkov
-37
/
+1
2018-04-06
Use InternedString instead of Symbol for type parameters.
Michael Woerister
-1
/
+1
2018-03-26
Move some implementations of Clone and Copy to libcore
Francis Gagné
-0
/
+7
2018-03-22
Fix the conversion between bit representations and i128 representations
Oliver Schneider
-19
/
+27
2018-03-14
remove defaulting to unit
Andrew Cann
-7
/
+6
2018-03-13
introduce `infcx.at(..).dropck_outlives(..)` operaton [VIC]
Niko Matsakis
-94
/
+1
2018-03-13
add `canonicalize` method to `InferCtxt` [VIC]
Niko Matsakis
-0
/
+3
2018-03-13
move ParamEnv methods from `ty/util` to `ty/mod`
Niko Matsakis
-43
/
+1
2018-03-13
refactor `ParamEnv::empty(Reveal)` into two distinct methods
Niko Matsakis
-4
/
+22
2018-03-08
Reduce noise in error reporting
Oliver Schneider
-2
/
+2
2018-03-08
Use layout::Integer over manual *size resolving
Oliver Schneider
-27
/
+26
2018-03-08
Nuke ConstInt and Const*size
Oliver Schneider
-68
/
+90
2018-03-08
Fully use miri in trans
Oliver Schneider
-9
/
+19
2018-03-08
Nuke the entire ctfe from orbit, it's the only way to be sure
Oliver Schneider
-1
/
+0
2018-03-08
Produce instead of pointers
Oliver Schneider
-0
/
+2
2018-03-07
Rollup merge of #48698 - ishitatsuyuki:burn-equate, r=nikomatsakis
Alex Crichton
-1
/
+0
2018-03-04
Fixed #48425
Pramod Bisht
-4
/
+4
2018-03-04
Remove ty::Predicate::Equate and ty::EquatePredicate (dead code)
Tatsuyuki Ishi
-1
/
+0
2018-03-02
Run Rustfix on librustc
Manish Goregaokar
-1
/
+1
2018-03-01
introduce `UniverseIndex` into `ParamEnv`
Niko Matsakis
-3
/
+4
2018-02-23
Introduce UnpackedKind
varkor
-12
/
+16
2018-01-23
Adds support for immovable generators. Move checking of invalid borrows acros...
John Kåre Alsaker
-5
/
+11
2018-01-08
rustc::ty: Rename `struct_variant` to `non_enum_variant`
Robin Kruppe
-4
/
+4
2018-01-04
rustc: use {U,I}size instead of {U,I}s shorthands.
Eduard-Mihai Burtescu
-6
/
+6
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
[next]