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
2019-09-28
Rollup merge of #64763 - GuillaumeGomez:long-err-explanation-E0734, r=estebank
Mazdak Farrokhzad
-32
/
+59
2019-09-28
Rollup merge of #64678 - tomtau:fix/no-std-error, r=matthewjasper
Mazdak Farrokhzad
-18
/
+50
2019-09-28
Rollup merge of #64387 - nathanwhit:redundant-semi-fix, r=varkor
Mazdak Farrokhzad
-3
/
+64
2019-09-28
Rollup merge of #64131 - shivan1b:deterministic-fxhashmap, r=Mark-Simulacrum
Mazdak Farrokhzad
-0
/
+178
2019-09-29
Add a couple more test cases, including non-ascii strings.
ben
-3
/
+16
2019-09-28
Slice docs: fix typo
Andre Bogus
-1
/
+1
2019-09-28
clean up
Esteban Küber
-16
/
+15
2019-09-28
review comments
Esteban Küber
-22
/
+28
2019-09-28
Point at enclosing match when expecting `()` in arm
Esteban Küber
-33
/
+158
2019-09-28
Fix typo in intrinsics op safety
Mahmut Bulut
-4
/
+4
2019-09-28
Upgrade async/await to "used" keywords.
Eric Huss
-61
/
+61
2019-09-28
Auto merge of #64419 - wesleywiser:const_prop_use_ecx, r=oli-obk
bors
-254
/
+425
2019-09-28
Switch over all StableHash impls to new format
Mark Rousskov
-461
/
+184
2019-09-28
StableHasher does not need to be generic over the Result type
Mark Rousskov
-11
/
+7
2019-09-28
rustc_codegen_ssa: remove redundant `va_list_ref` field from `FunctionCx`.
Eduard-Mihai Burtescu
-18
/
+8
2019-09-28
rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures.
Eduard-Mihai Burtescu
-386
/
+295
2019-09-28
rustc: don't store a lifetime in hir::TyKind::CVarArgs.
Eduard-Mihai Burtescu
-30
/
+18
2019-09-28
syntax: don't keep a redundant c_variadic flag in the AST.
Eduard-Mihai Burtescu
-19
/
+22
2019-09-28
Rename `sty` to `kind`
Dylan MacKenzie
-6
/
+6
2019-09-28
Bless miri unleashed output
Dylan MacKenzie
-12
/
+5
2019-09-28
Revert "Use conservative, type-based qualifcation for statics"
Dylan MacKenzie
-2
/
+3
2019-09-28
Correct `IndirectlyMutableLocals` docs
Dylan MacKenzie
-8
/
+4
2019-09-28
Mask results from flow-sensitive resolver with `in_any_value_of_ty`
Dylan MacKenzie
-1
/
+19
2019-09-28
Add description for every module in `check_consts`
Dylan MacKenzie
-0
/
+17
2019-09-28
Share `IndirectlyMutableLocals` results via reference
Dylan MacKenzie
-26
/
+35
2019-09-28
Require `fmt::Debug` to implement `NonConstOp`
Dylan MacKenzie
-4
/
+4
2019-09-28
Use conservative, type-based qualifcation for statics
Dylan MacKenzie
-3
/
+2
2019-09-28
Return a `bool` from `in_any_value_of_ty`
Dylan MacKenzie
-20
/
+12
2019-09-28
Give usage instructions `IndirectlyMutableLocals` docs
Dylan MacKenzie
-3
/
+7
2019-09-28
Trigger ICE on nightly if validators disagree
Dylan MacKenzie
-2
/
+21
2019-09-28
Explain why `visit_terminator` does nothing for `IndirectlyMutableLocals`
Dylan MacKenzie
-0
/
+3
2019-09-28
Move non-const ops into their own module
Dylan MacKenzie
-337
/
+342
2019-09-28
Remember to replace ICE with some form of warning
Dylan MacKenzie
-1
/
+3
2019-09-28
Add rationale for `suppress_errors` flag
Dylan MacKenzie
-1
/
+3
2019-09-28
Correct list of miri-supported operations
Dylan MacKenzie
-2
/
+2
2019-09-28
Fix tests broken by more consistent miri unleashed warnings
Dylan MacKenzie
-242
/
+82
2019-09-28
Run new validator in compare mode
Dylan MacKenzie
-28
/
+97
2019-09-28
Add dataflow-based const validation
Dylan MacKenzie
-0
/
+1292
2019-09-28
Pass current qualification state in a separate parameter
Dylan MacKenzie
-25
/
+36
2019-09-28
Control whether a `Qualif` is cleared on move
Dylan MacKenzie
-0
/
+4
2019-09-28
Remove reference to `Mode::NonConstFn` in qualifs
Dylan MacKenzie
-16
/
+12
2019-09-28
Add requisite imports and bitset to hold qualifs
Dylan MacKenzie
-1
/
+19
2019-09-28
Make new qualifs public
Dylan MacKenzie
-3
/
+3
2019-09-28
Remove unnecessary method
Dylan MacKenzie
-10
/
+0
2019-09-28
Copy `Qualif` to start work on new const validator
Dylan MacKenzie
-0
/
+271
2019-09-28
Don't treat locals as mutably borrowed after they're dropped
Dylan MacKenzie
-12
/
+5
2019-09-28
Add analysis to determine if a local is indirectly mutable
Dylan MacKenzie
-4
/
+157
2019-09-28
Add additional `const` tests
Dylan MacKenzie
-0
/
+46
2019-09-28
Silence "skipping const checks" if outside a const context
Dylan MacKenzie
-30
/
+6
2019-09-28
Refactor into ban_nonexisting_field method
Wojciech Baranowski
-27
/
+37
[prev]
[next]