| Age | Commit message (Expand) | Author | Lines |
| 2020-07-11 | Correctly sort const_fn_transmute | Manish Goregaokar | -1/+1 |
| 2020-07-11 | Stabilize `transmute` in constants and statics but not const fn | Oliver Scherer | -0/+1 |
| 2020-07-09 | Rollup merge of #74079 - nnethercote:session-globals, r=nikomatsakis | Manish Goregaokar | -19/+23 |
| 2020-07-09 | Eliminate confusing "globals" terminology. | Nicholas Nethercote | -19/+23 |
| 2020-07-05 | Rollup merge of #74000 - lcnr:lazy_normalisation_consts, r=varkor | Manish Goregaokar | -0/+1 |
| 2020-07-04 | Match on `Symbol` instead of `&str` for type-checking intrinsics. | Oliver Scherer | -0/+79 |
| 2020-07-04 | add `lazy_normalization_consts` feature gate | Bastian Kauschke | -0/+1 |
| 2020-07-03 | Rollup merge of #73881 - pierwill:pierwill-citations, r=jonas-schievink | Manish Goregaokar | -5/+4 |
| 2020-07-03 | Rollup merge of #73670 - davidhewitt:format-args-capture, r=varkor | Manish Goregaokar | -0/+1 |
| 2020-07-02 | Standardize bibliographic citations in rustc API docs | pierwill | -5/+4 |
| 2020-07-02 | Rollup merge of #73724 - CryZe:wasm-saturating-casts, r=alexcrichton | Manish Goregaokar | -0/+1 |
| 2020-07-02 | Auto merge of #73954 - Manishearth:rollup-8qvh170, r=Manishearth | bors | -1/+6 |
| 2020-07-02 | Address review comments and add UI test | Christopher Serr | -1/+1 |
| 2020-07-02 | Check for feature with pre-interned symbol | Christopher Serr | -0/+1 |
| 2020-07-02 | Rollup merge of #73853 - pierwill:pierwill-multispan-doc, r=jonas-schievink | Manish Goregaokar | -1/+3 |
| 2020-07-02 | Rollup merge of #73684 - richkadel:llvm-coverage-map-gen-2, r=wesleywiser | Manish Goregaokar | -0/+3 |
| 2020-07-01 | Rollup merge of #73345 - petrochenkov:nointerp, r=Aaron1011 | Manish Goregaokar | -0/+3 |
| 2020-07-01 | Rollup merge of #73778 - nbdd0121:const_likely, r=oli-obk | Manish Goregaokar | -0/+2 |
| 2020-07-01 | expand: Stop using nonterminals for passing tokens to attribute and derive ma... | Vadim Petrochenkov | -0/+3 |
| 2020-06-29 | Serialize all foreign `SourceFile`s into proc-macro crate metadata | Aaron Hill | -3/+43 |
| 2020-06-29 | add spans to injected coverage counters | Rich Kadel | -0/+3 |
| 2020-06-28 | Add newline to rustc MultiSpan docs | pierwill | -1/+3 |
| 2020-06-28 | Remove `const_if_match` feature gate from libraries | Dylan MacKenzie | -1/+1 |
| 2020-06-26 | Make `likely` and `unlikely` const | Gary Guo | -0/+2 |
| 2020-06-26 | Explain move errors that occur due to method calls involving `self` | Aaron Hill | -3/+11 |
| 2020-06-25 | Rollup merge of #73418 - doctorn:variants-intrinsic, r=kennytm | Manish Goregaokar | -0/+1 |
| 2020-06-24 | Implement intrinsic | Nathan Corbyn | -0/+1 |
| 2020-06-24 | Add `format_args_capture` feature | David Hewitt | -0/+1 |
| 2020-06-23 | Rollup merge of #73665 - alexcrichton:update-wasm-atomics-feature, r=davidtwco | Manish Goregaokar | -0/+1 |
| 2020-06-23 | Rollup merge of #73488 - richkadel:llvm-coverage-map-gen, r=tmandry | Manish Goregaokar | -0/+1 |
| 2020-06-23 | rustc: Modernize wasm checks for atomics | Alex Crichton | -0/+1 |
| 2020-06-23 | Rollup merge of #73398 - oli-obk:const_raw_ptr_cmp, r=varkor,RalfJung,nagisa | Manish Goregaokar | -0/+2 |
| 2020-06-22 | Revert "Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikoma... | Aaron Hill | -14/+3 |
| 2020-06-19 | code coverage foundation for hash and num_counters | Rich Kadel | -0/+1 |
| 2020-06-19 | Add fuzzy pointer comparison intrinsics | Oliver Scherer | -0/+2 |
| 2020-06-19 | Rollup merge of #73011 - richkadel:llvm-count-from-mir-pass, r=tmandry | Ralf Jung | -0/+1 |
| 2020-06-18 | Rollup merge of #73361 - estebank:non-primitive-cast, r=davidtwco | Manish Goregaokar | -0/+1 |
| 2020-06-15 | [WIP] injects llvm intrinsic instrprof.increment for coverage reports | Rich Kadel | -0/+1 |
| 2020-06-15 | Tweak "non-primitive cast" error | Esteban Küber | -0/+1 |
| 2020-06-15 | Rollup merge of #72389 - Aaron1011:feature/move-fn-self-msg, r=nikomatsakis | Ralf Jung | -3/+14 |
| 2020-06-13 | Add feature gate for precise live drop checking | Dylan MacKenzie | -0/+1 |
| 2020-06-12 | Rollup merge of #72906 - lzutao:migrate-numeric-assoc-consts, r=dtolnay | Dylan DPC | -4/+2 |
| 2020-06-12 | Auto merge of #69478 - avr-rust:avr-support-upstream, r=jonas-schievink | bors | -0/+1 |
| 2020-06-12 | Rollup merge of #73254 - jyn514:local-def-id-comment, r=lcnr | Dylan DPC | -0/+2 |
| 2020-06-11 | Explain move errors that occur due to method calls involving `self` | Aaron Hill | -3/+14 |
| 2020-06-11 | Add comment about LocalDefId -> DefId | Joshua Nelson | -0/+2 |
| 2020-06-10 | Migrate to numeric associated consts | Lzu Tao | -4/+2 |
| 2020-06-09 | [AVR] Add AVR platform support | Jake Goulding | -0/+1 |
| 2020-06-08 | Show `SyntaxContext` in formatted `Span` debug output | Aaron Hill | -1/+9 |
| 2020-06-06 | Auto merge of #72927 - petrochenkov:rustc, r=Mark-Simulacrum | bors | -3/+3 |