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
2018-07-26
integrate the edition code.
Felix S. Klock II
-26
/
+44
2018-07-26
Bug fix: `#![feature(nll)]` takes precedence over `-Z borrowck=migrate`.
Felix S. Klock II
-1
/
+16
2018-07-26
Add `-Z borrowck=migrate` flag, use it to link NLL up to AST-borrowck.
Felix S. Klock II
-0
/
+7
2018-07-23
gcx outlives tcx which outlives a, no need to explicitly do gcx: a
Santiago Pastorino
-1
/
+1
2018-07-16
ExprKind
csmoe
-1
/
+1
2018-07-05
Do not run AST borrowck when -Zborrowck=mir
Santiago Pastorino
-0
/
+6
2018-06-27
nit: don't import Debug directly
Niko Matsakis
-3
/
+3
2018-06-26
move `Debug` bounds onto `Lift`
Niko Matsakis
-2
/
+3
2018-06-18
Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelix
bors
-0
/
+7
2018-06-16
Auto merge of #51550 - eddyb:queries-not-maps, r=nikomatsakis
bors
-17
/
+11
2018-06-14
rustc: rename ty::maps to ty::query.
Eduard-Mihai Burtescu
-17
/
+11
2018-06-09
Refactor: Rename ExistentialPredicate::cmp to ExistentialPredicate::stable_cmp
Havvy
-1
/
+1
2018-06-07
Add existential type definitons
Oliver Schneider
-0
/
+7
2018-06-06
Add comments
John Kåre Alsaker
-1
/
+17
2018-06-06
Make queries block and handle query cycles
John Kåre Alsaker
-2
/
+48
2018-06-01
Assert that GlobalCtxt is Sync
John Kåre Alsaker
-1
/
+3
2018-06-01
Have worker-local GlobalArenas
John Kåre Alsaker
-4
/
+4
2018-06-01
Ensure ImplicitCtxt is Sync
John Kåre Alsaker
-1
/
+5
2018-05-29
rust-lang/rust#27282: emit `ReadForMatch` on each match arm.
Felix S. Klock II
-0
/
+13
2018-05-29
Debug flag to bypass restriction of mutation in match guards.
Felix S. Klock II
-0
/
+6
2018-05-29
Auto merge of #50475 - csmoe:debr, r=nikomatsakis
bors
-2
/
+2
2018-05-28
remove use of depth from `TyS` and replace with a debruijn index
Niko Matsakis
-2
/
+2
2018-05-28
scrap `find_node_for_hir_id` in favor of `hir_to_node_id`
Zack M. Davis
-6
/
+3
2018-05-28
operate on `HirId` in `hir::Pat::each_binding`, and consequences of that
Zack M. Davis
-0
/
+32
2018-05-27
Add assertions for TyS and TypeVariants sizes
John Kåre Alsaker
-0
/
+6
2018-05-27
Make &Slice a thin pointer
John Kåre Alsaker
-12
/
+15
2018-05-24
pacify the mercilous tidy
Niko Matsakis
-2
/
+8
2018-05-24
implement the chalk traits, albeit with many placeholders
Niko Matsakis
-0
/
+45
2018-05-22
Introduce AllocType which indicates what AllocIds point to
John Kåre Alsaker
-112
/
+3
2018-05-22
Move the allocation interner out of InterpretInternerInner
John Kåre Alsaker
-7
/
+9
2018-05-22
Get rid of literal_alloc_cache
John Kåre Alsaker
-14
/
+2
2018-05-21
rustc: move TypeParamDef's fields into GenericParamDefKind::Type.
Eduard-Mihai Burtescu
-3
/
+3
2018-05-21
rustc: use intern_* instead of mk_* where possible.
Eduard-Mihai Burtescu
-1
/
+1
2018-05-21
rustc: make mk_substs_trait take &[Kind] instead of &[Ty].
Eduard-Mihai Burtescu
-3
/
+3
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-2
/
+2
2018-05-15
Add mk_param_from_def
varkor
-2
/
+7
2018-05-15
Use Kind instead of UnpackedKind in Substs methods
varkor
-3
/
+3
2018-05-15
Clean up shared subst code
varkor
-9
/
+3
2018-05-15
Refactor Substs methods on generic parameters
varkor
-10
/
+17
2018-05-15
Refactor generic params loops
varkor
-14
/
+12
2018-05-15
Fix rebase fallout
varkor
-3
/
+9
2018-05-15
Pull common parameters into GenericParamDef
varkor
-4
/
+4
2018-05-15
Rename TypeParameterDef -> TypeParamDef and RegionParameterDef -> RegionParamDef
varkor
-1
/
+1
2018-05-13
Add a Rayon thread pool
John Kåre Alsaker
-3
/
+5
2018-05-13
Add Sync bounds to the crate store
John Kåre Alsaker
-3
/
+3
2018-05-12
Auto merge of #50249 - Zoxc:allocation-const, r=oli-obk
bors
-7
/
+2
2018-05-11
Auto merge of #50332 - Zoxc:interner-split, r=michaelwoerister
bors
-77
/
+68
2018-05-11
Introduce ConstValue and use it instead of miri's Value for constant values
John Kåre Alsaker
-7
/
+2
2018-05-08
Insert fields from TypeAndMut into TyRef to allow layout optimization
John Kåre Alsaker
-1
/
+1
2018-05-08
Store the GeneratorInterior in the new GeneratorSubsts
John Kåre Alsaker
-14
/
+4
[next]