about summary refs log tree commit diff
path: root/src/librustc_trans
AgeCommit message (Expand)AuthorLines
2015-01-26Adjust most comments and messages to not use "unboxed".Eduard Burtescu-12/+7
2015-01-26Remove dead code related to old closures.Eduard Burtescu-6/+0
2015-01-26librustc: remove unused DefUpvar field.Eduard Burtescu-4/+4
2015-01-26Remove "unboxed" attribute in code referring to new closures.Eduard Burtescu-154/+141
2015-01-25Auto merge of #21519 - michaelwoerister:misc, r=eddybbors-12/+14
2015-01-25Auto merge of #21518 - Zoxc:asm-err, r=luqmanabors-16/+25
2015-01-25Auto merge of #20373 - huonw:self-call-lint, r=luqmanabors-1/+2
2015-01-24debuginfo: Improve DWARF representation of unsized vecs and strings.Michael Woerister-12/+14
2015-01-25Add the span of the operator itself to ast::BinOp.Huon Wilson-10/+10
2015-01-24Store a method-from-trait's impl in some cases when it is known.Huon Wilson-1/+2
2015-01-22Rollup merge of #21471 - michaelwoerister:associated-types, r=alexcrichtonSteve Klabnik-1/+7
2015-01-22Better inline assembly errorsJohn Kåre Alsaker-16/+25
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-21debuginfo: Fix issue with associated types and struct fieldsMichael Woerister-1/+7
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