summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-04-21Update cargo, rlsEric Huss-0/+0
2020-04-21visit_place_base is just visit_localSantiago Pastorino-25/+10
2020-04-21proc_macro::is_available()David Tolnay-0/+56
2020-04-21Clean up E0554 explanationGuillaume Gomez-1/+1
2020-04-21use cfg_if! and use FileSerializationSink for wasiCameron Taggart-38/+56
2020-04-21Improve E0308 error message wording againDeeDeeG-45/+36
2020-04-21Minor refactoringAyush Kumar Mishra-1/+1
2020-04-21Assign correct span to new illegal opsDylan MacKenzie-11/+14
2020-04-21Fix incorrect description of E0690aticu-1/+1
2020-04-21Added proper explanation error code E0696pankajchaudhary5-2/+52
2020-04-21Fix stage0.txt version number commentRalf Jung-1/+1
2020-04-21Fix formatting issueAyush Kumar Mishra-1/+0
2020-04-21Refactoring and added test-cases #70528Ayush Kumar Mishra-1/+25
2020-04-21Auto merge of #71170 - spastorino:dyn-fnonce-alignment, r=nikomatsakisbors-16/+166
2020-04-21sccs are computed in dependency orderNiko Matsakis-53/+10
2020-04-21update ref testNiko Matsakis-71/+72
2020-04-21Fix #! (shebang) stripping account space issue #70528Ayush Kumar Mishra-1/+1
2020-04-21Auto merge of #71267 - pnkfelix:issue-71248-dont-need-exports-all-green, r=na...bors-10/+22
2020-04-20./x.py fmtCameron Taggart-6/+6
2020-04-20allow wasm32 compilation of librustc_data_structures/profiling.rsCameron Taggart-4/+11
2020-04-21Rollup merge of #71346 - mati865:rustbuild-tools, r=Mark-SimulacrumDylan DPC-1/+9
2020-04-21Rollup merge of #71285 - ljedrz:mir_inline_span_for_optimized_mir, r=ecstatic...Dylan DPC-7/+5
2020-04-21Rollup merge of #71174 - Nokel81:fix-async-main-error, r=petrochenkovDylan DPC-14/+88
2020-04-21Rollup merge of #69362 - CAD97:alloc_layout_extras, r=AmanieuDylan DPC-13/+43
2020-04-20Fix show-const-contents rustdoc testLinus Färnstrand-1/+1
2020-04-20Use assoc float consts instead of module levelLinus Färnstrand-16/+15
2020-04-20Define module level int consts from assoc constsLinus Färnstrand-2/+2
2020-04-20Stop accessing module level int consts via crate::<Ty>Linus Färnstrand-9/+3
2020-04-20Auto merge of #5332 - DevinR528:if-let-else-mutex, r=flip1995bors-0/+7
2020-04-20Ignore -Zprofile when building compiler_builtinsAmanieu d'Antras-5/+18
2020-04-20const prop: don't special case return placeJonas Schievink-13/+9
2020-04-20Use copy_op_transmuteJonas Schievink-1/+1
2020-04-20Bless 32-bit test outputJonas Schievink-15/+15
2020-04-20Remove unnecessary blockJonas Schievink-6/+4
2020-04-20Fix codegen and mir-opt testsJonas Schievink-19/+18
2020-04-20Update const propJonas Schievink-5/+5
2020-04-20Dump return_place upon returningJonas Schievink-0/+1
2020-04-20Fix pop_stack_frame logicJonas Schievink-22/+7
2020-04-20Remove null placesJonas Schievink-21/+0
2020-04-20Treat RETURN_PLACE as a normal LocalJonas Schievink-70/+42
2020-04-20Do not build tools if user do not want themMateusz Mikuła-1/+9
2020-04-20Ensure tail expression will have a `Ty` for E0746Esteban Küber-66/+113
2020-04-20Apply suggestions from PR reviewEduardo Broto-1/+1
2020-04-20Remove some allocations in predicate evaluationEsteban Küber-9/+10
2020-04-20Use more `Iterator`s instead of `Vec`sEsteban Küber-81/+60
2020-04-20Remove unnecessary allocationEsteban Küber-26/+25
2020-04-20Remove some `Vec` allocations in an effort to improve perfEsteban Küber-54/+38
2020-04-20Improve Layout::extend docsCAD97-3/+4
2020-04-20Update src/libcore/alloc/layout.rsChristopher Durham-2/+2
2020-04-20Suggest `-> impl Trait` and `-> Box<dyn Trait>` on fn that doesn't returnEsteban Küber-42/+101