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
/
context.rs
Age
Commit message (
Expand
)
Author
Lines
2016-08-13
Default diverging types based on feature gate.
Andrew Cann
-0
/
+8
2016-08-13
Rename empty/bang to never
Andrew Cann
-3
/
+3
2016-08-13
Minor fixups based on @eddyb's feedback
Andrew Cann
-4
/
+0
2016-08-13
Start implementation of RFC 1216 (make ! a type)
Andrew Cann
-1
/
+7
2016-08-12
rustc: add TyAnon (impl Trait) to the typesystem.
Eduard Burtescu
-1
/
+5
2016-08-09
incorporate resolve results into hashing
Niko Matsakis
-0
/
+11
2016-08-02
remap Hir(InlinedDefId) to MetaData(OriginalDefId)
Niko Matsakis
-1
/
+1
2016-07-28
Store `crate_disambiguator` as an `InternedString`
Niko Matsakis
-1
/
+1
2016-07-11
Get rid of `node_levels` and `node_lint_levels`
Jonas Schievink
-5
/
+0
2016-07-08
Rewrite check_pat_enum, split it into check_pat_tuple_struct and check_pat_path
Vadim Petrochenkov
-4
/
+8
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-3
/
+3
2016-05-31
Take the def_map argument to TyCtxt::create_and_enter out of its RefCell.
Ms2ger
-2
/
+2
2016-05-18
Auto merge of #33476 - nikomatsakis:incr-comp-xcrate, r=mw
bors
-2
/
+46
2016-05-18
allow retracing paths across crates
Niko Matsakis
-2
/
+46
2016-05-17
introduce a specializes cache
Niko Matsakis
-0
/
+3
2016-05-11
rustc: Split local type contexts interners from the global one.
Eduard Burtescu
-169
/
+236
2016-05-11
rustc_typeck: Generalize over 'tcx != 'gcx.
Eduard Burtescu
-4
/
+35
2016-05-11
rustc: Remove the unnecessary ast_ty_to_ty_cache.
Eduard Burtescu
-6
/
+0
2016-05-11
rustc: More interning for data used in Ty<'tcx>.
Eduard Burtescu
-14
/
+59
2016-05-11
rustc: Generalize a minimum set of functions over 'tcx != 'gcx.
Eduard Burtescu
-19
/
+41
2016-05-11
rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.
Eduard Burtescu
-18
/
+22
2016-05-11
rustc: Keep a reference to the interners in TyCtxt.
Eduard Burtescu
-91
/
+110
2016-05-11
rustc: Use set recovery APIs in the TyCtxt interners.
Eduard Burtescu
-36
/
+49
2016-05-11
rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.
Eduard Burtescu
-87
/
+105
2016-05-03
Warn unused trait imports
Seo Sanghyeon
-0
/
+9
2016-04-24
syntax: Merge keywords and remaining special idents in one list
Vadim Petrochenkov
-1
/
+1
2016-04-24
syntax: Make static/super/self/Self keywords + special ident cleanup
Vadim Petrochenkov
-2
/
+2
2016-04-19
Check transmutes between types without statically known sizes.
Eduard Burtescu
-6
/
+0
2016-04-19
Compute LLVM-agnostic type layouts in rustc.
Eduard Burtescu
-1
/
+24
2016-04-19
Parse data-layout specifications.
Eduard Burtescu
-0
/
+6
2016-04-12
Remove unused trait imports
Seo Sanghyeon
-1
/
+1
2016-04-06
rustc: move some maps from ty to hir.
Eduard Burtescu
-1
/
+1
2016-04-06
rustc: move middle::{def,def_id,pat_util} to hir.
Eduard Burtescu
-2
/
+2
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-2
/
+2
2016-04-02
Auto merge of #32579 - michaelwoerister:stable-symbol-name-fix, r=eddyb
bors
-1
/
+1
2016-04-01
Fix typo in TxCtxt::crate_disambiguator().
Michael Woerister
-1
/
+1
2016-03-31
librustc: replace tcx.sess.bug calls with bug!()
Benjamin Herr
-8
/
+4
2016-03-27
rustc: move cfg, infer, traits and ty from middle to top-level.
Eduard Burtescu
-0
/
+1081