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-11-25
Rollup merge of #56101 - frewsxcv:frewsxcv-dyn, r=steveklabnik
Pietro Albini
-1
/
+1
2018-11-24
Introduce `TyKind::Placeholder` variant
scalexm
-1
/
+1
2018-11-20
Incorporate `dyn` into more comments and docs.
Corey Farwell
-1
/
+1
2018-11-04
rustc_target: pass contexts by reference, not value.
Eduard-Mihai Burtescu
-3
/
+3
2018-11-03
Auto merge of #55101 - alexreg:trait-aliases, r=nikomatsakis
bors
-1
/
+1
2018-11-03
Shift both late bound regions and bound types
scalexm
-2
/
+2
2018-11-03
Move `BoundTy` to `ty::TyKind`
scalexm
-1
/
+1
2018-11-03
Extended elaboration for trait aliases to include arbitrary bounds.
Alexander Regueiro
-1
/
+1
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-1
/
+1
2018-10-14
change a cloning map to into_iter
ljedrz
-1
/
+1
2018-10-05
Auto merge of #54743 - ljedrz:cleanup_ty_p2, r=zackmdavis
bors
-33
/
+29
2018-10-03
Introduce `TyKind::UnnormalizedProjection`
scalexm
-0
/
+2
2018-10-03
rustc/ty: calculate span after a possible early continue
ljedrz
-1
/
+1
2018-10-03
rustc/ty: simplify some patterns
ljedrz
-23
/
+17
2018-10-03
rustc/ty: whitespace fixes
ljedrz
-9
/
+11
2018-09-29
don't elide lifetimes in paths in librustc/
Zack M. Davis
-3
/
+3
2018-09-05
Changing TyAnon -> TyOpaque and relevant functions
ms2300
-1
/
+1
2018-08-27
Rename hir::map::NodeKind to hir::Node
varkor
-4
/
+4
2018-08-27
Rename hir::map::Node to hir::map::NodeKind
varkor
-3
/
+3
2018-08-22
Remove unnecessary TyKind::s
varkor
-1
/
+1
2018-08-22
Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}
varkor
-8
/
+8
2018-08-22
Remove Ty prefix from Ty{Foreign|Param}
varkor
-3
/
+3
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-35
/
+35
2018-08-22
Rename ty::TyVariants to ty::TyKind
varkor
-2
/
+2
2018-07-25
Change ManuallyDrop from an union to a struct and make it a lang item.
Eduard-Mihai Burtescu
-1
/
+5
2018-07-16
ItemKind
csmoe
-1
/
+1
2018-07-16
ForeignItemKind
csmoe
-1
/
+1
2018-07-02
add `is_trait(DefId)` helper to `TyCtxt`
Niko Matsakis
-0
/
+15
2018-06-27
Fix the error of selecting obligation by not running the borrow checker.
Vytautas Astrauskas
-0
/
+6
2018-06-18
Auto merge of #51248 - fabric-and-ink:newtype_index_debrujin, r=nikomatsakis
bors
-1
/
+1
2018-06-14
Declare DebruijnIndex via newtype_index macro
Fabian Drinck
-1
/
+1
2018-06-14
rustc: rename ty::maps to ty::query.
Eduard-Mihai Burtescu
-5
/
+5
2018-05-28
stop invoking `DebruijnIndex::new` directly
Niko Matsakis
-1
/
+1
2018-05-24
Rename `amt` variables to `shift`
Oliver Schneider
-5
/
+5
2018-05-21
rustc: move TypeParamDef's fields into GenericParamDefKind::Type.
Eduard-Mihai Burtescu
-1
/
+1
2018-05-17
Removed yet another unused import.
iancormac84
-1
/
+0
2018-05-17
Removed unused import.
iancormac84
-1
/
+0
2018-05-17
Fix more unused imports errors.
iancormac84
-2
/
+1
2018-05-17
Removed unused imports.
iancormac84
-2
/
+0
2018-05-17
Removed TypeIdHasher.
iancormac84
-144
/
+0
2018-05-15
Use Kind instead of UnpackedKind in Substs methods
varkor
-1
/
+1
2018-05-15
Refactor Substs methods on generic parameters
varkor
-7
/
+10
2018-05-15
Lift pure_wrt_drop to GenericParamDef
varkor
-2
/
+2
2018-05-15
Pull common parameters into GenericParamDef
varkor
-2
/
+2
2018-05-12
Better error reporting in Copy derive
leonardo.yvens
-15
/
+22
2018-05-11
Introduce ConstValue and use it instead of miri's Value for constant values
John Kåre Alsaker
-3
/
+1
2018-05-08
Insert fields from TypeAndMut into TyRef to allow layout optimization
John Kåre Alsaker
-4
/
+4
2018-05-08
Store the GeneratorInterior in the new GeneratorSubsts
John Kåre Alsaker
-1
/
+1
2018-05-08
Store generator movability outside GeneratorInterior
John Kåre Alsaker
-1
/
+1
2018-04-27
Move query functions out from the define_maps! macro
John Kåre Alsaker
-1
/
+1
[next]