about summary refs log tree commit diff
path: root/src/librustc_codegen_ssa
AgeCommit message (Expand)AuthorLines
2019-01-28Auto merge of #55704 - Nemo157:pinned-generators, r=Zoxcbors-0/+7
2019-01-27Update generator upvar debug infoWim Looman-0/+7
2019-01-27`ConstValue::ScalarPair` only needs to represent slicesOliver Scherer-8/+4
2019-01-27Create `nvptx64-nvidia-cuda` target specificationDenys Zariaiev-0/+126
2019-01-26Auto merge of #55641 - nagisa:optimize-attr, r=pnkfelixbors-5/+40
2019-01-25Rollup merge of #57865 - Aaron1011:fix/debug-ice, r=estebankMazdak Farrokhzad-4/+4
2019-01-24Auto merge of #57879 - Centril:rollup, r=Centrilbors-4/+0
2019-01-24Implement optimize(size) and optimize(speed)Simonas Kazlauskas-5/+40
2019-01-24Rollup merge of #57861 - pepyakin:wasm-dont-export-table, r=alexcrichtonMazdak Farrokhzad-3/+0
2019-01-24Remove quote_*! macros and associated APIsMark Simulacrum-1/+0
2019-01-23Don't ICE when logging unusual typesAaron Hill-4/+4
2019-01-23Don't export table by default in wasmSergey Pepyakin-3/+0
2019-01-22Get rid of the fake stack frameOliver Scherer-1/+0
2019-01-19Rollup merge of #57573 - Xanewok:querify-entry-fn, r=ZoxcMazdak Farrokhzad-6/+4
2019-01-19Rollup merge of #57268 - peterhj:peterhj-optmergefunc, r=nagisaMazdak Farrokhzad-2/+19
2019-01-15Querify entry_fnIgor Matuszewski-6/+4
2019-01-13Querify local plugin_registrar_fnIgor Matuszewski-3/+2
2019-01-13Querify local proc_macro_decls_staticIgor Matuszewski-3/+2
2019-01-13Rollup merge of #57337 - alexcrichton:prioritize-another, r=fitzgenMazdak Farrokhzad-60/+62
2019-01-05Add a target option "merge-functions" taking values in ("disabled",Peter Jin-2/+19
2019-01-05Auto merge of #57145 - RalfJung:panic-if-uninhabited, r=alexcrichtonbors-46/+50
2019-01-05Auto merge of #56837 - arielb1:nonprincipal-trait-objects, r=nikomatsakisbors-4/+11
2019-01-04rustc: Place wasm linker args first instead of lastAlex Crichton-60/+62
2019-01-04add support for principal-less trait object typesAriel Ben-Yehuda-4/+11
2019-01-01`<&'tcx ty::Const as Deref>::deref`Oliver Scherer-4/+4
2019-01-01Add `unwrap_usize` to `LazyConst`, tooOliver Scherer-3/+3
2019-01-01Move the `Unevaluated` constant arm upwards in the type structureOliver Scherer-9/+8
2018-12-27use a better way to get at the type parameterRalf Jung-6/+1
2018-12-27panic when calling MaybeUninhabited::into_inner on uninhabited typeRalf Jung-46/+55
2018-12-25Remove licensesMark Rousskov-379/+0
2018-12-24Rollup merge of #57074 - Zoxc:pq-rec-limits, r=oli-obkMazdak Farrokhzad-0/+2
2018-12-23Fix recursion limitsJohn Kåre Alsaker-0/+2
2018-12-21Fix alignment for array indexingNikita Popov-3/+13
2018-12-18treat ref-to-raw cast like a reborrow: do a special kind of retagRalf Jung-1/+0
2018-12-17Auto merge of #56642 - nikic:llvm-6, r=alexcrichtonbors-25/+2
2018-12-14Rollup merge of #56562 - pnkfelix:issue-55465-update-libc-version, r=alexcric...kennytm-1/+1
2018-12-14Auto merge of #56351 - davidtwco:issue-55396-stabilize-linker-flavor, r=nagisabors-5/+1
2018-12-13Stabilize `linker-flavor` flag.David Wood-5/+1
2018-12-12Increase required version for crates.io `libc` to get fix from PR rust-lang/l...Felix S. Klock II-1/+1
2018-12-12Remove `Session::sysroot()`.Nicholas Nethercote-2/+1
2018-12-11Remove env_alloca hackNikita Popov-25/+2
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-16/+16
2018-12-07Auto merge of #56502 - Zoxc:hir-func, r=eddybbors-11/+11
2018-12-07Auto merge of #56487 - nikic:discard-modules-earlier, r=alexcrichtonbors-94/+139
2018-12-06Use a function to access the Hir map to be able to turn it into a query laterJohn Kåre Alsaker-11/+11
2018-12-06Rollup merge of #56500 - ljedrz:cleanup_rest_of_const_lifetimes, r=zackmdavisPietro Albini-1/+1
2018-12-04Serialize modules into ThinBuffer after initial optimizationNikita Popov-16/+24
2018-12-04Remove unnecessary parts of run_fat_lto signatureNikita Popov-4/+5
2018-12-04Separate out methods for running thin and fat LTONikita Popov-8/+14
2018-12-04Separate codepaths for fat and thin LTO in write.rsNikita Popov-27/+56