| Age | Commit message (Expand) | Author | Lines |
| 2021-02-10 | Only initialize what is used | Dániel Buga | -0/+4 |
| 2021-02-05 | Rollup merge of #81771 - tgnottingham:time-passes-rss-delta, r=oli-obk | Mara Bos | -14/+11 |
| 2021-02-05 | Indicate change in RSS from start to end of pass in time-passes output | Tyson Nottingham | -14/+11 |
| 2021-02-04 | Add documentation to Unhasher impl for Fingerprint. | Michael Woerister | -1/+12 |
| 2021-02-03 | Revert stabilizing integer::BITS. | Mara Bos | -0/+1 |
| 2021-02-02 | Let a portion of DefPathHash uniquely identify the DefPath's crate. | Michael Woerister | -2/+13 |
| 2021-02-01 | Rollup merge of #81536 - tgnottingham:time-passes-rss, r=oli-obk | Jonas Schievink | -18/+38 |
| 2021-01-31 | stabilize int_bits_const | Ashley Mannix | -1/+0 |
| 2021-01-29 | Indicate both start and end of pass RSS in time-passes output | Tyson Nottingham | -18/+38 |
| 2021-01-26 | Auto merge of #80692 - Aaron1011:feature/query-result-debug, r=estebank | bors | -0/+2 |
| 2021-01-24 | Clean up dominators_given_rpo | Dániel Buga | -11/+5 |
| 2021-01-17 | Add track_caller to .steal() | Joshua Nelson | -1/+3 |
| 2021-01-16 | Enforce that query results implement Debug | Aaron Hill | -0/+2 |
| 2021-01-14 | Use Option::map_or instead of `.map(..).unwrap_or(..)` | LingMan | -1/+1 |
| 2021-01-11 | Serialize incr comp structures to file via fixed-size buffer | Tyson Nottingham | -10/+12 |
| 2021-01-01 | rustc_serialize: have read_raw_bytes take MaybeUninit<u8> slice | Tyson Nottingham | -2/+2 |
| 2020-12-30 | Bump bootstrap compiler to 1.50 beta | Mark Rousskov | -2/+1 |
| 2020-12-29 | don't redundantly repeat field names | Matthias Krüger | -1/+1 |
| 2020-12-26 | stabilize min_const_generics | Bastian Kauschke | -1/+1 |
| 2020-12-19 | Rollup merge of #79612 - jyn514:compiler-links, r=Aaron1011 | Yuki Okushi | -4/+1 |
| 2020-12-19 | Rollup merge of #78083 - ChaiTRex:master, r=m-ou-se | Yuki Okushi | -1/+1 |
| 2020-12-18 | Switch compiler/ to intra-doc links | Joshua Nelson | -4/+1 |
| 2020-11-23 | Rename `optin_builtin_traits` to `auto_traits` | Camelid | -1/+2 |
| 2020-11-21 | Auto merge of #78588 - HeroicKatora:sccc, r=nikomatsakis | bors | -95/+364 |
| 2020-11-20 | Set unaligned_references lint to deny in rustc_data_structures | Tyson Nottingham | -0/+1 |
| 2020-11-18 | Make PackedFingerprint's Fingerprint private | Tyson Nottingham | -1/+18 |
| 2020-11-18 | Use PackedFingerprint in DepNode to reduce memory consumption | Tyson Nottingham | -0/+42 |
| 2020-11-17 | Rollup merge of #78702 - wesleywiser:self_profile_cgu_sizes, r=Mark-Simulacrum | Mara Bos | -0/+22 |
| 2020-11-16 | words | lcnr | -1/+1 |
| 2020-11-16 | compiler: fold by value | Bastian Kauschke | -0/+2 |
| 2020-11-16 | add IdFunctor to rustc_data_structures | Bastian Kauschke | -0/+82 |
| 2020-11-15 | Rollup merge of #79058 - dtolnay:likelymacro, r=Mark-Simulacrum | Jonas Schievink | -6/+6 |
| 2020-11-14 | Move likely/unlikely argument outside of invisible unsafe block | David Tolnay | -6/+6 |
| 2020-11-14 | Move Steal to rustc_data_structures. | Camille GILLOT | -0/+52 |
| 2020-11-08 | Remove recursion from sccc walking | Andreas Molzer | -73/+182 |
| 2020-11-05 | Add test for sccc of a long list | Andreas Molzer | -0/+26 |
| 2020-11-05 | Convert the recursive find_state to a loop | Andreas Molzer | -22/+110 |
| 2020-11-03 | [self-profiling] Include the estimated size of each cgu in the profile | Wesley Wiser | -0/+22 |
| 2020-10-31 | Move post order walk to iterative approach | Andreas Molzer | -5/+20 |
| 2020-10-31 | Add a benchmark test for sccc finding | Andreas Molzer | -0/+46 |
| 2020-10-30 | Fix even more clippy warnings | Joshua Nelson | -7/+4 |
| 2020-10-30 | Rollup merge of #78524 - tmiasko:source-files-borrow, r=Aaron1011 | Yuki Okushi | -1/+1 |
| 2020-10-29 | Fix typos | Dániel Buga | -3/+3 |
| 2020-10-29 | Use RwLock instead of Lock for SourceMap::files | Tomasz Miąsko | -1/+1 |
| 2020-10-27 | Fix typo in vec_graph | Dániel Buga | -1/+1 |
| 2020-10-25 | Auto merge of #77476 - tgnottingham:buffered_siphasher128, r=nnethercote | bors | -196/+389 |
| 2020-10-24 | Upgrade to measureme 9.0.0 | Wesley Wiser | -18/+4 |
| 2020-10-24 | Rollup merge of #77830 - cjgillot:remacro, r=oli-obk | Jonas Schievink | -11/+0 |
| 2020-10-22 | Don't re-export std::ops::ControlFlow in the compiler. | Leonora Tindall | -3/+1 |
| 2020-10-22 | change the order of type arguments on ControlFlow | Leonora Tindall | -2/+1 |