about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-12-12Replace `FileSearch::for_each_lib_search_path` with `search_paths`.Nicholas Nethercote-32/+22
2018-12-12Avoid regenerating the `Vec<PathBuf>` in `FileSearch::search()`.Nicholas Nethercote-25/+42
2018-12-12Introduce `SearchPath` and replace `SearchPaths` with `Vec<SearchPath>`.Nicholas Nethercote-94/+79
2018-12-12Remove `Session::sysroot()`.Nicholas Nethercote-22/+12
2018-12-12Avoid a useless `FxHashSet::insert` in `FileSearch::for_each_lib_search_path`.Nicholas Nethercote-2/+0
2018-12-11Add missing urls in ffi module docsGuillaume Gomez-13/+15
2018-12-12Documentation for impl From for AtomicBool and other Atomic typesSon-2/+15
2018-12-12XXX: SymbolIndexNicholas Nethercote-22/+46
2018-12-12Use a `newtype_index!` within `Symbol`.Nicholas Nethercote-22/+46
2018-12-11Remove unneeded extra chars to reduce search-index sizeGuillaume Gomez-1/+5
2018-12-11Use iterators instead of raw offsets in Windows argument parserMichael Howell-49/+45
2018-12-11fix rust-lang/rust issue #50583Piers Finlayson-2/+2
2018-12-11Auto merge of #53497 - fukatani:test-debuginfo-function-call, r=tromeybors-0/+52
2018-12-11miri: use backtrace crate printing instead of rolling our ownRalf Jung-40/+4
2018-12-11Always set the RDRAND and RDSEED features on SGXJethro Beekman-0/+1
2018-12-11Test capacity of ZST vectorKonrad Borowski-0/+5
2018-12-11Auto merge of #56243 - RalfJung:test-deterministic, r=alexcrichtonbors-16/+28
2018-12-11Add function call test, Update gdb and test docker image install gdb by ppa.Unknown-0/+52
2018-12-11Update testsvarkor-6/+6
2018-12-11Add a FIXME for mir build unreachable destination checkingvarkor-6/+8
2018-12-11Add a mir-opt testvarkor-0/+37
2018-12-11Restore old match behaviourvarkor-4/+32
2018-12-11Consider privacy in more locationsvarkor-17/+18
2018-12-11Fix some misbehaving testsvarkor-3/+5
2018-12-11Make liveness analysis respect privacyvarkor-4/+7
2018-12-11Add privately uninhabited dead code testvarkor-0/+19
2018-12-11Update ub-uninhabit testsvarkor-7/+7
2018-12-11Address unused variables warning with TcpStreamvarkor-0/+3
2018-12-11Add note on nonzero-sized uninhabited typesvarkor-1/+2
2018-12-11Improve `conservative_is_uninhabited` commentvarkor-3/+7
2018-12-11Use unions for uninhabitedness checking rather than mem::transmutevarkor-26/+18
2018-12-11conservative_is_uninhabited implies abi.is_uninhabitedvarkor-4/+10
2018-12-11Nonempty arrays of uninhabited arrays are Abi::Uninhabitedvarkor-1/+7
2018-12-11Update const eval uninhabited messagesvarkor-5/+7
2018-12-11Fix handling of divergent dicriminantsvarkor-1/+0
2018-12-11Fix Ref inhabitedness commentvarkor-4/+3
2018-12-11Address commentsvarkor-1/+5
2018-12-11Update uninhabited matches testsvarkor-27/+3
2018-12-11Make uninhabitedness checking more intelligentvarkor-9/+35
2018-12-11Check for uninhabitedness instead of nevervarkor-60/+26
2018-12-11Fix irrefutable matches on integer rangesvarkor-1/+41
2018-12-11use an enum instead of boolRalf Jung-12/+17
2018-12-11Properly stage new feature gatesOliver Scherer-1/+1
2018-12-11Remove env_alloca hackNikita Popov-30/+2
2018-12-11Remove some dead code from `sgx`Oliver Scherer-15/+0
2018-12-11Remove unnecessary feature gates from const fnsOliver Scherer-11/+1
2018-12-11Make `const unsafe fn` bodies `unsafe`Oliver Scherer-131/+33
2018-12-11Auto merge of #56703 - alexcrichton:fix-tools, r=Mark-Simulacrumbors-2/+3
2018-12-11Diagnostics improvement!Oliver Scherer-1/+2
2018-12-11TypoAlexis Beingessner-1/+1