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
/
metadata
/
tyencode.rs
Age
Commit message (
Expand
)
Author
Lines
2014-12-30
Implement associated type projection and normalization.
Niko Matsakis
-4
/
+24
2014-12-30
More rebase fixes.
Huon Wilson
-7
/
+7
2014-12-29
Store Substs in an arena in the tcx.
Huon Wilson
-1
/
+1
2014-12-22
Adjust metadata for new fields and enum variants. Yawn.
Niko Matsakis
-1
/
+6
2014-12-20
rustc: use Ty instead of passing ty::sty around.
Eduard Burtescu
-100
/
+97
2014-12-19
Make all predicates higher-ranked, not just trait references.
Niko Matsakis
-3
/
+3
2014-12-19
Centralize on using `Binder` to introduce new binding levels, rather than hav...
Niko Matsakis
-7
/
+7
2014-12-19
Create distinct types for a PolyTraitRef (with bindings) and a normal TraitRef.
Niko Matsakis
-3
/
+3
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-1
/
+1
2014-12-14
Rename FnStyle trait to Unsafety.
Niko Matsakis
-5
/
+5
2014-12-13
librustc: use unboxed closures
Jorge Aparicio
-5
/
+9
2014-12-12
Switch to using predicates to drive checking. Correct various tests --
Niko Matsakis
-0
/
+27
2014-11-20
Refactored new CodeExtent type for improved abstraction.
Felix S. Klock II
-3
/
+14
2014-11-19
rustc: middle: remove obsolete ty::get.
Eduard Burtescu
-1
/
+1
2014-11-19
rustc: fix fallout of adding the `'tcx` lifetime to `Ty`.
Eduard Burtescu
-17
/
+26
2014-11-19
rustc: middle: rename `ty::t` to `Ty` and use it unqualified everywhere.
Eduard Burtescu
-3
/
+3
2014-11-19
rustc: avoid `use`-ing `syntax::ast::*`.
Eduard Burtescu
-22
/
+21
2014-11-18
Switch the code to use De Bruijn indices rather than binder-ids.
Niko Matsakis
-2
/
+2
2014-11-16
Try to remove ty_nil, some kind of error in exhaustiveness checking
Niko Matsakis
-1
/
+0
2014-11-10
Use FnvHashMap instead of HashMap in rustc
Ariel Ben-Yehuda
-2
/
+2
2014-11-07
Make TyTrait embed a `TraitRef`, so that when we extend TraitRef, it naturall...
Niko Matsakis
-7
/
+4
2014-11-06
Fallout from collection conventions
Alexis Beingessner
-1
/
+1
2014-10-28
Remove ty_bot from the type system
Jakub Bukaj
-2
/
+8
2014-10-27
Fix monomorphization of unboxed closures
Brian Koropoff
-2
/
+4
2014-10-22
Part of #6993. Moved a bunch of uses of Ident to Name
Jonathan S
-1
/
+1
2014-10-16
Fix soundness bug in treatment of closure upvars by regionck
Brian Koropoff
-0
/
+3
2014-10-02
rustc: remove support for Gc.
Eduard Burtescu
-1
/
+0
2014-09-17
librustc: Implement associated types behind a feature gate.
Patrick Walton
-0
/
+2
2014-09-16
Generalize lifetime bounds on type parameters to support multiple
Niko Matsakis
-1
/
+1
2014-09-08
rustc: fix fallout from the addition of a 'tcx lifetime on tcx.
Eduard Burtescu
-2
/
+2
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-12
/
+23
2014-08-26
DST coercions and DST structs
Nick Cameron
-2
/
+5
2014-08-14
librustc: Tie up loose ends in unboxed closures.
Patrick Walton
-1
/
+2
2014-08-07
Rename `Share` to `Sync`
Alex Crichton
-1
/
+1
2014-07-31
Move SeekableMemWriter into librbml
Erick Tryzelaar
-1
/
+1
2014-07-29
remove seek from std::io::MemWriter, add SeekableMemWriter to librustc
Erick Tryzelaar
-22
/
+23
2014-07-18
librustc: Implement unboxed closures with mutable receivers
Patrick Walton
-1
/
+5
2014-07-17
librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language,
Patrick Walton
-1
/
+1
2014-07-05
Refactored VecPerParamSpace to hide exposure of `Vec` representation.
Felix S. Klock II
-1
/
+1
2014-06-24
Remove the quad_precision_float feature gate
Alex Crichton
-1
/
+0
2014-06-18
Remove TraitStore from ty_trait
Nick Cameron
-2
/
+0
2014-06-15
Register new snapshots
Alex Crichton
-25
/
+0
2014-06-13
Introduce VecPerParamSpace and use it to represent sets of types and
Niko Matsakis
-18
/
+30
2014-06-11
std: Remove i18n/l10n from format!
Alex Crichton
-0
/
+25
2014-06-08
Remove the dead code identified by the new lint
Jakub Wieczorek
-4
/
+0
2014-06-06
Move subst data structures into subst.rs, fix capitalization
Niko Matsakis
-4
/
+5
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-1
/
+1
2014-05-28
std: Remove format_strbuf!()
Alex Crichton
-1
/
+1
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-2
/
+2
2014-05-15
Updates with core::fmt changes
Alex Crichton
-9
/
+1
[prev]
[next]