| Age | Commit message (Expand) | Author | Lines |
| 2019-10-28 | self-profiling: Record something more useful for crate metadata generation ev... | Michael Woerister | -0/+1 |
| 2019-10-28 | rustc: use IndexVec<DefIndex, T> instead of Vec<T>. | Eduard-Mihai Burtescu | -23/+17 |
| 2019-10-28 | Auto merge of #65188 - matthewjasper:stabilize-const-constructor, r=Centril | bors | -8/+3 |
| 2019-10-28 | Rollup merge of #65792 - Centril:split-syntax-2, r=petrochenkov | Mazdak Farrokhzad | -15/+13 |
| 2019-10-28 | Rollup merge of #65664 - anp:panic-location, r=eddyb | Mazdak Farrokhzad | -0/+17 |
| 2019-10-27 | Stabilize `const_constructor` | Matthew Jasper | -8/+3 |
| 2019-10-27 | Always use consteval to codegen caller_location. | Adam Perry | -0/+16 |
| 2019-10-27 | Implement core::intrinsics::caller_location. | Adam Perry | -0/+1 |
| 2019-10-27 | Auto merge of #65869 - Centril:rollup-bzlo74f, r=Centril | bors | -4/+10 |
| 2019-10-27 | rustc, rustc_passes: don't depend on syntax_expand. | Mazdak Farrokhzad | -15/+13 |
| 2019-10-27 | Rollup merge of #65738 - ohadravid:re-rebalance-coherence-allow-fundamental-l... | Mazdak Farrokhzad | -4/+10 |
| 2019-10-27 | Auto merge of #65541 - eddyb:spanned-inferred-outlives, r=nikomatsakis | bors | -2/+2 |
| 2019-10-27 | Auto merge of #65519 - pnkfelix:issue-63438-trait-based-structural-match, r=m... | bors | -125/+226 |
| 2019-10-27 | Auto merge of #65288 - estebank:point-at-assoc-type, r=nikomatsakis | bors | -34/+194 |
| 2019-10-26 | Update comments re type parameter hack in object safety | Michael Hewson | -5/+7 |
| 2019-10-26 | Rollup merge of #65828 - bjorn3:add_source_info_eq_hash, r=petrochenkov | Mazdak Farrokhzad | -1/+3 |
| 2019-10-26 | Rollup merge of #65824 - eddyb:def-key-copy, r=varkor | Mazdak Farrokhzad | -8/+8 |
| 2019-10-26 | Rollup merge of #65772 - mark-i-m:final-readmes, r=nikomatsakis | Mazdak Farrokhzad | -265/+4 |
| 2019-10-26 | Coherence should allow fundamental types to impl traits | Ohad Ravid | -4/+10 |
| 2019-10-26 | Make inline associated constants a future compatibility warning | varkor | -8/+26 |
| 2019-10-26 | Permit #[track_caller] on inherent methods | varkor | -12/+32 |
| 2019-10-25 | Correct handling of type flags with `ConstValue::Placeholder` | varkor | -7/+9 |
| 2019-10-25 | Permit `#[target_feature]` on method implementations | varkor | -1/+1 |
| 2019-10-25 | Move handling of `#[track_caller]` to `check_attr` | varkor | -24/+85 |
| 2019-10-25 | Update bitflags | varkor | -1/+1 |
| 2019-10-25 | Handle `ImplItem` in `check_attr` | varkor | -1/+16 |
| 2019-10-25 | Refactor `check_track_caller` | varkor | -6/+12 |
| 2019-10-25 | Improve comments | varkor | -2/+2 |
| 2019-10-25 | Emit warning for ignored #[inline] on foreign function prototypes | varkor | -0/+18 |
| 2019-10-25 | Emit warning for ignored #[inline] on trait method prototypes | varkor | -0/+40 |
| 2019-10-25 | Refactor check_attr | varkor | -63/+75 |
| 2019-10-25 | Don't cast directly from `&[T; N]` to `*const T` | Matthew Jasper | -0/+3 |
| 2019-10-25 | Derive Eq and Hash for SourceInfo again | bjorn3 | -1/+3 |
| 2019-10-26 | Rollup merge of #65800 - michaelwoerister:measureme-0.4.0, r=wesleywiser | Yuki Okushi | -100/+30 |
| 2019-10-25 | rustc: replace a few `.cloned()` with `.copied()`. | Eduard-Mihai Burtescu | -3/+3 |
| 2019-10-25 | rustc: make DefPathData (and friends) Copy (now that it uses Symbol). | Eduard-Mihai Burtescu | -5/+5 |
| 2019-10-25 | Take out an insurance policy in case `iter.size_hint()` | Mazdak Farrokhzad | -1/+5 |
| 2019-10-25 | only relevant parts of type paths highlighted in E0308 type mismatch error me... | Kevyn Grasso | -7/+42 |
| 2019-10-25 | Add new EFIAPI ABI | roblabla | -0/+2 |
| 2019-10-25 | Review feedback: elaborated comments. | Felix S. Klock II | -5/+21 |
| 2019-10-25 | Migrate from `#[structural_match]` attribute a lang-item trait. | Felix S. Klock II | -77/+152 |
| 2019-10-25 | Rollup merge of #65315 - spastorino:intern-place-projection, r=oli-obk | Mazdak Farrokhzad | -65/+137 |
| 2019-10-25 | Rollup merge of #65074 - Rantanen:json-byte-pos, r=matklad | Mazdak Farrokhzad | -0/+19 |
| 2019-10-25 | refactor: move structural_match analysis into its own module. | Felix S. Klock II | -125/+135 |
| 2019-10-25 | self-profiling: Switch query-blocking measurements to RAII-style API. | Michael Woerister | -21/+19 |
| 2019-10-25 | RFC 2008: Stabilization | David Wood | -3/+1 |
| 2019-10-24 | remove the last remaining READMEs | Mark Mansi | -265/+4 |
| 2019-10-24 | Rollup merge of #65627 - varkor:const-generics-forbid-non-structural_match, r... | Mazdak Farrokhzad | -6/+128 |
| 2019-10-24 | rustc_metadata: Minimize use of `Lrc` in crate store | Vadim Petrochenkov | -18/+11 |
| 2019-10-24 | Turn crate store into a resolver output | Vadim Petrochenkov | -10/+10 |