about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-06-20Update duplicate options testCamelid-53/+11
2020-06-20Use `span_label`Camelid-1/+1
2020-06-20Make warning an error; use help instead of suggestion; clean up codeCamelid-71/+87
2020-06-20Add UI test for duplicate `asm!` options warningCamelid-0/+57
2020-06-20Warn on duplicate `asm!` optionsCamelid-7/+58
2020-06-20Add codegen test for multiple `asm!` optionsCamelid-0/+53
2020-06-20Clean upCamelid-3/+3
2020-06-20Use `Vec<Span>` instead of `Option<Vec<Span>>`Camelid-13/+9
2020-06-20Update testsCamelid-41/+12
2020-06-20Allow multiple `asm!` optionsCamelid-16/+13
2020-06-20Auto merge of #73528 - Manishearth:rollup-7djz8nd, r=Manishearthbors-864/+2563
2020-06-19Rollup merge of #73506 - Xanewok:update-rls, r=XanewokManish Goregaokar-86/+89
2020-06-19Rollup merge of #73484 - poliorcetics:use-prelude-doc, r=sfacklerManish Goregaokar-16/+0
2020-06-19Rollup merge of #73458 - tmiasko:arena-layout, r=matthewjasperManish Goregaokar-32/+24
2020-06-19Rollup merge of #73452 - matthewjasper:auto-rec, r=nikomatsakisManish Goregaokar-35/+169
2020-06-19Rollup merge of #73442 - davidtwco:issue-72181-pretty-print-const-val-enum-no...Manish Goregaokar-13/+654
2020-06-19Rollup merge of #73440 - jyn514:bootstrap/build-rustdoc, r=Mark-SimulacrumManish Goregaokar-1/+1
2020-06-19Rollup merge of #73436 - GuillaumeGomez:cleanup-e0670, r=Dylan-DPCManish Goregaokar-1/+1
2020-06-19Rollup merge of #73399 - GuillaumeGomez:cleanup-e0668, r=Dylan-DPCManish Goregaokar-5/+8
2020-06-19Rollup merge of #73359 - jonas-schievink:do-the-shimmy, r=matthewjasperManish Goregaokar-33/+123
2020-06-19Rollup merge of #73347 - tmiasko:incompatible-sanitizers, r=nikicManish Goregaokar-214/+212
2020-06-19Rollup merge of #73027 - doctorn:issue-72690, r=estebankManish Goregaokar-10/+178
2020-06-19Rollup merge of #72934 - christianpoveda:mut-borrows-in-consts, r=oli-obkManish Goregaokar-141/+193
2020-06-19Rollup merge of #72791 - lcnr:coerce-refactor, r=estebankManish Goregaokar-128/+140
2020-06-19Rollup merge of #72689 - lcnr:common_str, r=estebankManish Goregaokar-8/+5
2020-06-19Rollup merge of #71899 - cuviper:try_find_map, r=dtolnayManish Goregaokar-11/+18
2020-06-19Rollup merge of #71420 - RalfJung:specialization-incomplete, r=matthewjasperManish Goregaokar-130/+748
2020-06-19Auto merge of #73511 - Manishearth:rollup-3iffxd8, r=Manishearthbors-803/+2503
2020-06-19Refactor `try_find` a littleJosh Stone-11/+18
2020-06-19Update the doc for std::prelude, removing the "technical part" sectionAlexis Bourget-16/+0
2020-06-19add new error codeChristian Poveda-53/+95
2020-06-19Auto merge of #73257 - davidtwco:issue-73249-improper-ctypes-projection, r=lc...bors-159/+299
2020-06-19update diagnostics for &mut in constantsChristian Poveda-180/+111
2020-06-19update testsChristian Poveda-17/+90
2020-06-19forbid mutable references in all constants except const fnsChristian Poveda-0/+6
2020-06-19Rollup merge of #73489 - sexxi-goose:init_place_refactor, r=nikomatsakisManish Goregaokar-195/+222
2020-06-19Rollup merge of #73465 - lzutao:spec-char-tostring, r=sfacklerManish Goregaokar-0/+8
2020-06-19Rollup merge of #73382 - Aaron1011:fix/self-receiver-candidates, r=petrochenkovManish Goregaokar-29/+10
2020-06-19Rollup merge of #73364 - joshtriplett:inline-asm, r=AmanieuManish Goregaokar-178/+570
2020-06-19Rollup merge of #73357 - petrochenkov:tmap, r=davidtwcoManish Goregaokar-73/+38
2020-06-19Rollup merge of #73334 - ayazhafiz:err/num-type-cannot-fit, r=estebankManish Goregaokar-1/+428
2020-06-19Rollup merge of #73300 - crlf0710:crate_level_only_check, r=petrochenkovManish Goregaokar-11/+148
2020-06-19Rollup merge of #73261 - estebank:generics-sized, r=nikomatsakisManish Goregaokar-34/+352
2020-06-19Rollup merge of #73257 - davidtwco:issue-73249-improper-ctypes-projection, r=...Manish Goregaokar-159/+299
2020-06-19Rollup merge of #73248 - marmeladema:save-analysis-various-fixes, r=XanewokManish Goregaokar-19/+6
2020-06-19Rollup merge of #73214 - androm3da:hex_inline_asm_00, r=AmanieuManish Goregaokar-3/+264
2020-06-19Rollup merge of #72709 - LeSeulArtichaut:unsafe-liballoc, r=nikomatsakisManish Goregaokar-257/+387
2020-06-19Rollup merge of #71568 - hbina:document_unsafety_slice_sort, r=joshtriplettManish Goregaokar-3/+70
2020-06-19pretty/mir: const value enums with no variantsDavid Wood-13/+654
2020-06-19Bump Rustfmt and RLSIgor Matuszewski-86/+89