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
Age
Commit message (
Expand
)
Author
Lines
2016-08-13
Add tests for ! type
Andrew Cann
-0
/
+259
2016-08-13
Add some tests for ! type
Andrew Cann
-0
/
+60
2016-08-13
Revert Ty::is_uninhabited to its original state
Andrew Cann
-3
/
+3
2016-08-13
Minor fixups based on feedback
Andrew Cann
-2
/
+2
2016-08-13
Add run-pass/never_coercions.rs test
Andrew Cann
-0
/
+19
2016-08-13
Correctly handle AdjustNeverToAny in try_find_coercion_lub
Andrew Cann
-1
/
+7
2016-08-13
Minor fixup.
Andrew Cann
-2
/
+1
2016-08-13
Lookup node type in map rather than using write_ty_expr
Andrew Cann
-38
/
+37
2016-08-13
Default diverging types based on feature gate.
Andrew Cann
-4
/
+12
2016-08-13
Minor fix
Andrew Cann
-2
/
+1
2016-08-13
Un-improve Ty::is_uninabited
Andrew Cann
-3
/
+7
2016-08-13
Rename empty/bang to never
Andrew Cann
-150
/
+161
2016-08-13
Minor fixups based on @eddyb's feedback
Andrew Cann
-33
/
+30
2016-08-13
Control usage of `!` through a feature gate.
Andrew Cann
-3
/
+26
2016-08-13
Make AdjustEmptyToAny actually perform the adjustment
Andrew Cann
-4
/
+4
2016-08-13
Remove invalid compile-fail tests related to `!`
Andrew Cann
-178
/
+0
2016-08-13
implement std::cmp::* traits for `!`
Andrew Cann
-0
/
+33
2016-08-13
Fix build after rebase to lastest master
Andrew Cann
-2
/
+2
2016-08-13
Remove obsolete divergence related stuff
Andrew Cann
-587
/
+250
2016-08-13
impl Debug + Display for !
Andrew Cann
-0
/
+23
2016-08-13
Make unused lint ignore unused `!`
Andrew Cann
-0
/
+1
2016-08-13
Fix super_relate_tys so that ! == !
Andrew Cann
-0
/
+1
2016-08-13
Switch on TyEmpty
Andrew Cann
-54
/
+88
2016-08-13
Fix rustdoc after rebase
Andrew Cann
-0
/
+2
2016-08-13
Small optimization
Andrew Cann
-4
/
+16
2016-08-13
Add run-fail/adjust_empty.rs test
Andrew Cann
-0
/
+18
2016-08-13
Invoke coercions on !
Andrew Cann
-1
/
+6
2016-08-13
Add EmptyToAny adjustment
Andrew Cann
-7
/
+69
2016-08-13
Parse `!` as TyEmpty (except in fn return type)
Andrew Cann
-0
/
+2
2016-08-13
Start implementation of RFC 1216 (make ! a type)
Andrew Cann
-17
/
+69
2016-08-13
Auto merge of #35348 - scottcarr:discriminant2, r=nikomatsakis
bors
-18
/
+156
2016-08-12
Auto merge of #35138 - petrochenkov:clarify, r=eddyb
bors
-218
/
+330
2016-08-13
Parse numeric fields in struct expressions and patterns
Vadim Petrochenkov
-2
/
+54
2016-08-13
Remove restrictions from tuple structs/variants
Vadim Petrochenkov
-224
/
+284
2016-08-12
Auto merge of #35431 - GuillaumeGomez:err_codes, r=jonathandturner
bors
-263
/
+512
2016-08-12
Auto merge of #35091 - eddyb:impl-trait, r=nikomatsakis
bors
-532
/
+2788
2016-08-11
Auto merge of #34811 - DanielJCampbell:Expander, r=jseyfried
bors
-46
/
+82
2016-08-12
test: add more extensive tests for impl Trait.
Eduard Burtescu
-0
/
+291
2016-08-12
typeck: leak auto trait obligations through impl Trait.
Eduard Burtescu
-163
/
+613
2016-08-12
typeck: record `impl Trait` concrete resolutions.
Eduard Burtescu
-96
/
+1224
2016-08-12
typeck: disallow `impl Trait` outside of return types of functions and impl m...
Eduard Burtescu
-43
/
+174
2016-08-12
rustc: add TyAnon (impl Trait) to the typesystem.
Eduard Burtescu
-85
/
+250
2016-08-12
syntax: add anonymized type syntax, i.e. impl TraitA+TraitB.
Eduard Burtescu
-4
/
+68
2016-08-12
rustc: don't reveal specializable polymorphic projections.
Eduard Burtescu
-35
/
+48
2016-08-12
rustc: always normalize projections in ty::layout regardless where they appear.
Eduard Burtescu
-25
/
+65
2016-08-12
rustc: rename ProjectionMode and its variant to be more memorable.
Eduard Burtescu
-109
/
+83
2016-08-11
Auto merge of #35592 - jonathandturner:rollup, r=jonathandturner
bors
-376
/
+543
2016-08-11
add SetDiscriminant StatementKind to enable deaggregation of enums
Scott A Carr
-18
/
+156
2016-08-11
Fix tidy warning
Jonathan Turner
-1
/
+2
2016-08-11
Auto merge of #34193 - petrochenkov:privalias, r=nikomatsakis
bors
-18
/
+127
[next]