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-25
Typo
Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer
-1
/
+1
2018-11-25
accept undef in raw pointers, for consistency with integers
Ralf Jung
-6
/
+10
2018-11-25
machine hooks for stack push and pop, frame machine data
Ralf Jung
-8
/
+49
2018-11-25
make memory allocation hook infallible
Ralf Jung
-4
/
+4
2018-11-25
pass MemoryExtra to find_foreign_static and adjust_static_allocation; they mi...
Ralf Jung
-14
/
+20
2018-11-25
bring back MemoryExtra
Ralf Jung
-107
/
+179
2018-11-25
Stabilize the int_to_from_bytes feature
Simon Sapin
-38
/
+14
2018-11-25
Remove `OpenSnapshot` and `CommittedSnapshot` markers from `RegionConstraintC...
Nicholas Nethercote
-42
/
+32
2018-11-25
Remove `OpenSnapshot` and `CommittedSnapshot` markers from `SnapshotMap`.
Nicholas Nethercote
-34
/
+25
2018-11-25
Introduce `in_snapshot` and `assert_open_snapshot` methods.
Nicholas Nethercote
-7
/
+14
2018-11-25
Make `commit` and `rollback_to` methods take ownership of the snapshots.
Nicholas Nethercote
-12
/
+12
2018-11-25
Replace a `.truncate(0)` call with `.clear()`.
Nicholas Nethercote
-1
/
+1
2018-11-25
Rename `UndoLogEntry` as `UndoLog`.
Nicholas Nethercote
-6
/
+6
2018-11-25
Remove `insert_noop`.
Nicholas Nethercote
-16
/
+6
2018-11-25
Update to `ena` 0.11.0.
Nicholas Nethercote
-1
/
+1
2018-11-25
Auto merge of #55921 - scalexm:placeholders, r=nikomatsakis
bors
-212
/
+414
2018-11-25
Auto merge of #55959 - matthewjasper:remove-end-region, r=nikomatsakis
bors
-1560
/
+207
2018-11-24
[Windows] Work around non-monotonic clocks in the self-profiler
Wesley Wiser
-2
/
+15
2018-11-24
Suggest correct enum variant on typo
Esteban Küber
-7
/
+68
2018-11-24
Try to work around #53332 in `src/test/run-pass/rustc-rust-log.rs`
scalexm
-0
/
+1
2018-11-24
Add test for source files feature
Guillaume Gomez
-0
/
+15
2018-11-24
Don't show file sidebar by default
Guillaume Gomez
-6
/
+6
2018-11-24
Rebase fallout
Oliver Scherer
-20
/
+49
2018-11-24
update miri submodule
Oliver Scherer
-0
/
+0
2018-11-24
Explain why vtable generation needs no alignment checks
Oliver Scherer
-0
/
+3
2018-11-24
Factor out mplace offsetting into its own method
Oliver Scherer
-22
/
+31
2018-11-24
Document `Allocation`
Oliver Scherer
-2
/
+17
2018-11-24
tidy
Oliver Scherer
-1
/
+2
2018-11-24
Array and slice projections need to update the place alignment
Oliver Scherer
-8
/
+11
2018-11-24
comment nit
Ralf Jung
-1
/
+1
2018-11-24
Use correct alignment checks for scalars and zsts, too
Oliver Scherer
-2
/
+2
2018-11-24
Use correct alignment for fat pointer extra part
Oliver Scherer
-1
/
+1
2018-11-24
Explain {read,write}_scalar failure to cope with zsts
Oliver Scherer
-0
/
+10
2018-11-24
Move alignment checks out of `Allocation`
Oliver Scherer
-85
/
+43
2018-11-24
Explain early abort legality
Oliver Scherer
-0
/
+1
2018-11-24
Rebase fallout
Oliver Scherer
-1
/
+1
2018-11-24
Clean up array/slice of primitive validation
Oliver Scherer
-13
/
+26
2018-11-24
Update miri submodule
Oliver Scherer
-6
/
+0
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
[prev]
[next]