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-08-30
Rephrase Arc documentation changes regarding clones
Otto Rask
-4
/
+4
2018-08-30
Auto merge of #53733 - nnethercote:avoid-unroll_place, r=nikomatsakis
bors
-0
/
+8
2018-08-30
introduce Guard enum
F001
-35
/
+115
2018-08-30
Auto merge of #53685 - alexcrichton:more-keywords, r=varkor
bors
-45
/
+125
2018-08-30
Auto merge of #53479 - joshtriplett:underscore-means-unused, r=eddyb
bors
-26
/
+21
2018-08-30
Added feature attribute to example code in map_or_else doc
Isaac van Bakel
-0
/
+1
2018-08-29
Corrected type variable output T -> U in Result::map_or_else
Isaac van Bakel
-1
/
+1
2018-08-29
Corrected feature status of Result::map_or_else
Isaac van Bakel
-1
/
+1
2018-08-29
Corrected bad typing in Result::map_or_else doc
Isaac van Bakel
-2
/
+2
2018-08-29
fix some uses of pointer intrinsics with invalid pointers
Ralf Jung
-7
/
+7
2018-08-29
Prevent duplicated impl on foreign types
Guillaume Gomez
-5
/
+9
2018-08-29
build-manifest: include extensions marked as unavailable
Pietro Albini
-5
/
+1
2018-08-29
build-manifest: add instructions to test the tool locally
Pietro Albini
-1
/
+55
2018-08-29
Fix UI issues on Implementations on Foreign types
Guillaume Gomez
-0
/
+11
2018-08-29
Don't leak the file descriptor in `rand`
Tobias Bucher
-44
/
+11
2018-08-29
Auto merge of #53564 - MaloJaffre:vecdeque, r=gnzlbg
bors
-5
/
+47
2018-08-29
clarify that these are preliminary guarantees
Ralf Jung
-5
/
+4
2018-08-29
Generalize `async_idents` to all new keywords
Alex Crichton
-45
/
+125
2018-08-29
Don't emit "unused extern crate" warnings for `extern crate foo as _;`
Josh Triplett
-26
/
+21
2018-08-29
Replace usages of 'bad_style' with 'nonstandard_style'.
Corey Farwell
-52
/
+52
2018-08-29
Auto merge of #53758 - oli-obk:clippy, r=kennytm
bors
-21
/
+8
2018-08-29
Fix a comment in src/libcore/slice/mod.rs
Tobias Bucher
-6
/
+1
2018-08-29
edit docs a little
Ralf Jung
-27
/
+49
2018-08-29
Corrected feature name for map_or_else
Isaac van Bakel
-1
/
+1
2018-08-29
Add another assert
MaloJaffre
-0
/
+4
2018-08-29
Add more features to the workspace so that all tools pick up on it
Oliver Schneider
-0
/
+3
2018-08-29
Update clippy submodule
Oliver Schneider
-21
/
+5
2018-08-29
Auto merge of #53245 - michaelwoerister:thinlto-rust-llvm, r=alexcrichton
bors
-23
/
+134
2018-08-29
bootstrap: Link LLVM tools dynamically in order to save time in ThinLTO builds.
Michael Woerister
-16
/
+46
2018-08-29
Make Arc cloning mechanics clearer in module docs
Otto Rask
-4
/
+5
2018-08-29
bench: libcore: fix build failure of any.rs benchmark (use "dyn Any")
Matthias Krüger
-1
/
+1
2018-08-29
Auto merge of #53711 - arielb1:macro-table, r=michaelwoerister
bors
-31
/
+195
2018-08-29
Resolve null/ZST conflict correctly (whoops)
Dylan MacKenzie
-4
/
+3
2018-08-29
Add a list of known facts re: validity
Dylan MacKenzie
-9
/
+26
2018-08-29
You can't make an omlette without breaking a few links
Dylan MacKenzie
-1
/
+1
2018-08-29
Incorporate RalfJung's suggestions
Dylan MacKenzie
-52
/
+49
2018-08-29
Redefine range validity
Dylan MacKenzie
-30
/
+27
2018-08-29
Remove definiton of valid pointer
Dylan MacKenzie
-7
/
+14
2018-08-29
Fix off-by-one error when specifying a valid range
Dylan MacKenzie
-7
/
+7
2018-08-29
Reword module level docs re: alignment
Dylan MacKenzie
-4
/
+4
2018-08-29
Update docs for `swap_nonoverlapping`
Dylan MacKenzie
-3
/
+19
2018-08-29
Fix unused variable warning in doctest
Dylan MacKenzie
-0
/
+1
2018-08-29
Fix failing doctests
Dylan MacKenzie
-4
/
+4
2018-08-29
Mention alignment in top-level docs
Dylan MacKenzie
-5
/
+11
2018-08-29
Rewrite docs for `std::ptr`
Dylan MacKenzie
-102
/
+497
2018-08-29
audit the relocations code, and clean it up a little
Ralf Jung
-23
/
+45
2018-08-29
refactor memory access methods a bit
Ralf Jung
-40
/
+47
2018-08-29
make ptr_op finally reponsible for all ops involving pointers; make ValTy con...
Ralf Jung
-77
/
+63
2018-08-29
re-do argument passing one more time to finally be sane
Ralf Jung
-193
/
+189
2018-08-29
memory: make getting the alloc for a static an associate function for easier ...
Ralf Jung
-42
/
+42
[prev]
[next]