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
Age
Commit message (
Expand
)
Author
Lines
2020-02-05
Rollup merge of #68858 - ljedrz:collapse_stable_hash_foos, r=michaelwoerister
Dylan DPC
-27
/
+1
2020-02-05
Rollup merge of #68840 - Centril:rec-lim-curr-crate, r=estebank
Dylan DPC
-2
/
+2
2020-02-05
Move EvaluationCache::clear.
Camille GILLOT
-7
/
+7
2020-02-05
Move ExpectedFound::new to ty::error.
Camille GILLOT
-10
/
+10
2020-02-05
Move specialization_graph definition in traits::types.
Camille GILLOT
-196
/
+204
2020-02-05
Split traits::structural_impls in two.
Camille GILLOT
-703
/
+714
2020-02-05
move item reference comment
ljedrz
-7
/
+0
2020-02-05
merge item id stable hashing functions
ljedrz
-20
/
+1
2020-02-05
Move implementation of UnifyKey to unify_key.rs.
Camille GILLOT
-15
/
+15
2020-02-05
Move infer::canonical datatypes to infer::types.
Camille GILLOT
-334
/
+364
2020-02-05
Move infer::region_constraints::MemberConstraint to infer::types module.
Camille GILLOT
-24
/
+32
2020-02-05
Move traits::query datatypes to traits::types.
Camille GILLOT
-249
/
+353
2020-02-05
Move traits::select datatypes to traits::types.
Camille GILLOT
-295
/
+290
2020-02-05
Move traits::Reveal to traits::types.
Camille GILLOT
-43
/
+45
2020-02-05
Move rustc::traits datatypes to module traits::types.
Camille GILLOT
-681
/
+691
2020-02-05
Auto merge of #68831 - Dylan-DPC:rollup-j6x15y9, r=Dylan-DPC
bors
-4
/
+1
2020-02-05
`#![recursion_limit = "X"]`: note current crate name.
Mazdak Farrokhzad
-2
/
+2
2020-02-05
Make associated item lookup a query
Jonas Schievink
-21
/
+15
2020-02-04
Auto merge of #68544 - Aaron1011:remove-overlapping-traits, r=estebank
bors
-13
/
+4
2020-02-04
Rollup merge of #68818 - matthiaskrgr:misc_perf, r=Mark-Simulacrum
Dylan DPC
-1
/
+1
2020-02-04
Rollup merge of #68815 - matthiaskrgr:redundant_imports, r=alexcrichton
Dylan DPC
-3
/
+0
2020-02-04
Remove the `overlapping_marker_traits` feature
Aaron Hill
-13
/
+4
2020-02-04
Remove unused feature gates from librustc
bjorn3
-7
/
+0
2020-02-04
Auto merge of #68377 - estebank:fn-obligations-spans, r=oli-obk
bors
-126
/
+307
2020-02-04
Auto merge of #68708 - Mark-Simulacrum:stage0-step, r=pietroalbini
bors
-2
/
+0
2020-02-04
Implement proper C ABI lowering for RISC-V
msizanoen1
-0
/
+1
2020-02-04
fix couple of perf related clipyp warnings
Matthias Krüger
-1
/
+1
2020-02-04
remove redundant imports (clippy::single_component_path_imports)
Matthias Krüger
-3
/
+0
2020-02-03
Change wording for object unsafe because of assoc const
Esteban Küber
-5
/
+3
2020-02-02
Use correct `ParamEnv` in `Instance::resolve`
Matthew Jasper
-1
/
+1
2020-02-02
Address review comments
Matthew Jasper
-11
/
+22
2020-02-02
Improve needs_drop query
Matthew Jasper
-153
/
+87
2020-02-02
Add IS_MANUALLY_DROP to AdtFlags
Matthew Jasper
-5
/
+17
2020-02-02
Point at reason in object unsafe trait with `Self` in supertraits or `where`-...
Esteban Küber
-16
/
+38
2020-02-02
Account for `?Sized` type parameter bounds
Esteban Küber
-1
/
+11
2020-02-02
Remove duplicated code
Esteban Küber
-72
/
+0
2020-02-02
Suggest `?Sized` on type parameters
Esteban Küber
-0
/
+38
2020-02-02
Use more appropriate spans on object unsafe traits and provide structured sug...
Esteban Küber
-28
/
+85
2020-02-02
Wording changes to object unsafe trait errors
Esteban Küber
-10
/
+65
2020-02-02
review comments
Esteban Küber
-3
/
+3
2020-02-02
Remove duplicated code
Esteban Küber
-8
/
+1
2020-02-02
Slight rewording of diagnostic message
Esteban Küber
-1
/
+1
2020-02-02
Use more accurate failed predicate spans
Esteban Küber
-2
/
+7
2020-02-02
Point at the `Sized` obligation in `where` clauses
Esteban Küber
-4
/
+35
2020-02-02
Tweak `Self: Sized` restriction diagnostic output
Esteban Küber
-32
/
+50
2020-02-02
Point at `Sized` bound
Esteban Küber
-7
/
+33
2020-02-02
Add resume arg place to `Yield` MIR terminator
Jonas Schievink
-3
/
+14
2020-02-02
Use real resume type as second argument
Jonas Schievink
-1
/
+2
2020-02-02
Add a resume type param to the generator substs
Jonas Schievink
-12
/
+36
2020-02-02
Add a resume type parameter to `Generator`
Jonas Schievink
-4
/
+6
[prev]
[next]