about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-11-27Add async fn test for #66695Matthew Jasper-0/+24
2019-11-26Record temporary static references in generator witnessesMatthew Jasper-10/+45
2019-11-26Auto merge of #66776 - Mark-Simulacrum:revert-try-breakage, r=Mark-Simulacrumbors-10/+59
2019-11-26Revert "DO NOT MERGE: enable windows try builder"Mark Rousskov-10/+59
2019-11-26Auto merge of #66631 - michaelwoerister:additional-pgo-tests, r=alexcrichtonbors-0/+251
2019-11-26PGO: Make branch-weights regression test more robust.Michael Woerister-10/+10
2019-11-26Auto merge of #66561 - TimoFreiberg:trait-name-report, r=estebankbors-7/+176
2019-11-26Auto merge of #66522 - tmiasko:sanitize-flags, r=alexcrichtonbors-32/+215
2019-11-25Auto merge of #66178 - Aaron1011:fix/opaque-normalize, r=varkorbors-47/+226
2019-11-25Auto merge of #66739 - pietroalbini:rollup-2t2pd4a, r=pietroalbinibors-289/+251
2019-11-25Auto merge of #66748 - ehuss:update-cargo-books, r=alexcrichtonbors-0/+1
2019-11-25Update cargo, rls, books.Eric Huss-0/+1
2019-11-25Rollup merge of #66698 - petrochenkov:tidywarn, r=Mark-SimulacrumPietro Albini-1/+0
2019-11-25Rollup merge of #66694 - RalfJung:panic-comments, r=Dylan-DPCPietro Albini-6/+7
2019-11-25Rollup merge of #66684 - mark-i-m:error-reporting-cleanup, r=davidtwcoPietro Albini-22/+21
2019-11-25Rollup merge of #66678 - GuillaumeGomez:remove-useless-error-index-line, r=Dy...Pietro Albini-1/+0
2019-11-25Rollup merge of #66569 - pietroalbini:gha-1, r=alexcrichtonPietro Albini-248/+154
2019-11-25Rollup merge of #66512 - jsgf:process-argv0, r=Dylan-DPCPietro Albini-10/+68
2019-11-25Rollup merge of #65613 - Mark-Simulacrum:rustdoc-preserve-ws, r=GuillaumeGomezPietro Albini-1/+1
2019-11-25Auto merge of #66682 - estebank:fn-type-err, r=davidtwcobors-45/+238
2019-11-25Auto merge of #66279 - cjgillot:hashstable, r=Zoxcbors-427/+199
2019-11-25Auto merge of #66669 - petrochenkov:tup2attr, r=matthewjasperbors-13/+55
2019-11-25Auto merge of #66671 - matthewjasper:ast-address-of, r=Centrilbors-141/+678
2019-11-24Auto merge of #66540 - nnethercote:SmallVec-Candidate-match_pairs, r=matthewj...bors-4/+6
2019-11-24Update for ConstKind refactorAaron Hill-1/+1
2019-11-24Add example and extra documentationAaron Hill-0/+32
2019-11-24Fix missing characterAaron Hill-1/+1
2019-11-24bug!() on const inference variable in opaque typeAaron Hill-1/+81
2019-11-24Also fix lifetimes and consts in opaque typesAaron Hill-2/+15
2019-11-24Improve error message when opaque type is not fully constrainedAaron Hill-46/+21
2019-11-24Fix opaque types resulting from projections in function signatureAaron Hill-1/+80
2019-11-24Auto merge of #66647 - petrochenkov:nosynt, r=Centrilbors-522/+56
2019-11-24Add tests for raw_ref_opMatthew Jasper-11/+373
2019-11-24Parse and feature gate raw address of expressionsMatthew Jasper-2/+8
2019-11-24Add raw address of expressions to the AST and HIRMatthew Jasper-139/+308
2019-11-24fixup! Lowercase diagnostic message labelTimo Freiberg-1/+1
2019-11-24fixup! Add negative tests where the diagnostic message would be wrongTimo Freiberg-14/+103
2019-11-24Add version mismatch help message for unimplemented traitTimo Freiberg-7/+87
2019-11-24Auto merge of #66592 - estebank:raw-raw-ah-ah-ah, r=cramertjbors-34/+63
2019-11-24tidy: Remove unused importVadim Petrochenkov-1/+0
2019-11-24make comment compileRalf Jung-2/+1
2019-11-24expand type info on __rust_start_panicRalf Jung-0/+2
2019-11-24Auto merge of #66393 - ssomers:hash_benches, r=dtolnaybors-21/+52
2019-11-24panicking commentsRalf Jung-5/+5
2019-11-24rustc_plugin: Remove support for syntactic pluginsVadim Petrochenkov-522/+56
2019-11-24expand: Fully preserve visibilities on unnamed fields with attributesVadim Petrochenkov-4/+37
2019-11-24def_collector: Do not forget to save indices of fields with multiple attributesVadim Petrochenkov-9/+18
2019-11-24Auto merge of #66322 - lzutao:consistent-result-map_or_else, r=dtolnaybors-4/+6
2019-11-23review comments: remove unnecessary `&str` to `String` conversionsEsteban Küber-22/+22
2019-11-24Rollup merge of #66659 - Centril:fix-bench, r=Mark-SimulacrumMazdak Farrokhzad-65/+63