| Age | Commit message (Expand) | Author | Lines |
| 2020-10-28 | Rollup merge of #78152 - spastorino:separate-unsized-locals, r=oli-obk | Dylan DPC | -0/+1 |
| 2020-10-27 | Auto merge of #75671 - nathanwhit:cstring-temp-lint, r=oli-obk | bors | -0/+7 |
| 2020-10-27 | rustc_span: represent line bounds with Range | Tyson Nottingham | -30/+24 |
| 2020-10-27 | Add unsized_fn_params feature | Santiago Pastorino | -0/+1 |
| 2020-10-27 | Fix typo in comment | Dániel Buga | -2/+2 |
| 2020-10-27 | Changed lint to check for `std::fmt::Pointer` and `transmute` | Ayrton | -0/+2 |
| 2020-10-27 | Show the inline stack of MIR lints that only occur after inlining | Oliver Scherer | -0/+3 |
| 2020-10-27 | Rollup merge of #78396 - josephlr:ermsb, r=petrochenkov | Yuki Okushi | -0/+1 |
| 2020-10-26 | rustc_span: improve bounds checks in byte_pos_to_line_and_col | Tyson Nottingham | -4/+39 |
| 2020-10-26 | Address review comments | Nathan Whitaker | -0/+1 |
| 2020-10-26 | Address review comments | Nathan Whitaker | -0/+6 |
| 2020-10-26 | rustc_span: avoid hashing ExpnId tag when using cached hash | Tyson Nottingham | -2/+1 |
| 2020-10-26 | Add compiler support for LLVM's x86 ERMSB feature | Joe Richey | -0/+1 |
| 2020-10-25 | Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obk | Yuki Okushi | -0/+1 |
| 2020-10-22 | Fix const core::panic!(non_literal_str). | Mara Bos | -0/+1 |
| 2020-10-21 | add rustc_allow_const_fn_unstable attribute | Florian Warzecha | -0/+1 |
| 2020-10-16 | Add inline_const feature flag | Santiago Pastorino | -0/+1 |
| 2020-10-15 | Rollup merge of #77739 - est31:remove_unused_code, r=petrochenkov,varkor | Yuki Okushi | -23/+0 |
| 2020-10-14 | Add support for SHA256 source file hashing for LLVM 11+. | Arlo Siemsen | -3/+11 |
| 2020-10-14 | Remove unused code from rustc_span | est31 | -23/+0 |
| 2020-10-11 | Add hack to keep `actix-web` and `actori-web` compiling | Aaron Hill | -0/+1 |
| 2020-10-09 | Auto merge of #77687 - est31:hash_shorter_path, r=davidtwco | bors | -6/+6 |
| 2020-10-08 | Implement the instruction_set attribute | xd009642 | -0/+5 |
| 2020-10-08 | Use shorter path for std::hash::Hash | est31 | -6/+6 |
| 2020-10-07 | Auto merge of #77464 - ecstatic-morse:const-fn-impl-trait, r=oli-obk | bors | -0/+1 |
| 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 |