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
/
error.rs
Age
Commit message (
Expand
)
Author
Lines
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
2017-09-11
rustc: use ty::Const for the length of TyArray.
Eduard-Mihai Burtescu
-3
/
+10
2017-09-11
rustc: replace usize with u64 and ConstUsize.
Eduard-Mihai Burtescu
-1
/
+3
2017-09-01
rustc: take TyCtxt and RegionMaps in CodeMap::span.
Eduard-Mihai Burtescu
-35
/
+2
2017-08-09
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-7
/
+7
2017-07-29
Cleanup some remains of `hr_lifetime_in_assoc_type` compatibility lint
Vadim Petrochenkov
-7
/
+7
2017-07-28
Generator literal support
John Kåre Alsaker
-0
/
+1
2017-07-11
Downgrade ProjectionTy's TraitRef to its substs
Tobias Schottdorf
-6
/
+6
2017-05-02
Rollup merge of #41662 - nikomatsakis:on-demandify-region-mapping, r=eddyb
Corey Farwell
-5
/
+5
2017-04-30
intern CodeExtents
Niko Matsakis
-5
/
+5
2017-04-23
Avoid spurious ` ` in lifetime diagnostics
Esteban Küber
-4
/
+8
2017-03-26
store a copy of the Issue32230 info within TypeError
Ariel Ben-Yehuda
-7
/
+7
2017-03-13
some style fixes
Tshepang Lekhonkhobe
-1
/
+1
2017-02-25
rustc: store type parameter defaults outside of ty::Generics.
Eduard-Mihai Burtescu
-3
/
+5
2017-02-03
Add warning for () to ! switch
Andrew Cann
-2
/
+2
2017-01-30
Merge ty::TyBox into ty::TyAdt
Vadim Petrochenkov
-1
/
+0
2017-01-26
rustc: rename TyCtxt's `map` field to `hir`.
Eduard-Mihai Burtescu
-2
/
+2
2016-11-30
Auto merge of #37954 - eddyb:rustdoc-2, r=alexcrichton
bors
-8
/
+2
2016-11-30
rustc: track the Span's of definitions across crates.
Eduard-Mihai Burtescu
-8
/
+2
2016-11-28
Refactor TyTrait to contain a interned ExistentialPredicate slice.
Mark-Simulacrum
-2
/
+7
2016-11-28
Remove BuiltinBound and BuiltinBounds.
Mark-Simulacrum
-14
/
+0
2016-11-28
Privatize TraitObject.principal and add a method accessor, returning Option.
Mark-Simulacrum
-1
/
+2
2016-09-28
Remove unused `TypeError` variants
Jonas Schievink
-27
/
+0
2016-09-15
Specify when type parameter shadows primitive type
Esteban Küber
-1
/
+1
2016-09-08
Refactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt`
Vadim Petrochenkov
-7
/
+1
2016-09-03
Add union types
Vadim Petrochenkov
-0
/
+3
2016-08-27
rustc: pass ty::Region behind an interned 'tcx reference.
Eduard Burtescu
-6
/
+6
2016-08-19
wording fixes in error messages
Jonathan Turner
-2
/
+2
2016-08-17
rustc: remove SelfSpace from ParamSpace.
Eduard Burtescu
-2
/
+1
2016-08-17
rustc: move trait objects from TraitRef to ExistentialTraitRef.
Eduard Burtescu
-1
/
+1
2016-08-16
Auto merge of #35162 - canndrew:bang_type_coerced, r=nikomatsakis
bors
-1
/
+1
2016-08-14
Rollup merge of #35611 - jonathandturner:ptr-helper, r=nikomatsakis
Eduard-Mihai Burtescu
-1
/
+18
2016-08-13
Rename empty/bang to never
Andrew Cann
-1
/
+1
2016-08-13
Start implementation of RFC 1216 (make ! a type)
Andrew Cann
-1
/
+1
2016-08-11
Improve &-ptr printing
Jonathan Turner
-1
/
+18
2016-08-12
rustc: add TyAnon (impl Trait) to the typesystem.
Eduard Burtescu
-0
/
+1
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-2
/
+2
2016-05-11
rustc: Generalize a minimum set of functions over 'tcx != 'gcx.
Eduard Burtescu
-3
/
+3
[next]