| Age | Commit message (Expand) | Author | Lines |
| 2018-04-26 | Allow variant discriminant initializers to refer to other initializers of the... | Oliver Schneider | -17/+23 |
| 2018-04-23 | Auto merge of #50182 - alexcrichton:beta-next, r=alexcrichton | bors | -0/+8 |
| 2018-04-23 | Improve assertion in Query::force(). | Michael Woerister | -1/+10 |
| 2018-04-21 | Bring back old fallback semantics: Without feature(never_type), fallback to `... | Felix S. Klock II | -0/+8 |
| 2018-04-20 | Paper over a bug on master | Alex Crichton | -2/+4 |
| 2018-04-20 | Properly handle ranges of signed enums using both extremums (fixes #49973) | Anthony Ramine | -5/+6 |
| 2018-04-20 | Use InternedString instead of Symbol for type parameters. | Michael Woerister | -11/+11 |
| 2018-04-17 | Don't abort const eval due to long running evals, just warn | Oliver Schneider | -1/+0 |
| 2018-04-17 | Get rid of redundant `HashSet` | Oliver Schneider | -16/+15 |
| 2018-04-17 | Stop referring to statics' AllocIds directly | Oliver Schneider | -23/+16 |
| 2018-04-17 | Don't recurse into allocations, use a global table instead | Oliver Schneider | -60/+75 |
| 2018-03-29 | Auto merge of #49313 - sgrif:sg-revert-stuff, r=nikomatsakis | bors | -66/+19 |
| 2018-03-26 | Allow niche-filling dataful variants to be represented as a ScalarPair | Anthony Ramine | -4/+15 |
| 2018-03-25 | Rollup merge of #49299 - SimonSapin:ubiquity, r=nikomatsakis | kennytm | -25/+0 |
| 2018-03-24 | Auto merge of #48482 - davidtwco:issue-47184, r=nikomatsakis | bors | -0/+75 |
| 2018-03-23 | Fix failures after rebase | Sean Griffin | -5/+4 |
| 2018-03-23 | Revert "introduce `UniverseIndex` into `ParamEnv`" | Sean Griffin | -45/+6 |
| 2018-03-23 | Revert "change skolemizations to use universe index" | Sean Griffin | -16/+9 |
| 2018-03-23 | Improved comments for UserAssertTy statement. | David Wood | -1/+2 |
| 2018-03-23 | Rollup merge of #49262 - oli-obk:fixed_size_array_len, r=estebank | Alex Crichton | -1/+0 |
| 2018-03-23 | Rollup merge of #49030 - Zoxc:misc, r=michaelwoerister | Alex Crichton | -16/+19 |
| 2018-03-23 | Rollup merge of #48883 - alexcrichton:wasm-custom-sections, r=nikomatsakis | Alex Crichton | -1/+40 |
| 2018-03-23 | Rollup merge of #48265 - SimonSapin:nonzero, r=KodrAus | Alex Crichton | -3/+3 |
| 2018-03-23 | Fixed issues with incremental tests. | David Wood | -0/+23 |
| 2018-03-23 | Stabilize the copy_closures and clone_closures features | Simon Sapin | -25/+0 |
| 2018-03-22 | UserAssertTy can handle inference variables. | David Wood | -0/+51 |
| 2018-03-22 | rustc: Add a `#[wasm_import_module]` attribute | Alex Crichton | -1/+31 |
| 2018-03-22 | rustc: Add a `#[wasm_custom_section]` attribute | Alex Crichton | -0/+9 |
| 2018-03-22 | Auto merge of #49210 - oli-obk:pango_crash, r=eddyb | bors | -38/+39 |
| 2018-03-22 | Rollup merge of #48939 - wesleywiser:incr_query_wf_checking, r=michaelwoerister | kennytm | -0/+7 |
| 2018-03-22 | Fix the conversion between bit representations and i128 representations | Oliver Schneider | -38/+39 |
| 2018-03-22 | Auto merge of #49041 - nikomatsakis:issue-46541-impl-trait-hidden-lifetimes, ... | bors | -11/+21 |
| 2018-03-21 | work around fallout from these changes in rustc | Niko Matsakis | -11/+21 |
| 2018-03-21 | Auto merge of #49200 - oli-obk:extern_static_metadata, r=michaelwoerister | bors | -1/+1 |
| 2018-03-20 | Remove outdated comment | Oliver Schneider | -1/+0 |
| 2018-03-20 | Encode/decode extern statics in metadata and incremental cache | Oliver Schneider | -1/+1 |
| 2018-03-20 | Rollup merge of #49092 - mark-i-m:deptrack_readme, r=nikomatsakis | kennytm | -1/+2 |
| 2018-03-20 | Rollup merge of #49004 - wesleywiser:incr_specialization_graph_query, r=micha... | kennytm | -1/+4 |
| 2018-03-19 | Auto merge of #49079 - oli-obk:cross_miri, r=michaelwoerister | bors | -63/+63 |
| 2018-03-18 | Auto merge of #48985 - scalexm:lowering, r=nikomatsakis | bors | -3/+17 |
| 2018-03-17 | Use num::NonZero* instead of NonZero<_> in rustc and tests | Simon Sapin | -3/+3 |
| 2018-03-17 | Make interners thread-safe | John Kåre Alsaker | -6/+9 |
| 2018-03-17 | Minor cleanup | John Kåre Alsaker | -6/+5 |
| 2018-03-17 | Replace Rc with Lrc | John Kåre Alsaker | -1/+2 |
| 2018-03-17 | Don't get the global lock in the fast case | John Kåre Alsaker | -3/+3 |
| 2018-03-16 | Replace many of the last references to readmes | Mark Mansi | -1/+2 |
| 2018-03-16 | Cleanup metadata and incremental cache processing of constants | Oliver Schneider | -63/+63 |
| 2018-03-15 | Queryify check_impl_item_well_formed | Wesley Wiser | -0/+2 |
| 2018-03-15 | Queryify check_trait_item_well_formed | Wesley Wiser | -0/+2 |
| 2018-03-15 | Queryify check_item_well_formed | Wesley Wiser | -0/+3 |