about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-06-03Add test for #[must_use] in tuplesvarkor-2/+22
2019-06-03Warn for #[must_use] in tuplesvarkor-36/+53
2019-05-31Auto merge of #57967 - eddyb:rmangle, r=michaelwoeristerbors-577/+1659
2019-05-31test: add a more complex symbol-name testcase.Eduard-Mihai Burtescu-19/+98
2019-05-31rustc_codegen_utils: remove symbol name dumping/checking harness, and mw impl.Eduard-Mihai Burtescu-1022/+11
2019-05-31rustc_codegen_utils: update mw's symbol mangler implementation.Eduard-Mihai Burtescu-169/+220
2019-05-31rustc_codegen_utils: add harness for dumping/checking symbol names, and mw ma...Eduard-Mihai Burtescu-3/+958
2019-05-31test: force `legacy` mangling for run-make-fulldeps/a-b-a-linker-guard.Eduard-Mihai Burtescu-3/+6
2019-05-31test: support both (`legacy` and `v0`) choices of mangling.Eduard-Mihai Burtescu-58/+245
2019-05-31rustc_codegen_utils: don't ignore `Ctor` path components in symbols.Eduard-Mihai Burtescu-3/+13
2019-05-31rustc_codegen_utils: add new mangling scheme implementation.Eduard-Mihai Burtescu-490/+1234
2019-05-31rustc_codegen_utils: test demangler output, not just symbol names.Eduard-Mihai Burtescu-13/+77
2019-05-31Update rustc-demangle version.Eduard-Mihai Burtescu-2/+2
2019-05-31Auto merge of #61298 - matthiaskrgr:submodule_upd, r=oli-obkbors-8/+10
2019-05-31Auto merge of #60166 - oli-obk:type_name, r=eddybbors-28/+307
2019-05-30Auto merge of #61353 - alexcrichton:less-tools, r=pietroalbinibors-5/+3
2019-05-30Auto merge of #61253 - nnethercote:avoid-hygiene_data-lookups, r=petrochenkovbors-62/+100
2019-05-30ci: Favor SCRIPT instead of RUST_CHECK_TARGETAlex Crichton-5/+3
2019-05-30submodules: update clippy from fb33fad0 to d2f51228Matthias Krüger-8/+10
2019-05-30Make the `type_name` intrinsic's output deterministicOliver Scherer-27/+306
2019-05-30Rollup merge of #61333 - varkor:apit-const-param-ice, r=estebankMazdak Farrokhzad-0/+28
2019-05-30Rollup merge of #61322 - pietroalbini:debug-windows-submodule-cloning, r=alex...Mazdak Farrokhzad-0/+4
2019-05-30Rollup merge of #61321 - Centril:is_keyword_ahead, r=petrochenkovMazdak Farrokhzad-35/+38
2019-05-30Rollup merge of #61284 - alexcrichton:less-s3, r=pietroalbiniMazdak Farrokhzad-9/+9
2019-05-30Rollup merge of #61280 - bgermann:master, r=alexcrichtonMazdak Farrokhzad-7/+5
2019-05-30Rollup merge of #61279 - llogiq:implicit-option-main-doctests, r=GuillaumeGomezMazdak Farrokhzad-1/+31
2019-05-30Rollup merge of #61244 - RalfJung:box, r=rkruppeMazdak Farrokhzad-5/+4
2019-05-30Rollup merge of #61231 - pnkfelix:issue-59548-linkage-diagnostic, r=petrochenkovMazdak Farrokhzad-18/+99
2019-05-30Rollup merge of #60850 - SimonSapin:unguarded, r=alexcrichtonMazdak Farrokhzad-9/+1
2019-05-30Rollup merge of #60839 - davidtwco:const-generics-struct-ctor, r=varkorMazdak Farrokhzad-73/+74
2019-05-30Rollup merge of #60802 - euclio:pulldown-cmark-panic, r=GuillaumeGomezMazdak Farrokhzad-6/+15
2019-05-30Symbol name predicate list printed `+` excessivelyOliver Scherer-1/+1
2019-05-30Auto merge of #61005 - michaelwoerister:error-pgo-windows-unwind, r=zackmdavisbors-8/+53
2019-05-30Auto merge of #61212 - alexcrichton:skip-rustc, r=pietroalbinibors-224/+253
2019-05-30Add a regression test for const parameters with impl Traitvarkor-0/+16
2019-05-30Sort in-band generic parameter definitions from APITvarkor-0/+12
2019-05-30Add `HygieneData::{outer,expn_info,is_descendant_of}` methods.Nicholas Nethercote-26/+24
2019-05-30Optimize `TyCtxt::adjust_ident`.Nicholas Nethercote-16/+27
2019-05-29Auto merge of #61203 - memoryruins:bare_trait_objects, r=Centrilbors-2132/+2178
2019-05-29libsyntax: introduce 'fn is_keyword_ahead(dist, keywords)'.Mazdak Farrokhzad-35/+38
2019-05-29ci: display more debug information in the init_repo scriptPietro Albini-0/+4
2019-05-29upgrade rustdoc's `pulldown-cmark` to 0.5.2Andy Russell-6/+15
2019-05-29Update all s3 URLs used on CI with subdomainsAlex Crichton-9/+9
2019-05-29Rollup merge of #61313 - Centril:simplify-set1-insert, r=varkorOliver Scherer-10/+5
2019-05-29Rollup merge of #61310 - RalfJung:mem, r=CentrilOliver Scherer-1408/+1419
2019-05-29Rollup merge of #61293 - varkor:rustdoc-print-const-generic, r=GuillaumeGomezOliver Scherer-6/+25
2019-05-29Rollup merge of #61261 - spastorino:is-union-return-ty, r=oli-obkOliver Scherer-27/+24
2019-05-29Rollup merge of #61217 - estebank:issue-52820, r=CentrilOliver Scherer-7/+58
2019-05-29Rollup merge of #60885 - euclio:strip-synstructure-consts, r=GuillaumeGomezOliver Scherer-2/+2
2019-05-29Rollup merge of #60549 - euclio:doctest-panic-messages, r=GuillaumeGomezOliver Scherer-43/+224