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-10-26
Rollup merge of #65806 - fusion-engineering-forks:slice-ptr-range, r=Centril
Yuki Okushi
-1
/
+81
2019-10-26
Rollup merge of #65800 - michaelwoerister:measureme-0.4.0, r=wesleywiser
Yuki Okushi
-100
/
+30
2019-10-26
Rollup merge of #65799 - LukasKalbertodt:fill-array-value-iter-tracking-issue...
Yuki Okushi
-11
/
+11
2019-10-26
Rollup merge of #65749 - Centril:insurance-policy, r=RalfJung
Yuki Okushi
-1
/
+5
2019-10-25
rustc: replace a few `.cloned()` with `.copied()`.
Eduard-Mihai Burtescu
-3
/
+3
2019-10-25
rustc: make DefPathData (and friends) Copy (now that it uses Symbol).
Eduard-Mihai Burtescu
-5
/
+5
2019-10-25
Fix inverted check in EFIAPI
roblabla
-1
/
+1
2019-10-25
Fix EFIABI test
roblabla
-12
/
+21
2019-10-25
Fix slice::as_ptr_range doctest.
Mara Bos
-7
/
+10
2019-10-25
Take out an insurance policy in case `iter.size_hint()`
Mazdak Farrokhzad
-1
/
+5
2019-10-25
Add {String,Vec}::into_raw_parts
Jake Goulding
-0
/
+73
2019-10-25
Use ManuallyDrop in examples for {Vec,String}::from_raw_parts
Jake Goulding
-12
/
+14
2019-10-25
Remove unneeded pointer casting
Jake Goulding
-6
/
+6
2019-10-25
ci: fix tidy
Pietro Albini
-0
/
+1
2019-10-25
ci: set MSYS_BITS environment variable for all windows builders
Pietro Albini
-0
/
+2
2019-10-25
ci: fix installation condition for MinGW
Pietro Albini
-5
/
+5
2019-10-25
ci: split install-msys2 step into two separate scripts
Pietro Albini
-14
/
+32
2019-10-25
only relevant parts of type paths highlighted in E0308 type mismatch error me...
Kevyn Grasso
-7
/
+42
2019-10-25
ci: fix wrong path being set in install-msys2.sh
Pietro Albini
-1
/
+1
2019-10-25
ci: fix innosetup installation
Pietro Albini
-1
/
+1
2019-10-25
ci: reuse the mirrors base url from shared.sh in scripts
Pietro Albini
-7
/
+5
2019-10-25
ci: fix tidy
Pietro Albini
-5
/
+10
2019-10-25
ci: cleanup platform detection
Pietro Albini
-6
/
+6
2019-10-25
ci: use shared.sh in scripts/install-awscli.sh
Pietro Albini
-1
/
+3
2019-10-25
ci: extract verifying line endings into a script
Pietro Albini
-21
/
+29
2019-10-25
ci: extract checking out submodules into a script
Pietro Albini
-11
/
+22
2019-10-25
ci: extract enabling ipv6 on docker into a script
Pietro Albini
-9
/
+19
2019-10-25
ci: extract installing ninja into a script
Pietro Albini
-14
/
+21
2019-10-25
ci: extract installing mingw into a script
Pietro Albini
-40
/
+51
2019-10-25
ci: extract installing msys2 into a script
Pietro Albini
-52
/
+47
2019-10-25
forgot pushfq/popqfq: fixed
Raoul Strackx
-0
/
+2
2019-10-25
ci: extract disabling git crlf handling into a script
Pietro Albini
-5
/
+20
2019-10-25
ci: extract parts of windows-build-deps into scripts
Pietro Albini
-35
/
+68
2019-10-25
ci: extract switching xcode into a script
Pietro Albini
-8
/
+18
2019-10-25
ci: extract installing clang into a script
Pietro Albini
-47
/
+58
2019-10-25
ci: extract installing sccache into a script
Pietro Albini
-22
/
+46
2019-10-25
ci: extract dumping the environment into a script
Pietro Albini
-10
/
+21
2019-10-25
ci: move install-awscli.sh into scripts/
Pietro Albini
-1
/
+1
2019-10-25
Explain why pointer::add in slice::as_ptr_range is safe.
Mara Bos
-0
/
+18
2019-10-25
cleaning up code
Raoul Strackx
-9
/
+4
2019-10-25
removed unnecessary push
Raoul Strackx
-1
/
+0
2019-10-25
Add new EFIAPI ABI
roblabla
-72
/
+182
2019-10-25
Update test output.
Felix S. Klock II
-2
/
+2
2019-10-25
Review feedback: elaborated comments.
Felix S. Klock II
-5
/
+21
2019-10-25
Migrate from `#[structural_match]` attribute a lang-item trait.
Felix S. Klock II
-172
/
+508
2019-10-25
Add slice_ptr_range tracking issue number.
Mara Bos
-2
/
+2
2019-10-25
Add [T]::as_ptr_range() and [T]::as_mut_ptr_range().
Mara Bos
-1
/
+60
2019-10-25
Improve help popup detection
Guillaume Gomez
-3
/
+4
2019-10-25
Rollup merge of #65790 - Centril:move-report-invalid, r=davidtwco
Mazdak Farrokhzad
-19
/
+20
2019-10-25
Rollup merge of #65789 - Centril:with-desugared-doc, r=davidtwco
Mazdak Farrokhzad
-31
/
+31
[prev]
[next]