| Age | Commit message (Expand) | Author | Lines |
| 2020-08-03 | Make rust.use-lld config option work with non MSVC targets | Mateusz MikuĊa | -1/+6 |
| 2020-07-31 | Auto merge of #74956 - ecstatic-morse:const-option-unwrap, r=oli-obk | bors | -0/+34 |
| 2020-07-31 | Auto merge of #74959 - richkadel:llvm-coverage-map-gen-5.1, r=tmandry | bors | -53/+62 |
| 2020-07-31 | Auto merge of #74955 - P1n3appl3:rustdoc-formats, r=GuillaumeGomez | bors | -16/+81 |
| 2020-07-31 | Auto merge of #74926 - Manishearth:rename-lint, r=jyn514 | bors | -94/+89 |
| 2020-07-30 | Auto merge of #74682 - alexcrichton:backtrace-gimli-round-2, r=Mark-Simulacrum | bors | -4/+17 |
| 2020-07-30 | Auto merge of #74957 - Manishearth:rollup-3wudwlg, r=Manishearth | bors | -61/+73 |
| 2020-07-30 | Test `Option::unwrap` in a const context | Dylan MacKenzie | -0/+34 |
| 2020-07-30 | Rollup merge of #74934 - nbdd0121:issue-73976, r=ecstatic-morse | Manish Goregaokar | -9/+15 |
| 2020-07-30 | Rollup merge of #74915 - alexcrichton:allow-failing-canonicalize, r=Mark-Simu... | Manish Goregaokar | -39/+31 |
| 2020-07-30 | Rollup merge of #74907 - GuillaumeGomez:cleanup-e0740, r=pickfire | Manish Goregaokar | -1/+3 |
| 2020-07-30 | Rollup merge of #74905 - lzutao:listed, r=jyn514 | Manish Goregaokar | -3/+2 |
| 2020-07-30 | Rollup merge of #74871 - etherealist:musl_doc, r=Mark-Simulacrum | Manish Goregaokar | -1/+0 |
| 2020-07-30 | Rollup merge of #74835 - GuillaumeGomez:cleanup-e0734, r=jyn514 | Manish Goregaokar | -1/+1 |
| 2020-07-30 | Rollup merge of #74751 - GuillaumeGomez:cleanup-e0730, r=jyn514 | Manish Goregaokar | -7/+21 |
| 2020-07-30 | Rust function-level coverage now works on external crates | Rich Kadel | -53/+62 |
| 2020-07-30 | Update driver to add json backend | Joseph Ryan | -16/+81 |
| 2020-07-30 | Auto merge of #74908 - RalfJung:miri, r=RalfJung | bors | -35/+10 |
| 2020-07-30 | Fix uitests | Manish Goregaokar | -5/+5 |
| 2020-07-30 | Rename the lint again | Manish Goregaokar | -7/+7 |
| 2020-07-30 | intra_doc_resolution_failures -> broken_intra_doc_links | Manish Goregaokar | -48/+48 |
| 2020-07-30 | Update uitest expectations | Manish Goregaokar | -5/+5 |
| 2020-07-30 | update Miri | Ralf Jung | -35/+10 |
| 2020-07-30 | rustc: Ignore fs::canonicalize errors in metadata | Alex Crichton | -39/+31 |
| 2020-07-30 | Rename to intra_doc_resolution_failures | Manish Goregaokar | -89/+83 |
| 2020-07-30 | Auto merge of #73990 - jumbatm:clashing-extern-decl, r=nagisa | bors | -161/+456 |
| 2020-07-30 | Auto merge of #74930 - ecstatic-morse:const-size-align-of-val, r=oli-obk | bors | -0/+94 |
| 2020-07-30 | Fix missed same-sized member clash in ClashingExternDeclarations. | jumbatm | -12/+73 |
| 2020-07-30 | Handle structs with zst members. | jumbatm | -23/+28 |
| 2020-07-30 | Address code review comments. | jumbatm | -147/+202 |
| 2020-07-30 | Apply suggested wording changes from code review. | jumbatm | -6/+6 |
| 2020-07-30 | Don't emit clashing decl lint for FFI-safe enums. | jumbatm | -25/+137 |
| 2020-07-30 | Add additional clashing_extern_decl cases. | jumbatm | -62/+124 |
| 2020-07-30 | Improve E0730 explanation | Guillaume Gomez | -6/+20 |
| 2020-07-30 | Auto merge of #74105 - npmccallum:naked, r=matthewjasper | bors | -3/+53 |
| 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 | -1/+0 |
| 2020-07-30 | Auto merge of #74929 - Manishearth:rollup-z2vflrp, r=Manishearth | bors | -40/+362 |
| 2020-07-29 | Make `{align,size}_of_val` `const` | Dylan MacKenzie | -0/+15 |
| 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 #74904 - joshtriplett:typo-fix, r=jonas-schievink | Manish Goregaokar | -4/+4 |
| 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 | 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 |