summary refs log tree commit diff
path: root/src/librustc_trans
AgeCommit message (Expand)AuthorLines
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-238/+238
2015-02-18Round 1 fixes and rebase conflictsAlex Crichton-1/+1
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-238/+238
2015-02-18rollup merge of #22497: nikomatsakis/suffixesAlex Crichton-6/+7
2015-02-18rollup merge of #22482: alexcrichton/cstr-changesAlex Crichton-68/+69
2015-02-18rollup merge of #22480: alexcrichton/hashv3Alex Crichton-1/+0
2015-02-18rollup merge of #22438: dotdash/iter_vec_loopAlex Crichton-37/+14
2015-02-18rollup merge of #22437: dotdash/fix_array_typeAlex Crichton-30/+11
2015-02-18rollup merge of #22436: nikomatsakis/issue-22246-bound-lifetimes-of-assoc-typesAlex Crichton-8/+4
2015-02-18rollup merge of #22287: Ryman/purge_carthographersAlex Crichton-4/+4
2015-02-18std: Implement CString-related RFCsAlex Crichton-68/+69
2015-02-18Move `tcx` from `Typer` into `ClosureTyper`Niko Matsakis-4/+0
2015-02-18Replace `assert_no_late_bound_regions` withNiko Matsakis-4/+4
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-1/+0
2015-02-18Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.Niko Matsakis-7/+7
2015-02-18 Manual merge of #22475 - alexcrichton:rollup, r=alexcrichtonHuon Wilson-4/+16
2015-02-17Test fixes and rebase conflictsAlex Crichton-1/+1
2015-02-17rollup merge of #22459: alexcrichton/feature-namesAlex Crichton-2/+2
2015-02-18Remove usage of .map(|&foo| foo)Kevin Butler-1/+1
2015-02-18Opt for .cloned() over .map(|x| x.clone()) etc.Kevin Butler-3/+3
2015-02-17std: Rename io/path features with old_ prefixAlex Crichton-2/+2
2015-02-17Auto merge of #21774 - ejjeong:enable-test-for-android, r=alexcrichtonbors-1/+3
2015-02-17Rollup merge of #22385 - dotdash:slice_by_val_copy, r=nikomatsakisManish Goregaokar-1/+13
2015-02-17Use the right array type in trans_slice_vecBjörn Steinbrink-30/+11
2015-02-17Simplify the codegen in iter_vec_loopBjörn Steinbrink-37/+14
2015-02-17Rollup merge of #22366 - dotdash:ret_adjust, r=alexcrichtonManish Goregaokar-1/+1
2015-02-16rustc_trans: use internal linkage instead of private to work around linker bugs.Eduard Burtescu-2/+2
2015-02-16rustc_trans: correctly round up the largest variant to the enum's alignment.Eduard Burtescu-12/+8
2015-02-16rustc_trans: promote constant rvalues in functions as an optimization.Eduard Burtescu-754/+795
2015-02-16rustc: teach const_eval more about types.Eduard Burtescu-4/+3
2015-02-16Lower the default dwarf version for androidEunji Jeong-1/+3
2015-02-16Fix misoptimizations when matching against strings/slicesBjörn Steinbrink-1/+13
2015-02-15Fix rollup (remove slicing_syntax)Manish Goregaokar-1/+1
2015-02-15Rollup merge of #22278 - nikomatsakis:rustc-error, r=nikomatsakisManish Goregaokar-0/+8
2015-02-15Apply adjustments to the retslot type in trans_retBjörn Steinbrink-1/+1
2015-02-15Auto merge of #22126 - steveklabnik:gh21281, r=nikomatsakisbors-240/+215
2015-02-14remove extra mod doc;sSteve Klabnik-1/+0
2015-02-14Auto merge of #22158 - Kimundi:the_lonely_uppercase_keyword, r=pnkfelixbors-2/+2
2015-02-13Add `#[rustc_error]` annotation, which causes trans to signal an errorNiko Matsakis-0/+8
2015-02-12Made `Self` a keyword.Marvin Löbel-2/+2
2015-02-11rollup merge of #22188: alexcrichton/envv2Alex Crichton-1/+1
2015-02-11rollup merge of #22150: nagisa/de-perm-frostAlex Crichton-4/+7
2015-02-11std: Tweak the std::env OsString/String interfaceAlex Crichton-1/+1
2015-02-11Auto merge of #21972 - pnkfelix:new-dtor-semantics-6, r=nikomatsakisbors-6/+11
2015-02-11Opt into new `box_patterns` feature gate in various crates.Felix S. Klock II-0/+1
2015-02-11Fail nicely when copying artefacts failsSimonas Kazlauskas-4/+7
2015-02-11Added DestructionScope variant to CodeExtent, representing the areaFelix S. Klock II-6/+11
2015-02-10Move rustc docs to the bookSteve Klabnik-239/+215
2015-02-10Fix ICE when compiling "extern" rust functionsBjörn Steinbrink-5/+15
2015-02-08Auto merge of #21970 - michaelwoerister:lang-item-call-debug-locs, r=brsonbors-181/+345