| Age | Commit message (Expand) | Author | Lines |
| 2017-09-19 | Adjust dependency-resolution errors to be more consistent | Samuel Holland | -2/+2 |
| 2017-09-19 | Auto merge of #44026 - QuietMisdreavus:trimmed-std, r=steveklabnik | bors | -0/+14 |
| 2017-09-16 | Rollup merge of #44590 - oli-obk:allow_unused_mut_on_vars, r=eddyb | Alex Crichton | -0/+8 |
| 2017-09-16 | change #![feature(const_fn)] to specific gates | Alex Burka | -44/+5 |
| 2017-09-16 | `--cap-lints allow` switches off `can_emit_warnings` | Zack M. Davis | -0/+22 |
| 2017-09-15 | Get `allow(unused_mut)` to work on `let` bindings | Oliver Schneider | -0/+8 |
| 2017-09-13 | honor #[rustc_const_unstable] attributes | Alex Burka | -2/+52 |
| 2017-09-13 | Auto merge of #44456 - eddyb:stable-drop-const, r=nikomatsakis | bors | -80/+7 |
| 2017-09-12 | Auto merge of #44275 - eddyb:deferred-ctfe, r=nikomatsakis | bors | -11/+35 |
| 2017-09-11 | Auto merge of #44442 - Aaron1011:promote-static-ref, r=eddyb | bors | -0/+16 |
| 2017-09-11 | rustc: evaluate fixed-length array length expressions lazily. | Eduard-Mihai Burtescu | -11/+35 |
| 2017-09-10 | Auto merge of #44079 - gaurikholkar:named_conf, r=nikomatsakis | bors | -20/+16 |
| 2017-09-10 | Rollup merge of #44464 - Dushistov:master, r=alexcrichton | Guillaume Gomez | -0/+16 |
| 2017-09-10 | Rollup merge of #44332 - tirr-c:issue-44021, r=petrochenkov | Guillaume Gomez | -0/+16 |
| 2017-09-10 | Rollup merge of #44262 - alexcrichton:repr-128-gate, r=nikomatsakis | Guillaume Gomez | -0/+17 |
| 2017-09-09 | add test for #41229 | Evgeniy A. Dushistov | -0/+16 |
| 2017-09-09 | Don't promote references to statics that occur in non-static locations | Aaron Hill | -0/+16 |
| 2017-09-09 | Stabilize drop_types_in_const. | Eduard-Mihai Burtescu | -80/+7 |
| 2017-09-09 | Auto merge of #44212 - eddyb:drop-const, r=nikomatsakis | bors | -3/+10 |
| 2017-09-09 | adding E0623 for LateBound regions | gaurikholkar | -20/+16 |
| 2017-09-08 | Auto merge of #44142 - alexcrichton:dllimport-query, r=nikomatsakis | bors | -12/+28 |
| 2017-09-07 | Auto merge of #43931 - eddyb:const-local-key, r=alexcrichton | bors | -1/+1 |
| 2017-09-06 | Rollup merge of #44317 - Dushistov:master, r=arielb1 | Mark Simulacrum | -0/+13 |
| 2017-09-05 | add feature gate doc_masked and tests | QuietMisdreavus | -0/+14 |
| 2017-09-05 | Fix misdetection of upstream intercrate ambiguity. | Masaki Hara | -2/+2 |
| 2017-09-05 | Add downstream tests for intercrate ambiguity hints. | Masaki Hara | -0/+64 |
| 2017-09-05 | Print more detailed trait-ref for intercrate ambiguity. | Masaki Hara | -4/+4 |
| 2017-09-05 | Add tests for intercrate ambiguity hints. | Masaki Hara | -1/+88 |
| 2017-09-05 | rustc: Move stability functionality into queries | Alex Crichton | -12/+22 |
| 2017-09-05 | rustc: Remove lang item methods from CrateStore | Alex Crichton | -0/+2 |
| 2017-09-05 | rustc: Remove a number of mutable fields in cstore | Alex Crichton | -0/+4 |
| 2017-09-05 | Expect pipe symbol after closure parameter lists | Wonwoo Choi | -0/+16 |
| 2017-09-05 | Auto merge of #44248 - oli-obk:spans, r=jseyfried | bors | -0/+5 |
| 2017-09-04 | Add test for #22706 | Evgeniy A. Dushistov | -0/+13 |
| 2017-09-04 | Produce expansion info for more builtin macros | Oliver Schneider | -0/+5 |
| 2017-09-04 | Make the LocalKey facade of thread_local! inlineable cross-crate. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-09-03 | Auto merge of #44261 - alexcrichton:u128-ffi-unsafe, r=eddyb | bors | -1/+3 |
| 2017-09-03 | implement improved on_unimplemented directives | Ariel Ben-Yehuda | -1/+1 |
| 2017-09-02 | Allow Drop types in const's too, with #![feature(drop_types_in_const)]. | Eduard-Mihai Burtescu | -3/+10 |
| 2017-09-01 | rustc: Flag {i,u}128 as unsafe for FFI | Alex Crichton | -1/+3 |
| 2017-09-01 | rustc: Separately feature gate repr(i128) | Alex Crichton | -0/+17 |
| 2017-09-01 | Implement RFC 1925 | Matt Ickstadt | -0/+36 |
| 2017-08-30 | Auto merge of #43932 - eddyb:const-scoping, r=nikomatsakis | bors | -1/+28 |
| 2017-08-30 | Auto merge of #43880 - arielb1:noninvasive-probe, r=nikomatsakis | bors | -15/+0 |
| 2017-08-29 | remove the hacky selection impl in `method::probe` | Ariel Ben-Yehuda | -15/+0 |
| 2017-08-29 | Auto merge of #44111 - zackmdavis:feature_attr_error_span, r=nikomatsakis | bors | -12/+10 |
| 2017-08-28 | feature error span on attr. for fn_must_use, SIMD/align, macro reëxport | Zack M. Davis | -12/+10 |
| 2017-08-28 | rustc_mir: conservatively deny non-noop drops in constant contexts. | Eduard-Mihai Burtescu | -1/+28 |
| 2017-08-28 | Merge branch 'master' of https://github.com/rust-lang/rust into gen | John Kåre Alsaker | -5/+60 |
| 2017-08-27 | Address review comments, second turn | Tatsuyuki Ishi | -1/+13 |