| Age | Commit message (Expand) | Author | Lines |
| 2020-07-28 | remove unstable const_type_id feature | Ashley Mannix | -2/+0 |
| 2020-07-28 | stabilize const_type_id feature | Ashley Mannix | -19/+0 |
| 2020-07-27 | Separate `missing_doc_code_examples` from intra-doc links | Joshua Nelson | -13/+13 |
| 2020-07-27 | mv std libs to library/ | mark | -1000/+1000 |
| 2020-07-28 | Make closures and generators a must use types | Tomasz Miąsko | -31/+333 |
| 2020-07-27 | Suppress debuginfo on naked function arguments | Nathaniel McCallum | -2/+42 |
| 2020-07-27 | Auto merge of #73503 - lcnr:forall-predicate-what-and-why-2, r=nikomatsakis | bors | -2/+2 |
| 2020-07-27 | `PredicateKint` -> `PredicateKind`, the beginning of the end | Bastian Kauschke | -1/+1 |
| 2020-07-27 | Handle trait/projection predicates with bound regions correctly | Matthew Jasper | -1/+1 |
| 2020-07-27 | Rollup merge of #74487 - lcnr:const-in-ty-default, r=varkor | Manish Goregaokar | -0/+54 |
| 2020-07-27 | Rollup merge of #73858 - tspiteri:const-methods, r=oli-obk | Manish Goregaokar | -8/+0 |
| 2020-07-27 | update tests | Bastian Kauschke | -1/+10 |
| 2020-07-27 | forbid generic params inside of anon consts in ty defaults | Bastian Kauschke | -0/+45 |
| 2020-07-27 | Auto merge of #74775 - RalfJung:miri-alloc-ids, r=oli-obk | bors | -1/+19 |
| 2020-07-27 | Auto merge of #74817 - JohnTitor:rollup-0fchdye, r=JohnTitor | bors | -28/+12 |
| 2020-07-27 | Rollup merge of #74750 - oli-obk:logging_and_test_cleanups, r=JohnTitor | Yuki Okushi | -28/+12 |
| 2020-07-27 | Auto merge of #74737 - smmalis37:astconv-factor, r=davidtwco | bors | -1/+1 |
| 2020-07-27 | Auto merge of #74653 - petrochenkov:pmenv, r=dtolnay | bors | -0/+29 |
| 2020-07-27 | Auto merge of #74784 - anp:track-vtables, r=eddyb | bors | -0/+23 |
| 2020-07-27 | Auto merge of #72121 - Aaron1011:final-hygiene-rebase, r=petrochenkov | bors | -166/+300 |
| 2020-07-26 | Normalize the test output of hygiene-related tests | Aaron Hill | -194/+142 |
| 2020-07-26 | Remove explicit `extern crate` from proc-macro test | Aaron Hill | -3/+1 |
| 2020-07-26 | Share serialization optimization between incr and metadata | Aaron Hill | -1/+0 |
| 2020-07-26 | Add test for hygiene caching issue | Aaron Hill | -0/+85 |
| 2020-07-26 | Add test for serializing hygiene *into* a proc-macro crate | Aaron Hill | -12/+61 |
| 2020-07-26 | Add test for use of $crate in nested foreign macro_rules! | Aaron Hill | -0/+23 |
| 2020-07-26 | Hygiene serialization implementation | Aaron Hill | -117/+149 |
| 2020-07-26 | Auto merge of #74708 - kanru:issue-74564, r=davidtwco | bors | -0/+10419 |
| 2020-07-26 | report kind of deprecated item in message | Andy Russell | -733/+733 |
| 2020-07-26 | Fix #[track_caller] shims for trait objects. | Adam Perry | -0/+23 |
| 2020-07-26 | Bless you | Oliver Scherer | -4/+4 |
| 2020-07-26 | Remove more obsolete test flags | Oliver Scherer | -6/+0 |
| 2020-07-26 | proc_macro: Add API for tracked access to environment variables | Vadim Petrochenkov | -0/+29 |
| 2020-07-26 | Add test for issue-72911 | Yuki Okushi | -0/+56 |
| 2020-07-26 | Add test for issue-56445 | Yuki Okushi | -0/+32 |
| 2020-07-26 | check that even referencing a TLS static during CTFE fails | Ralf Jung | -1/+19 |
| 2020-07-26 | Auto merge of #74060 - kpp:remove_length_at_most_32, r=dtolnay | bors | -567/+215 |
| 2020-07-26 | Auto merge of #74735 - Aaron1011:fix/wf-impl-self-type, r=estebank | bors | -8/+31 |
| 2020-07-25 | Auto merge of #74670 - tmandry:issue-73818, r=matthewjasper | bors | -0/+25 |
| 2020-07-25 | Fix diagnostic by using predicate in GATs too | Tyler Mandry | -22/+4 |
| 2020-07-25 | Remove manual normalization in compare_projection_bounds | Tyler Mandry | -4/+22 |
| 2020-07-25 | Auto merge of #74687 - estebank:bracketless-turbofish, r=matthewjasper | bors | -0/+56 |
| 2020-07-25 | Clean up some uses of logging in ui tests | Oliver Scherer | -18/+8 |
| 2020-07-25 | Auto merge of #74510 - LukasKalbertodt:fix-range-from-index-panic, r=hanna-kr... | bors | -3/+3 |
| 2020-07-25 | Ensure stack when type checking and building MIR for large if expressions | Kan-Ru Chen | -0/+10419 |
| 2020-07-25 | Fix commas. | Steven Malis | -1/+1 |
| 2020-07-25 | Use the proper span when WF-checking an impl self type | Aaron Hill | -8/+31 |
| 2020-07-24 | Auto merge of #74507 - lcnr:const-prop-into-op, r=oli-obk | bors | -27/+211 |
| 2020-07-24 | Rollup merge of #74715 - oli-obk:mir_pass_diff, r=wesleywiser | Manish Goregaokar | -483/+314 |
| 2020-07-24 | Rollup merge of #74698 - ayrtonm:handle-traitref-mismatch, r=estebank | Manish Goregaokar | -0/+30 |