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-11-24
Remove stderr file, because the test passes now
Oliver Scherer
-11
/
+0
2018-11-24
Reintroduce zst-slice reading `read_bytes` method on `Memory`
Oliver Scherer
-5
/
+19
2018-11-24
Properly test for int pointers in fat pointers to str slices of zero chars
Oliver Scherer
-21
/
+12
2018-11-24
Reorder methods in `allocation.rs`
Oliver Scherer
-85
/
+85
2018-11-24
Add regression test for integral pointers in zst str slice fat pointers
Oliver Scherer
-0
/
+26
2018-11-24
Make a method that doesn't need `Self` a free function instead
Oliver Scherer
-18
/
+17
2018-11-24
Make zst accesses in allocations take the regular path.
Oliver Scherer
-21
/
+0
2018-11-24
Remove unnecessary `Result` (function always returned `Ok`)
Oliver Scherer
-7
/
+7
2018-11-24
Adjust rustc_mir::interpret to changes in `Allocation`/`Memory` methods
Oliver Scherer
-76
/
+146
2018-11-24
Move some byte and scalar accessors from `Memory` to `Allocation`
Oliver Scherer
-197
/
+200
2018-11-24
Fiddle a `HasDataLayout` through the allocation methods
Oliver Scherer
-19
/
+41
2018-11-24
Access `self` instead of `alloc`
Oliver Scherer
-30
/
+14
2018-11-24
Adjust generics to `Allocation` parameters
Oliver Scherer
-9
/
+9
2018-11-24
Move alignment and bounds check from `Memory` to `Allocation`
Oliver Scherer
-42
/
+45
2018-11-24
Move undef mask methods from `Memory` to `Allocation`
Oliver Scherer
-29
/
+33
2018-11-24
Move relocation methods from `Memory` to `Allocation`
Oliver Scherer
-73
/
+73
2018-11-24
Preliminary code adjustment to let the compiler complain about missing methods
Oliver Scherer
-4
/
+4
2018-11-24
Move some methods from `Memory` to `Allocation`
Oliver Scherer
-84
/
+84
2018-11-24
Source sidebar improvements
Guillaume Gomez
-60
/
+86
2018-11-24
Add source file sidebar
Guillaume Gomez
-63
/
+384
2018-11-24
Fix NLL ui test
scalexm
-2
/
+2
2018-11-24
Fix `ChalkInferenceContext::into_hh_goal`
scalexm
-1
/
+4
2018-11-24
Implement some instantiate / canonical routines
scalexm
-52
/
+113
2018-11-24
Move `BoundTy` debruijn index to the `TyKind` enum variant
scalexm
-56
/
+57
2018-11-24
Instantiate all bound vars universally
scalexm
-25
/
+36
2018-11-24
Handle placeholder types in canonicalization
scalexm
-21
/
+85
2018-11-24
Add `HAS_TY_PLACEHOLDER` flag
scalexm
-5
/
+15
2018-11-24
Rename some occurences of `skol` to `placeholder`
scalexm
-14
/
+14
2018-11-24
Introduce `TyKind::Placeholder` variant
scalexm
-13
/
+46
2018-11-24
Distinguish between placeholder kinds
scalexm
-26
/
+44
2018-11-23
Reword EOF in macro arm message
Esteban Küber
-4
/
+7
2018-11-23
Fix proc-macro test after internal API change
Esteban Küber
-2
/
+2
2018-11-23
Keep label on moved spans and point at macro invocation on parse error
Esteban Küber
-15
/
+40
2018-11-23
Point at macro arm when it doesn't expand to an expression
Esteban Küber
-3
/
+10
2018-11-23
Reword incorrect macro invocation primary label
Esteban Küber
-45
/
+57
2018-11-23
Add label when replacing primary DUMMY_SP in macro expansion
Esteban Küber
-1
/
+2
2018-11-23
Point at end of macro arm when encountering EOF
Esteban Küber
-17
/
+34
2018-11-23
use more inlining, and force some of it
Ralf Jung
-4
/
+13
2018-11-23
use MaybeUninit in core::ptr::swap_nonoverlapping_bytes
Ralf Jung
-4
/
+4
2018-11-23
use MaybeUninit in core::ptr::swap
Ralf Jung
-8
/
+5
2018-11-23
use MaybeUninit in core::ptr::{read,read_unaligned}
Ralf Jung
-7
/
+7
2018-11-23
use MaybeUninit in core::slice::rotate
Ralf Jung
-9
/
+3
2018-11-23
use MaybeUninit in core::slice::sort
Ralf Jung
-7
/
+7
2018-11-23
use MaybeUninit in core::fmt
Ralf Jung
-13
/
+14
2018-11-23
Merge branch 'master' into frewsxcv-dyn
Corey Farwell
-4646
/
+1834
2018-11-24
Rollup merge of #56168 - sfackler:raw-entry-tracking, r=kennytm
kennytm
-38
/
+38
2018-11-24
Rollup merge of #56162 - adrianheine:patch-1, r=withoutboats
kennytm
-4
/
+2
2018-11-24
Rollup merge of #56154 - petrhosek:fuchsia-linker-args, r=alexcrichton
kennytm
-5
/
+24
2018-11-24
Rollup merge of #56120 - SergioBenitez:subspan, r=alexcrichton
kennytm
-1
/
+228
2018-11-24
Rollup merge of #56116 - alexcrichton:tarball-calng, r=kennytm
kennytm
-0
/
+1
[prev]
[next]