about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-11-24Add tests for raw_ref_opMatthew Jasper-11/+373
2019-11-24Parse and feature gate raw address of expressionsMatthew Jasper-2/+8
2019-11-24Add raw address of expressions to the AST and HIRMatthew Jasper-139/+308
2019-11-23Auto merge of #66597 - MaulingMonkey:pr-natvis-std-collections-hash, r=michae...bors-0/+200
2019-11-23Auto merge of #66656 - Centril:rollup-fivygwz, r=Centrilbors-23/+106
2019-11-23Rollup merge of #66583 - Phlosioneer:patch-2, r=Dylan-DPCMazdak Farrokhzad-2/+6
2019-11-23Rollup merge of #66576 - pnkfelix:more-robust-gdb-vec-printer, r=alexcrichtonMazdak Farrokhzad-1/+11
2019-11-23Rollup merge of #66574 - GuillaumeGomez:update-tidy-err-code-check, r=Mark-Si...Mazdak Farrokhzad-19/+49
2019-11-23Rollup merge of #65961 - lcnr:typename_of, r=Dylan-DPCMazdak Farrokhzad-1/+40
2019-11-23Auto merge of #66507 - ecstatic-morse:const-if-match, r=oli-obkbors-347/+1321
2019-11-22Auto merge of #66640 - Centril:rollup-862009l, r=Centrilbors-778/+779
2019-11-22Rollup merge of #66639 - Centril:simplify-fresh-binding, r=petrochenkovMazdak Farrokhzad-15/+7
2019-11-22Rollup merge of #66637 - RalfJung:typo, r=CentrilMazdak Farrokhzad-9/+9
2019-11-22Rollup merge of #66633 - GuillaumeGomez:err-codes-cleanup, r=Dylan-DPCMazdak Farrokhzad-17/+54
2019-11-22Rollup merge of #66619 - guanqun:use-third-person-singular-verb, r=CentrilMazdak Farrokhzad-2/+2
2019-11-22Rollup merge of #66587 - matthewjasper:handle-static-as-const, r=oli-obkMazdak Farrokhzad-397/+488
2019-11-22Rollup merge of #66575 - Mark-Simulacrum:no-uii, r=petrochenkovMazdak Farrokhzad-215/+17
2019-11-22Rollup merge of #66566 - robamler:issue-66476, r=rkruppeMazdak Farrokhzad-14/+18
2019-11-22Rollup merge of #66183 - Centril:empty-vis-trait-decl, r=petrochenkovMazdak Farrokhzad-109/+184
2019-11-22resolve: more declarative fresh_bindingMazdak Farrokhzad-15/+7
2019-11-22Auto merge of #66558 - Aaron1011:update/miri-unwind, r=RalfJungbors-8/+8
2019-11-22small error code explanations improvementsGuillaume Gomez-3/+3
2019-11-22Improve E0061 long error explanationGuillaume Gomez-0/+10
2019-11-22Improve E0057 long error explanationGuillaume Gomez-4/+6
2019-11-22Improve E0023 long error explanationGuillaume Gomez-1/+8
2019-11-22Improve E0015 long error explanationGuillaume Gomez-9/+27
2019-11-22fix reoccuring typo: dereferencable -> dereferenceableRalf Jung-9/+9
2019-11-22Auto merge of #66460 - cjgillot:hashstable_generic, r=Zoxcbors-424/+162
2019-11-22Bump Miri for rustup fixesAaron Hill-13/+8
2019-11-22Auto merge of #66565 - Mark-Simulacrum:syntax-cfg-mod, r=petrochenkovbors-58/+34
2019-11-22follow the convention in this file to use third-person singular verbsGuanqun Lu-2/+2
2019-11-22Auto merge of #66537 - nnethercote:delay-is_local_ever_initialized, r=spastorinobors-12/+12
2019-11-21Document pitfall with `impl PartialEq<B> for A`Robert Bamler-14/+18
2019-11-22Auto merge of #66524 - ecstatic-morse:compiletest-multiple-revisions, r=Centrilbors-61/+55
2019-11-21Allow `Downcast` projections in `qualify_min_const_fn`Dylan MacKenzie-3/+4
2019-11-21Const-check the discriminant of a `SwitchInt`Dylan MacKenzie-3/+5
2019-11-21Reorganize, bless and add tests for const control flowDylan MacKenzie-308/+1180
2019-11-22Auto merge of #66282 - Centril:simplify-try, r=oli-obkbors-12/+431
2019-11-21Add entry for `const_if_match` in unstable bookDylan MacKenzie-0/+14
2019-11-21Suggest `const_if_match` on nightlyDylan MacKenzie-19/+70
2019-11-21Make `name` work for `MatchSource`Dylan MacKenzie-2/+15
2019-11-21Hold a `TyCtxt` in the HIR const-checkerDylan MacKenzie-10/+7
2019-11-21Allow `Downcast` projections if `const_if_match` enabledDylan MacKenzie-1/+5
2019-11-21Don't transform short-circuiting logic if `const_if_match` enabledDylan MacKenzie-6/+9
2019-11-21Add feature gate for const `if` and `match`Dylan MacKenzie-3/+20
2019-11-21Give name to full regex captureDylan MacKenzie-2/+3
2019-11-21Change some tests to use the shorter comment styleDylan MacKenzie-17/+6
2019-11-21Fix broken incremental testDylan MacKenzie-2/+1
2019-11-21Allow multiple cfgs per comment in "revisions:" testsDylan MacKenzie-42/+47
2019-11-21Address review commentsMatthew Jasper-10/+9