about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-10-26Update Clippyflip1995-13/+7
2019-10-26Update comments re type parameter hack in object safetyMichael Hewson-5/+7
2019-10-26Auto merge of #65167 - hermitcore:rusty-hermit, r=alexcrichtonbors-450/+2310
2019-10-26Auto merge of #65845 - Centril:rollup-28jtjfc, r=Centrilbors-465/+957
2019-10-26Rollup merge of #65842 - GuillaumeGomez:more-search-information, r=Dylan-DPCMazdak Farrokhzad-0/+8
2019-10-26Rollup merge of #65828 - bjorn3:add_source_info_eq_hash, r=petrochenkovMazdak Farrokhzad-1/+3
2019-10-26Rollup merge of #65824 - eddyb:def-key-copy, r=varkorMazdak Farrokhzad-8/+8
2019-10-26Rollup merge of #65791 - dorfsmay:doc_keyword_continue, r=Mark-SimulacrumMazdak Farrokhzad-2/+33
2019-10-26Rollup merge of #65773 - estebank:sugg-whitespace, r=CentrilMazdak Farrokhzad-14/+744
2019-10-26Rollup merge of #65772 - mark-i-m:final-readmes, r=nikomatsakisMazdak Farrokhzad-400/+8
2019-10-26Rollup merge of #65761 - popzxc:document-ast, r=petrochenkovMazdak Farrokhzad-26/+112
2019-10-26Rollup merge of #65743 - eddyb:generator-on-call, r=matthewjasperMazdak Farrokhzad-14/+41
2019-10-26Coherence should allow fundamental types to impl traitsOhad Ravid-4/+42
2019-10-26Add more information on searchGuillaume Gomez-0/+8
2019-10-26ci: add support for MIPS64 musl targetsWang Xuerui-0/+22
2019-10-26update miriRalf Jung-7/+7
2019-10-26use plain cargo to install xargoRalf Jung-11/+1
2019-10-26bootstrap now takes care of installing xargoRalf Jung-4/+21
2019-10-26update MiriRalf Jung-7/+7
2019-10-25Remove `QualifResolver` abstractionDylan MacKenzie-206/+112
2019-10-25Use `is_lang_panic_fn` from `check_consts` in `promote_consts`Dylan MacKenzie-8/+4
2019-10-25Deduplicate `promote_consts::Validator` and `check_consts::Item`Dylan MacKenzie-48/+30
2019-10-25Make `Item` fields pubDylan MacKenzie-5/+5
2019-10-25Make `check_consts::Item` work on non-const fnsDylan MacKenzie-120/+105
2019-10-26libsyntax: Document ast moduleIgor Aleksanov-26/+112
2019-10-26Auto merge of #63812 - eddyb:promo-sanity, r=oli-obkbors-57/+789
2019-10-26Make inline associated constants a future compatibility warningvarkor-25/+54
2019-10-25Remove lint callback from driverMark Rousskov-2/+0
2019-10-25FormattingThomas Lively-1/+2
2019-10-26Permit #[track_caller] on inherent methodsvarkor-14/+43
2019-10-26rustc_mir: use the new validator's Qualif in promotion.Eduard-Mihai Burtescu-49/+120
2019-10-26rustc_mir: double-check const-promotion candidates for sanity.Eduard-Mihai Burtescu-30/+691
2019-10-25Correct handling of type flags with `ConstValue::Placeholder`varkor-7/+9
2019-10-25Permit `#[target_feature]` on method implementationsvarkor-1/+1
2019-10-25Move handling of `#[track_caller]` to `check_attr`varkor-124/+95
2019-10-25Update bitflagsvarkor-6/+6
2019-10-25Handle `ImplItem` in `check_attr`varkor-6/+65
2019-10-25Refactor `check_track_caller`varkor-6/+12
2019-10-25Add test for attribute error checking on trait and foreign itemsvarkor-0/+54
2019-10-25Improve commentsvarkor-2/+2
2019-10-25Emit warning for ignored #[inline] on foreign function prototypesvarkor-0/+29
2019-10-25Emit warning for ignored #[inline] on trait method prototypesvarkor-6/+71
2019-10-25Refactor check_attrvarkor-63/+75
2019-10-25Temporarily enable asmjs and wasm32 CI on PRsThomas Lively-0/+4
2019-10-25Re-enable Emscripten's exception handling supportThomas Lively-68/+62
2019-10-25Derive Eq and Hash for SourceInfo againbjorn3-1/+3
2019-10-25EFIAPI: Fix symbolname testsroblabla-10/+10
2019-10-25Add proper tracking issue for EFIAPIroblabla-8/+8
2019-10-25Apply suggestions from code reviewmatthewjasper-2/+2
2019-10-26Rollup merge of #65810 - raoulstrackx:ac_mitigation, r=nagisaYuki Okushi-1/+7