| Age | Commit message (Expand) | Author | Lines |
| 2020-07-30 | add tests for array_chunks | Bastian Kauschke | -1/+92 |
| 2020-07-30 | adds `slice::array_chunks` | Bastian Kauschke | -0/+180 |
| 2020-07-30 | improve chunks + windows err on size 0 | Bastian Kauschke | -5/+5 |
| 2020-07-30 | Fix ui tests | Gary Guo | -8/+8 |
| 2020-07-30 | Improve diagnostics when constant pattern is too generic | Gary Guo | -1/+7 |
| 2020-07-30 | Auto merge of #74876 - oli-obk:lumberjack_disable, r=RalfJung | bors | -200/+266 |
| 2020-07-29 | Test `{align,size}_of_val` in a const context | Dylan MacKenzie | -0/+79 |
| 2020-07-30 | Auto merge of #74923 - ehuss:update-cargo, r=Mark-Simulacrum | bors | -18/+7 |
| 2020-07-30 | Auto merge of #74929 - Manishearth:rollup-z2vflrp, r=Manishearth | bors | -137/+373 |
| 2020-07-29 | Make `{align,size}_of_val` `const` | Dylan MacKenzie | -3/+24 |
| 2020-07-29 | Rollup merge of #74927 - Lokathor:Lokathor-patch-1, r=jonas-schievink | Manish Goregaokar | -1/+1 |
| 2020-07-29 | Rollup merge of #74912 - giraffate:fix_broken_link_in_unstable_plugin_book, r... | Manish Goregaokar | -1/+1 |
| 2020-07-29 | Rollup merge of #74910 - RalfJung:fence, r=Mark-Simulacrum | Manish Goregaokar | -1/+2 |
| 2020-07-29 | Rollup merge of #74904 - joshtriplett:typo-fix, r=jonas-schievink | Manish Goregaokar | -4/+4 |
| 2020-07-29 | Rollup merge of #74902 - rust-lang:into_raw_non_null, r=dtolnay | Manish Goregaokar | -91/+1 |
| 2020-07-29 | Rollup merge of #74873 - lcnr:const-print, r=eddyb | Manish Goregaokar | -3/+1 |
| 2020-07-29 | Rollup merge of #74869 - tmiasko:must-use-closures, r=ecstatic-morse | Manish Goregaokar | -31/+355 |
| 2020-07-29 | Rollup merge of #74852 - lzutao:inline-rm-tostring, r=nnethercote | Manish Goregaokar | -0/+3 |
| 2020-07-29 | Rollup merge of #74819 - tmiasko:format-spec, r=joshtriplett | Manish Goregaokar | -1/+1 |
| 2020-07-29 | Rollup merge of #74742 - poliorcetics:ip-addr-remove-rejected-errata, r=nikom... | Manish Goregaokar | -4/+4 |
| 2020-07-29 | Change the target data layout to specify more values | Lokathor | -1/+1 |
| 2020-07-29 | Auto merge of #73767 - P1n3appl3:rustdoc-formats, r=tmandry | bors | -1072/+1203 |
| 2020-07-29 | Register renamed lint | Manish Goregaokar | -0/+1 |
| 2020-07-29 | Rename usage of intra_doc_link_resolution_failure | Manish Goregaokar | -47/+47 |
| 2020-07-29 | Rename intra_doc_link_resolution_failure -> intra_doc_link_resolution_failures | Manish Goregaokar | -6/+6 |
| 2020-07-29 | Pass by value | Joseph Ryan | -3/+3 |
| 2020-07-29 | Refactor DocFS to fix error handling bugs | Joseph Ryan | -55/+34 |
| 2020-07-29 | Auto merge of #74733 - richkadel:llvm-coverage-map-gen-5, r=tmandry | bors | -690/+794 |
| 2020-07-29 | Update cargo | Eric Huss | -18/+7 |
| 2020-07-29 | Auto merge of #74837 - xldenis:mir-dump-crate-file, r=oli-obk | bors | -422/+225 |
| 2020-07-29 | Auto merge of #72488 - KodrAus:stabilize/const_type_id, r=nikomatsakis | bors | -28/+6 |
| 2020-07-29 | Move mir-opt tests to toplevel | Xavier Denis | -275/+68 |
| 2020-07-29 | Moved structs/enums with repr(C) to LLVM types into ffi.rs crates | Rich Kadel | -214/+227 |
| 2020-07-29 | Fix broken link in unstable book `plugin` | Takayuki Nakata | -1/+1 |
| 2020-07-29 | Auto merge of #72049 - mati865:mingw-lld, r=petrochenkov | bors | -14/+61 |
| 2020-07-29 | fence docs: fix example Mutex | Ralf Jung | -1/+2 |
| 2020-07-29 | Add test for #50176 | Mateusz Mikuła | -0/+14 |
| 2020-07-29 | MinGW: emit dllexport/dllimport by rustc | Mateusz Mikuła | -14/+47 |
| 2020-07-29 | Clean up E0740 explanation | Guillaume Gomez | -1/+3 |
| 2020-07-29 | add crate name to mir dumps | Xavier Denis | -157/+167 |
| 2020-07-29 | Auto merge of #74900 - tmiasko:doc-open, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-07-29 | Avoid bool-like naming | Lzu Tao | -3/+2 |
| 2020-07-29 | Fix opening docs for std crates with ./x.py doc --open library/* | Tomasz Miąsko | -1/+1 |
| 2020-07-29 | Fix some typos in src/librustdoc/clean/auto_trait.rs | Josh Triplett | -4/+4 |
| 2020-07-29 | Address review comments | Oliver Scherer | -44/+46 |
| 2020-07-29 | Remove deprecated unstable `{Box,Rc,Arc}::into_raw_non_null` functions | Simon Sapin | -91/+1 |
| 2020-07-29 | Stabilize `Vec::leak` | Simon Sapin | -3/+1 |
| 2020-07-29 | Make `Vec::leak` a method instead of an associated function. | Simon Sapin | -3/+3 |
| 2020-07-29 | Auto merge of #74896 - imbolc:patch-1, r=kennytm | bors | -0/+1 |
| 2020-07-29 | Link to syntax section when referencing it | Tomasz Miąsko | -1/+1 |