| Age | Commit message (Expand) | Author | Lines |
| 2018-03-08 | Nuke the entire ctfe from orbit, it's the only way to be sure | Oliver Schneider | -2067/+630 |
| 2018-03-08 | Resolve variant field access | Oliver Schneider | -7/+13 |
| 2018-03-08 | Move librustc_const_eval to librustc_mir | Oliver Schneider | -642/+626 |
| 2018-03-08 | Produce instead of pointers | Oliver Schneider | -532/+1496 |
| 2018-03-08 | Add miri errors to the const eval error enum | Oliver Schneider | -12/+294 |
| 2018-03-08 | Add a variant to ConstVal for storing miri results | Oliver Schneider | -25/+165 |
| 2018-03-08 | bootstrap: pass datadir to rust-installer | Marc-Antoine Perennou | -3/+10 |
| 2018-03-08 | Move REGISTERED_DIAGNOSTICS to a ParseSess field | John Kåre Alsaker | -20/+12 |
| 2018-03-08 | Add with_lock, with_read_lock and with_write_lock | John Kåre Alsaker | -39/+87 |
| 2018-03-07 | Run rustfmt on `src/librustc_data_structures/graph/mod.rs`. | Corey Farwell | -24/+29 |
| 2018-03-07 | Replace iterator structures with `impl Trait`. | Corey Farwell | -77/+26 |
| 2018-03-07 | rustc: Fix ICE with `#[target_feature]` on module | Alex Crichton | -2/+22 |
| 2018-03-07 | appveyor: Fix a switched condition for cargotest | Alex Crichton | -2/+2 |
| 2018-03-07 | check stability of macro invocations | Austin Bonander | -19/+141 |
| 2018-03-07 | Fix an error in the appveyor config | Alex Crichton | -2/+6 |
| 2018-03-07 | Merge branch 'shard-msvc-more' of https://github.com/alexcrichton/rust into r... | Alex Crichton | -1/+2 |
| 2018-03-07 | travis: Upgrade OSX builders | Alex Crichton | -17/+68 |
| 2018-03-08 | Fix test | Shotaro Yamada | -2/+1 |
| 2018-03-07 | rustc: Migrate to `termcolor` crate from `term` | Alex Crichton | -166/+136 |
| 2018-03-07 | appveyor: Shard more slow MSVC builders | Alex Crichton | -1/+2 |
| 2018-03-07 | Merge branch 'update-llvm' of https://github.com/alexcrichton/rust into updat... | Alex Crichton | -1/+1 |
| 2018-03-07 | Merge branch 'incr_attr_queries' of https://github.com/wesleywiser/rust into ... | Alex Crichton | -394/+456 |
| 2018-03-07 | Merge branch 'metadata-send-sync' of https://github.com/Zoxc/rust into update... | Alex Crichton | -31/+76 |
| 2018-03-07 | Update cargo lock | Alex Crichton | -39/+19 |
| 2018-03-07 | Merge branch 'compiletest-update' of https://github.com/alexcrichton/rust int... | Alex Crichton | -12/+15 |
| 2018-03-07 | Merge branch 'refactor-select' of https://github.com/aravind-pg/rust into upd... | Alex Crichton | -84/+39 |
| 2018-03-07 | Merge branch 'bump_installer' of https://github.com/Eijebong/rust into update... | Alex Crichton | -0/+0 |
| 2018-03-07 | Rollup merge of #48802 - frewsxcv:frewsxcv-rm-python-zigg, r=alexcrichton | Alex Crichton | -127/+0 |
| 2018-03-07 | Rollup merge of #48787 - mbrubeck:cloned, r=joshtriplett | Alex Crichton | -2/+1 |
| 2018-03-07 | Rollup merge of #48778 - sinkuu:rls_crash_tuple_struct, r=nrc | Alex Crichton | -8/+21 |
| 2018-03-07 | Rollup merge of #48698 - ishitatsuyuki:burn-equate, r=nikomatsakis | Alex Crichton | -148/+1 |
| 2018-03-07 | Rollup merge of #48651 - PramodBisht:issues/48425, r=oli-obk | Alex Crichton | -11/+11 |
| 2018-03-07 | Make `assert` macro a built-in procedural macro | Shotaro Yamada | -1/+137 |
| 2018-03-06 | Rollup merge of #48618 - scottmcm:elaborate-exitcode, r=alexcrichton | Alex Crichton | -32/+108 |
| 2018-03-06 | Update compiletest's dependencies | Alex Crichton | -15/+30 |
| 2018-03-06 | Rollup merge of #48511 - GuillaumeGomez:rustdoc-resource-suffix, r=QuietMisdr... | Alex Crichton | -27/+64 |
| 2018-03-06 | Add caching for trans_fn_attrs query | Wesley Wiser | -0/+3 |
| 2018-03-06 | Add linkage to TransFnAttrs | Wesley Wiser | -54/+48 |
| 2018-03-06 | Add target_features to TransFnAttrs | Wesley Wiser | -101/+101 |
| 2018-03-06 | Add flag for rustc_std_internal_symbol attribute | Wesley Wiser | -8/+9 |
| 2018-03-06 | Remove the contains_extern_indicator query | Wesley Wiser | -16/+11 |
| 2018-03-06 | Remove export_name query | Wesley Wiser | -64/+38 |
| 2018-03-06 | Replace attr::contains_name(..., "cold") | Wesley Wiser | -5/+5 |
| 2018-03-06 | Add `inline` to `TransFnAttrs` | Wesley Wiser | -137/+149 |
| 2018-03-06 | Add query for trans fn attributes | Wesley Wiser | -15/+98 |
| 2018-03-07 | Make metadata references Send + Sync | John Kåre Alsaker | -31/+76 |
| 2018-03-06 | Remove unused 'src/etc/ziggurat_tables.py' Python script. | Corey Farwell | -127/+0 |
| 2018-03-07 | Do not panic on tuple struct access out of bounds | Shotaro Yamada | -7/+13 |
| 2018-03-07 | Fix save-analysis generation panic with invalid tuple access | Shotaro Yamada | -1/+8 |
| 2018-03-06 | Stabilize option_ref_mut_cloned | Matt Brubeck | -2/+1 |