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
/
sty.rs
Age
Commit message (
Expand
)
Author
Lines
2018-01-01
Fix docs for future pulldown migration
Malo Jaffré
-2
/
+3
2018-01-01
Fix broken links in internal docs
Malo Jaffré
-4
/
+2
2017-12-15
add a new RegionKind variant: ReClosureBound
Niko Matsakis
-0
/
+9
2017-12-15
rework region flags: 'static can be erased too
Niko Matsakis
-3
/
+14
2017-12-10
Point at whole method call instead of args
Esteban Küber
-0
/
+1
2017-12-07
rename `Binder::new_not_binding` to `Binder::dummy`
Niko Matsakis
-1
/
+1
2017-12-07
replace `InferCtxt::fn_sig` with `closure_sig`
Niko Matsakis
-0
/
+4
2017-12-07
mir-borrowck returns closure requirements, mir-typeck enforces
Niko Matsakis
-0
/
+40
2017-12-05
Auto merge of #46403 - oli-obk:generic_missing_impl, r=nikomatsakis
bors
-7
/
+0
2017-12-04
make `no_late_bound_regions` a method on `Binder<T>`
Niko Matsakis
-0
/
+20
2017-11-30
Remove unused method from TyS
Oliver Schneider
-7
/
+0
2017-11-23
Auto merge of #46054 - nikomatsakis:nll-master-to-rust-master-1, r=arielb1
bors
-16
/
+5
2017-11-23
Auto merge of #46024 - estebank:no-variant, r=petrochenkov
bors
-0
/
+16
2017-11-22
Make RegionVid use newtype_index!
Santiago Pastorino
-16
/
+5
2017-11-18
remove `generator_sigs` from `TypeckTables`
Niko Matsakis
-9
/
+13
2017-11-18
give better error messages when a cycle arises
Niko Matsakis
-0
/
+7
2017-11-18
add Yield and Return type into generator
Niko Matsakis
-0
/
+36
2017-11-18
remove the `closure_tys` map from `TypeckTables`
Niko Matsakis
-10
/
+15
2017-11-18
move the signature into the closure type
Niko Matsakis
-3
/
+23
2017-11-18
stop using the `closure_kinds` query / table for anything
Niko Matsakis
-12
/
+7
2017-11-18
thread the closure-kind through in the closure substs
Niko Matsakis
-10
/
+85
2017-11-16
factor out `free_region_binding_scope` helper
Niko Matsakis
-0
/
+29
2017-11-16
add FIXME for converting RegionVid to use `newtype_index!`
Niko Matsakis
-1
/
+1
2017-11-16
make `RegionVid` implement `Idx` and use `IndexVec`
Niko Matsakis
-0
/
+13
2017-11-15
Use the proper term when using non-existing variant
Esteban Küber
-0
/
+16
2017-11-12
use BTreeMap for region constraints
Cengiz Can
-5
/
+5
2017-10-27
Implement RFC 1861: Extern types
Paul Lietar
-7
/
+4
2017-10-16
refactor inhabitedness to have clearer public entry points
Niko Matsakis
-49
/
+0
2017-10-06
Improve resolution of associated types in macros 2.0
Vadim Petrochenkov
-3
/
+4
2017-09-17
Remove rustc_bitflags; use the bitflags crate
Tamir Duberstein
-7
/
+0
2017-09-11
rustc: use ty::Const for the length of TyArray.
Eduard-Mihai Burtescu
-3
/
+1
2017-09-11
rustc: replace usize with u64 and ConstUsize.
Eduard-Mihai Burtescu
-1
/
+3
2017-09-11
rustc: introduce ty::Const { ConstVal, Ty }.
Eduard-Mihai Burtescu
-0
/
+12
2017-09-09
adding E0623 for LateBound regions
gaurikholkar
-13
/
+0
2017-09-01
rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree.
Eduard-Mihai Burtescu
-4
/
+4
2017-08-17
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-1
/
+1
2017-08-17
Rollup merge of #43891 - Fourchaux:master, r=steveklabnik
Corey Farwell
-1
/
+1
2017-08-16
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-2
/
+2
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-2
/
+2
2017-08-15
Fix typos & us spellings
Fourchaux
-1
/
+1
2017-08-11
Remove allocations
John Kåre Alsaker
-6
/
+4
2017-08-09
Initial pass review comments
Alex Crichton
-9
/
+5
2017-08-09
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-14
/
+0
2017-07-29
Cleanup some remains of `hr_lifetime_in_assoc_type` compatibility lint
Vadim Petrochenkov
-14
/
+0
2017-07-28
Remove support for `gen arg`
Alex Crichton
-1
/
+0
2017-07-28
Add some comments
John Kåre Alsaker
-1
/
+7
2017-07-28
Rename suspend to yield
John Kåre Alsaker
-3
/
+3
2017-07-28
Generator literal support
John Kåre Alsaker
-1
/
+67
2017-07-11
Downgrade ProjectionTy's TraitRef to its substs
Tobias Schottdorf
-39
/
+39
2017-07-11
Clean up some code
Guillaume Gomez
-1
/
+0
[next]