about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-08-06Incorporate tracing cratebishtpawan-24/+24
2020-08-01Rollup merge of #75022 - cuviper:sliced-rchunk, r=lcnrManish Goregaokar-1/+1
2020-08-01Rollup merge of #74992 - lcnr:fix-generic-param-order, r=GuillaumeGomezManish Goregaokar-30/+15
2020-08-01Rollup merge of #74720 - GuillaumeGomez:cleanup-e0728, r=jyn514Manish Goregaokar-3/+3
2020-08-01Auto merge of #74726 - oli-obk:tracing, r=Mark-Simulacrumbors-44/+63
2020-08-01Use a slice pattern instead of rchunks_exact(_).next()Josh Stone-1/+1
2020-08-01Rollup merge of #75007 - GuillaumeGomez:cleanup-e0743, r=pickfireManish Goregaokar-6/+5
2020-08-01Rollup merge of #74996 - matthiaskrgr:submodule_upd, r=ehussManish Goregaokar-0/+0
2020-08-01Rollup merge of #74995 - sunfishcode:update-llvm, r=alexcrichtonManish Goregaokar-3/+3
2020-08-01Rollup merge of #74983 - oli-obk:mir_opt_goto_chain, r=ecstatic-morseManish Goregaokar-26/+43
2020-08-01Rollup merge of #74981 - giraffate:fix_sample_codes_in_unstable_book_plugin, ...Manish Goregaokar-16/+14
2020-08-01Rollup merge of #74977 - GuillaumeGomez:cleanup-e0741, r=pickfireManish Goregaokar-4/+8
2020-08-01Remove chrono feature from tracingOliver Scherer-1/+1
2020-08-01Clean up E0743 explanationGuillaume Gomez-6/+5
2020-08-01Auto merge of #74993 - sunfishcode:update-wasi-libc, r=alexcrichtonbors-2/+2
2020-08-01Auto merge of #74582 - Lezzz:rename-hair, r=nikomatsakisbors-121/+128
2020-08-01Replace a recursive algorithm with an iterative one and a stack.Oliver Scherer-26/+43
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-01submodules: update cargo from 974eb438d to 2d5c2381eMatthias Krüger-0/+0
2020-07-31Update the WASI libc build to LLVM 10.Dan Gohman-3/+3
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-31fix rustdoc generic param orderBastian Kauschke-30/+15
2020-07-31Update the bundled wasi-libc with libstdDan Gohman-2/+2
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-31Don't register a tracing dispatcher if no tracing env var was set.Oliver Scherer-0/+6
2020-07-31Disable log supportOliver Scherer-1/+1
2020-07-31Update error index generator to tracingOliver Scherer-2/+2
2020-07-31Make rustdoc share the logger initialization routine with rustc.Oliver Scherer-4/+11
2020-07-31Add tracing libs to list of permitted dependenciesOliver Scherer-0/+3
2020-07-31Move from `log` to `tracing`Oliver Scherer-39/+42
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-31Some fixes for `plugin.md` in unstable-bookTakayuki Nakata-16/+14
2020-07-31Auto merge of #74844 - asomers:freebsd-profiler, r=pietroalbinibors-2/+2
2020-07-31Clean up E0741 error explanationGuillaume Gomez-4/+8
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