about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-10-01Update clippyManish Goregaokar-11/+18
2019-10-01Improve HRTB error span when -Zno-leak-check is usedAaron Hill-26/+116
2019-10-01Implement Clone::clone_from for LinkedListCharles Gleason-0/+13
2019-10-01Update example table to match current outputDylan MacKenzie-19/+19
2019-10-01Reset row background for each blockDylan MacKenzie-0/+1
2019-10-01This needs to be build-pass since it involves debuginfoDylan MacKenzie-1/+1
2019-10-01Fix typo passing flags to rustcDylan MacKenzie-1/+1
2019-10-01Update rls submoduleAlex Crichton-0/+0
2019-10-01Update `Cargo.lock` for cargo updateAlex Crichton-0/+1
2019-10-01Add test cases for #64945Dylan MacKenzie-0/+61
2019-10-01Rollup merge of #64950 - nnethercote:simplify-interners, r=varkor,spastorinoMazdak Farrokhzad-47/+22
2019-10-01Rollup merge of #64943 - lzutao:doc-saturating, r=shepmasterMazdak Farrokhzad-3/+6
2019-10-01Rollup merge of #64933 - sam09:master, r=estebankMazdak Farrokhzad-7/+49
2019-10-01Rollup merge of #64912 - lzutao:unneeded-main-doc, r=jonas-schievinkMazdak Farrokhzad-372/+266
2019-10-01Rollup merge of #64910 - Centril:params-cleanup, r=petrochenkovMazdak Farrokhzad-569/+501
2019-10-01Rollup merge of #64820 - ssomers:master, r=blussMazdak Farrokhzad-93/+247
2019-10-01Rollup merge of #63416 - RalfJung:apfloat, r=eddybMazdak Farrokhzad-1/+2
2019-10-01Don't mark zero-sized arrays as indirectly mutable when borrowedDylan MacKenzie-15/+31
2019-10-01Pass attrs to `do_dataflow` in new const checkerDylan MacKenzie-1/+1
2019-10-01change .node -> .kind after rebaseAlex Zatelepin-1/+1
2019-10-01Update src/librustc/ty/mod.rsSantiago Pastorino-1/+1
2019-10-01Make comment about dummy type a bit more clearSantiago Pastorino-1/+2
2019-10-01fix test after rebaseAlex Zatelepin-4/+14
2019-10-01address review commentsAlex Zatelepin-39/+37
2019-10-01add testsAlex Zatelepin-4/+108
2019-10-01fix spurious unreachable_code lints for try{} block ok-wrappingAlex Zatelepin-21/+57
2019-10-01fix typoAlex Zatelepin-1/+1
2019-10-01Fix clippy warningsYuki Okushi-17/+16
2019-10-01regression test for 64453 borrow check error.Felix S. Klock II-0/+58
2019-10-01BTreeSet intersection, difference & is_subnet optimizationsStein Somers-93/+247
2019-10-01Update ui testsGuillaume Gomez-1/+1
2019-10-01Add E0551 long error explanationGuillaume Gomez-1/+19
2019-10-01Add new rustdoc-ui test to ensuire that rustdoc feature isn't passed down to ...Guillaume Gomez-0/+20
2019-10-01Prevent rustdoc feature to be passed down to doctestsGuillaume Gomez-3/+7
2019-10-01Remove unneeded `fn main` blocks from docsLzu Tao-372/+266
2019-10-01Update cargo.Michael Woerister-0/+0
2019-10-01Change to use exprPrecedence instead of exprKind.Sam Radhakrishnan-9/+10
2019-10-01Improve sidebar styling to make its integration easierGuillaume Gomez-4/+4
2019-10-01Rollup merge of #64937 - estebank:dedup-closure-err, r=CentrilMazdak Farrokhzad-153/+23
2019-10-01Rollup merge of #64935 - AnthonyMikh:librustc_errors/emmiter__code-clarity, r...Mazdak Farrokhzad-273/+239
2019-10-01Rollup merge of #64930 - davidtwco:issue-61798-diverging-await, r=petrochenkovMazdak Farrokhzad-1/+43
2019-10-01Rollup merge of #64928 - JohnTitor:add-some-tests, r=CentrilMazdak Farrokhzad-0/+125
2019-10-01Rollup merge of #64907 - alexreg:tidy-up, r=Mark-SimulacrumMazdak Farrokhzad-71/+74
2019-10-01Rollup merge of #64896 - XAMPPRocky:remove-grammar, r=CentrilMazdak Farrokhzad-3566/+4
2019-10-01Rollup merge of #64895 - davidtwco:issue-64130-async-error-definition, r=niko...Mazdak Farrokhzad-28/+281
2019-10-01Rollup merge of #64887 - Centril:recover-trailing-vert, r=estebankMazdak Farrokhzad-37/+323
2019-10-01Rollup merge of #63931 - petrochenkov:stabmac, r=CentrilMazdak Farrokhzad-363/+60
2019-10-01Rollup merge of #63674 - petrochenkov:meta2, r=CentrilMazdak Farrokhzad-83/+119
2019-10-01Remove the `$lt_tcx` parameter from `direct_interners!`.Nicholas Nethercote-7/+7
2019-10-01Inline and remove `intern_method!`.Nicholas Nethercote-26/+14