| Age | Commit message (Expand) | Author | Lines |
| 2019-10-26 | Update Clippy | flip1995 | -13/+7 |
| 2019-10-26 | Update comments re type parameter hack in object safety | Michael Hewson | -5/+7 |
| 2019-10-26 | Auto merge of #65167 - hermitcore:rusty-hermit, r=alexcrichton | bors | -450/+2310 |
| 2019-10-26 | Auto merge of #65845 - Centril:rollup-28jtjfc, r=Centril | bors | -465/+957 |
| 2019-10-26 | Rollup merge of #65842 - GuillaumeGomez:more-search-information, r=Dylan-DPC | Mazdak Farrokhzad | -0/+8 |
| 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 #65791 - dorfsmay:doc_keyword_continue, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+33 |
| 2019-10-26 | Rollup merge of #65773 - estebank:sugg-whitespace, r=Centril | Mazdak Farrokhzad | -14/+744 |
| 2019-10-26 | Rollup merge of #65772 - mark-i-m:final-readmes, r=nikomatsakis | Mazdak Farrokhzad | -400/+8 |
| 2019-10-26 | Rollup merge of #65761 - popzxc:document-ast, r=petrochenkov | Mazdak Farrokhzad | -26/+112 |
| 2019-10-26 | Rollup merge of #65743 - eddyb:generator-on-call, r=matthewjasper | Mazdak Farrokhzad | -14/+41 |
| 2019-10-26 | Coherence should allow fundamental types to impl traits | Ohad Ravid | -4/+42 |
| 2019-10-26 | Add more information on search | Guillaume Gomez | -0/+8 |
| 2019-10-26 | ci: add support for MIPS64 musl targets | Wang Xuerui | -0/+22 |
| 2019-10-26 | update miri | Ralf Jung | -7/+7 |
| 2019-10-26 | use plain cargo to install xargo | Ralf Jung | -11/+1 |
| 2019-10-26 | bootstrap now takes care of installing xargo | Ralf Jung | -4/+21 |
| 2019-10-26 | update Miri | Ralf Jung | -7/+7 |
| 2019-10-25 | Remove `QualifResolver` abstraction | Dylan MacKenzie | -206/+112 |
| 2019-10-25 | Use `is_lang_panic_fn` from `check_consts` in `promote_consts` | Dylan MacKenzie | -8/+4 |
| 2019-10-25 | Deduplicate `promote_consts::Validator` and `check_consts::Item` | Dylan MacKenzie | -48/+30 |
| 2019-10-25 | Make `Item` fields pub | Dylan MacKenzie | -5/+5 |
| 2019-10-25 | Make `check_consts::Item` work on non-const fns | Dylan MacKenzie | -120/+105 |
| 2019-10-26 | libsyntax: Document ast module | Igor Aleksanov | -26/+112 |
| 2019-10-26 | Auto merge of #63812 - eddyb:promo-sanity, r=oli-obk | bors | -57/+789 |
| 2019-10-26 | Make inline associated constants a future compatibility warning | varkor | -25/+54 |
| 2019-10-25 | Remove lint callback from driver | Mark Rousskov | -2/+0 |
| 2019-10-25 | Formatting | Thomas Lively | -1/+2 |
| 2019-10-26 | Permit #[track_caller] on inherent methods | varkor | -14/+43 |
| 2019-10-26 | rustc_mir: use the new validator's Qualif in promotion. | Eduard-Mihai Burtescu | -49/+120 |
| 2019-10-26 | rustc_mir: double-check const-promotion candidates for sanity. | Eduard-Mihai Burtescu | -30/+691 |
| 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 | -124/+95 |
| 2019-10-25 | Update bitflags | varkor | -6/+6 |
| 2019-10-25 | Handle `ImplItem` in `check_attr` | varkor | -6/+65 |
| 2019-10-25 | Refactor `check_track_caller` | varkor | -6/+12 |
| 2019-10-25 | Add test for attribute error checking on trait and foreign items | varkor | -0/+54 |
| 2019-10-25 | Improve comments | varkor | -2/+2 |
| 2019-10-25 | Emit warning for ignored #[inline] on foreign function prototypes | varkor | -0/+29 |
| 2019-10-25 | Emit warning for ignored #[inline] on trait method prototypes | varkor | -6/+71 |
| 2019-10-25 | Refactor check_attr | varkor | -63/+75 |
| 2019-10-25 | Temporarily enable asmjs and wasm32 CI on PRs | Thomas Lively | -0/+4 |
| 2019-10-25 | Re-enable Emscripten's exception handling support | Thomas Lively | -68/+62 |
| 2019-10-25 | Derive Eq and Hash for SourceInfo again | bjorn3 | -1/+3 |
| 2019-10-25 | EFIAPI: Fix symbolname tests | roblabla | -10/+10 |
| 2019-10-25 | Add proper tracking issue for EFIAPI | roblabla | -8/+8 |
| 2019-10-25 | Apply suggestions from code review | matthewjasper | -2/+2 |
| 2019-10-26 | Rollup merge of #65810 - raoulstrackx:ac_mitigation, r=nagisa | Yuki Okushi | -1/+7 |