about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-05-02Rollup merge of #41693 - est31:anon_params_removal, r=eddybCorey Farwell-41/+45
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-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-01patch the `librustc_driver` unit testsNiko Matsakis-39/+43
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-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-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
2017-04-30Auto merge of #41643 - frewsxcv:rollup, r=frewsxcvbors-19/+174
2017-04-29Rollup merge of #41637 - eddyb:used-not-dead, r=petrochenkovCorey Farwell-0/+23
2017-04-29Rollup merge of #41636 - moosingin3space:fix/process-exit-in-forget-doc, r=sf...Corey Farwell-1/+1
2017-04-29Rollup merge of #41608 - cuviper:distcheck-rust-src, r=alexcrichtonCorey Farwell-0/+28
2017-04-29Rollup merge of #41509 - froydnj:float-stack-reduction, r=nagisaCorey Farwell-18/+104
2017-04-29Rollup merge of #41449 - Eh2406:master, r=aturonCorey Farwell-0/+18
2017-04-30Auto merge of #41593 - achernyak:def_span, r=eddybbors-23/+24
2017-04-29Auto merge of #41544 - alexcrichton:bump-bootstrap, r=brsonbors-144/+93
2017-04-29Don't ever warn about #[used] items being dead code.Eduard-Mihai Burtescu-0/+23
2017-04-29Update stage0 bootstrap compilerAlex Crichton-144/+93
2017-04-29process:exit -> process::exit in mem::forget docsNathan Moos-1/+1
2017-04-29removed custom functions and commentachernyak-12/+3
2017-04-29chaned dep nodes implachernyak-2/+2