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
/
ich
/
impls_ty.rs
Age
Commit message (
Expand
)
Author
Lines
2019-06-21
Further reduce the likelyhood of hash collisions
Oliver Scherer
-0
/
+1
2019-06-19
Make `Allocation` stable hash robust
Oliver Scherer
-5
/
+9
2019-06-14
Run `rustfmt --file-lines ...` for changes from previous commits.
Eduard-Mihai Burtescu
-10
/
+16
2019-06-14
Unify all uses of 'gcx and 'tcx.
Eduard-Mihai Burtescu
-8
/
+8
2019-06-11
Run `rustfmt --file-lines ...` for changes from previous commits.
Eduard-Mihai Burtescu
-13
/
+8
2019-06-11
rustc: deny(unused_lifetimes).
Eduard-Mihai Burtescu
-5
/
+5
2019-05-31
Remove ty::BrFresh and new_bound
Yuki Okushi
-1
/
+0
2019-03-13
Use derive macro for HashStable
John Kåre Alsaker
-1050
/
+0
2019-03-10
Make the rustc driver and interface demand driven
John Kåre Alsaker
-5
/
+0
2019-03-05
Implement Hash for new types
varkor
-0
/
+27
2019-02-27
Rename variadic to c_variadic
Dan Robertson
-1
/
+1
2019-02-24
Rollup merge of #58511 - oli-obk:const_to_op, r=RalfJung
Mazdak Farrokhzad
-1
/
+1
2019-02-19
Auto merge of #57896 - oli-obk:permissive_existence, r=cramertj
bors
-0
/
+5
2019-02-16
Reuse the `Pointer` type instead of passing reassembling it at many use sites
Oliver Scherer
-1
/
+1
2019-02-15
Always emit an error for a query cycle
John Kåre Alsaker
-0
/
+4
2019-02-05
move librustc to 2018
Mark Mansi
-26
/
+28
2019-02-01
Restrict concrete types to equivalent types
Oliver Scherer
-0
/
+5
2019-01-27
`ConstValue::ScalarPair` only needs to represent slices
Oliver Scherer
-1
/
+1
2019-01-19
Handle lifetime annotations in unreachable code
Matthew Jasper
-1
/
+1
2019-01-19
Use a struct for user type annotations
Matthew Jasper
-0
/
+6
2019-01-19
Rename UserTypeAnnotation -> UserType
Matthew Jasper
-3
/
+3
2019-01-05
Rollup merge of #57219 - matthewjasper:mir-cleanup, r=nikomatsakis
kennytm
-16
/
+0
2019-01-01
Move the `Unevaluated` constant arm upwards in the type structure
Oliver Scherer
-1
/
+5
2018-12-30
Refactor `UserTypeAnnotation`.
David Wood
-0
/
+26
2018-12-29
Remove unused types from rustc::mir::interpret
Matthew Jasper
-16
/
+0
2018-12-27
Handle sub-typing in chalk-engine
scalexm
-0
/
+4
2018-12-27
Integrate chalk engine
scalexm
-0
/
+7
2018-12-27
Add a def-id in `ty::ParamEnv`
scalexm
-1
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-03
s/AllocType/AllocKind/
Oliver Scherer
-1
/
+1
2018-12-03
Monomorphize `AllocType`
Oliver Scherer
-1
/
+1
2018-11-26
Auto merge of #56070 - oli-obk:const_let, r=eddyb
bors
-0
/
+1
2018-11-24
Move `BoundTy` debruijn index to the `TyKind` enum variant
scalexm
-1
/
+2
2018-11-24
Handle placeholder types in canonicalization
scalexm
-1
/
+2
2018-11-24
Introduce `TyKind::Placeholder` variant
scalexm
-0
/
+3
2018-11-19
Make const_eval_raw query return just an AllocId
Ralf Jung
-0
/
+4
2018-11-19
Also catch static mutation at evaluation time
Oliver Scherer
-0
/
+1
2018-11-19
Rollup merge of #55970 - RalfJung:miri-backtrace, r=@oli-obk
Pietro Albini
-3
/
+3
2018-11-19
Rollup merge of #55953 - blitzerr:master, r=nikomatsakis
Pietro Albini
-1
/
+3
2018-11-15
do not accept out-of-bounds pointers in enum discriminants, they might be NULL
Ralf Jung
-1
/
+6
2018-11-15
rename FrameInfo span field to call_site
Ralf Jung
-1
/
+1
2018-11-14
capture_disjoint_fields(rust-lang#53488)
Blitzerr
-1
/
+3
2018-11-14
miri: backtraces with instances
Ralf Jung
-2
/
+2
2018-11-06
impl_stable_hash_for: support enums and tuple structs with generic parameters
Ralf Jung
-301
/
+125
2018-11-03
Auto merge of #55101 - alexreg:trait-aliases, r=nikomatsakis
bors
-0
/
+17
2018-11-03
Remove `ReCanonical` in favor of `ReLateBound`
scalexm
-3
/
+0
2018-11-03
Rename `BoundTyIndex` to `BoundVar`
scalexm
-1
/
+1
2018-11-03
Move `BoundTy` to `ty::TyKind`
scalexm
-1
/
+3
2018-11-03
Added support for trait aliases as bounds.
Alexander Regueiro
-0
/
+17
2018-11-02
Auto merge of #55305 - nikomatsakis:universes-refactor-3, r=scalexm
bors
-2
/
+3
[next]