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-05-24
prohibit turbofish in `impl Trait` methods
Niko Matsakis
-31
/
+75
2018-05-24
Auto merge of #50984 - cramertj:unpin-changes, r=aturon
bors
-3
/
+32
2018-05-24
Add more missing examples for Formatter
Guillaume Gomez
-3
/
+78
2018-05-24
Update issue-50993.rs
Oliver Schneider
-1
/
+1
2018-05-24
std: Ensure OOM is classified as `nounwind`
Alex Crichton
-16
/
+46
2018-05-24
Revert "Ensure llvm doesn't trigger an assert for crazy transmutes"
Oliver Schneider
-2
/
+5
2018-05-24
Rename `amt` variables to `shift`
Oliver Schneider
-22
/
+22
2018-05-24
Use in-band-lifetimes instead of unused explicit lifetimes
Oliver Schneider
-2
/
+3
2018-05-24
Prefer `to_value_with_len` over manual expanison of it
Oliver Schneider
-7
/
+2
2018-05-24
Remove dead code
Oliver Schneider
-3
/
+0
2018-05-24
Add missing newlines
Oliver Schneider
-2
/
+2
2018-05-24
`tcx.lift_to_global` > `tcx.global_tcx().lift`
Oliver Schneider
-19
/
+15
2018-05-24
Wrongly named a closure `clamp` when it was doing truncation
Oliver Schneider
-5
/
+5
2018-05-24
Sanity check the `bits` argument to the `from_bits` function
Oliver Schneider
-3
/
+6
2018-05-24
Remove `ty_to_primitive`
Oliver Schneider
-13
/
+12
2018-05-24
Properly check defined bits range
Oliver Schneider
-2
/
+2
2018-05-24
Reuse `to_bits` instead of badly reinventing it
Oliver Schneider
-17
/
+14
2018-05-24
Only defined bits are relevant
Oliver Schneider
-2
/
+3
2018-05-24
Don't ICE on horrible transmutes in pattern constants
Oliver Schneider
-4
/
+44
2018-05-24
Simplify a ScalarPair creation
Oliver Schneider
-7
/
+2
2018-05-24
Ensure llvm doesn't trigger an assert for crazy transmutes
Oliver Schneider
-5
/
+30
2018-05-24
Printing a fn definition needs to know nothing about its ZST's value
Oliver Schneider
-1
/
+1
2018-05-24
Printing values should ignore whether bits are undefined
Oliver Schneider
-6
/
+6
2018-05-24
Better variable naming
Oliver Schneider
-2
/
+2
2018-05-24
Remove the last mention of `Undef`
Oliver Schneider
-1
/
+1
2018-05-24
Replace `ScalarKind` with `Primitive`
Oliver Schneider
-213
/
+83
2018-05-24
Get rid of `scalar_size`
Oliver Schneider
-85
/
+108
2018-05-24
Remove an instance of `scalar_size` in a `Debug` impl
Oliver Schneider
-2
/
+6
2018-05-24
Update outdated comment
Oliver Schneider
-1
/
+1
2018-05-24
primval -> scalar rename
Oliver Schneider
-79
/
+79
2018-05-24
Use the destination type size instead of the source type size
Oliver Schneider
-1
/
+1
2018-05-24
Formatting nit
Oliver Schneider
-1
/
+1
2018-05-24
Rebase fallout
Oliver Schneider
-10
/
+10
2018-05-24
Accidentally used byte-size instead of bit-size
Oliver Schneider
-1
/
+1
2018-05-24
Use the target types bitsize instead of the source type's
Oliver Schneider
-6
/
+6
2018-05-24
Floats are scalars!
Oliver Schneider
-0
/
+2
2018-05-24
change `Value::Bytes` to `Value::Bits`
Oliver Schneider
-281
/
+436
2018-05-24
Remove Pointer::zero in favor of Pointer::from
Oliver Schneider
-21
/
+16
2018-05-24
Rename MemoryPointer to Pointer
Oliver Schneider
-81
/
+81
2018-05-24
Eliminate the `Pointer` wrapper type
Oliver Schneider
-107
/
+74
2018-05-24
Differentiate between interpret::Scalar and layout::Scalar
Oliver Schneider
-6
/
+6
2018-05-24
Rename ByVal(Pair) to Scalar(Pair)
Oliver Schneider
-119
/
+119
2018-05-24
Rename PrimVal to Scalar
Oliver Schneider
-273
/
+279
2018-05-24
Add constant for `Size::from_bytes(0)`
Oliver Schneider
-54
/
+59
2018-05-24
Add documentation about env! second argument
Guillaume Gomez
-2
/
+15
2018-05-24
Fix impl Trait suggestion
Esteban Küber
-7
/
+3
2018-05-24
Auto merge of #50909 - oli-obk:unstable_const_fn_promotion, r=eddyb
bors
-17
/
+126
2018-05-24
pacify the mercilous tidy
Niko Matsakis
-2
/
+18
2018-05-24
extend the crate whitelist to include rustc-hash, chalk
Niko Matsakis
-0
/
+3
2018-05-24
get `rustc_hash` from external crate
Niko Matsakis
-85
/
+34
[prev]
[next]