about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-04-22Add all the missing option tests.Nicholas Nethercote-15/+273
2020-04-22Alphabetize the `-C` and `-Z` options.Nicholas Nethercote-562/+618
2020-04-22Auto merge of #71323 - nnethercote:bitcode-in-rlib, r=alexcrichtonbors-7/+60
2020-04-22Build libstd with `-Cbitcode-in-rlib=yes`.Nicholas Nethercote-5/+17
2020-04-22Add a simple test.Nicholas Nethercote-0/+5
2020-04-22Add a new option `-Cbitcode-in-rlib`.Nicholas Nethercote-1/+38
2020-04-22Remove an old in-progress comment from a previous PR.Nicholas Nethercote-1/+0
2020-04-22Auto merge of #71410 - JohnTitor:rollup-vh6dut5, r=JohnTitorbors-309/+209
2020-04-22Rollup merge of #71399 - rust-lang:cleanup-e0554, r=Dylan-DPCYuki Okushi-1/+1
2020-04-22Rollup merge of #71390 - aticu:master, r=Dylan-DPCYuki Okushi-1/+1
2020-04-22Rollup merge of #71384 - RalfJung:RalfJung-patch-1, r=Mark-SimulacrumYuki Okushi-1/+1
2020-04-22Rollup merge of #71372 - ayushmishra2005:shebang_stripping, r=estebankYuki Okushi-1/+24
2020-04-22Rollup merge of #71366 - faern:use-assoc-int-consts3, r=dtolnayYuki Okushi-28/+21
2020-04-22Rollup merge of #71236 - sinkuu:cleanup, r=nikomatsakisYuki Okushi-222/+0
2020-04-22Rollup merge of #70998 - estebank:suggest-impl-trait-empty-fn, r=varkorYuki Okushi-55/+161
2020-04-21Update cargo, rlsEric Huss-0/+0
2020-04-21Clean up E0554 explanationGuillaume Gomez-1/+1
2020-04-21Minor refactoringAyush Kumar Mishra-1/+1
2020-04-21Fix incorrect description of E0690aticu-1/+1
2020-04-21Fix stage0.txt version number commentRalf Jung-1/+1
2020-04-21Fix formatting issueAyush Kumar Mishra-1/+0
2020-04-21Refactoring and added test-cases #70528Ayush Kumar Mishra-1/+25
2020-04-21Auto merge of #71170 - spastorino:dyn-fnonce-alignment, r=nikomatsakisbors-16/+166
2020-04-21Fix #! (shebang) stripping account space issue #70528Ayush Kumar Mishra-1/+1
2020-04-21Auto merge of #71267 - pnkfelix:issue-71248-dont-need-exports-all-green, r=na...bors-10/+22
2020-04-21Rollup merge of #71346 - mati865:rustbuild-tools, r=Mark-SimulacrumDylan DPC-1/+9
2020-04-21Rollup merge of #71285 - ljedrz:mir_inline_span_for_optimized_mir, r=ecstatic...Dylan DPC-7/+5
2020-04-21Rollup merge of #71174 - Nokel81:fix-async-main-error, r=petrochenkovDylan DPC-14/+88
2020-04-21Rollup merge of #69362 - CAD97:alloc_layout_extras, r=AmanieuDylan DPC-13/+43
2020-04-20Fix show-const-contents rustdoc testLinus Färnstrand-1/+1
2020-04-20Use assoc float consts instead of module levelLinus Färnstrand-16/+15
2020-04-20Define module level int consts from assoc constsLinus Färnstrand-2/+2
2020-04-20Stop accessing module level int consts via crate::<Ty>Linus Färnstrand-9/+3
2020-04-20Do not build tools if user do not want themMateusz Mikuła-1/+9
2020-04-20Ensure tail expression will have a `Ty` for E0746Esteban Küber-66/+113
2020-04-20Improve Layout::extend docsCAD97-3/+4
2020-04-20Update src/libcore/alloc/layout.rsChristopher Durham-2/+2
2020-04-20Suggest `-> impl Trait` and `-> Box<dyn Trait>` on fn that doesn't returnEsteban Küber-42/+101
2020-04-20Rollup merge of #71334 - ehuss:pattern-docs, r=kennytmDylan DPC-37/+150
2020-04-20Rollup merge of #71328 - Mark-Simulacrum:stabilize-pathbuf-capacity, r=sfacklerDylan DPC-8/+7
2020-04-20Rollup merge of #71284 - JOE1994:serialize_id, r=petrochenkovDylan DPC-6/+18
2020-04-20Rollup merge of #71270 - Rustin-Liu:rustin-patch-has-self, r=estebankDylan DPC-4/+7
2020-04-20Rollup merge of #71250 - GuillaumeGomez:use-json-instead-of-js, r=kinnisonDylan DPC-5/+41
2020-04-20Expand comment to justify not checking if all the exports are green.Felix S. Klock II-0/+17
2020-04-20Check that main/start is not asyncSebastian Malton-14/+88
2020-04-20Auto merge of #70729 - nnethercote:a-big-options-clean-up, r=petrochenkovbors-379/+339
2020-04-20tweak commentsNiko Matsakis-5/+10
2020-04-20Remove unused ToHex/FromHex traitShotaro Yamada-207/+0
2020-04-20Remove unused dependenciesShotaro Yamada-15/+0
2020-04-20Auto merge of #71232 - eddyb:print-const-adts, r=oli-obkbors-103/+128