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
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
2016-05-11
rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.
Eduard Burtescu
-3
/
+3
2016-05-11
rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.
Eduard Burtescu
-3
/
+3
2016-05-11
rustc: Always refer to TyCtxt as tcx.
Eduard Burtescu
-4
/
+4
2016-04-06
rustc: move middle::{def,def_id,pat_util} to hir.
Eduard Burtescu
-1
/
+1
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-1
/
+1
2016-03-27
rustc: move cfg, infer, traits and ty from middle to top-level.
Eduard Burtescu
-0
/
+343