| Age | Commit message (Expand) | Author | Lines |
| 2020-11-23 | Rename `optin_builtin_traits` to `auto_traits` | Camelid | -4/+4 |
| 2020-11-22 | Auto merge of #79243 - Nadrieril:consolidate-tests, r=varkor | bors | -10/+15 |
| 2020-11-22 | resolve: Do not put macros into `module.unexpanded_invocations` unless necessary | Vadim Petrochenkov | -64/+64 |
| 2020-11-21 | Improve integer range tests | Nadrieril | -10/+15 |
| 2020-11-19 | Rollup merge of #78961 - CraftSpider:22565, r=oli-obk | Dylan DPC | -12/+12 |
| 2020-11-11 | Missing feature-gate-abi file | Rune Tynan | -6/+6 |
| 2020-11-11 | Add a sane error for rust-call functions not taking tuples during type checki... | Rune Tynan | -6/+6 |
| 2020-11-09 | Add `#[cfg(panic = "...")]` | David Hewitt | -0/+32 |
| 2020-11-07 | Implement destructuring assignment for tuples | Fabian Zaiser | -0/+18 |
| 2020-10-27 | Make tidy happy | Santiago Pastorino | -2/+2 |
| 2020-10-27 | Add unsized_fn_params feature | Santiago Pastorino | -3/+55 |
| 2020-10-25 | Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obk | Yuki Okushi | -1/+29 |
| 2020-10-21 | validate allow_internal_unstable target | Florian Warzecha | -1/+11 |
| 2020-10-21 | add rustc_allow_const_fn_unstable attribute | Florian Warzecha | -0/+18 |
| 2020-10-20 | review comments | Esteban Küber | -5/+5 |
| 2020-10-20 | Tweak "object unsafe" errors | Esteban Küber | -23/+39 |
| 2020-10-16 | stabilize union with 'ManuallyDrop' fields and 'impl Drop for Union' | Ralf Jung | -36/+22 |
| 2020-10-09 | Auto merge of #77578 - euclio:max-suggestion, r=davidtwco | bors | -1/+4 |
| 2020-10-08 | suggest `MAX` constant if -1 is assigned to unsigned type | Andy Russell | -1/+4 |
| 2020-10-06 | Update to chalk 0.31. Implement some unimplemented. Ignore some tests in comp... | Jack Huey | -13/+14 |
| 2020-10-06 | Fix tests from rebase | Matthew Jasper | -29/+28 |
| 2020-10-06 | Fix rebase | Matthew Jasper | -5/+18 |
| 2020-10-06 | Fix tests and bootstrap | Matthew Jasper | -17/+18 |
| 2020-10-06 | Separate bounds and predicates for associated/opaque types | Matthew Jasper | -18/+35 |
| 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 |