about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-02-11Consistent attribute argument suggestionOliver Scherer-1/+1
2019-02-11Rename the `exp` field to mirror its usesOliver Scherer-4/+4
2019-02-11Ease the transition to requiring features by just warning if there's no featu...Oliver Scherer-10/+20
2019-02-11Require a list of features to allow in `allow_internal_unstable`Oliver Scherer-93/+182
2019-02-11This fixes doctests in stage 1Mark Rousskov-24/+17
2019-02-11Never build rustdoc in stage 0Mark Rousskov-0/+6
2019-02-11Add a test for rustc_deprecatedvarkor-0/+29
2019-02-11Add rustdoc index page test for future deprecation attributesvarkor-0/+2
2019-02-11Add a rustdoc test for future rustc_deprecated attributesvarkor-0/+11
2019-02-11Update existing rustdoc testvarkor-6/+8
2019-02-11Display "Deprecation planned" in rustdoc for future rustc deprecationsvarkor-9/+22
2019-02-11Don't display "Deprecated since" for non-rustc deprecated itemsvarkor-2/+4
2019-02-11Do not apply future deprecation warning for #[deprecated]varkor-84/+67
2019-02-11Auto merge of #56645 - pietroalbini:fix-unused-imports, r=estebankbors-51/+228
2019-02-11Auto merge of #58153 - ljedrz:HirIdify_typeck, r=Zoxcbors-47/+49
2019-02-11Remove two dead functions.Nicholas Nethercote-33/+0
2019-02-11Auto merge of #58152 - ljedrz:HirIdify_mir, r=Zoxcbors-23/+20
2019-02-11Auto merge of #58358 - pietroalbini:update-cargo, r=Mark-Simulacrumbors-0/+0
2019-02-10Re-blessed tests.Alexander Regueiro-1/+3
2019-02-10tools: doc commentsAlexander Regueiro-30/+30
2019-02-10libs: doc commentsAlexander Regueiro-387/+394
2019-02-11Add an option to print the status of incremental tasks / dep nodes after runn...John Kåre Alsaker-0/+17
2019-02-10tests: doc commentsAlexander Regueiro-164/+164
2019-02-10rustc: doc commentsAlexander Regueiro-2241/+2260
2019-02-10Auto merge of #58361 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-101/+305
2019-02-10Rollup merge of #58352 - RalfJung:macro, r=oli-obkGuillaume Gomez-3/+3
2019-02-10Rollup merge of #58350 - petrochenkov:embed, r=frewsxcvGuillaume Gomez-0/+0
2019-02-10Rollup merge of #58346 - RalfJung:rpath-pop, r=Mark-SimulacrumGuillaume Gomez-2/+2
2019-02-10Rollup merge of #58345 - RalfJung:2nd-filename, r=matthewjasperGuillaume Gomez-1/+9
2019-02-10Rollup merge of #58332 - RalfJung:miri-copy-nonoverlapping, r=oli-obkGuillaume Gomez-1/+4
2019-02-10Rollup merge of #58324 - RalfJung:fn-ptr-eq, r=oli-obkGuillaume Gomez-8/+23
2019-02-10Rollup merge of #58317 - hayekr:patch-1, r=frewsxcvGuillaume Gomez-4/+3
2019-02-10Rollup merge of #58297 - GuillaumeGomez:cleanup-js, r=QuietMisdreavusGuillaume Gomez-8/+6
2019-02-10Rollup merge of #58295 - RalfJung:stdio, r=alexcrichtonGuillaume Gomez-3/+3
2019-02-10Rollup merge of #58262 - taiki-e:must_use, r=estebankGuillaume Gomez-3/+3
2019-02-10Rollup merge of #58243 - GuillaumeGomez:trait-alias-docs, r=ManishearthGuillaume Gomez-47/+153
2019-02-10Rollup merge of #58203 - euclio:rustdoc-async, r=GuillaumeGomezGuillaume Gomez-17/+88
2019-02-10Rollup merge of #58157 - h-michael:cargo-lock, r=alexcrichtonGuillaume Gomez-0/+2
2019-02-10Rollup merge of #57926 - icefoxen:test-doc-pr, r=frewsxcvGuillaume Gomez-1/+4
2019-02-10Rollup merge of #57740 - JakubOnderka:ipv4addr-to_ne_bytes, r=scottmcmGuillaume Gomez-2/+1
2019-02-10Rollup merge of #57259 - king6cong:master, r=alexcrichtonGuillaume Gomez-1/+1
2019-02-10Auto merge of #58129 - RalfJung:maybe-uninit, r=cramertjbors-16/+65
2019-02-10fix SGX build failuresRalf Jung-2/+2
2019-02-10bump cargo submodulePietro Albini-0/+0
2019-02-11librustc_mir: use ? in impl_snapshot_for! macroTaiki Endo-8/+6
2019-02-10Add test for MIR printing changesMatthew Jasper-0/+66
2019-02-10Remove spotlight for trait aliases and fix nitsGuillaume Gomez-6/+3
2019-02-10Fix ICE and invalid filenames in MIR printing codeMatthew Jasper-2/+3
2019-02-10it is okay not to use into_innerRalf Jung-0/+1
2019-02-10Auto merge of #58151 - ljedrz:HirIdify_rustc, r=Zoxcbors-33/+30