about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-22Disable the self-profiler unless the `-Z self-profile` flag is setWesley Wiser-2/+4
2018-11-22Fix the tracking issue for hash_raw_entrySteven Fackler-38/+38
2018-11-22miri: restrict fn argument punning to Rust ABIRalf Jung-12/+21
2018-11-22fix codegen-units testsRalf Jung-37/+38
2018-11-22Auto merge of #53586 - eddyb:top-lock, r=alexcrichtonbors-3569/+39
2018-11-22drop glue takes in mutable references, it should reflect that in its typeRalf Jung-3/+21
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-22expand thread::park explanationRalf Jung-1/+6
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
2018-11-22Auto merge of #53918 - Havvy:doc-sort-by, r=GuillaumeGomezbors-0/+32
2018-11-21Move a flaky process test out of libstdAlex Crichton-36/+25
2018-11-22rustc_target: avoid using AbiAndPrefAlign where possible.Eduard-Mihai Burtescu-334/+311
2018-11-22Auto merge of #56147 - petrochenkov:impice, r=nikomatsakisbors-2/+71
2018-11-22rustc_target: separate out an individual Align from AbiAndPrefAlign.Eduard-Mihai Burtescu-197/+207
2018-11-22rustc_target: rename abi::Align to AbiAndPrefAlign.Eduard-Mihai Burtescu-218/+220
2018-11-22Make std::os::unix/linux::fs::MetadataExt::a/m/ctime* documentation clearerariasuni-12/+24
2018-11-21add compile-pass annotationNiko Matsakis-0/+2
2018-11-21Auto merge of #56065 - oli-obk:min_const_fn_loop_ice, r=davidtwcobors-5/+16
2018-11-21Add test for sidebar link generationGuillaume Gomez-0/+23
2018-11-22resolve: Fix some asserts in import validationVadim Petrochenkov-2/+71
2018-11-21hack: ignore list-stems for pub lintNiko Matsakis-1/+9
2018-11-21Fix BTreeSet and BTreeMap gdb pretty-printersTom Tromey-63/+50
2018-11-21pass vis by shared referenceNiko Matsakis-6/+6