about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-04-09Auto merge of #41084 - QuietMisdreavus:rustdoc-format-redux, r=frewsxcxv,Guil...bors-133/+137
2017-04-09merge with master to pick up pulldown switchQuietMisdreavus-37071/+28647
2017-04-09Auto merge of #40829 - mgattozzi:ChildStderr, r=steveklabnikbors-2/+3
2017-04-09Auto merge of #40658 - eddyb:lay-more-out, r=arielb1bors-1819/+1442
2017-04-09rustc_trans: use ty::layout for ABI computation instead of LLVM types.Eduard-Mihai Burtescu-1672/+992
2017-04-09Auto merge of #41095 - clarcharr:as_extras, r=alexcrichtonbors-0/+15
2017-04-09Auto merge of #41163 - nagisa:ldflags-llvm-config, r=alexcrichtonbors-0/+3
2017-04-09Auto merge of #41154 - bluss:slice-rfind, r=alexcrichtonbors-0/+27
2017-04-08Auto merge of #41092 - jonhoo:std-fence-intrinsics, r=alexcrichtonbors-0/+148
2017-04-08rustc: add some abstractions to ty::layout for a more concise API.Eduard-Mihai Burtescu-80/+188
2017-04-08rustc_trans: avoid sizing_type_of everywhere possible.Eduard-Mihai Burtescu-82/+53
2017-04-08rustc: add a TyLayout helper for type-related layout queries.Eduard-Mihai Burtescu-13/+237
2017-04-08Auto merge of #41148 - arielb1:dead-unwind, r=nagisabors-38/+174
2017-04-08borrowck::mir::dataflow: ignore unwind edges of empty dropsAriel Ben-Yehuda-38/+174
2017-04-08Address @parched's commentsJon Gjengset-8/+3
2017-04-08Specify type libraries for llvm-config --ldflagsSimonas Kazlauskas-0/+3
2017-04-08Auto merge of #41055 - Archytaus:compile-fail/const-match-pattern-arm, r=arielb1bors-12/+33
2017-04-08Auto merge of #40887 - estebank:ty-placeholder, r=petrochenkovbors-5/+113
2017-04-08Auto merge of #40775 - estebank:variant-as-type, r=petrochenkovbors-0/+99
2017-04-08Rollup merge of #41152 - cuviper:bootstrap-armv7, r=japaricTim Neumann-2/+2
2017-04-08Rollup merge of #41146 - est31:master, r=nrcTim Neumann-1/+1
2017-04-08Rollup merge of #41143 - stjepang:optimize-bool-fetch-nand, r=nagisaTim Neumann-11/+23
2017-04-08Rollup merge of #41135 - japaric:unstable-docs, r=steveklabnikTim Neumann-4/+123
2017-04-08Auto merge of #41147 - aidanhs:aphs-fix-appveyor-cache, r=TimNNbors-1/+3
2017-04-08slice: Implement .rfind() for slice iterators Iter and IterMutUlrik Sverdrup-0/+27
2017-04-07Move tests from ui to cfailEsteban Küber-118/+67
2017-04-07bootstrap.py: fix armv7 detectionJosh Stone-2/+2
2017-04-07Merge branch 'master' into ty-placeholderEsteban Küber-3318/+7291
2017-04-07Add as_c_str.Clar Charr-0/+15
2017-04-07Disable errexit for sanity checking git repoAidan Hobson Sayers-1/+3
2017-04-07pub(restricted) didn't make it into 1.17est31-1/+1
2017-04-07Replace compare_exchange with swapStjepan Glavina-8/+3
2017-04-07Optimize AtomicBool::fetch_nandStjepan Glavina-10/+27
2017-04-07Auto merge of #41138 - frewsxcv:rollup, r=frewsxcvbors-194/+342
2017-04-07change the format of the linked issue numberJorge Aparicio-2/+3
2017-04-07Rollup merge of #41131 - euclio:collapse-animation, r=GuillaumeGomezCorey Farwell-4/+11
2017-04-07Rollup merge of #41130 - petrhosek:fuchsia-ci-upstream, r=alexcrichtonCorey Farwell-12/+64
2017-04-07Rollup merge of #41120 - clarcharr:c_str_transmute, r=alexcrichtonCorey Farwell-2/+3
2017-04-07Rollup merge of #41080 - cuviper:generic-powerpc, r=alexcrichtonCorey Farwell-10/+5
2017-04-07Rollup merge of #41075 - aidanhs:aphs-enable-appveyor-cache, r=alexcrichtonCorey Farwell-2/+13
2017-04-07Rollup merge of #41061 - arielb1:parent-lock, r=eddybCorey Farwell-6/+55
2017-04-07Rollup merge of #41056 - michaelwoerister:central-defpath-hashes, r=nikomatsakisCorey Farwell-131/+161
2017-04-07Rollup merge of #41047 - cuviper:src_is_git, r=alexcrichtonCorey Farwell-24/+27
2017-04-07Rollup merge of #40797 - GAJaloyan:patch-1, r=arielb1Corey Farwell-3/+3
2017-04-07Mention interrupts and green threadsJon Gjengset-1/+6
2017-04-07rustdoc needs space after # to ignoreJon Gjengset-6/+6
2017-04-07Auto merge of #40971 - malbarbo:android-emulator-64, r=alexcrichtonbors-4/+6
2017-04-07SVH: Don't hash the HIR twice when once is enough.Michael Woerister-1/+9
2017-04-07ICH: Centrally compute and cache DefPath hashes as part of DefPathTable.Michael Woerister-130/+152
2017-04-07Auto merge of #40873 - cramertj:on-demandify-queries, r=nikomatsakisbors-3/+27