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
path:
root
/
src
/
librustc
/
traits
/
query
Age
Commit message (
Expand
)
Author
Lines
2019-04-26
Update handling of Tuple
varkor
-1
/
+1
2019-03-16
Revert the `LazyConst` PR
Oliver Scherer
-5
/
+6
2019-02-27
rename Substs to InternalSubsts
csmoe
-2
/
+2
2019-02-13
HirId-ify hir::BodyId
ljedrz
-2
/
+2
2019-02-10
rustc: doc comments
Alexander Regueiro
-6
/
+6
2019-02-09
Auto merge of #58207 - nnethercote:intern_lazy_const, r=oli-obk
bors
-2
/
+2
2019-02-06
Make `intern_lazy_const` actually intern its argument.
Nicholas Nethercote
-2
/
+2
2019-02-05
move librustc to 2018
Mark Mansi
-68
/
+68
2019-01-19
Handle lifetime annotations in unreachable code
Matthew Jasper
-10
/
+5
2019-01-04
Auto merge of #56723 - oli-obk:lazy_const, r=nikomatsakis
bors
-6
/
+7
2019-01-02
make evaluation track whether outlives relationships mattered
Niko Matsakis
-2
/
+17
2019-01-01
Move the `Unevaluated` constant arm upwards in the type structure
Oliver Scherer
-6
/
+7
2018-12-30
Stop well-formedness checking unreachable code.
David Wood
-61
/
+1
2018-12-30
Always check well-formedness.
David Wood
-2
/
+62
2018-12-25
Remove licenses
Mark Rousskov
-160
/
+0
2018-12-23
Rollup merge of #56984 - ljedrz:dropck_outlives_tweaks, r=oli-obk
kennytm
-8
/
+7
2018-12-19
dropck: remove unnecessary call to cloned()
ljedrz
-1
/
+1
2018-12-19
dropck: simplify common patterns
ljedrz
-7
/
+6
2018-12-15
move overflow error reporting out of the query
Ariel Ben-Yehuda
-2
/
+5
2018-12-15
make autoderef steps a query
Ariel Ben-Yehuda
-0
/
+53
2018-11-26
rustc-guide has moved
Mark Mansi
-1
/
+1
2018-11-24
Rename some occurences of `skol` to `placeholder`
scalexm
-1
/
+1
2018-11-24
Introduce `TyKind::Placeholder` variant
scalexm
-0
/
+1
2018-11-13
fix various typos in doc comments
Andy Russell
-1
/
+1
2018-11-03
Rename `Binder::no_late_bound_regions` to `Binder::no_bound_vars`
scalexm
-1
/
+1
2018-11-03
Shift both late bound regions and bound types
scalexm
-2
/
+2
2018-11-03
Move `BoundTy` to `ty::TyKind`
scalexm
-0
/
+1
2018-10-27
allow canonicalized regions to carry universe and track max-universe
Niko Matsakis
-25
/
+11
2018-10-26
add user_ty.projs support to `AscribeUserType`.
Felix S. Klock II
-4
/
+7
2018-10-24
port the relate-types code from NLL type-check into a type-op
Niko Matsakis
-7
/
+10
2018-10-24
introduce (but do not use) `ascribe_user_type` goal
Niko Matsakis
-0
/
+78
2018-10-15
hide `SmallCanonicalVarValues` in `OriginalQueryValues` struct
Niko Matsakis
-11
/
+11
2018-10-15
type_op/mod.rs: rustfmt
Niko Matsakis
-2
/
+3
2018-10-15
rename `QueryResult` to `QueryResponse`
Niko Matsakis
-68
/
+68
2018-10-03
Introduce `TyKind::UnnormalizedProjection`
scalexm
-0
/
+2
2018-09-29
don't elide lifetimes in paths in librustc/
Zack M. Davis
-1
/
+1
2018-09-26
Auto merge of #54199 - nikomatsakis:predicate_may_hold-failure, r=eddyb
bors
-8
/
+24
2018-09-18
A few cleanups and minor improvements to rustc/traits
ljedrz
-43
/
+29
2018-09-13
expose `evaluate_obligation` that captures overflow, use in rustdoc
Niko Matsakis
-7
/
+16
2018-09-13
give a more informative failure in this case
Niko Matsakis
-1
/
+8
2018-09-05
Changing TyAnon -> TyOpaque and relevant functions
ms2300
-2
/
+2
2018-08-27
Auto merge of #53580 - nikomatsakis:nll-issue-53568, r=pnkfelix
bors
-2
/
+89
2018-08-23
Auto merge of #53588 - tristanburgess:52985_diagnostics_no_concrete_type_behi...
bors
-30
/
+8
2018-08-23
use `TypeOp` machinery for `outlives_bounds`
Niko Matsakis
-0
/
+81
2018-08-23
resolve type variables in the custom type op pathway
Niko Matsakis
-1
/
+2
2018-08-23
Use optimized SmallVec implementation
Igor Gutorov
-5
/
+5
2018-08-22
52985: formatting PR files
Tristan Burgess
-9
/
+14
2018-08-22
52985: better cycle error for existential types
Tristan Burgess
-36
/
+9
2018-08-22
Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}
varkor
-6
/
+6
2018-08-22
Remove Ty prefix from Ty{Foreign|Param}
varkor
-2
/
+2
[next]