| Age | Commit message (Expand) | Author | Lines |
| 2020-10-07 | Rollup merge of #76784 - lzutao:rd_doc, r=GuillaumeGomez | Dylan DPC | -0/+1 |
| 2020-10-06 | Add some docs to rustdoc::clean::inline and def_id functions | Lzu Tao | -0/+1 |
| 2020-10-05 | Remove `fn` from feature name | Dylan MacKenzie | -1/+1 |
| 2020-10-05 | Add `#![feature(const_fn_impl)]` | Dylan MacKenzie | -0/+1 |
| 2020-10-05 | Updates to experimental coverage counter injection | Rich Kadel | -67/+96 |
| 2020-10-02 | Implement Make `handle_alloc_error` default to panic (for no_std + liballoc) | Harald Hoyer | -0/+1 |
| 2020-09-30 | Add support for cmse_nonsecure_entry attribute | Hugues de Valon | -0/+1 |
| 2020-09-28 | Rollup merge of #77170 - ecstatic-morse:const-fn-ptr, r=oli-obk | Ralf Jung | -1/+1 |
| 2020-09-27 | Remove `rustc_allow_const_fn_ptr` | Dylan MacKenzie | -1/+0 |
| 2020-09-27 | Add a feature gate for basic function pointer use in `const fn` | Dylan MacKenzie | -0/+1 |
| 2020-09-27 | Rollup merge of #77263 - bugadani:cleanup, r=lcnr | Jonas Schievink | -1/+1 |
| 2020-09-27 | Rollup merge of #77256 - jyn514:typo, r=Aaron1011 | Jonas Schievink | -1/+1 |
| 2020-09-27 | Clean up trivial if let | Dániel Buga | -1/+1 |
| 2020-09-27 | Fix typo in ExpnData documentation | Joshua Nelson | -1/+1 |
| 2020-09-26 | Rollup merge of #77122 - ecstatic-morse:const-fn-arithmetic, r=RalfJung,oli-obk | Ralf Jung | -0/+1 |
| 2020-09-25 | Remove now unused `double_braced_*` symbols | marmeladema | -7/+0 |
| 2020-09-25 | Move from {{closure}}#0 syntax to {closure#0} for (def) path components | marmeladema | -0/+4 |
| 2020-09-25 | Add `const_fn_floating_point_arithmetic` | Dylan MacKenzie | -0/+1 |
| 2020-09-25 | Rollup merge of #77121 - duckymirror:html-root-url, r=jyn514 | Jonas Schievink | -1/+1 |
| 2020-09-23 | /nightly/nightly-rustc | Erik Hofmayer | -1/+1 |
| 2020-09-23 | Updated html_root_url for compiler crates | Erik Hofmayer | -1/+1 |
| 2020-09-23 | Rollup merge of #76994 - yuk1ty:fix-small-typo, r=estebank | Dylan DPC | -1/+1 |
| 2020-09-23 | Rollup merge of #76965 - fusion-engineering-forks:fix-atomic-from-mut, r=Amanieu | Dylan DPC | -0/+1 |
| 2020-09-21 | Remove cast to usize for BytePos and CharPos | James Whaley | -2/+2 |
| 2020-09-21 | Add cfg(target_has_atomic_equal_alignment). | Mara Bos | -0/+1 |
| 2020-09-21 | Reduce boilerplate for BytePos and CharPos | James Whaley | -82/+55 |
| 2020-09-21 | fix typo in docs and comments | yuk1ty | -1/+1 |
| 2020-09-21 | Auto merge of #76295 - mati865:remove-mmx, r=Amanieu,oli-obk | bors | -1/+0 |
| 2020-09-20 | Remove MMX from Rust | Mateusz Mikuła | -1/+0 |
| 2020-09-20 | Rollup merge of #76825 - lcnr:array-windows-apply, r=varkor | Ralf Jung | -2/+8 |
| 2020-09-20 | use `array_windows` instead of `windows` in the compiler | Bastian Kauschke | -2/+8 |
| 2020-09-17 | Remove redundant #![feature(...)] 's from compiler/ | est31 | -2/+0 |
| 2020-09-16 | Rollup merge of #75304 - Aaron1011:feature/diag-deref-move-out, r=estebank | Dylan DPC | -0/+2 |
| 2020-09-13 | Add visualization of rustc span in doc | Ivan Tham | -1/+19 |
| 2020-09-10 | Note when a a move/borrow error is caused by a deref coercion | Aaron Hill | -0/+2 |
| 2020-09-10 | implement `const_evaluatable_checked` feature MVP | Bastian Kauschke | -0/+1 |
| 2020-08-31 | Adds two source span utility functions used in source-based coverage | Rich Kadel | -0/+16 |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+7270 |