about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2021-04-17Auto merge of #84260 - Aaron1011:global-alloc-eval-always, r=cjgillotbors-0/+14
2021-04-17Include a backport for wrong DWARF informationSimonas Kazlauskas-0/+0
2021-04-17Do not ignore path segments in the middle in `#[allow]`/`#[warn]`/`#[deny]`/`...hyd-dev-44/+85
2021-04-17Auto merge of #84246 - notriddle:rustdoc-path-printing-cleanup, r=jyn514bors-43/+1
2021-04-17Auto merge of #84244 - ABouttefeux:closure-return-conflict-suggest, r=estebankbors-22/+60
2021-04-17Auto merge of #84243 - Soveu:fix-derive-macro-const-default, r=petrochenkovbors-2/+27
2021-04-17Auto merge of #84113 - SNCPlay42:suggestion-extern-crate, r=petrochenkovbors-11/+46
2021-04-16Auto merge of #84074 - notriddle:rustdoc-macro-visibility, r=jyn514bors-12/+57
2021-04-16Error when compiletest is passed duplicate revisionsAaron Hill-9/+19
2021-04-16Mark `has_global_allocator` query as `eval_always`Aaron Hill-0/+14
2021-04-16Add documentation to help people find `Ipv4Addr::UNSPECIFIED`Josh Triplett-0/+3
2021-04-16doc: use U+2212 for minus sign in floating-point -0.0 remarksTrevor Spiteri-4/+4
2021-04-16Auto merge of #84249 - crlf0710:fix_miri, r=RalfJungbors-8/+8
2021-04-16Add commentbjorn3-0/+1
2021-04-17Update miri.Charles Lew-8/+8
2021-04-16Auto merge of #83416 - alexcrichton:const-thread-local, r=sfacklerbors-49/+244
2021-04-16std: Add a variant of thread locals with const initAlex Crichton-49/+244
2021-04-16rustdoc: get rid of unused path printing codeMichael Howell-43/+1
2021-04-16fix reporting return type in some casesAliƩnore Bouttefeux-22/+60
2021-04-16builtin derive macros: fix error with const generics defaultSoveu-2/+27
2021-04-16Auto merge of #84241 - Dylan-DPC:rollup-jk9nt6k, r=Dylan-DPCbors-194/+526
2021-04-16Rollup merge of #84172 - jayaddison:compiler/E0384-reduce-assertiveness, r=pe...Dylan DPC-36/+36
2021-04-16Rollup merge of #84145 - vojtechkral:vecdeque-binary-search, r=m-ou-seDylan DPC-3/+87
2021-04-16Rollup merge of #83944 - jackh726:binder-refactor-fix2, r=lcnrDylan DPC-1/+56
2021-04-16Rollup merge of #83337 - Manishearth:item-hide, r=GuillaumeGomezDylan DPC-154/+347
2021-04-16Auto merge of #84230 - cuviper:llvm-12, r=nikicbors-1/+1
2021-04-16Auto merge of #84217 - crlf0710:remove_main_attr_pure, r=petrochenkovbors-214/+59
2021-04-16Auto merge of #84228 - SkiFire13:fix-84213, r=estebankbors-0/+70
2021-04-16Remove #[main] attribute.Charles Lew-214/+59
2021-04-16Auto merge of #84220 - gpluscb:weak_doc, r=jyn514bors-2/+2
2021-04-16Auto merge of #84226 - Aaron1011:track-link-dead-code, r=Mark-Simulacrumbors-2/+2
2021-04-15Update to LLVM 12.0.0 finalJosh Stone-1/+1
2021-04-15Add regression testGiacomo Stevanato-0/+55
2021-04-15Add suggestion to borrow when casting T to *const/mut TGiacomo Stevanato-0/+15
2021-04-15VecDeque: Improve doc comments in binary search fnsVojtech Kral-5/+23
2021-04-15VecDeque: Add partition_point() #78021Vojtech Kral-0/+63
2021-04-15VecDeque: binary_search_by(): return right away if hit found at back.first() ...Vojtech Kral-1/+4
2021-04-15Auto merge of #84205 - workingjubilee:more-simd-intrin, r=bjorn3bors-13/+34
2021-04-15Add test.Camille GILLOT-1/+21
2021-04-15Track `-C link-dead-code` during incremental compilationAaron Hill-2/+2
2021-04-15Auto merge of #84222 - Aaron1011:fix/anon-const-lint, r=lcnrbors-0/+35
2021-04-15Allow use of deprecated std::raw in a test for that featureSimon Sapin-1/+6
2021-04-15Auto merge of #84209 - pickfire:patch-3, r=jyn514bors-4/+2
2021-04-15Run buffered lints attached to anon constsAaron Hill-0/+35
2021-04-15Correct outdated rc::Weak::default documentationMarRue-2/+2
2021-04-15Auto merge of #84088 - m-ou-se:stabilize-option-insert, r=m-ou-sebors-3/+1
2021-04-15Auto merge of #84215 - RalfJung:miri, r=RalfJungbors-8/+8
2021-04-15update MiriRalf Jung-8/+8
2021-04-15Auto merge of #84193 - ehuss:unsafe_op_in_unsafe_fn-docs, r=RalfJungbors-3/+4
2021-04-15Auto merge of #84198 - mlodato517:patch-1, r=jyn514bors-1/+1