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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2016-08-13
Rename empty/bang to never
Andrew Cann
-1
/
+1
2016-08-13
Remove obsolete divergence related stuff
Andrew Cann
-2
/
+1
2016-08-13
Start implementation of RFC 1216 (make ! a type)
Andrew Cann
-1
/
+1
2016-08-12
typeck: leak auto trait obligations through impl Trait.
Eduard Burtescu
-2
/
+6
2016-08-12
rustc: add TyAnon (impl Trait) to the typesystem.
Eduard Burtescu
-1
/
+1
2016-08-02
use memoized pattern for SizedConstraint
Niko Matsakis
-5
/
+10
2016-07-08
Remove unnecessary accessor function VariantDefData::kind
Vadim Petrochenkov
-8
/
+0
2016-07-08
Rewrite check_pat_enum, split it into check_pat_tuple_struct and check_pat_path
Vadim Petrochenkov
-0
/
+14
2016-07-08
Better support for associated types in struct patterns
Vadim Petrochenkov
-1
/
+1
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-1
/
+1
2016-06-10
Introduce TyCtxt::expect_def/expect_resolution helpers and use them where pos...
Vadim Petrochenkov
-33
/
+24
2016-06-04
Auto merge of #33622 - arielb1:elaborate-drops, r=nikomatsakis
bors
-0
/
+12
2016-06-04
Auto merge of #33816 - nikomatsakis:projection-cache-2, r=arielb1
bors
-10
/
+13
2016-06-03
correct misspelled word
Niko Matsakis
-1
/
+1
2016-06-03
fix ICEs with RUST_LOG
Ariel Ben-Yehuda
-0
/
+12
2016-05-31
add def-ids from nominal types into TraitSelect
Niko Matsakis
-1
/
+22
2016-05-31
expand `DepNode::TraitSelect` to include type ids
Niko Matsakis
-7
/
+6
2016-05-31
projection predicates can be copy
Niko Matsakis
-1
/
+1
2016-05-31
add `Issue32330` warning marker to bound regions
Niko Matsakis
-3
/
+5
2016-05-31
add flag for ReSkolemized
Niko Matsakis
-6
/
+7
2016-05-28
Separate bindings from other patterns in HIR
Vadim Petrochenkov
-1
/
+1
2016-05-16
Remove hir::Ident
Vadim Petrochenkov
-1
/
+1
2016-05-12
Gen right parameter envirnoment for assoc consts
Simonas Kazlauskas
-20
/
+2
2016-05-11
rustc: Split local type contexts interners from the global one.
Eduard Burtescu
-7
/
+30
2016-05-11
rustc_typeck: Generalize over 'tcx != 'gcx.
Eduard Burtescu
-3
/
+3
2016-05-11
rustc: More interning for data used in Ty<'tcx>.
Eduard Burtescu
-13
/
+11
2016-05-11
rustc: Generalize a minimum set of functions over 'tcx != 'gcx.
Eduard Burtescu
-97
/
+94
2016-05-11
rustc: Remove the TyCtxt field from ParameterEnvironment.
Eduard Burtescu
-17
/
+13
2016-05-11
rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.
Eduard Burtescu
-19
/
+19
2016-05-11
rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.
Eduard Burtescu
-94
/
+91
2016-05-11
rustc: Always refer to TyCtxt as tcx.
Eduard Burtescu
-79
/
+79
2016-05-09
Reimplement pretty printing
Jeffrey Seyfried
-0
/
+1
2016-05-07
mir: build MIR for constants and static initializers.
Eduard Burtescu
-1
/
+11
2016-05-03
change the newly-added errors to warnings
Ariel Ben-Yehuda
-1
/
+11
2016-05-03
address review comments
Ariel Ben-Yehuda
-81
/
+75
2016-05-03
require the non-last elements of a tuple to be Sized
Ariel Ben-Yehuda
-2
/
+2
2016-05-03
refactor the handling of builtin candidates
Ariel Ben-Yehuda
-1
/
+10
2016-05-03
add comments and tests
Ariel Ben-Yehuda
-5
/
+33
2016-05-03
Short-cut Sized matching on ADTs
Ariel Ben-Yehuda
-1
/
+150
2016-04-28
Address style nits
Jeffrey Seyfried
-3
/
+5
2016-04-27
Avoid using the hir map when visibility checking in `resolve`
Jeffrey Seyfried
-10
/
+20
2016-04-19
Check transmutes between types without statically known sizes.
Eduard Burtescu
-31
/
+0
2016-04-19
Parse data-layout specifications.
Eduard Burtescu
-0
/
+1
2016-04-16
Auto merge of #32909 - sanxiyn:unused-trait-import-2, r=alexcrichton
bors
-3
/
+2
2016-04-14
Add `Crate` and `Restricted` variants to `hir::Visibility`
Jeffrey Seyfried
-0
/
+9
2016-04-13
Auto merge of #32780 - soltanmm:consider-the-following, r=nikomatsakis
bors
-1
/
+12
2016-04-12
Remove unused trait imports
Seo Sanghyeon
-3
/
+2
2016-04-07
Auto merge of #32016 - nikomatsakis:incr-comp-save, r=mw
bors
-3
/
+3
2016-04-07
Improve `PrivateItemsInPublicInterfacesVisitor`
Jeffrey Seyfried
-1
/
+12
2016-04-07
Use the node id from the `Restricted` variant when checking accessibility
Jeffrey Seyfried
-0
/
+20
[next]