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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
ty
/
error.rs
Age
Commit message (
Expand
)
Author
Lines
2019-03-16
Revert the `LazyConst` PR
Oliver Scherer
-6
/
+3
2019-03-15
rustc: print elided regions as '_ instead of nothing, and use a separate chec...
Eduard-Mihai Burtescu
-1
/
+1
2019-03-15
rustc: centralize region printing in ty::RegionKind's Print impl.
Eduard-Mihai Burtescu
-6
/
+11
2019-03-15
rustc: rename item_path to def_path (except the module in ty).
Eduard-Mihai Burtescu
-7
/
+7
2019-02-21
restore the actual leak-check
Niko Matsakis
-1
/
+15
2019-02-13
Rename rustc_errors dependency in rust 2018 crates
Taiki Endo
-1
/
+1
2019-02-05
move librustc to 2018
Mark Mansi
-4
/
+4
2019-01-26
remove `_with_applicability` from suggestion fns
Andy Russell
-1
/
+1
2019-01-05
Auto merge of #56837 - arielb1:nonprincipal-trait-objects, r=nikomatsakis
bors
-1
/
+5
2019-01-04
Auto merge of #56723 - oli-obk:lazy_const, r=nikomatsakis
bors
-3
/
+4
2019-01-04
add support for principal-less trait object types
Ariel Ben-Yehuda
-1
/
+5
2019-01-02
improve handling for subtype
Niko Matsakis
-15
/
+5
2019-01-01
Move the `Unevaluated` constant arm upwards in the type structure
Oliver Scherer
-3
/
+4
2018-12-31
Improve type mismatch error messages
Yuning Zhang
-2
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-24
Move `BoundTy` debruijn index to the `TyKind` enum variant
scalexm
-1
/
+1
2018-11-24
Introduce `TyKind::Placeholder` variant
scalexm
-0
/
+1
2018-11-03
Move `BoundTy` to `ty::TyKind`
scalexm
-1
/
+1
2018-10-31
kill old-style-lub warnings
Niko Matsakis
-11
/
+0
2018-10-20
Rename InferTy::CanonicalTy to BoundTy and add DebruijnIndex to variant type
Fabian Drinck
-1
/
+1
2018-10-13
Check the invariant for `principal` inside the method
Oliver Scherer
-2
/
+1
2018-10-05
rustc/ty: simplify common patterns
ljedrz
-13
/
+12
2018-10-05
rustc/ty: use Cow<str> where applicable
ljedrz
-40
/
+41
2018-10-04
rename skolemized to placeholder
Niko Matsakis
-3
/
+3
2018-10-03
Introduce `TyKind::UnnormalizedProjection`
scalexm
-0
/
+1
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-22
Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}
varkor
-3
/
+3
2018-08-22
Remove Ty prefix from Ty{Foreign|Param}
varkor
-2
/
+2
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-25
/
+25
2018-08-22
Rename ty::Slice to ty::List
varkor
-1
/
+1
2018-08-19
mv codemap() source_map()
Donato Sciarra
-1
/
+1
2018-08-12
wherein we suggest float for integer literals where a float was expected
Zack M. Davis
-1
/
+16
2018-07-28
Don't format!() string literals
ljedrz
-1
/
+1
2018-05-11
Introduce ConstValue and use it instead of miri's Value for constant values
John Kåre Alsaker
-1
/
+1
2018-05-08
Insert fields from TypeAndMut into TyRef to allow layout optimization
John Kåre Alsaker
-9
/
+6
2018-04-26
rustc_target: move in syntax::abi and flip dependency.
Irina Popa
-1
/
+1
2018-03-14
remove defaulting to unit
Andrew Cann
-1
/
+1
2018-03-13
add `canonicalize` method to `InferCtxt` [VIC]
Niko Matsakis
-0
/
+1
2018-03-08
Revert all changes to the instcombine pass
Oliver Schneider
-1
/
+1
2018-03-08
Report errors in statics during collecting instead of translating
Oliver Schneider
-6
/
+2
2018-03-08
Nuke the entire ctfe from orbit, it's the only way to be sure
Oliver Schneider
-4
/
+0
2018-03-08
Produce instead of pointers
Oliver Schneider
-4
/
+7
2018-03-01
kill supporting code from type-variable defaults
Niko Matsakis
-44
/
+1
2018-01-23
Adds support for immovable generators. Move checking of invalid borrows acros...
John Kåre Alsaker
-0
/
+1
2017-12-19
Closure type error ui tweak
Esteban Küber
-4
/
+2
2017-11-18
give better error messages when a cycle arises
Niko Matsakis
-2
/
+14
2017-11-17
issue better error message when LUB/GLB diverge under new behavior
Niko Matsakis
-0
/
+6
2017-11-17
make LUB/GLB of higher-ranked things actually do EQ
Niko Matsakis
-0
/
+5
2017-10-27
Implement RFC 1861: Extern types
Paul Lietar
-0
/
+1
[next]