]> git.lizzy.rs Git - rust.git/history - src
Auto merge of #76186 - tmandry:rollup-49nliiy, r=tmandry
[rust.git] / src /
2020-09-01 borsAuto merge of #76186 - tmandry:rollup-49nliiy, r=tmandry
2020-09-01 Tyler MandryRollup merge of #76178 - matklad:et, r=Mark-Simulacrum
2020-09-01 Tyler MandryRollup merge of #76172 - ecstatic-morse:revert-75463...
2020-09-01 Tyler MandryRollup merge of #76166 - matklad:privatereader, r=petro...
2020-09-01 Tyler MandryRollup merge of #76163 - lzutao:readme-glibc, r=cuviper
2020-09-01 Tyler MandryRollup merge of #76161 - pickfire:patch-3, r=pickfire
2020-09-01 Tyler MandryRollup merge of #76154 - GuillaumeGomez:strings-indent...
2020-09-01 Tyler MandryRollup merge of #76139 - CDirkx:cow-is-borrowed, r...
2020-09-01 Tyler MandryRollup merge of #76103 - GuillaumeGomez:cleanup-e0769...
2020-09-01 Tyler MandryRollup merge of #76059 - GuillaumeGomez:cleanup-e0764...
2020-09-01 Tyler MandryRollup merge of #76003 - richkadel:llvm-coverage-map...
2020-09-01 Tyler MandryRollup merge of #76002 - richkadel:llvm-coverage-map...
2020-09-01 Tyler MandryRollup merge of #75945 - pickfire:patch-7, r=jyn514
2020-09-01 borsAuto merge of #75931 - estebank:suggest-if-let, r=petro...
2020-08-31 CDirkxAdd a test for const
2020-08-31 borsAuto merge of #76174 - ehuss:update-cargo, r=ehuss
2020-08-31 Eric HussUpdate cargo
2020-08-31 borsAuto merge of #75979 - lzutao:seprate-tests, r=Mark...
2020-08-31 Aleksey KladovUpdate expect-test to 1.0
2020-08-31 borsAuto merge of #76030 - davidtwco:fewer-names-llvm-type...
2020-08-31 Dylan MacKenzieRevert #75463
2020-08-31 borsAuto merge of #75936 - sdroege:chunks-exact-constructio...
2020-08-31 Aleksey KladovAvoid StringReader when checking code blocks for syntax...
2020-08-31 Guillaume GomezFix string
2020-08-31 borsAuto merge of #76159 - matklad:rollup-8jydjg3, r=matklad
2020-08-31 Aleksey KladovRollup merge of #76127 - petrochenkov:lld, r=Mark-Simul...
2020-08-31 Aleksey KladovRollup merge of #76115 - calebcartwright:parser-fn...
2020-08-31 Aleksey KladovRollup merge of #76075 - marmeladema:remove-once-cell...
2020-08-31 Aleksey KladovRollup merge of #76050 - matklad:pos, r=petrochenkov
2020-08-31 Aleksey KladovRollup merge of #75938 - Amjad50:min_const_generics...
2020-08-31 Guillaume GomezFix strings indent
2020-08-31 borsAuto merge of #76153 - matklad:rollup-vlblfup, r=matklad
2020-08-31 Amjad AlsharafiFix duplicate error messages in const_generics tests
2020-08-31 Aleksey KladovRollup merge of #76134 - CDirkx:patch-1, r=nagisa
2020-08-31 Aleksey KladovRollup merge of #76117 - mark-i-m:patch-1, r=petrochenkov
2020-08-31 Aleksey KladovRollup merge of #76069 - pickfire:patch-16, r=jyn514
2020-08-31 Aleksey KladovRollup merge of #76058 - pickfire:patch-11, r=jyn514
2020-08-31 Aleksey KladovRollup merge of #76055 - pickfire:patch-9, r=jyn514
2020-08-31 Aleksey KladovRollup merge of #76052 - aszenz:GH-66816_removes_disabl...
2020-08-31 Aleksey KladovRollup merge of #76033 - camelid:patch-7, r=Dylan-DPC
2020-08-31 Aleksey KladovRollup merge of #76023 - pickfire:patch-4, r=jyn514
2020-08-31 Aleksey KladovRollup merge of #75969 - nixphix:docs/mod, r=jyn514
2020-08-31 borsAuto merge of #75932 - Amjad50:intra-doc-core-slice...
2020-08-31 borsAuto merge of #75926 - camelid:patch-5, r=jonas-schievink
2020-08-31 borsAuto merge of #76027 - davidtwco:issue-61139-remove...
2020-08-31 borsAuto merge of #75082 - Aaron1011:feature/proc-macro...
2020-08-31 Lzu Taotidy: add new exceptions and remove std from skip list
2020-08-31 Aaron HillAdd `-Z proc-macro-backtrace` to allow showing proc...
2020-08-31 borsAuto merge of #75463 - CDirkx:ordering-const, r=CDirkx
2020-08-30 borsAuto merge of #74668 - petrochenkov:noname, r=mark-i-m
2020-08-30 Esteban KüberSuggest `if let x = y` when encountering `if x = y`
2020-08-30 CDirkxStabilize feature `const_ordering`
2020-08-30 Vadim Petrochenkovrustbuild: Remove one LLD workaround
2020-08-30 borsAuto merge of #75779 - scileo:fix-issue-75492, r=petroc...
2020-08-30 SashaUse string literal directly when available in format
2020-08-30 Vadim Petrochenkovcleanup: Remove duplicate library names from `Cargo...
2020-08-30 Who? Me?!Update README.md
2020-08-30 David Woodty: remove obsolete printer
2020-08-30 CDirkxAdd unstable `const_ordering` feature, and some tests.
2020-08-30 borsAuto merge of #74862 - mark-i-m:mv-compiler, r=petrochenkov
2020-08-30 markmv compiler to compiler/
2020-08-30 borsAuto merge of #75176 - jyn514:impl-link, r=GuillaumeGom...
2020-08-30 Joshua Nelsonresolve: Don't speculatively load crates if this is...
2020-08-30 Joshua Nelsonrustdoc,metadata: Debugging
2020-08-30 borsAuto merge of #75867 - estebank:async-lt-sugg-fix,...
2020-08-30 borsAuto merge of #75919 - rust-lang:jonas-schievink-patch...
2020-08-30 borsAuto merge of #75901 - GuillaumeGomez:ayu-theme-button...
2020-08-30 borsAuto merge of #76093 - jyn514:prim-assoc-items, r=Manis...
2020-08-30 Joshua NelsonFix intra-doc links for associated constants
2020-08-30 borsAuto merge of #76090 - Dylan-DPC:rollup-eksndcr, r...
2020-08-29 Dylan DPCRollup merge of #76057 - matklad:remove-retokenize...
2020-08-29 Dylan DPCRollup merge of #76029 - denisvasilik:intra-doc-links...
2020-08-29 Dylan DPCRollup merge of #76022 - GuillaumeGomez:cleanup-rustdoc...
2020-08-29 Dylan DPCRollup merge of #76015 - ortem:fix-lldb-script, r=Mark...
2020-08-29 Dylan DPCRollup merge of #75990 - rylev:arm-fastfail, r=alexcrichton
2020-08-29 Dylan DPCRollup merge of #75975 - matklad:snapshot-tests, r...
2020-08-29 Dylan DPCRollup merge of #75917 - poliorcetics:intra-doc-core...
2020-08-29 Dylan DPCRollup merge of #75910 - bugadani:testcase, r=oli-obk
2020-08-29 Dylan DPCRollup merge of #75892 - ArekPiekarz:unstable_book_tls_...
2020-08-29 Dylan DPCRollup merge of #75885 - jumbatm:issue75739-clashing...
2020-08-29 Dylan DPCRollup merge of #75881 - pickfire:patch-5, r=GuillaumeGomez
2020-08-29 Dylan DPCRollup merge of #75874 - pickfire:patch-3, r=jyn514
2020-08-29 Dylan DPCRollup merge of #75852 - camelid:patch-3, r=jyn514
2020-08-29 Dylan DPCRollup merge of #75832 - kofls:intradoc-fix, r=jyn514
2020-08-29 borsAuto merge of #75775 - matklad:rustc-lexer-rustdoc...
2020-08-29 Joshua Nelsonrustdoc: Fix intra-doc links for cross-crate re-exports...
2020-08-29 borsAuto merge of #76016 - RalfJung:miri, r=RalfJung
2020-08-29 Ralf Jungbump Miri
2020-08-29 borsAuto merge of #75713 - mati865:netbsd_zlib, r=Mark...
2020-08-29 borsAuto merge of #75754 - joshtriplett:wip-perf-snappy...
2020-08-29 borsAuto merge of #76034 - flip1995:clippyup, r=Manishearth
2020-08-29 borsAuto merge of #75370 - simonvandel:optimize-if-conditio...
2020-08-29 Simon Vandel SillesenNew pass to optimize `if`conditions on integrals to...
2020-08-29 Aleksey KladovAllow --bess ing expect-tests in tools
2020-08-29 Guillaume GomezUse an id instead of a function
2020-08-29 Aleksey KladovMove retokenize hack to save_analysis
2020-08-29 asrarGH-66816: Process before enabling search
2020-08-29 borsAuto merge of #75985 - csmoe:issue-61076-1, r=estebank
2020-08-29 asrarGH-66816: Removes disable before return
2020-08-29 borsAuto merge of #75916 - jyn514:unify-error-reporting...
next