about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-09-25Move malformed attribute code to a function and fix inner attribute suggestion.Eric Huss-68/+69
2021-09-25Use larger span for adjustments on method callsAaron Hill-583/+453
2021-09-25Auto merge of #88243 - nikic:newpm-2, r=nagisabors-8/+17
2021-09-25refactor: VecDeques PairSlices fields to privateDeveloperC-4/+4
2021-09-25Auto merge of #89030 - nbdd0121:box2, r=jonas-schievinkbors-227/+468
2021-09-25Auto merge of #89030 - nbdd0121:box2, r=jonas-schievinkbors-0/+1
2021-09-25Pin panic-in-drop=abort test to old pass managerNikita Popov-1/+8
2021-09-25Make expectation in panic-in-drop-abort.rs test more preciseNikita Popov-4/+2
2021-09-25Use correct pipeline for LTO at O0Nikita Popov-1/+4
2021-09-25Enable new pass manager on LLVM 13Nikita Popov-2/+3
2021-09-25Auto merge of #89237 - BoxyUwU:trackersMcCaller, r=eddybbors-4/+5
2021-09-25rustdoc: Don't show hidden trait methodsHirochika Matsumoto-1/+93
2021-09-25Auto merge of #87220 - petrochenkov:derivecfglimit2, r=Aaron1011bors-157/+124
2021-09-25use `drain_filter` instead of `filter` and `retain`Takayuki Maeda-4/+2
2021-09-25Auto merge of #89230 - workingjubilee:rollup-1swktdq, r=workingjubileebors-153/+863
2021-09-25Bless testsGary Guo-213/+342
2021-09-25Introduce `Rvalue::ShallowInitBox`Gary Guo-0/+1
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