about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-06-05Auto merge of #34039 - ollie27:linkchecker_dirs, r=alexcrichtonbors-0/+6
2016-06-05Update reference to indicate stabilization of `deprecated` attribute.Chris Krycho-2/+1
2016-06-05Auto merge of #33905 - eddyb:mir-overflow, r=nikomatsakisbors-431/+1363
2016-06-05trans: update Luqmana's patch for generalized pair handling.Eduard Burtescu-46/+67
2016-06-05[MIR] Handle call return values that need to be casted properly.Luqman Aden-3/+65
2016-06-05trans: report as many errors as possible for constants.Eduard Burtescu-41/+107
2016-06-05trans: implement CheckedBinaryOp in mir::constant.Eduard Burtescu-70/+112
2016-06-05trans: use the same messages for both MIR and old arithmetic checks.Eduard Burtescu-27/+38
2016-06-05rustc_const_eval: track the length and index in IndexOutOfBounds.Eduard Burtescu-17/+40
2016-06-05rustc_const_eval: strings are not indexable in Rust 1.x.Eduard Burtescu-3/+0
2016-06-05rustc_const_eval: remove unused arithmetic ErrKind variants.Eduard Burtescu-12/+0
2016-06-05Respect #[rustc_inherit_overflow_checks] in mir::build and trans.Eduard Burtescu-42/+47
2016-06-05core: mark relevant functions with #[rustc_inherit_overflow_checks].Eduard Burtescu-3/+19
2016-06-05mir: report when overflow checks would be missing cross-crate.Eduard Burtescu-23/+57
2016-06-05trans: support uses of projections of immediate pairs.Eduard Burtescu-0/+37
2016-06-05trans: generalize OperandValue::FatPtr to all pairs of immediates.Eduard Burtescu-91/+238
2016-06-05Add a new Assert terminator to MIR for bounds & arithmetic checks.Eduard Burtescu-196/+305
2016-06-05Change `with_cond` to `build_cond_br`James Miller-39/+25
2016-06-05Enable the overflow-related tests for MIRJames Miller-39/+0
2016-06-05Add a `with_cond` methodJames Miller-46/+54
2016-06-05Check arithmetic in the MIRJames Miller-9/+428
2016-06-05rustc: add ReErased to be used by trait selection, MIR and trans.Eduard Burtescu-71/+92
2016-06-05Auto merge of #33999 - scottcarr:master, r=nikomatsakisbors-10/+65
2016-06-05run rustfmt on librustc_bitflags folderSrinivas Reddy Thatiparthy-2/+2
2016-06-05rustc: Try to contain prepends to PATHAlex Crichton-4/+16
2016-06-05run rustfmt on libtest folderSrinivas Reddy Thatiparthy-2/+1
2016-06-04Auto merge of #33622 - arielb1:elaborate-drops, r=nikomatsakisbors-317/+2100
2016-06-05Update LLVMAriel Ben-Yehuda-0/+0
2016-06-05break critical edges only when neededAriel Ben-Yehuda-77/+87
2016-06-05run rustfmt on map.rs in libcollections/btree folderSrinivas Reddy Thatiparthy-220/+274
2016-06-05run rustfmt on liballoc_jemalloc folderSrinivas Reddy Thatiparthy-14/+26
2016-06-04Auto merge of #34031 - jseyfried:fix_cfg_bug, r=eddybbors-9/+32
2016-06-04rustdoc: Fix a few missing colors in the CSSOliver Middleton-5/+6
2016-06-04No build.rs for libcoreJohn Ericson-18/+0
2016-06-04Auto merge of #33816 - nikomatsakis:projection-cache-2, r=arielb1bors-633/+2149
2016-06-04Auto merge of #33998 - nikomatsakis:incr-comp-dep-node-trait, r=mwbors-82/+447
2016-06-04fix fallout in testsAriel Ben-Yehuda-6/+2
2016-06-04fix translation of terminators in MSVC cleanup blocksAriel Ben-Yehuda-105/+347
2016-06-04jump to the cleanup block in the unwind path for open_drop_for_boxAriel Ben-Yehuda-8/+16
2016-06-04Auto merge of #33991 - alexcrichton:rustbuild-more-clean, r=aturonbors-3/+8
2016-06-03Auto merge of #33460 - shepmaster:16-bit-pointers, r=Aatchbors-3/+123
2016-06-03Auto merge of #33803 - WiSaGaN:feature/rename-main-thread, r=alexcrichtonbors-32/+32
2016-06-03correct misspelled wordNiko Matsakis-1/+1
2016-06-03avoid extra cloneNiko Matsakis-3/+3
2016-06-03rustdoc: Fix generating redirect pages for statics and constsOliver Middleton-1/+26
2016-06-03Auto merge of #34020 - Stebalien:py-cleanup, r=alexcrichtonbors-9/+9
2016-06-03Auto merge of #33997 - jseyfried:resolve_in_phase_2, r=nrcbors-153/+87
2016-06-03check for is_cleanup violations in MIR typeckAriel Ben-Yehuda-3/+65
2016-06-03fix ICEs with RUST_LOGAriel Ben-Yehuda-32/+66
2016-06-03remove filling on dropAriel Ben-Yehuda-102/+6