about summary refs log tree commit diff
path: root/src/librustc_trans
AgeCommit message (Expand)AuthorLines
2015-01-21rollup merge of #20179: eddyb/blind-itemsAlex Crichton-114/+104
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-8/+7
2015-01-21rollup merge of #20642: michaelwoerister/sane-source-locations-pt1Alex Crichton-405/+889
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-10/+10
2015-01-21rollup merge of #21444: petrochenkov/nullAlex Crichton-2/+3
2015-01-21rollup merge of #21396: japaric/no-parens-in-rangeAlex Crichton-9/+9
2015-01-21rollup merge of #21372: arielb1/remove-the-boxAlex Crichton-381/+8
2015-01-21rollup merge of #21340: pshc/libsyntax-no-more-intsAlex Crichton-10/+10
2015-01-21rollup merge of #21333: stepancheg/trans-write-diagAlex Crichton-3/+3
2015-01-21Fallout from stabilization.Aaron Turon-8/+7
2015-01-21rustc_trans: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-114/+104
2015-01-21debuginfo: Make debuginfo source location assignment more stable (Pt. 1)Michael Woerister-405/+889
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-10/+10
2015-01-21Rollup merge of #21375 - petrochenkov:ssbsl, r=alexcrichtonBarosl LEE-1/+1
2015-01-19Auto merge of #21165 - alexcrichton:second-pass-type-id, r=aturonbors-2/+0
2015-01-20Remove onceness & bounds - they don't do anything.Ariel Ben-Yehuda-18/+1
2015-01-20Kill TraitStoreAriel Ben-Yehuda-363/+7
2015-01-19remove unnecessary parentheses from range notationJorge Aparicio-9/+9
2015-01-19Auto merge of #21269 - alexcrichton:issue-6936, r=pnkfelixbors-44/+44
2015-01-19Auto merge of #21282 - Aatch:init-memzero, r=alexcrichtonbors-5/+4
2015-01-19Replace `0 as *const/mut T` with `ptr::null/null_mut()`we-2/+3
2015-01-18std: Stabilize TypeId and tweak BoxAnyAlex Crichton-2/+0
2015-01-18Fix typedef/module name conflicts in the compilerAlex Crichton-44/+44
2015-01-19Add test to catch performance regressionsJames Miller-1/+1
2015-01-19Use `zero_mem` instead of a zerointializer for `init` intrinsicJames Miller-5/+4
2015-01-18Make output type in ast::FnDecl optionalSeo Sanghyeon-15/+11
2015-01-17libsyntax: rename functions from uint to usizePaul Collier-10/+10
2015-01-17Set allow(unstable) in crates that use unstable featuresBrian Anderson-0/+1
2015-01-18rustc: print filename if file cannot be writtenStepan Koltsov-3/+3
2015-01-17auto merge of #21233 : huonw/rust/simd-size, r=Aatchbors-113/+214
2015-01-17Remove unnecessary explicit conversions to *const Twe-1/+1
2015-01-17Feature gate SIMD in FFI, due to unknown ABIs.Huon Wilson-1/+33
2015-01-16auto merge of #21113 : alexcrichton/rust/plug-a-hole, r=brsonbors-4/+4
2015-01-16rustc: Fix a leak in dependency= pathsAlex Crichton-4/+4
2015-01-16Put vector types in regs for arm & mips FFI.Huon Wilson-3/+6
2015-01-16Support SSE with integer types in x86-64 FFI.Huon Wilson-10/+10
2015-01-16Add `Type::int_width` for retrieving integer's bit width.Huon Wilson-77/+41
2015-01-16Support SSE types in extern {} better.Huon Wilson-10/+102
2015-01-16Merge pull request #21181 from nick29581/save-fixbors-19/+36
2015-01-15rollup merge of #21197: michaelwoerister/linestablesonly-forloopAlex Crichton-31/+23
2015-01-15rollup merge of #21191: Zoxc/ltoAlex Crichton-0/+3
2015-01-15rollup merge of #21170: Diggsey/issue-21058Alex Crichton-5/+10
2015-01-15rollup merge of #21115: dotdash/iter_vecAlex Crichton-44/+6
2015-01-15rollup merge of #21107: nikomatsakis/assoc-type-ice-hunt-take-1Alex Crichton-62/+29
2015-01-15rollup merge of #21089: nikomatsakis/issue-20676-invalid-vtable-for-objectAlex Crichton-3/+14
2015-01-15rustc: implement fully qualified UFCS expressions.Eduard Burtescu-5/+11
2015-01-15syntax: add fully qualified UFCS expressions.Eduard Burtescu-7/+11
2015-01-15debuginfo: Fix ICE when compiling for-loops with lines-tables-only.Michael Woerister-31/+23
2015-01-15Disable -C lto optimizations on opt_level=0John Kåre Alsaker-0/+3
2015-01-15Allow get_tydesc intrinsic to accept unsized typesDiggory Blake-5/+10