about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-07-30add tests for array_chunksBastian Kauschke-1/+92
2020-07-30adds `slice::array_chunks`Bastian Kauschke-0/+180
2020-07-30improve chunks + windows err on size 0Bastian Kauschke-5/+5
2020-07-30Fix ui testsGary Guo-8/+8
2020-07-30Improve diagnostics when constant pattern is too genericGary Guo-1/+7
2020-07-30Auto merge of #74876 - oli-obk:lumberjack_disable, r=RalfJungbors-200/+266
2020-07-29Test `{align,size}_of_val` in a const contextDylan MacKenzie-0/+79
2020-07-30Auto merge of #74923 - ehuss:update-cargo, r=Mark-Simulacrumbors-18/+7
2020-07-30Auto merge of #74929 - Manishearth:rollup-z2vflrp, r=Manishearthbors-137/+373
2020-07-29Make `{align,size}_of_val` `const`Dylan MacKenzie-3/+24
2020-07-29Rollup merge of #74927 - Lokathor:Lokathor-patch-1, r=jonas-schievinkManish Goregaokar-1/+1
2020-07-29Rollup merge of #74912 - giraffate:fix_broken_link_in_unstable_plugin_book, r...Manish Goregaokar-1/+1
2020-07-29Rollup merge of #74910 - RalfJung:fence, r=Mark-SimulacrumManish Goregaokar-1/+2
2020-07-29Rollup merge of #74904 - joshtriplett:typo-fix, r=jonas-schievinkManish Goregaokar-4/+4
2020-07-29Rollup merge of #74902 - rust-lang:into_raw_non_null, r=dtolnayManish Goregaokar-91/+1
2020-07-29Rollup merge of #74873 - lcnr:const-print, r=eddybManish Goregaokar-3/+1
2020-07-29Rollup merge of #74869 - tmiasko:must-use-closures, r=ecstatic-morseManish Goregaokar-31/+355
2020-07-29Rollup merge of #74852 - lzutao:inline-rm-tostring, r=nnethercoteManish Goregaokar-0/+3
2020-07-29Rollup merge of #74819 - tmiasko:format-spec, r=joshtriplettManish Goregaokar-1/+1
2020-07-29Rollup merge of #74742 - poliorcetics:ip-addr-remove-rejected-errata, r=nikom...Manish Goregaokar-4/+4
2020-07-29Change the target data layout to specify more valuesLokathor-1/+1
2020-07-29Auto merge of #73767 - P1n3appl3:rustdoc-formats, r=tmandrybors-1072/+1203
2020-07-29Register renamed lintManish Goregaokar-0/+1
2020-07-29Rename usage of intra_doc_link_resolution_failureManish Goregaokar-47/+47
2020-07-29Rename intra_doc_link_resolution_failure -> intra_doc_link_resolution_failuresManish Goregaokar-6/+6
2020-07-29Pass by valueJoseph Ryan-3/+3
2020-07-29Refactor DocFS to fix error handling bugsJoseph Ryan-55/+34
2020-07-29Auto merge of #74733 - richkadel:llvm-coverage-map-gen-5, r=tmandrybors-690/+794
2020-07-29Update cargoEric Huss-18/+7
2020-07-29Auto merge of #74837 - xldenis:mir-dump-crate-file, r=oli-obkbors-422/+225
2020-07-29Auto merge of #72488 - KodrAus:stabilize/const_type_id, r=nikomatsakisbors-28/+6
2020-07-29Move mir-opt tests to toplevelXavier Denis-275/+68
2020-07-29Moved structs/enums with repr(C) to LLVM types into ffi.rs cratesRich Kadel-214/+227
2020-07-29Fix broken link in unstable book `plugin`Takayuki Nakata-1/+1
2020-07-29Auto merge of #72049 - mati865:mingw-lld, r=petrochenkovbors-14/+61
2020-07-29fence docs: fix example MutexRalf Jung-1/+2
2020-07-29Add test for #50176Mateusz Mikuła-0/+14
2020-07-29MinGW: emit dllexport/dllimport by rustcMateusz Mikuła-14/+47
2020-07-29Clean up E0740 explanationGuillaume Gomez-1/+3
2020-07-29add crate name to mir dumpsXavier Denis-157/+167
2020-07-29Auto merge of #74900 - tmiasko:doc-open, r=Mark-Simulacrumbors-1/+1
2020-07-29Avoid bool-like namingLzu Tao-3/+2
2020-07-29Fix opening docs for std crates with ./x.py doc --open library/*Tomasz Miąsko-1/+1
2020-07-29Fix some typos in src/librustdoc/clean/auto_trait.rsJosh Triplett-4/+4
2020-07-29Address review commentsOliver Scherer-44/+46
2020-07-29Remove deprecated unstable `{Box,Rc,Arc}::into_raw_non_null` functionsSimon Sapin-91/+1
2020-07-29Stabilize `Vec::leak`Simon Sapin-3/+1
2020-07-29Make `Vec::leak` a method instead of an associated function.Simon Sapin-3/+3
2020-07-29Auto merge of #74896 - imbolc:patch-1, r=kennytmbors-0/+1
2020-07-29Link to syntax section when referencing itTomasz Miąsko-1/+1