about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-08-02Introduce NonterminalKindAleksey Kladov-211/+231
2020-08-01Auto merge of #74582 - Lezzz:rename-hair, r=nikomatsakisbors-121/+128
2020-08-01Auto merge of #74945 - dingxiangfei2009:promote-static-ref-deref, r=oli-obkbors-2/+74
2020-08-01Auto merge of #74717 - davidtwco:issue-74636-polymorphized-closures-inherited...bors-20/+108
2020-08-01Rollup merge of #74991 - JulianKnodt:74199, r=lcnrYuki Okushi-0/+178
2020-08-01Rollup merge of #74986 - matthiaskrgr:cmp_true, r=oli-obkYuki Okushi-1/+1
2020-08-01Rollup merge of #74984 - RalfJung:miri-unwind-top, r=oli-obkYuki Okushi-0/+4
2020-08-01Rollup merge of #74968 - lzutao:no-args, r=Mark-SimulacrumYuki Okushi-3/+5
2020-07-31Rename HAIR to THIR (Typed HIR).Valentin Lazureanu-121/+128
2020-07-31Added in explicit check for the type being matchedkadmin-1/+7
2020-07-31Removed error check in order to prevent ICEkadmin-6/+178
2020-07-31fix part of comparison that would always evaluate to "true", probably an over...Matthias Krüger-1/+1
2020-07-31Miri: fix ICE when unwinding past topmost stack frameRalf Jung-0/+4
2020-07-31Auto merge of #65989 - Aaron1011:fix/normalize-param-env, r=nikomatsakisbors-89/+152
2020-07-31interp: needs_subst -> ensure_monomorphic_enoughDavid Wood-20/+108
2020-07-31Auto merge of #74844 - asomers:freebsd-profiler, r=pietroalbinibors-2/+2
2020-07-31Auto merge of #74965 - JohnTitor:sort-params, r=estebankbors-1/+4
2020-07-31Add the proper testsDing Xiang Fei-1/+12
2020-07-31Auto merge of #74956 - ecstatic-morse:const-option-unwrap, r=oli-obkbors-0/+34
2020-07-31Auto merge of #74959 - richkadel:llvm-coverage-map-gen-5.1, r=tmandrybors-53/+62
2020-07-31Auto merge of #74955 - P1n3appl3:rustdoc-formats, r=GuillaumeGomezbors-16/+81
2020-07-31Run all tests if have no specified testsLzu Tao-3/+5
2020-07-31rustfmtDing Xiang Fei-1/+3
2020-07-31Remove a trailing spaceDing Xiang Fei-1/+1
2020-07-31Auto merge of #74926 - Manishearth:rename-lint, r=jyn514bors-94/+89
2020-07-31Presort restrictions to make output consistentYuki Okushi-1/+4
2020-07-30Auto merge of #74682 - alexcrichton:backtrace-gimli-round-2, r=Mark-Simulacrumbors-4/+17
2020-07-30Auto merge of #74957 - Manishearth:rollup-3wudwlg, r=Manishearthbors-61/+73
2020-07-30Test `Option::unwrap` in a const contextDylan MacKenzie-0/+34
2020-07-30Rollup merge of #74934 - nbdd0121:issue-73976, r=ecstatic-morseManish Goregaokar-9/+15
2020-07-30Rollup merge of #74915 - alexcrichton:allow-failing-canonicalize, r=Mark-Simu...Manish Goregaokar-39/+31
2020-07-30Rollup merge of #74907 - GuillaumeGomez:cleanup-e0740, r=pickfireManish Goregaokar-1/+3
2020-07-30Rollup merge of #74905 - lzutao:listed, r=jyn514Manish Goregaokar-3/+2
2020-07-30Rollup merge of #74871 - etherealist:musl_doc, r=Mark-SimulacrumManish Goregaokar-1/+0
2020-07-30Rollup merge of #74835 - GuillaumeGomez:cleanup-e0734, r=jyn514Manish Goregaokar-1/+1
2020-07-30Rollup merge of #74751 - GuillaumeGomez:cleanup-e0730, r=jyn514Manish Goregaokar-7/+21
2020-07-30Rust function-level coverage now works on external cratesRich Kadel-53/+62
2020-07-30Update driver to add json backendJoseph Ryan-16/+81
2020-07-30Auto merge of #74908 - RalfJung:miri, r=RalfJungbors-35/+10
2020-07-31Add comments to explain the test case and the special treatmentDing Xiang Fei-2/+22
2020-07-30Fix uitestsManish Goregaokar-5/+5
2020-07-30Rename the lint againManish Goregaokar-7/+7
2020-07-30intra_doc_resolution_failures -> broken_intra_doc_linksManish Goregaokar-48/+48
2020-07-30Update uitest expectationsManish Goregaokar-5/+5
2020-07-30update MiriRalf Jung-35/+10
2020-07-30rustc: Ignore fs::canonicalize errors in metadataAlex Crichton-39/+31
2020-07-30Rename to intra_doc_resolution_failuresManish Goregaokar-89/+83
2020-07-30Auto merge of #73990 - jumbatm:clashing-extern-decl, r=nagisabors-161/+456
2020-07-30Special treatment for dereferencing a borrow to a static definitionDing Xiang Fei-2/+41
2020-07-30Auto merge of #74930 - ecstatic-morse:const-size-align-of-val, r=oli-obkbors-0/+94