| Age | Commit message (Expand) | Author | Lines |
| 2020-09-25 | Rollup merge of #77160 - ecstatic-morse:const-fn-transmute-suggestion, r=oli-obk | Jonas Schievink | -37/+46 |
| 2020-09-24 | Bless tests | Dylan MacKenzie | -37/+46 |
| 2020-09-21 | Add feature gate ui test for cfg(target_has_atomic_equal_alignment). | Mara Bos | -1/+67 |
| 2020-09-21 | Add feature gate ui test for cfg(target_has_atomic_load_store). | Mara Bos | -1/+67 |
| 2020-09-14 | Stabilize doc_alias feature | Guillaume Gomez | -16/+0 |
| 2020-09-02 | pretty: trim paths of unique symbols | Dan Aloni | -21/+20 |
| 2020-08-08 | Auto merge of #74877 - lcnr:min_const_generics, r=oli-obk | bors | -8/+8 |
| 2020-08-06 | Fix ICE when using asm! on an unsupported architecture | Amanieu d'Antras | -2/+2 |
| 2020-08-05 | impl review | Bastian Kauschke | -8/+8 |
| 2020-07-27 | mv std libs to library/ | mark | -1/+1 |
| 2020-07-25 | Use the proper span when WF-checking an impl self type | Aaron Hill | -2/+2 |
| 2020-07-16 | Revert "Remove "important traits" feature" | Manish Goregaokar | -0/+16 |
| 2020-07-14 | Suggest borrowing in more unsized fn param cases | Esteban Küber | -1/+4 |
| 2020-07-14 | Remove `Sized` `on_unimplemented` note | Esteban Küber | -4/+0 |
| 2020-07-14 | Suggest boxing or borrowing unsized fields | Esteban Küber | -2/+2 |
| 2020-07-11 | Rollup merge of #74168 - JohnTitor:help-for-in-band-lifetimes, r=petrochenkov | Manish Goregaokar | -0/+22 |
| 2020-07-11 | Stabilize `transmute` in constants and statics but not const fn | Oliver Scherer | -19/+147 |
| 2020-07-10 | Tweak wording | Yuki Okushi | -16/+16 |
| 2020-07-10 | Add a help to use `in_band_lifetimes` in nightly | Yuki Okushi | -0/+22 |
| 2020-07-05 | Address code reviews | Yuki Okushi | -4/+4 |
| 2020-07-05 | Explain exhaustive matching on {usize,isize} maximum values | Yuki Okushi | -0/+4 |
| 2020-06-30 | Stabilize `#[track_caller]`. | Adam Perry | -17/+0 |
| 2020-06-23 | Rollup merge of #73398 - oli-obk:const_raw_ptr_cmp, r=varkor,RalfJung,nagisa | Manish Goregaokar | -10/+4 |
| 2020-06-20 | Move bounds on associated types to the type | Matthew Jasper | -25/+7 |
| 2020-06-19 | Remove the const_raw_ptr_comparison feature gate. | Oliver Scherer | -10/+4 |
| 2020-06-15 | Auto merge of #72080 - matthewjasper:uniform-impl-trait, r=nikomatsakis | bors | -63/+31 |
| 2020-06-11 | Stop special casing top level TAIT | Matthew Jasper | -63/+31 |
| 2020-06-09 | [AVR] Re-bless the UI tests | Dylan McKay | -3/+4 |
| 2020-06-09 | [AVR] Add AVR platform support | Jake Goulding | -0/+20 |
| 2020-06-04 | test: ui: skip tests which aren't appropriate for RISC-V | Tom Eccles | -1/+3 |
| 2020-05-31 | Clarify errors and warnings about the transition to the new asm! | Amanieu d'Antras | -4/+4 |
| 2020-05-30 | Tweak type parameter errors to reduce verbosity | Esteban Küber | -7/+1 |
| 2020-05-27 | Mark deduplicated errors as expected in gate test | LeSeulArtichaut | -0/+2 |
| 2020-05-27 | Apply suggestions from code review | LeSeulArtichaut | -20/+27 |
| 2020-05-27 | Add tests | LeSeulArtichaut | -0/+27 |
| 2020-05-23 | Add test for #69415 | Yuki Okushi | -16/+19 |
| 2020-05-20 | Add tests for `#[ffi_const]` and `#[ffi_pure]` function attributes | Matthias Schiffer | -0/+36 |
| 2020-05-18 | Fix feature gate tests | Amanieu d'Antras | -10/+14 |
| 2020-05-18 | Add tests for asm! | Amanieu d'Antras | -22/+4 |
| 2020-05-16 | Fix issue number typo in note | Jonas Schievink | -1/+1 |
| 2020-05-03 | Add more tests for cfg(version) | mibac138 | -3/+52 |
| 2020-05-03 | Change cfg(version) error message wording | mibac138 | -6/+9 |
| 2020-05-03 | Implement RFC 2523, `#[cfg(version(..))]` | mibac138 | -0/+121 |
| 2020-04-30 | Rollup merge of #71205 - NeoRaider:check_attr, r=jonas-schievink | Dylan DPC | -10/+55 |
| 2020-04-16 | rustc: fix check_attr() for methods, closures and foreign functions | Matthias Schiffer | -10/+55 |
| 2020-04-15 | Deprecate the asm! macro | Amanieu d'Antras | -4/+22 |
| 2020-04-11 | rustc: Add a warning count upon completion | RoccoDev | -1/+1 |
| 2020-04-04 | Update the description of link_cfg unstable | Rustin-Liu | -1/+1 |
| 2020-04-02 | tests: remove ignore directives from tests that mention core/alloc/std spans. | Eduard-Mihai Burtescu | -6/+1 |
| 2020-03-27 | Rollup merge of #70457 - Centril:non-exhaustive-scrutinee-type, r=estebank | Mazdak Farrokhzad | -0/+3 |