| Age | Commit message (Expand) | Author | Lines |
| 2016-06-05 | Auto merge of #34039 - ollie27:linkchecker_dirs, r=alexcrichton | bors | -0/+6 |
| 2016-06-05 | Update reference to indicate stabilization of `deprecated` attribute. | Chris Krycho | -2/+1 |
| 2016-06-05 | Auto merge of #33905 - eddyb:mir-overflow, r=nikomatsakis | bors | -431/+1363 |
| 2016-06-05 | trans: 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-05 | trans: report as many errors as possible for constants. | Eduard Burtescu | -41/+107 |
| 2016-06-05 | trans: implement CheckedBinaryOp in mir::constant. | Eduard Burtescu | -70/+112 |
| 2016-06-05 | trans: use the same messages for both MIR and old arithmetic checks. | Eduard Burtescu | -27/+38 |
| 2016-06-05 | rustc_const_eval: track the length and index in IndexOutOfBounds. | Eduard Burtescu | -17/+40 |
| 2016-06-05 | rustc_const_eval: strings are not indexable in Rust 1.x. | Eduard Burtescu | -3/+0 |
| 2016-06-05 | rustc_const_eval: remove unused arithmetic ErrKind variants. | Eduard Burtescu | -12/+0 |
| 2016-06-05 | Respect #[rustc_inherit_overflow_checks] in mir::build and trans. | Eduard Burtescu | -42/+47 |
| 2016-06-05 | core: mark relevant functions with #[rustc_inherit_overflow_checks]. | Eduard Burtescu | -3/+19 |
| 2016-06-05 | mir: report when overflow checks would be missing cross-crate. | Eduard Burtescu | -23/+57 |
| 2016-06-05 | trans: support uses of projections of immediate pairs. | Eduard Burtescu | -0/+37 |
| 2016-06-05 | trans: generalize OperandValue::FatPtr to all pairs of immediates. | Eduard Burtescu | -91/+238 |
| 2016-06-05 | Add a new Assert terminator to MIR for bounds & arithmetic checks. | Eduard Burtescu | -196/+305 |
| 2016-06-05 | Change `with_cond` to `build_cond_br` | James Miller | -39/+25 |
| 2016-06-05 | Enable the overflow-related tests for MIR | James Miller | -39/+0 |
| 2016-06-05 | Add a `with_cond` method | James Miller | -46/+54 |
| 2016-06-05 | Check arithmetic in the MIR | James Miller | -9/+428 |
| 2016-06-05 | rustc: add ReErased to be used by trait selection, MIR and trans. | Eduard Burtescu | -71/+92 |
| 2016-06-05 | Auto merge of #33999 - scottcarr:master, r=nikomatsakis | bors | -10/+65 |
| 2016-06-05 | run rustfmt on librustc_bitflags folder | Srinivas Reddy Thatiparthy | -2/+2 |
| 2016-06-05 | rustc: Try to contain prepends to PATH | Alex Crichton | -4/+16 |
| 2016-06-05 | run rustfmt on libtest folder | Srinivas Reddy Thatiparthy | -2/+1 |
| 2016-06-04 | Auto merge of #33622 - arielb1:elaborate-drops, r=nikomatsakis | bors | -317/+2100 |
| 2016-06-05 | Update LLVM | Ariel Ben-Yehuda | -0/+0 |
| 2016-06-05 | break critical edges only when needed | Ariel Ben-Yehuda | -77/+87 |
| 2016-06-05 | run rustfmt on map.rs in libcollections/btree folder | Srinivas Reddy Thatiparthy | -220/+274 |
| 2016-06-05 | run rustfmt on liballoc_jemalloc folder | Srinivas Reddy Thatiparthy | -14/+26 |
| 2016-06-04 | Auto merge of #34031 - jseyfried:fix_cfg_bug, r=eddyb | bors | -9/+32 |
| 2016-06-04 | rustdoc: Fix a few missing colors in the CSS | Oliver Middleton | -5/+6 |
| 2016-06-04 | No build.rs for libcore | John Ericson | -18/+0 |
| 2016-06-04 | Auto merge of #33816 - nikomatsakis:projection-cache-2, r=arielb1 | bors | -633/+2149 |
| 2016-06-04 | Auto merge of #33998 - nikomatsakis:incr-comp-dep-node-trait, r=mw | bors | -82/+447 |
| 2016-06-04 | fix fallout in tests | Ariel Ben-Yehuda | -6/+2 |
| 2016-06-04 | fix translation of terminators in MSVC cleanup blocks | Ariel Ben-Yehuda | -105/+347 |
| 2016-06-04 | jump to the cleanup block in the unwind path for open_drop_for_box | Ariel Ben-Yehuda | -8/+16 |
| 2016-06-04 | Auto merge of #33991 - alexcrichton:rustbuild-more-clean, r=aturon | bors | -3/+8 |
| 2016-06-03 | Auto merge of #33460 - shepmaster:16-bit-pointers, r=Aatch | bors | -3/+123 |
| 2016-06-03 | Auto merge of #33803 - WiSaGaN:feature/rename-main-thread, r=alexcrichton | bors | -32/+32 |
| 2016-06-03 | correct misspelled word | Niko Matsakis | -1/+1 |
| 2016-06-03 | avoid extra clone | Niko Matsakis | -3/+3 |
| 2016-06-03 | rustdoc: Fix generating redirect pages for statics and consts | Oliver Middleton | -1/+26 |
| 2016-06-03 | Auto merge of #34020 - Stebalien:py-cleanup, r=alexcrichton | bors | -9/+9 |
| 2016-06-03 | Auto merge of #33997 - jseyfried:resolve_in_phase_2, r=nrc | bors | -153/+87 |
| 2016-06-03 | check for is_cleanup violations in MIR typeck | Ariel Ben-Yehuda | -3/+65 |
| 2016-06-03 | fix ICEs with RUST_LOG | Ariel Ben-Yehuda | -32/+66 |
| 2016-06-03 | remove filling on drop | Ariel Ben-Yehuda | -102/+6 |