| Age | Commit message (Expand) | Author | Lines |
| 2020-07-22 | Do not ICE on assoc type with bad placeholder | Yuki Okushi | -7/+21 |
| 2020-07-22 | Fix rebase fallout | Aaron Hill | -9/+15 |
| 2020-07-22 | Skip computing param_env and size if not needed | Aaron Hill | -1/+0 |
| 2020-07-22 | Erase regions in try_eval_bits | Aaron Hill | -0/+1 |
| 2020-07-22 | Normalize opaque types when converting `ParamEnv` to `Reveal::All` | Aaron Hill | -82/+139 |
| 2020-07-22 | Auto merge of #74578 - ehuss:fix-rust-src, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-07-21 | Revert "Compare tagged/niche-filling layout and pick the best one" | Mark Rousskov | -51/+7 |
| 2020-07-21 | Auto merge of #74565 - pietroalbini:build-on-gha, r=Mark-Simulacrum | bors | -31/+78 |
| 2020-07-21 | Auto merge of #5830 - flip1995:rustup, r=flip1995 | bors | -1/+1 |
| 2020-07-21 | Remove Linux workarounds for missing CLOEXEC support | Josh Stone | -187/+58 |
| 2020-07-21 | fetch -> lookup | Bastian Kauschke | -7/+10 |
| 2020-07-21 | `try_update` -> `try_upgrade` | Bastian Kauschke | -5/+5 |
| 2020-07-21 | remove some const arg in ty dep path boilerplate | Bastian Kauschke | -54/+57 |
| 2020-07-22 | Use `(std::)f64::EPSILON` in the examples as suggested in the lints | Yuki Okushi | -3/+7 |
| 2020-07-21 | Fix sync_once_cell_does_not_leak_partially_constructed_boxes | Mohsen Zohrevandi | -0/+2 |
| 2020-07-22 | [AVR] Ensure that function pointers stored within aggregates are annotated wi... | Dylan McKay | -13/+40 |
| 2020-07-22 | [AVR] Correctly set the pointer address space when constructing pointers to f... | Dylan McKay | -23/+148 |
| 2020-07-21 | Update books | Eric Huss | -0/+0 |
| 2020-07-21 | Remove the assert on alignment check. | Jamie Cunliffe | -2/+1 |
| 2020-07-21 | Auto merge of #74075 - sunfishcode:wasi-prelude-rawfd, r=alexcrichton | bors | -1/+1 |
| 2020-07-21 | Auto merge of #69749 - davidtwco:issue-46477-polymorphization, r=eddyb | bors | -191/+2034 |
| 2020-07-20 | Fix rust-src component. | Eric Huss | -1/+1 |
| 2020-07-21 | Expand test to cover type_name and monomorphic use | Gary Guo | -15/+77 |
| 2020-07-20 | Migrate rustc_depr uses to use deprecation attribute | Mark Rousskov | -181/+138 |
| 2020-07-20 | rustc_depr no longer needs to be connected to stability | Mark Rousskov | -16/+0 |
| 2020-07-20 | Parse rustc_deprecated as deprecated attribute | Mark Rousskov | -47/+57 |
| 2020-07-20 | Update dependencies that have knowledge about aarch64-apple-darwin | Jake Goulding | -6/+6 |
| 2020-07-20 | Add the aarch64-apple-darwin target | Jake Goulding | -1/+35 |
| 2020-07-20 | refactor and reword intra-doc link errors | Andy Russell | -298/+290 |
| 2020-07-20 | Auto merge of #74569 - Manishearth:rollup-hkn5ex9, r=Manishearth | bors | -80/+304 |
| 2020-07-20 | update coherence docs | Bastian Kauschke | -7/+7 |
| 2020-07-20 | review | Bastian Kauschke | -1/+10 |
| 2020-07-20 | Rollup merge of #74561 - RalfJung:backtrace, r=alexcrichton | Manish Goregaokar | -0/+0 |
| 2020-07-20 | Rollup merge of #74557 - jakubadamw:issue-74539, r=nagisa | Manish Goregaokar | -1/+40 |
| 2020-07-20 | Rollup merge of #74555 - GuillaumeGomez:important-traits-popup, r=Manishearth | Manish Goregaokar | -0/+5 |
| 2020-07-20 | Rollup merge of #74552 - fusion-engineering-forks:stabilize-tau, r=dtolnay | Manish Goregaokar | -2/+2 |
| 2020-07-20 | Rollup merge of #74546 - jethrogb:jb/duplicate-attribute-maybe_uninit_extra, ... | Manish Goregaokar | -4/+1 |
| 2020-07-20 | Rollup merge of #74522 - tmiasko:sanitizer-docs, r=nikomatsakis | Manish Goregaokar | -4/+3 |
| 2020-07-20 | Rollup merge of #74505 - Cldfire:fix-search-focus, r=GuillaumeGomez | Manish Goregaokar | -10/+0 |
| 2020-07-20 | Rollup merge of #74501 - lzutao:css_run_border, r=GuillaumeGomez | Manish Goregaokar | -3/+3 |
| 2020-07-20 | Rollup merge of #74376 - lcnr:type-dependent-path-cleanup, r=eddyb | Manish Goregaokar | -1/+5 |
| 2020-07-20 | Rollup merge of #74051 - yodaldevoid:issue_60814, r=nikomatsakis | Manish Goregaokar | -0/+109 |
| 2020-07-20 | Rollup merge of #73323 - davidtwco:issue-73252-wfcheck-foreign-fn-decl, r=ecs... | Manish Goregaokar | -52/+97 |
| 2020-07-20 | Rollup merge of #73197 - c410-f3r:ranges, r=dtolnay | Manish Goregaokar | -2/+2 |
| 2020-07-20 | Rollup merge of #72714 - JohnTitor:debug-assert, r=nikomatsakis | Manish Goregaokar | -1/+37 |
| 2020-07-20 | Use forge links for prioritization procedure | Santiago Pastorino | -7/+7 |
| 2020-07-20 | Apply #66379 to `*mut T` `as_ref` | aticu | -7/+12 |
| 2020-07-20 | index: introduce and use `FiniteBitSet` | David Wood | -73/+211 |
| 2020-07-20 | mir: use attribute over `-Z polymorphize-errors` | David Wood | -76/+125 |
| 2020-07-20 | metadata: record `unused_generic_params` | David Wood | -0/+14 |