| Age | Commit message (Expand) | Author | Lines |
| 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 | Using a span_suggestion to display use & hint | gaurikholkar | -9/+7 |
| 2017-05-02 | Adding consider changing to & suggestion for let bindings | gaurikholkar | -1/+13 |
| 2017-05-02 | Auto merge of #41547 - alexeyzab:41425-fix-mismatched-types-error-message, r=... | bors | -12/+62 |
| 2017-05-02 | Add option to display warnings in rustdoc | Guillaume Gomez | -10/+67 |
| 2017-05-02 | Remove jquery dependency | Guillaume Gomez | -246/+457 |
| 2017-05-02 | query for deprecation | achernyak | -18/+24 |
| 2017-05-02 | Set --extend-css stable | Guillaume Gomez | -3/+3 |
| 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 | Added spin loop pause function | Steven Stewart-Gallus | -0/+65 |
| 2017-05-01 | patch the `librustc_driver` unit tests | Niko Matsakis | -39/+43 |
| 2017-05-01 | Increase macro recursion limit to 1024 Fixes #22552 | Charlie Sheridan | -1/+1 |
| 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 | Add an example for 'fence' | topecongiro | -3/+52 |
| 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 | std_unicode: Use #[inline] on the split_whitespace predicates | Ulrik Sverdrup | -0/+4 |
| 2017-04-30 | std_unicode: impl Clone for .split_whitespace() | Ulrik Sverdrup | -12/+40 |
| 2017-04-30 | Add -march=armv7-a parameter to armv7 android linker | Marco A L Barbosa | -0/+2 |
| 2017-04-30 | Change arm-linux-androideabi to correspond to the armeabi official ABI | Marco A L Barbosa | -1/+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 |