about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-06-21Auto merge of #70946 - jumbatm:clashing-extern-decl, r=nagisabors-11/+568
2020-06-20Auto merge of #73563 - Manishearth:rollup-oowgwwm, r=Manishearthbors-966/+2735
2020-06-20Rollup merge of #73443 - pietroalbini:gha-auto-fallible, r=Mark-SimulacrumManish Goregaokar-36/+45
2020-06-20Rollup merge of #73411 - ehuss:bump-stage0, r=Mark-SimulacrumManish Goregaokar-3/+7
2020-06-20Rollup merge of #73378 - matthewjasper:arena-not-special, r=oli-obkManish Goregaokar-46/+52
2020-06-20Rollup merge of #73291 - marmeladema:hir-id-ification-fix, r=petrochenkovManish Goregaokar-65/+48
2020-06-20Rollup merge of #73287 - davidtwco:issue-73251-opaque-types-in-projections, r...Manish Goregaokar-8/+127
2020-06-20Rollup merge of #73227 - camelid:multiple-asm-options, r=AmanieuManish Goregaokar-67/+236
2020-06-20Rollup merge of #72790 - jonhoo:duration-is-zero, r=LukasKalbertodtManish Goregaokar-1/+42
2020-06-20Rollup merge of #72788 - matthewjasper:projection-bound-validation, r=nikomat...Manish Goregaokar-490/+1584
2020-06-20Rollup merge of #72456 - ldm0:dereftrait, r=estebankManish Goregaokar-250/+594
2020-06-20Fix broken inner_deref doc tests.Eric Huss-2/+6
2020-06-20Update bootstrap to rustc 1.45.0-beta.2 (1dc0f6d8e 2020-06-15)Eric Huss-1/+1
2020-06-20Run `./x.py fmt`Camelid-4/+1
2020-06-20Fix duplicate options errorCamelid-18/+21
2020-06-20Use `p.token` instead of `p.look_ahead()`Camelid-1/+1
2020-06-20Add documentationCamelid-0/+9
2020-06-20Create a separate, tool-only suggestion for the commaCamelid-5/+9
2020-06-20Make suggestion machine-applicableCamelid-12/+48
2020-06-20Add more to duplicate options testCamelid-1/+26
2020-06-20Use `span_suggestion` instead of `span_label`Camelid-7/+7
2020-06-20Use bitflags function instead of custom oneCamelid-7/+1
2020-06-20Get option name from symbol instead of snippetCamelid-17/+19
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-20Revise according to reviewJon Gjengset-21/+19
2020-06-20Doctests need featureJon Gjengset-0/+2
2020-06-20core/time: Add Duration methods for zeroJon Gjengset-1/+42
2020-06-20Rollup merge of #73543 - GuillaumeGomez:cleanup-e0695, r=Dylan-DPCRalf Jung-1/+1
2020-06-20Rollup merge of #73539 - LukasKalbertodt:deprecate-vec-remove-item, r=Mark-Si...Ralf Jung-31/+11
2020-06-20Rollup merge of #73471 - raoulstrackx:raoul/fpu_tag_word, r=jethrogbRalf Jung-12/+8
2020-06-20Rollup merge of #73444 - pietroalbini:ci-remove-try-alt, r=Mark-SimulacrumRalf Jung-7/+0
2020-06-20Rollup merge of #73404 - ajpaverd:cfguard_syntax, r=Mark-SimulacrumRalf Jung-20/+33
2020-06-20Rollup merge of #73171 - tblah:riscv-qemu-test, r=pietroalbiniRalf Jung-17/+322
2020-06-20Rollup merge of #73058 - tmiasko:aarch64-san, r=nagisaRalf Jung-49/+60
2020-06-20Rollup merge of #73055 - lcnr:skol-no-more, r=matthewjasperRalf Jung-155/+79
2020-06-20Rollup merge of #72600 - Aaron1011:fix/anon-const-encoding, r=varkorRalf Jung-3/+31
2020-06-20Explain what the substs we're creating areMatthew Jasper-0/+9
2020-06-20Move bounds on associated types to the typeMatthew Jasper-495/+342
2020-06-20Don't set STILL_FURTHER_SPECIALIZABLE for regions/bound variablesMatthew Jasper-5/+0
2020-06-20Check associated type satisfy their boundsMatthew Jasper-6/+625
2020-06-20Pre-compute `def_id_to_hir_id` tablemarmeladema-19/+18