summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-01-01rebase falloutOliver Scherer-20/+29
2019-01-01Pacify tidyOliver Scherer-1/+2
2019-01-01Undo a few - now unnecessary - changesOliver Scherer-4/+2
2019-01-01Simplify bit inspection of a constantOliver Scherer-14/+10
2019-01-01`<&'tcx ty::Const as Deref>::deref`Oliver Scherer-108/+86
2019-01-01`const_to_op` is now `lazy_const_to_op`Oliver Scherer-5/+5
2019-01-01Add `unwrap_usize` to `LazyConst`, tooOliver Scherer-34/+31
2019-01-01Simplify and fix some diagnostics around arraysOliver Scherer-14/+10
2019-01-01Mingw is special wrt type sizesOliver Scherer-1/+1
2019-01-01Move the `Unevaluated` constant arm upwards in the type structureOliver Scherer-316/+405
2019-01-01Fix broken links to second edition TRPL.Corey Farwell-149/+149
2019-01-01Auto merge of #55937 - davidtwco:issue-54943, r=pnkfelixbors-500/+804
2019-01-01Auto merge of #57210 - estebank:str-err, r=zackmdavisbors-11/+148
2019-01-01Auto merge of #57194 - matthiaskrgr:copyright_headers, r=Centrilbors-213/+13
2019-01-01Auto merge of #57199 - petrochenkov:ambig, r=estebankbors-54/+63
2018-12-31Improve type mismatch error messagesYuning Zhang-105/+105
2018-12-31Bound sgx target_env with fortanix as target_vendorYu Ding-12/+20
2018-12-31Auto merge of #56878 - petrochenkov:privdyn, r=arielb1bors-559/+621
2019-01-01Address review commentsVadim Petrochenkov-96/+126
2019-01-01privacy: Use common `DefId` visiting infra for all privacy visitorsVadim Petrochenkov-533/+565
2018-12-31Fix backtraces on WindowsJohn Kåre Alsaker-1/+10
2018-12-31Auto merge of #57047 - euclio:field-structured-suggestions, r=estebankbors-35/+50
2018-12-31Do not use unicode character in diagnostic helpEsteban Küber-4/+4
2018-12-31use structured suggestions for nonexistent fieldsAndy Russell-35/+50
2018-12-31Use structured suggestion for braceless unicode escape squenceEsteban Küber-16/+47
2018-12-31Account for `\xFF` and `\u{FF}` sequences in string format errorsEsteban Küber-1/+107
2018-12-31Update tests after rebaseEsteban Küber-0/+4
2018-12-31Address review commentsEsteban Küber-19/+68
2018-12-31Suggest using raw identifiers in 2018 edition when using keywordsEsteban Küber-8/+47
2018-12-31const-stabilize Ipv4Addr::newMazdak Farrokhzad-2/+2
2018-12-31Clean up and optimize OpenTask / read_indexJohn Kåre Alsaker-172/+131
2018-12-31const-stabilize const_int_ops + reverse_bitsMazdak Farrokhzad-143/+163
2018-12-31Auto merge of #57220 - quark-zju:mcount, r=estebankbors-1/+23
2018-12-31Fix inconsistent Clone documentation.ian-9/+20
2018-12-31Rename and fix nolink-with-link-args testMika Lehtinen-13/+12
2018-12-31Auto merge of #57061 - Zoxc:graph-refactor, r=michaelwoeristerbors-187/+193
2018-12-31Address commentsJohn Kåre Alsaker-12/+14
2018-12-31Use `entry` API to avoid double lookup when interning dep nodesJohn Kåre Alsaker-30/+39
2018-12-31Group dep node data into a single structureJohn Kåre Alsaker-170/+165
2018-12-31Auto merge of #57208 - estebank:issue-57198, r=petrochenkovbors-2/+30
2018-12-30Tweak E0308 error for clarityEsteban Küber-72/+87
2018-12-31Auto merge of #57044 - varkor:E0512-equal-type, r=matthewjasperbors-123/+149
2018-12-31now that some intrisics are safe, use that fact.Mazdak Farrokhzad-0/+24
2018-12-31make some intrinsics safe.Mazdak Farrokhzad-9/+15
2018-12-31qualify_min_const_fn: improve note.Mazdak Farrokhzad-1/+2
2018-12-31unchecked_{shl,shr}: extend const tests.Mazdak Farrokhzad-15/+428
2018-12-31const stabilizations: adjust run-pass tests.Mazdak Farrokhzad-6/+0
2018-12-31stabilize const_int_signMazdak Farrokhzad-3/+0
2018-12-31stabilize const_int_rotateMazdak Farrokhzad-10/+12
2018-12-31stabilize const_int_wrapping.Mazdak Farrokhzad-18/+32