about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-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-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-22Auto merge of #53918 - Havvy:doc-sort-by, r=GuillaumeGomezbors-0/+32
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-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-22resolve: Fix some asserts in import validationVadim Petrochenkov-2/+71
2018-11-21hack: ignore list-stems for pub lintNiko Matsakis-1/+9
2018-11-21pass vis by shared referenceNiko Matsakis-6/+6
2018-11-21add regression testNiko Matsakis-0/+13
2018-11-21preserve the original visibility for the "list stem" nodeNiko Matsakis-4/+0
2018-11-21Auto merge of #56134 - oli-obk:clippy_documentation, r=nrcbors-0/+2
2018-11-21renumber segment ids for visibilities whenever we clone themNiko Matsakis-7/+17
2018-11-21add some `debug!` into loweringNiko Matsakis-0/+8
2018-11-21track the span for each id so that we can give a nice ICENiko Matsakis-29/+39
2018-11-21Auto merge of #56118 - steveklabnik:update-books, r=alexcrichtonbors-58/+45
2018-11-21Forward rust version number to toolsOliver Scherer-0/+2
2018-11-21Auto merge of #56117 - petrochenkov:iempty, r=eddybbors-1/+15
2018-11-21update various stdlib docsSteve Klabnik-37/+22
2018-11-21core/benches/num: Add `from_str/from_str_radix()` benchmarksTobias Bieniek-0/+105
2018-11-21Add x86_64-fortanix-unknown-sgx target to the compilerJethro Beekman-0/+74
2018-11-21Auto merge of #52591 - eddyb:functional-snakes, r=oli-obkbors-144/+129