| Age | Commit message (Expand) | Author | Lines |
| 2017-05-02 | Rollup merge of #41693 - est31:anon_params_removal, r=eddyb | Corey Farwell | -41/+45 |
| 2017-05-02 | Rollup merge of #41692 - est31:anon_params, r=eddyb | Corey Farwell | -0/+69 |
| 2017-05-02 | Rollup merge of #41688 - rust-lang:hex-value-process-exit, r=sfackler | Corey Farwell | -1/+1 |
| 2017-05-02 | Rollup merge of #41673 - bitshifter:repr-align-codegen-test, r=arielb1 | Corey Farwell | -0/+57 |
| 2017-05-02 | Rollup merge of #41662 - nikomatsakis:on-demandify-region-mapping, r=eddyb | Corey Farwell | -1187/+1212 |
| 2017-05-02 | Rollup merge of #41661 - barik:master, r=alexcrichton | Corey Farwell | -2/+2 |
| 2017-05-02 | Auto merge of #41488 - estebank:closure-args, r=arielb1 | bors | -24/+399 |
| 2017-05-02 | Address review | est31 | -2/+2 |
| 2017-05-02 | Removal pass for anonymous parameters | est31 | -41/+45 |
| 2017-05-02 | Add a lint to disallow anonymous parameters | est31 | -0/+69 |
| 2017-05-02 | Auto merge of #40851 - oli-obk:multisugg, r=jonathandturner | bors | -92/+155 |
| 2017-05-01 | Fix incorrect hex value in doc comment example. | Corey Farwell | -1/+1 |
| 2017-05-01 | patch the `librustc_driver` unit tests | Niko Matsakis | -39/+43 |
| 2017-05-01 | Auto merge of #41629 - Mark-Simulacrum:re-enable-tests, r=nikomatsakis | bors | -7/+5 |
| 2017-05-01 | Auto merge of #41611 - cramertj:metadata-queries-1, r=nikomatsakis | bors | -58/+56 |
| 2017-05-01 | kill regr test using ad-hoc lint | Niko Matsakis | -98/+0 |
| 2017-05-01 | Queryify is_item_mir_available | Taylor Cramer | -20/+16 |
| 2017-05-01 | Queryify const_is_rvalue_promotable_to_static | Taylor Cramer | -15/+13 |
| 2017-05-01 | Queryify item_body_nested_bodies | Taylor Cramer | -23/+27 |
| 2017-05-01 | Auto merge of #41560 - alevy:rwpi-ropi, r=eddyb | bors | -28/+54 |
| 2017-05-01 | use `closure_base_def_id` rather than walking up HIR | Niko Matsakis | -10/+7 |
| 2017-05-01 | pacify the mercilous tidy | Niko Matsakis | -3/+11 |
| 2017-05-01 | remove unused `is_fn` | Niko Matsakis | -12/+0 |
| 2017-05-01 | Add simple `[repr(align)]` codegen test. | Cameron Hart | -0/+57 |
| 2017-05-01 | Auto merge of #41632 - Mark-Simulacrum:test-16994, r=arielb1 | bors | -0/+20 |
| 2017-05-01 | Try fixing bigendian metadata serialisation | Simonas Kazlauskas | -1/+1 |
| 2017-04-30 | modify `ExprUseVisitor` and friends to take region-maps, not def-id | Niko Matsakis | -27/+30 |
| 2017-04-30 | introduce per-fn RegionMaps | Taylor Cramer | -303/+422 |
| 2017-04-30 | intern CodeExtents | Niko Matsakis | -743/+729 |
| 2017-04-30 | remove ROOT_CODE_EXTENT and DUMMY_CODE_EXTENT | Niko Matsakis | -158/+137 |
| 2017-04-30 | Remove RefCells from RegionMaps | Taylor Cramer | -53/+51 |
| 2017-04-30 | On-demandify region mapping | Taylor Cramer | -105/+146 |
| 2017-04-30 | Rename os variable in bootstrap.py to avoid shadowing os module. | Titus Barik | -2/+2 |
| 2017-04-30 | Add test for issue #16994. | Mark Simulacrum | -0/+20 |
| 2017-04-30 | Auto merge of #41651 - arielb1:missing-adjustment-2, r=eddyb | bors | -230/+204 |
| 2017-04-30 | refactor the handling of lvalue ops | Ariel Ben-Yehuda | -230/+204 |
| 2017-04-30 | Auto merge of #41602 - hsivonen:explainnonnull, r=steveklabnik | bors | -3/+10 |
| 2017-04-30 | Auto merge of #41643 - frewsxcv:rollup, r=frewsxcv | bors | -19/+174 |
| 2017-04-29 | Rollup merge of #41637 - eddyb:used-not-dead, r=petrochenkov | Corey Farwell | -0/+23 |
| 2017-04-29 | Rollup merge of #41636 - moosingin3space:fix/process-exit-in-forget-doc, r=sf... | Corey Farwell | -1/+1 |
| 2017-04-29 | Rollup merge of #41608 - cuviper:distcheck-rust-src, r=alexcrichton | Corey Farwell | -0/+28 |
| 2017-04-29 | Rollup merge of #41509 - froydnj:float-stack-reduction, r=nagisa | Corey Farwell | -18/+104 |
| 2017-04-29 | Rollup merge of #41449 - Eh2406:master, r=aturon | Corey Farwell | -0/+18 |
| 2017-04-30 | Auto merge of #41593 - achernyak:def_span, r=eddyb | bors | -23/+24 |
| 2017-04-29 | Auto merge of #41544 - alexcrichton:bump-bootstrap, r=brson | bors | -144/+93 |
| 2017-04-29 | Don't ever warn about #[used] items being dead code. | Eduard-Mihai Burtescu | -0/+23 |
| 2017-04-29 | Update stage0 bootstrap compiler | Alex Crichton | -144/+93 |
| 2017-04-29 | process:exit -> process::exit in mem::forget docs | Nathan Moos | -1/+1 |
| 2017-04-29 | removed custom functions and comment | achernyak | -12/+3 |
| 2017-04-29 | chaned dep nodes impl | achernyak | -2/+2 |