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
Age
Commit message (
Expand
)
Author
Lines
2018-12-28
Add test demonstrating disintegration of `$crate` into `$` and `crate`
Vadim Petrochenkov
-0
/
+128
2018-12-27
Auto merge of #56384 - scalexm:chalk, r=nikomatsakis
bors
-289
/
+1307
2018-12-27
Fix span in char documentation
Esteban Küber
-1
/
+1
2018-12-27
Set a `def_id` in `ParamEnv` only with `-Z chalk`
scalexm
-3
/
+3
2018-12-27
Add tests
scalexm
-0
/
+278
2018-12-27
Fix `tcx.environment` for inherent impls
scalexm
-31
/
+48
2018-12-27
Add `wf_clause_for_fn_def`
scalexm
-1
/
+21
2018-12-27
Use `TraitEngine` in `enter_canonical_trait_query`
scalexm
-19
/
+30
2018-12-27
Handle sub-typing in chalk-engine
scalexm
-7
/
+37
2018-12-27
Integrate chalk engine
scalexm
-75
/
+412
2018-12-27
Fix binding levels in implied bounds rules
scalexm
-15
/
+11
2018-12-27
Fix replacement of escaping bound types
scalexm
-5
/
+12
2018-12-27
Fix `Sized` requirement for empty tuples in `program_clauses`
scalexm
-1
/
+4
2018-12-27
Add builtin impls for `Sized` in `chalk_context::program_clauses`
scalexm
-1
/
+150
2018-12-27
Rename functions giving WF clauses for builtin types
scalexm
-21
/
+38
2018-12-27
Add utilities for creating generic types
scalexm
-59
/
+87
2018-12-27
Return an instantiated environment instead of a generic one
scalexm
-29
/
+29
2018-12-27
Correctly lift empty lists of clauses and goals
scalexm
-0
/
+8
2018-12-27
Fix `visit_ex_clause_with`
scalexm
-3
/
+3
2018-12-27
Add a def-id in `ty::ParamEnv`
scalexm
-18
/
+48
2018-12-27
Implement "lifetime juggling" methods from chalk integration trait
scalexm
-11
/
+81
2018-12-27
Implement `is_coinductive`
scalexm
-3
/
+20
2018-12-27
Auto merge of #56852 - kennytm:test-publish-toolstate-in-ci, r=Mark-Simulacrum
bors
-0
/
+5
2018-12-27
Fix typo in pin documentation
Sean Griffin
-1
/
+1
2018-12-27
Auto merge of #56838 - Aaron1011:fix/rustdoc-infer-unify, r=nikomatsakis
bors
-2
/
+36
2018-12-27
use a better way to get at the type parameter
Ralf Jung
-6
/
+1
2018-12-27
Fix rebase and more CI failures
Vadim Petrochenkov
-130
/
+136
2018-12-27
Address review comments and CI failures
Vadim Petrochenkov
-30
/
+7
2018-12-27
Make sure feature gate errors are recoverable
Vadim Petrochenkov
-58
/
+32
2018-12-27
Fix `trace_macros` and `log_syntax`
Vadim Petrochenkov
-19
/
+25
2018-12-27
Get rid of `Block::recovered`
Vadim Petrochenkov
-41
/
+12
2018-12-27
Do not abort compilation if expansion produces errors
Vadim Petrochenkov
-167
/
+538
2018-12-27
AST/HIR: Introduce `ExprKind::Err` for better error recovery in the front-end
Vadim Petrochenkov
-11
/
+51
2018-12-27
panic when calling MaybeUninhabited::into_inner on uninhabited type
Ralf Jung
-53
/
+101
2018-12-27
Auto merge of #57133 - SimonSapin:zero, r=oli-obk
bors
-53
/
+24
2018-12-27
retrieve ty info from place_ty
csmoe
-52
/
+34
2018-12-27
Auto merge of #57119 - jethrogb:jb/sgx-os-mod2, r=joshtriplett
bors
-11
/
+307
2018-12-27
Auto merge of #57129 - RalfJung:check-bounds, r=oli-obk
bors
-1
/
+1
2018-12-27
Added a job to dry-run the publish_toolstate.py once
kennytm
-0
/
+5
2018-12-26
Add span label to unused string formatting argument
Esteban Küber
-31
/
+46
2018-12-26
Point at correct span for arguments in format strings
Esteban Küber
-6
/
+15
2018-12-27
Auto merge of #57069 - estebank:str-err, r=@cramertj
bors
-60
/
+415
2018-12-26
Various changes to string format diagnostics
Esteban Küber
-60
/
+415
2018-12-26
Auto merge of #57124 - sunjay:stable_duration_as_u128, r=Centril
bors
-8
/
+5
2018-12-26
Changed resolution of enum variants to low priority.
Alexander Regueiro
-48
/
+53
2018-12-26
Minor cosmetic changes
Alexander Regueiro
-9
/
+10
2018-12-26
Minor clean-up
Alexander Regueiro
-13
/
+16
2018-12-26
Fixed ICE when type arguments are specified on `Self` type.
Alexander Regueiro
-31
/
+71
2018-12-26
Fixed type inference for tuple struct variants.
Alexander Regueiro
-21
/
+17
2018-12-26
Fixed handling of unit variants of aliased enums in type NS.
Alexander Regueiro
-294
/
+215
[prev]
[next]