| Age | Commit message (Expand) | Author | Lines |
| 2016-10-18 | debuginfo: Create debuginfo for re-aggregated spread_arg instead of for the i... | Michael Woerister | -22/+13 |
| 2016-10-18 | Some tests to check that lifetime parametric fn's do not trip up LLVM. | Felix S. Klock II | -0/+54 |
| 2016-10-18 | Inject bitcast if types mismatch when building a store instruction. | Felix S. Klock II | -0/+24 |
| 2016-10-18 | Fix ICE by injecting bitcasts if types mismatch when building invokes or calls. | Felix S. Klock II | -17/+32 |
| 2016-10-18 | Temporary fix for metadata decoding for struct constructors | Vadim Petrochenkov | -3/+15 |
| 2016-10-18 | stop having identity casts be lexprs | Ariel Ben-Yehuda | -2/+47 |
| 2016-10-14 | LLVM: Backport "[SimplifyCFG] Correctly test for unconditional branches in Ge... | Michael Woerister | -1/+1 |
| 2016-10-14 | force `i1` booleans to `i8` when comparing | Niko Matsakis | -1/+34 |
| 2016-10-14 | loosen assertion against proj in collector | Niko Matsakis | -2/+47 |
| 2016-09-23 | Revert "implement `From<Vec<char>>` and `From<&'a [char]>` for `String`" | Brian Anderson | -20/+0 |
| 2016-09-21 | Fix optimization regressions for operations on [x; n]-initialized arrays. | Eduard Burtescu | -2/+2 |
| 2016-09-21 | Workaround #34427 by using memset of 0 on ARM to set the discriminant. | Felix S. Klock II | -5/+47 |
| 2016-09-21 | fix PR 36459 post backport to beta. | Felix S. Klock II | -2/+3 |
| 2016-09-21 | add missing test | Niko Matsakis | -0/+28 |
| 2016-09-21 | invoke drop glue with a ptr to (data, meta) | Niko Matsakis | -3/+21 |
| 2016-09-21 | use `adt::trans_const` when translating constant closures and tuples | Ariel Ben-Yehuda | -28/+83 |
| 2016-09-21 | Update rust-installer. Fixes #35840 | Brian Anderson | -0/+0 |
| 2016-09-20 | Fix build error | Brian Anderson | -1/+0 |
| 2016-09-19 | Remove data structure specialization for .zip() iterator | Ulrik Sverdrup | -38/+31 |
| 2016-09-19 | Default RUST_MIN_STACK to 16MiB for now | Simonas Kazlauskas | -1/+2 |
| 2016-09-19 | Up the LLVM | Simonas Kazlauskas | -1/+41 |
| 2016-09-16 | Make `private_in_public` compatibility lint warn-by-default again | Vadim Petrochenkov | -3/+11 |
| 2016-09-16 | Fix issue #36036. | Felix S. Klock II | -1/+37 |
| 2016-09-12 | llvm: backport "[SimplifyCFG] Hoisting invalidates metadata". | Eduard Burtescu | -1/+33 |
| 2016-09-12 | memrchr: Use a conditional instead of subtracting a complicated min | Ulrik Sverdrup | -1/+1 |
| 2016-09-12 | memrchr: Correct aligned offset computation | Ulrik Sverdrup | -1/+23 |
| 2016-09-12 | rustc_trans: do not generate allocas for unused locals. | Eduard Burtescu | -0/+24 |
| 2016-09-12 | typeck: use NoExpectation to check return type of diverging fn | Alex Burka | -2/+49 |
| 2016-08-22 | Nice graphs | Simonas Kazlauskas | -12/+48 |
| 2016-08-22 | Properly invalidate the early exit cache | Simonas Kazlauskas | -20/+60 |
| 2016-08-22 | Make `vec::IntoIter` covariant again | Andrew Paseltiner | -7/+11 |
| 2016-08-22 | std: Stabilize APIs for the 1.12 release | Alex Crichton | -66/+94 |
| 2016-08-16 | Bump boostrap compilers | Brian Anderson | -2/+2 |
| 2016-08-16 | Auto merge of #35617 - jseyfried:fix_unused_cfg_attr_path, r=eddyb | bors | -2/+19 |
| 2016-08-16 | Auto merge of #35162 - canndrew:bang_type_coerced, r=nikomatsakis | bors | -705/+899 |
| 2016-08-15 | Auto merge of #35680 - GuillaumeGomez:err_codes, r=jonathandturner | bors | -4/+264 |
| 2016-08-15 | Auto merge of #35340 - michaelwoerister:incr-comp-cli-args, r=nikomatsakis | bors | -248/+1186 |
| 2016-08-15 | Add new error code tests | Guillaume Gomez | -0/+242 |
| 2016-08-15 | Add E0394 error explanation | Guillaume Gomez | -4/+22 |
| 2016-08-15 | Auto merge of #35567 - creativcoder:e0261, r=jonathandturner | bors | -5/+13 |
| 2016-08-15 | Fix bug for ! in old trans | Andrew Cann | -1/+1 |
| 2016-08-14 | Auto merge of #35638 - ahmedcharles:url, r=alexcrichton | bors | -45/+20 |
| 2016-08-14 | Auto merge of #35666 - eddyb:rollup, r=eddyb | bors | -212/+527 |
| 2016-08-14 | Auto merge of #35409 - eddyb:mir-storage-stmts, r=nikomatsakis | bors | -85/+387 |
| 2016-08-14 | Rollup merge of #35661 - IvanUkhov:raw-vec, r=alexcrichton | Eduard-Mihai Burtescu | -3/+3 |
| 2016-08-14 | Rollup merge of #35648 - ahmedcharles:pred, r=alexcrichton | Eduard-Mihai Burtescu | -18/+0 |
| 2016-08-14 | Rollup merge of #35647 - ahmedcharles:spelling, r=alexcrichton | Eduard-Mihai Burtescu | -24/+24 |
| 2016-08-14 | Rollup merge of #35646 - theypsilon:master, r=jonathandturner | Eduard-Mihai Burtescu | -2/+5 |
| 2016-08-14 | Rollup merge of #35644 - garekkream:update-E0302-new-error-format, r=jonathan... | Eduard-Mihai Burtescu | -1/+4 |
| 2016-08-14 | Rollup merge of #35643 - garekkream:update-E0301-new-error-format, r=jonathan... | Eduard-Mihai Burtescu | -1/+4 |