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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2018-04-26
Allow variant discriminant initializers to refer to other initializers of the...
Oliver Schneider
-17
/
+23
2018-04-20
Use InternedString instead of Symbol for type parameters.
Michael Woerister
-1
/
+1
2018-03-29
Auto merge of #49313 - sgrif:sg-revert-stuff, r=nikomatsakis
bors
-41
/
+11
2018-03-24
Auto merge of #48482 - davidtwco:issue-47184, r=nikomatsakis
bors
-0
/
+12
2018-03-23
Fix failures after rebase
Sean Griffin
-5
/
+4
2018-03-23
Revert "introduce `UniverseIndex` into `ParamEnv`"
Sean Griffin
-21
/
+4
2018-03-23
Revert "change skolemizations to use universe index"
Sean Griffin
-15
/
+3
2018-03-22
UserAssertTy can handle inference variables.
David Wood
-0
/
+12
2018-03-22
Auto merge of #49210 - oli-obk:pango_crash, r=eddyb
bors
-18
/
+5
2018-03-22
Fix the conversion between bit representations and i128 representations
Oliver Schneider
-18
/
+5
2018-03-21
work around fallout from these changes in rustc
Niko Matsakis
-7
/
+14
2018-03-18
Auto merge of #48985 - scalexm:lowering, r=nikomatsakis
bors
-3
/
+6
2018-03-14
Address niko's nits
scalexm
-3
/
+6
2018-03-14
remove defaulting to unit
Andrew Cann
-1
/
+1
2018-03-13
introduce `infcx.at(..).dropck_outlives(..)` operaton [VIC]
Niko Matsakis
-79
/
+1
2018-03-13
add `canonicalize` method to `InferCtxt` [VIC]
Niko Matsakis
-2
/
+7
2018-03-13
change `ParamEnv::and` to sometimes keep the environment [VIC]
Niko Matsakis
-21
/
+28
2018-03-13
move ParamEnv methods from `ty/util` to `ty/mod`
Niko Matsakis
-1
/
+43
2018-03-13
refactor `ParamEnv::empty(Reveal)` into two distinct methods
Niko Matsakis
-2
/
+2
2018-03-08
Address review comments
Oliver Schneider
-14
/
+3
2018-03-08
Decide signdedness on the layout instead of the type
Oliver Schneider
-2
/
+16
2018-03-08
Deduplicate some code
Oliver Schneider
-73
/
+67
2018-03-08
Don't use the undefined bytes of PrimVal::Bytes
Oliver Schneider
-4
/
+28
2018-03-08
Nuke ConstInt and Const*size
Oliver Schneider
-30
/
+12
2018-03-08
Add InterpretInterner to StableHashingContext for AllocId serialization
Oliver Schneider
-8
/
+8
2018-03-08
Fully use miri in trans
Oliver Schneider
-4
/
+4
2018-03-08
Prepare for using miri in trans
Alexander Regueiro
-3
/
+13
2018-03-08
Nuke the entire ctfe from orbit, it's the only way to be sure
Oliver Schneider
-7
/
+0
2018-03-08
Produce instead of pointers
Oliver Schneider
-0
/
+28
2018-03-07
Rollup merge of #48698 - ishitatsuyuki:burn-equate, r=nikomatsakis
Alex Crichton
-20
/
+0
2018-03-06
Compute symbol names more lazily.
Michael Woerister
-1
/
+15
2018-03-05
Turn features() into a query.
Michael Woerister
-1
/
+1
2018-03-04
Remove ty::Predicate::Equate and ty::EquatePredicate (dead code)
Tatsuyuki Ishi
-20
/
+0
2018-03-02
Replace Rc with Lrc for shared data
John Kåre Alsaker
-8
/
+8
2018-03-01
change skolemizations to use universe index
Niko Matsakis
-3
/
+15
2018-03-01
obtain `UnificationTable` and `snapshot_vec` from `ena` instead
Niko Matsakis
-1
/
+4
2018-03-01
introduce `UniverseIndex` into `ParamEnv`
Niko Matsakis
-4
/
+21
2018-03-01
introduce `Universe` struct
Niko Matsakis
-0
/
+62
2018-02-22
impl_or_trait_obligations: deduplicate obligations
Tatsuyuki Ishi
-1
/
+1
2018-02-22
Revert "Implement Ord as necessary"
Tatsuyuki Ishi
-29
/
+1
2018-01-29
rustc: move `expr_is_lval` to rustc_typeck and rename to `is_place_expr`.
Eduard-Mihai Burtescu
-54
/
+0
2018-01-29
rustc: remove `LvaluePreference` argument from `Ty::builtin_deref`.
Eduard-Mihai Burtescu
-16
/
+0
2018-01-25
Merge branch 'cache-ty-collect' of https://github.com/michaelwoerister/rust i...
Alex Crichton
-5
/
+3
2018-01-25
Rollup merge of #47656 - ishitatsuyuki:patch-1, r=nikomatsakis
Alex Crichton
-1
/
+29
2018-01-25
Rollup merge of #47415 - varkor:cgu-partition-heuristic, r=michaelwoerister
Alex Crichton
-0
/
+15
2018-01-23
Make ty::Generics::type_param_to_index use DefId instead of DefIndex as key.
Michael Woerister
-5
/
+3
2018-01-23
Adds support for immovable generators. Move checking of invalid borrows acros...
John Kåre Alsaker
-1
/
+6
2018-01-23
Implement Ord as necessary
Tatsuyuki Ishi
-1
/
+29
2018-01-22
Auto merge of #47373 - wesleywiser:incr_cache_hashing, r=michaelwoerister
bors
-11
/
+28
2018-01-19
Estimate size of InstanceDef::DropGlue more accurately
varkor
-3
/
+4
[next]