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-12-12
Replace `FileSearch::for_each_lib_search_path` with `search_paths`.
Nicholas Nethercote
-32
/
+22
2018-12-12
Avoid regenerating the `Vec<PathBuf>` in `FileSearch::search()`.
Nicholas Nethercote
-25
/
+42
2018-12-12
Introduce `SearchPath` and replace `SearchPaths` with `Vec<SearchPath>`.
Nicholas Nethercote
-94
/
+79
2018-12-12
Remove `Session::sysroot()`.
Nicholas Nethercote
-22
/
+12
2018-12-12
Avoid a useless `FxHashSet::insert` in `FileSearch::for_each_lib_search_path`.
Nicholas Nethercote
-2
/
+0
2018-12-11
Add missing urls in ffi module docs
Guillaume Gomez
-13
/
+15
2018-12-12
Documentation for impl From for AtomicBool and other Atomic types
Son
-2
/
+15
2018-12-12
XXX: SymbolIndex
Nicholas Nethercote
-22
/
+46
2018-12-12
Use a `newtype_index!` within `Symbol`.
Nicholas Nethercote
-22
/
+46
2018-12-11
Remove unneeded extra chars to reduce search-index size
Guillaume Gomez
-1
/
+5
2018-12-11
Use iterators instead of raw offsets in Windows argument parser
Michael Howell
-49
/
+45
2018-12-11
fix rust-lang/rust issue #50583
Piers Finlayson
-2
/
+2
2018-12-11
Auto merge of #53497 - fukatani:test-debuginfo-function-call, r=tromey
bors
-0
/
+52
2018-12-11
miri: use backtrace crate printing instead of rolling our own
Ralf Jung
-40
/
+4
2018-12-11
Always set the RDRAND and RDSEED features on SGX
Jethro Beekman
-0
/
+1
2018-12-11
Test capacity of ZST vector
Konrad Borowski
-0
/
+5
2018-12-11
Auto merge of #56243 - RalfJung:test-deterministic, r=alexcrichton
bors
-16
/
+28
2018-12-11
Add function call test, Update gdb and test docker image install gdb by ppa.
Unknown
-0
/
+52
2018-12-11
Update tests
varkor
-6
/
+6
2018-12-11
Add a FIXME for mir build unreachable destination checking
varkor
-6
/
+8
2018-12-11
Add a mir-opt test
varkor
-0
/
+37
2018-12-11
Restore old match behaviour
varkor
-4
/
+32
2018-12-11
Consider privacy in more locations
varkor
-17
/
+18
2018-12-11
Fix some misbehaving tests
varkor
-3
/
+5
2018-12-11
Make liveness analysis respect privacy
varkor
-4
/
+7
2018-12-11
Add privately uninhabited dead code test
varkor
-0
/
+19
2018-12-11
Update ub-uninhabit tests
varkor
-7
/
+7
2018-12-11
Address unused variables warning with TcpStream
varkor
-0
/
+3
2018-12-11
Add note on nonzero-sized uninhabited types
varkor
-1
/
+2
2018-12-11
Improve `conservative_is_uninhabited` comment
varkor
-3
/
+7
2018-12-11
Use unions for uninhabitedness checking rather than mem::transmute
varkor
-26
/
+18
2018-12-11
conservative_is_uninhabited implies abi.is_uninhabited
varkor
-4
/
+10
2018-12-11
Nonempty arrays of uninhabited arrays are Abi::Uninhabited
varkor
-1
/
+7
2018-12-11
Update const eval uninhabited messages
varkor
-5
/
+7
2018-12-11
Fix handling of divergent dicriminants
varkor
-1
/
+0
2018-12-11
Fix Ref inhabitedness comment
varkor
-4
/
+3
2018-12-11
Address comments
varkor
-1
/
+5
2018-12-11
Update uninhabited matches tests
varkor
-27
/
+3
2018-12-11
Make uninhabitedness checking more intelligent
varkor
-9
/
+35
2018-12-11
Check for uninhabitedness instead of never
varkor
-60
/
+26
2018-12-11
Fix irrefutable matches on integer ranges
varkor
-1
/
+41
2018-12-11
use an enum instead of bool
Ralf Jung
-12
/
+17
2018-12-11
Properly stage new feature gates
Oliver Scherer
-1
/
+1
2018-12-11
Remove env_alloca hack
Nikita Popov
-30
/
+2
2018-12-11
Remove some dead code from `sgx`
Oliver Scherer
-15
/
+0
2018-12-11
Remove unnecessary feature gates from const fns
Oliver Scherer
-11
/
+1
2018-12-11
Make `const unsafe fn` bodies `unsafe`
Oliver Scherer
-131
/
+33
2018-12-11
Auto merge of #56703 - alexcrichton:fix-tools, r=Mark-Simulacrum
bors
-2
/
+3
2018-12-11
Diagnostics improvement!
Oliver Scherer
-1
/
+2
2018-12-11
Typo
Alexis Beingessner
-1
/
+1
[prev]
[next]