summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-05-02Rollup merge of #41692 - est31:anon_params, r=eddybCorey Farwell-0/+69
2017-05-02Rollup merge of #41688 - rust-lang:hex-value-process-exit, r=sfacklerCorey Farwell-1/+1
2017-05-02Rollup merge of #41673 - bitshifter:repr-align-codegen-test, r=arielb1Corey Farwell-0/+57
2017-05-02Rollup merge of #41662 - nikomatsakis:on-demandify-region-mapping, r=eddybCorey Farwell-1187/+1212
2017-05-02Rollup merge of #41661 - barik:master, r=alexcrichtonCorey Farwell-2/+2
2017-05-02Using a span_suggestion to display use & hintgaurikholkar-9/+7
2017-05-02Adding consider changing to & suggestion for let bindingsgaurikholkar-1/+13
2017-05-02Auto merge of #41547 - alexeyzab:41425-fix-mismatched-types-error-message, r=...bors-12/+62
2017-05-02Add option to display warnings in rustdocGuillaume Gomez-10/+67
2017-05-02Remove jquery dependencyGuillaume Gomez-246/+457
2017-05-02query for deprecationachernyak-18/+24
2017-05-02Set --extend-css stableGuillaume Gomez-3/+3
2017-05-02Auto merge of #41488 - estebank:closure-args, r=arielb1bors-24/+399
2017-05-02Address reviewest31-2/+2
2017-05-02Removal pass for anonymous parametersest31-41/+45
2017-05-02Add a lint to disallow anonymous parametersest31-0/+69
2017-05-02Auto merge of #40851 - oli-obk:multisugg, r=jonathandturnerbors-92/+155
2017-05-01Fix incorrect hex value in doc comment example.Corey Farwell-1/+1
2017-05-01Added spin loop pause functionSteven Stewart-Gallus-0/+65
2017-05-01patch the `librustc_driver` unit testsNiko Matsakis-39/+43
2017-05-01Increase macro recursion limit to 1024 Fixes #22552Charlie Sheridan-1/+1
2017-05-01Auto merge of #41629 - Mark-Simulacrum:re-enable-tests, r=nikomatsakisbors-7/+5
2017-05-01Auto merge of #41611 - cramertj:metadata-queries-1, r=nikomatsakisbors-58/+56
2017-05-01kill regr test using ad-hoc lintNiko Matsakis-98/+0
2017-05-01Queryify is_item_mir_availableTaylor Cramer-20/+16
2017-05-01Queryify const_is_rvalue_promotable_to_staticTaylor Cramer-15/+13
2017-05-01Queryify item_body_nested_bodiesTaylor Cramer-23/+27
2017-05-01Auto merge of #41560 - alevy:rwpi-ropi, r=eddybbors-28/+54
2017-05-01use `closure_base_def_id` rather than walking up HIRNiko Matsakis-10/+7
2017-05-01pacify the mercilous tidyNiko Matsakis-3/+11
2017-05-01remove unused `is_fn`Niko Matsakis-12/+0
2017-05-01Add simple `[repr(align)]` codegen test.Cameron Hart-0/+57
2017-05-01Auto merge of #41632 - Mark-Simulacrum:test-16994, r=arielb1bors-0/+20
2017-05-01Add an example for 'fence'topecongiro-3/+52
2017-05-01Try fixing bigendian metadata serialisationSimonas Kazlauskas-1/+1
2017-04-30modify `ExprUseVisitor` and friends to take region-maps, not def-idNiko Matsakis-27/+30
2017-04-30introduce per-fn RegionMapsTaylor Cramer-303/+422
2017-04-30intern CodeExtentsNiko Matsakis-743/+729
2017-04-30remove ROOT_CODE_EXTENT and DUMMY_CODE_EXTENTNiko Matsakis-158/+137
2017-04-30Remove RefCells from RegionMapsTaylor Cramer-53/+51
2017-04-30On-demandify region mappingTaylor Cramer-105/+146
2017-04-30Rename os variable in bootstrap.py to avoid shadowing os module.Titus Barik-2/+2
2017-04-30std_unicode: Use #[inline] on the split_whitespace predicatesUlrik Sverdrup-0/+4
2017-04-30std_unicode: impl Clone for .split_whitespace()Ulrik Sverdrup-12/+40
2017-04-30Add -march=armv7-a parameter to armv7 android linkerMarco A L Barbosa-0/+2
2017-04-30Change arm-linux-androideabi to correspond to the armeabi official ABIMarco A L Barbosa-1/+2
2017-04-30Add test for issue #16994.Mark Simulacrum-0/+20
2017-04-30Auto merge of #41651 - arielb1:missing-adjustment-2, r=eddybbors-230/+204
2017-04-30refactor the handling of lvalue opsAriel Ben-Yehuda-230/+204
2017-04-30Auto merge of #41602 - hsivonen:explainnonnull, r=steveklabnikbors-3/+10