about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-11-24Rename some occurences of `skol` to `placeholder`scalexm-14/+14
2018-11-24Introduce `TyKind::Placeholder` variantscalexm-13/+46
2018-11-24Distinguish between placeholder kindsscalexm-26/+44
2018-11-24Rollup merge of #56168 - sfackler:raw-entry-tracking, r=kennytmkennytm-38/+38
2018-11-24Rollup merge of #56162 - adrianheine:patch-1, r=withoutboatskennytm-4/+2
2018-11-24Rollup merge of #56154 - petrhosek:fuchsia-linker-args, r=alexcrichtonkennytm-5/+24
2018-11-24Rollup merge of #56120 - SergioBenitez:subspan, r=alexcrichtonkennytm-1/+228
2018-11-24Rollup merge of #56116 - alexcrichton:tarball-calng, r=kennytmkennytm-0/+1
2018-11-24Rollup merge of #56097 - ogoffart:union-abi, r=eddybkennytm-3/+20
2018-11-24Rollup merge of #56091 - wesleywiser:fix_self_profiler_json, r=petrochenkovkennytm-2/+13
2018-11-24Rollup merge of #56048 - bjorn3:cg_ssa_sysroot, r=eddybkennytm-1/+23
2018-11-24Rollup merge of #56022 - RalfJung:validate-before-jump, r=oli-obkkennytm-7/+14
2018-11-24Rollup merge of #55945 - oli-obk:static_assert_arg_type, r=michaelwoeristerkennytm-1/+2
2018-11-24Rollup merge of #55869 - SimonSapin:iterate, r=alexcrichtonkennytm-2/+177
2018-11-24Rollup merge of #55838 - dralley:fix-cfg-step, r=Kimundikennytm-4/+4
2018-11-24Rollup merge of #55767 - tromey:disable-some-pretty-printers, r=alexcrichtonkennytm-27/+34
2018-11-23Auto merge of #56184 - matthiaskrgr:clippy, r=oli-obkbors-14/+14
2018-11-23submodules: update clippy from 2f6881c6 to 754b4c07Matthias Krüger-14/+14
2018-11-23Auto merge of #55808 - estebank:type-arguments, r=petrochenkovbors-94/+222
2018-11-23Auto merge of #54071 - eddyb:alignsssss, r=oli-obkbors-374/+363
2018-11-22Do not point at associated types from other cratesEsteban Küber-34/+6
2018-11-22Reword and fix testEsteban Küber-23/+26
2018-11-22Suggest correct syntax when writing type arg instead of assoc typeEsteban Küber-47/+88
2018-11-22Point at the associated type's def spanEsteban Küber-0/+66
2018-11-22Join multiple E0191 errors in the same location under a single diagnosticEsteban Küber-27/+33
2018-11-22Point at every unexpected lifetime and type argument in E0107Esteban Küber-29/+69
2018-11-22Auto merge of #56143 - nikomatsakis:issue-56128-segment-id-ice-nightly, r=pet...bors-41/+123
2018-11-22Move fake rustc_codegen_ssa dependency from rustc_driver to rustc-mainbjorn3-4/+4
2018-11-22Add rustc_codegen_ssa to sysrootbjorn3-1/+23
2018-11-22Fix the tracking issue for hash_raw_entrySteven Fackler-38/+38
2018-11-22Auto merge of #53586 - eddyb:top-lock, r=alexcrichtonbors-3569/+39
2018-11-22explain how this worksNiko Matsakis-1/+23
2018-11-22only reset non-restricted visibilitiesNiko Matsakis-15/+28
2018-11-22std::str Adapt documentation to realityAdrian Heine né Lang-4/+2
2018-11-22Auto merge of #56136 - matthiaskrgr:clippy, r=oli-obkbors-11/+18
2018-11-22submodules: update clippy from f5d868c9 to 2f6881c6Matthias Krüger-11/+18
2018-11-22Move Cargo.{toml,lock} to the repository root directory.Eduard-Mihai Burtescu-3569/+39
2018-11-22Auto merge of #56155 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-97/+507
2018-11-22Rollup merge of #56126 - Turbo87:bench-parse, r=alexcrichtonGuillaume Gomez-0/+105
2018-11-22Rollup merge of #56106 - bjorn3:patch-1, r=alexcrichtonGuillaume Gomez-12/+0
2018-11-22Rollup merge of #56078 - ehuss:fix-panic-opt-msg, r=alexcrichtonGuillaume Gomez-5/+5
2018-11-22Rollup merge of #56067 - jethrogb:jb/sgx-target-spec, r=alexcrichtonGuillaume Gomez-0/+93
2018-11-22Rollup merge of #56063 - 0xrgb:patch-1, r=joshtriplettGuillaume Gomez-11/+11
2018-11-22Rollup merge of #56002 - Axary:master, r=estebankGuillaume Gomez-2/+58
2018-11-22Rollup merge of #55980 - csmoe:issue-55891, r=estebankGuillaume Gomez-11/+45
2018-11-22Rollup merge of #55961 - tromey:Bug-55944-vecdeque, r=nikomatsakisGuillaume Gomez-3/+22
2018-11-22Rollup merge of #55784 - meltinglava:master, r=KodrAusGuillaume Gomez-8/+8
2018-11-22Rollup merge of #55485 - petertodd:2018-10-manuallydrop-deref, r=TimNNGuillaume Gomez-2/+2
2018-11-22Rollup merge of #55367 - GuillaumeGomez:private-item-doc-test-lint, r=QuietMi...Guillaume Gomez-43/+158
2018-11-22Pass additional linker flags when targeting FuchsiaPetr Hosek-5/+24