about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-09-25Report heap allocation instead of non-const fn for exchange_malloc callGary Guo-0/+5
2021-09-25Use Rvalue::ShallowInitBox for box expressionGary Guo-3/+53
2021-09-25Introduce `Rvalue::ShallowInitBox`Gary Guo-11/+68
2021-09-25arrr caught ya callerEllen-4/+5
2021-09-24make junit output more consistent with default formatJane Lusby-1/+4
2021-09-24Auto merge of #86246 - FabianWolff:issue-83471, r=estebankbors-6/+180
2021-09-24Hide `<...> defined here` note if the source is not availableFabian Wolff-1/+5
2021-09-24Stabilize `feature(macro_attributes_in_derive_output)`Vadim Petrochenkov-142/+40
2021-09-24derive: Do not configure or clone items unless necessaryVadim Petrochenkov-22/+47
2021-09-24builtin_macros: Make #[derive(A, B, ...)] cfg-eval its input only for `A, B, ...Vadim Petrochenkov-4/+48
2021-09-24Rollup merge of #89221 - aDotInTheVoid:macro-error-1, r=estebankJubilee-0/+38
2021-09-24Rollup merge of #89217 - GuillaumeGomez:generate-link-to-def-rust-tools, r=jy...Jubilee-0/+1
2021-09-24Rollup merge of #89210 - Takashiidobe:master, r=kennytmJubilee-0/+10
2021-09-24Rollup merge of #89208 - wesleywiser:rfc_2229_droporder, r=nikomatsakisJubilee-1/+485
2021-09-24Rollup merge of #89104 - Mark-Simulacrum:spawn-unchecked, r=nagisa,bjorn3Jubilee-19/+6
2021-09-24Rollup merge of #89072 - bjorn3:less_symbol_as_str, r=michaelwoeristerJubilee-12/+11
2021-09-24Rollup merge of #89001 - jackh726:binder-cleanup, r=nikomatsakisJubilee-3/+3
2021-09-24Rollup merge of #89001 - jackh726:binder-cleanup, r=nikomatsakisJubilee-121/+127
2021-09-24Rollup merge of #88893 - Mark-Simulacrum:relnotes, r=pietroalbiniJubilee-0/+185
2021-09-24Make error message for malformed `fn`/`fn_mut` lang item more specificFabian Wolff-15/+34
2021-09-24Auto merge of #88872 - petrochenkov:getmod2, r=cjgillotbors-193/+178
2021-09-24Disable a spuriously failing testVadim Petrochenkov-0/+2
2021-09-24Disable some tests for platforms without registers.Adam Gemmell-188/+296
2021-09-24Update and add more testsWesley Wiser-65/+118
2021-09-24Add basic checks for well-formedness of `fn`/`fn_mut` lang itemsFabian Wolff-6/+161
2021-09-24Add inline asm! tests for aarch64Adam Gemmell-76/+2570
2021-09-24resolve: Refactor obtaining `Module` from its `DefId`Vadim Petrochenkov-78/+76
2021-09-24resolve: Use a single common map for local and foreign modulesVadim Petrochenkov-20/+13
2021-09-24resolve: Rename some expansion def scope methodsVadim Petrochenkov-23/+19
2021-09-24resolve: Cleanup module allocationVadim Petrochenkov-56/+73
2021-09-24resolve: Do not cache nearest parent mod in `ModuleData`Vadim Petrochenkov-57/+36
2021-09-24Improve depinfo errorCameron Steffen-1/+3
2021-09-24Add 1.56.0 release notesMark Rousskov-0/+185
2021-09-25change the order of path suggestionsTakayuki Maeda-0/+6
2021-09-24Auto merge of #88999 - Migi:master, r=oli-obkbors-30/+106
2021-09-24Give better error for `macro_rules! name!`Nixon Enraght-Moony-0/+38
2021-09-24Auto merge of #7669 - Labelray:if_then_panic, r=giraffatebors-29/+263
2021-09-24Auto merge of #7715 - F3real:vec2, r=camsteffenbors-4/+4
2021-09-24Add new lint `if_then_panic`Labelray-29/+263
2021-09-24unitalicize O(1) complexitiesTakashi Idobe-4/+4
2021-09-24Merge branch 'rust-lang:master' into masterTakashi Idobe-257/+933
2021-09-24Auto merge of #88835 - FabianWolff:issue-88770, r=petrochenkovbors-18/+94
2021-09-24consistent big O notationr00ster91-1/+1
2021-09-24consistent big O notationr00ster91-25/+26
2021-09-24Enable "generate-link-to-definition" option on rust tools docs as wellGuillaume Gomez-0/+1
2021-09-24Simplify explicit request checkGuillaume Gomez-17/+30
2021-09-24Avoid needless heap allocation in box_collectionF3real-4/+4
2021-09-24Auto merge of #89130 - nikic:update-llvm-2, r=cuviperbors-0/+0
2021-09-24Auto merge of #89120 - In-line:remove_unneded_visible_parents_map, r=estebankbors-29/+54
2021-09-23Fix tidy and respond to some feedbackWesley Wiser-3/+34