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-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
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
[next]