about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-04-04wasm32: Default to a "static" relocation modelAlex Crichton-0/+9
2019-04-04Auto merge of #59695 - Centril:rollup-88qffc2, r=Centrilbors-32/+91
2019-04-04Rollup merge of #59686 - crlf0710:disable_gnux32_stackprobe, r=luqmanaMazdak Farrokhzad-1/+2
2019-04-04Rollup merge of #59685 - lzutao:patch-1, r=GuillaumeGomezMazdak Farrokhzad-1/+1
2019-04-04Rollup merge of #59671 - matklad:lexer, r=eddybMazdak Farrokhzad-8/+8
2019-04-04Rollup merge of #59639 - cuviper:ignore-uninhabited, r=eddybMazdak Farrokhzad-0/+39
2019-04-04Rollup merge of #59596 - LukasKalbertodt:fix-range-fmt, r=KimundiMazdak Farrokhzad-5/+17
2019-04-04Rollup merge of #59556 - RalfJung:stdsimd, r=gnzlbgMazdak Farrokhzad-0/+0
2019-04-04Rollup merge of #59555 - RalfJung:miri, r=oli-obkMazdak Farrokhzad-15/+15
2019-04-04Rollup merge of #59470 - czipperz:document-fs-file-close, r=dtolnayMazdak Farrokhzad-2/+9
2019-04-04Auto merge of #59619 - alexcrichton:wasi-fs, r=fitzgenbors-304/+1189
2019-04-04Auto merge of #59517 - Zoxc:new-queries, r=oli-obkbors-2316/+1274
2019-04-04Disable stack probing for gnux32.CrLF0710-1/+2
2019-04-04Auto merge of #59089 - petrhosek:llvm-unwind, r=petrhosekbors-1/+84
2019-04-04Add description for -Os and -Oz in rustc.1lzutao-1/+1
2019-04-03File: Add documentation about dropping to sync_allChris Gregory-1/+5
2019-04-04Auto merge of #59684 - Centril:rollup-n7pnare, r=Centrilbors-716/+939
2019-04-04Rollup merge of #59677 - phansch:rustfix_coverage_handle_other_error_formats,...Mazdak Farrokhzad-2/+5
2019-04-04Rollup merge of #59669 - Centril:lint-pass-macro, r=oli-obkMazdak Farrokhzad-591/+198
2019-04-04Rollup merge of #59666 - DevQps:update-rustc-environment-descriptions, r=Guil...Mazdak Farrokhzad-2/+2
2019-04-04Rollup merge of #59664 - DevQps:improve-yield-spinlock-docs, r=alexcrichtonMazdak Farrokhzad-14/+40
2019-04-04Rollup merge of #59663 - matklad:borrow, r=dtolnayMazdak Farrokhzad-4/+10
2019-04-04Rollup merge of #59316 - flip1995:internal_lints_take_2, r=oli-obkMazdak Farrokhzad-103/+684
2019-04-03Auto merge of #59672 - o01eg:fix-59661, r=oli-obkbors-2/+1
2019-04-03Never return uninhabited values at allJosh Stone-0/+39
2019-04-03reduce repetition in librustc(_lint) wrt. impl LintPassMazdak Farrokhzad-591/+198
2019-04-03rustfix coverage: Skip UI tests with non-json error-formatPhilipp Hansch-2/+5
2019-04-03Support using LLVM's libunwind as the unwinder implementationPetr Hosek-1/+84
2019-04-03Compare `Ty`s directly instead of their `TyKind`sflip1995-2/+2
2019-04-03Deny internal lints on two more cratesflip1995-0/+2
2019-04-03Add trait_object_dummy_self to CommonTypesflip1995-12/+15
2019-04-03Remove TyKind arg from report_bin_hex_error functionflip1995-11/+6
2019-04-03Deny internal lints on librustc_typeckflip1995-2/+4
2019-04-03Deny internal lints on librustc_mirflip1995-45/+46
2019-04-03Deny internal lints on librustc_lintflip1995-8/+10
2019-04-03Deny internal lints on librustc_interfaceflip1995-2/+1
2019-04-03Deny internal lints on non conflicting cratesflip1995-0/+18
2019-04-03Deny internal lints in librustcflip1995-22/+22
2019-04-03Add unstable-options flag to stage!=0flip1995-0/+5
2019-04-03Update testsflip1995-57/+38
2019-04-03Check for unstable-options flag before register internalsflip1995-1/+3
2019-04-03Deduplicate code in TyKind lintflip1995-48/+30
2019-04-03Fix bug in TyKind lintflip1995-5/+8
2019-04-03Make internal lints allow-by-defaultflip1995-2/+3
2019-04-03use check_path instead of check_exprflip1995-49/+27
2019-04-03Fix rebase falloutflip1995-75/+54
2019-04-03Add register_internals function to `rustc_lint`flip1995-0/+16
2019-04-03Uplift match_def_path from Clippyflip1995-3/+104
2019-04-03Add internal lints default_hash_types and usage_of_ty_tykindflip1995-0/+166
2019-04-03Add tests for internal lintsflip1995-0/+345