summary refs log tree commit diff
path: root/src/librustc_trans
AgeCommit message (Expand)AuthorLines
2015-01-08auto merge of #20760 : alexcrichton/rust/rollup, r=alexcrichtonbors-685/+686
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-9/+10
2015-01-08rollup merge of #20746: dotdash/fix_indentAlex Crichton-674/+674
2015-01-08rollup merge of #20738: brson/feature-staging2Alex Crichton-1/+1
2015-01-08rollup merge of #20736: akiss77/pr-u8-c_charAlex Crichton-1/+1
2015-01-08Remove warning from the libraries.Huon Wilson-0/+1
2015-01-08Add a warning feature gate for int/uint in types and i/u suffixes.Huon Wilson-1/+1
2015-01-08Store deprecated status of i/u-suffixed literals.Huon Wilson-9/+9
2015-01-08Restore indentation in common.rsBjörn Steinbrink-674/+674
2015-01-08Improvements to feature stagingBrian Anderson-1/+1
2015-01-08librustc::session : Make DebuggingOpts use the options! macroManish Goregaokar-2/+2
2015-01-08Fix: `libc::c_char` is not always `i8`Akos Kiss-1/+1
2015-01-07Test fixes and rebase conflictsAlex Crichton-2/+2
2015-01-07rollup merge of #20707: nikomatsakis/issue-20582Alex Crichton-17/+32
2015-01-07rollup merge of #20723: pnkfelix/feature-gate-box-syntaxAlex Crichton-0/+2
2015-01-07rollup merge of #20706: nikomatsakis/assoc-types-projections-in-structs-issue...Alex Crichton-18/+20
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-648/+645
2015-01-07Normalize associated types in `with_field_tys`Niko Matsakis-5/+7
2015-01-07Use ty::type_is_sized() so that we handle projection types properly.Niko Matsakis-3/+4
2015-01-07rollup merge of #20680: nick29581/target-wordAlex Crichton-4/+4
2015-01-07rollup merge of #20663: brson/feature-stagingAlex Crichton-0/+1
2015-01-07rollup merge of #20654: alexcrichton/stabilize-hashAlex Crichton-3/+3
2015-01-07rollup merge of #20611: simnalamburt/masterAlex Crichton-3/+5
2015-01-08Allow unknown features to bootstrap rustc with box_syntax feature.Felix S. Klock II-0/+1
2015-01-08Added `box_syntax` feature gate; added to std and rustc crates for bootstrap.Felix S. Klock II-0/+1
2015-01-07Preliminary feature stagingBrian Anderson-0/+1
2015-01-07use slicing sugarJorge Aparicio-648/+645
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-3/+3
2015-01-08Rename `target_word_size` to `target_pointer_width`Nick Cameron-4/+4
2015-01-07Better debug output in `decl_rust_fn`. The lack of output here hasNiko Matsakis-2/+11
2015-01-07Use the `erase_regions` helper within trans in deference toNiko Matsakis-3/+5
2015-01-07Rename common::normalize to common::erase_regionsNiko Matsakis-12/+16
2015-01-07Remove assertion that substitutions are erased. It'd be nice if theyNiko Matsakis-2/+0
2015-01-07Normalize associated types in various parts of `adt`Niko Matsakis-8/+9
2015-01-07Merge pull request #20674 from jbcrail/fix-misspelled-commentsbors-1/+1
2015-01-06More test fixesAlex Crichton-1/+1
2015-01-07Let `size_of` always be multiple of `min_align_of`Hyeon Kim-1/+1
2015-01-07Correct the comment of the function `llsize_of_real`Hyeon Kim-2/+4
2015-01-06Fix misspelled comments.Joseph Crail-1/+1
2015-01-06rollup merge of #20563: cmr/macro-input-future-proofingAlex Crichton-110/+110
2015-01-06rollup merge of #20615: aturon/stab-2-threadAlex Crichton-1/+1
2015-01-06rollup merge of #20645: nikomatsakis/rustbook-iceAlex Crichton-112/+234
2015-01-06Register new snapshotsAlex Crichton-22/+4
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-783/+784
2015-01-06rollup merge of #20609: cmr/memAlex Crichton-9/+9
2015-01-07falloutNick Cameron-24/+30
2015-01-06Fallout from stabilizationAaron Turon-1/+1
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-76/+77
2015-01-07Remove old slicing hacks and make new slicing workNick Cameron-39/+4
2015-01-07Replace full slice notation with index callsNick Cameron-527/+528