| Age | Commit message (Expand) | Author | Lines |
| 2019-04-04 | wasm32: Default to a "static" relocation model | Alex Crichton | -0/+9 |
| 2019-04-04 | Auto merge of #59695 - Centril:rollup-88qffc2, r=Centril | bors | -32/+91 |
| 2019-04-04 | Rollup merge of #59686 - crlf0710:disable_gnux32_stackprobe, r=luqmana | Mazdak Farrokhzad | -1/+2 |
| 2019-04-04 | Rollup merge of #59685 - lzutao:patch-1, r=GuillaumeGomez | Mazdak Farrokhzad | -1/+1 |
| 2019-04-04 | Rollup merge of #59671 - matklad:lexer, r=eddyb | Mazdak Farrokhzad | -8/+8 |
| 2019-04-04 | Rollup merge of #59639 - cuviper:ignore-uninhabited, r=eddyb | Mazdak Farrokhzad | -0/+39 |
| 2019-04-04 | Rollup merge of #59596 - LukasKalbertodt:fix-range-fmt, r=Kimundi | Mazdak Farrokhzad | -5/+17 |
| 2019-04-04 | Rollup merge of #59556 - RalfJung:stdsimd, r=gnzlbg | Mazdak Farrokhzad | -0/+0 |
| 2019-04-04 | Rollup merge of #59555 - RalfJung:miri, r=oli-obk | Mazdak Farrokhzad | -15/+15 |
| 2019-04-04 | Rollup merge of #59470 - czipperz:document-fs-file-close, r=dtolnay | Mazdak Farrokhzad | -2/+9 |
| 2019-04-04 | Auto merge of #59619 - alexcrichton:wasi-fs, r=fitzgen | bors | -304/+1189 |
| 2019-04-04 | Auto merge of #59517 - Zoxc:new-queries, r=oli-obk | bors | -2316/+1274 |
| 2019-04-04 | Disable stack probing for gnux32. | CrLF0710 | -1/+2 |
| 2019-04-04 | Auto merge of #59089 - petrhosek:llvm-unwind, r=petrhosek | bors | -1/+84 |
| 2019-04-04 | Add description for -Os and -Oz in rustc.1 | lzutao | -1/+1 |
| 2019-04-03 | File: Add documentation about dropping to sync_all | Chris Gregory | -1/+5 |
| 2019-04-04 | Auto merge of #59684 - Centril:rollup-n7pnare, r=Centril | bors | -716/+939 |
| 2019-04-04 | Rollup merge of #59677 - phansch:rustfix_coverage_handle_other_error_formats,... | Mazdak Farrokhzad | -2/+5 |
| 2019-04-04 | Rollup merge of #59669 - Centril:lint-pass-macro, r=oli-obk | Mazdak Farrokhzad | -591/+198 |
| 2019-04-04 | Rollup merge of #59666 - DevQps:update-rustc-environment-descriptions, r=Guil... | Mazdak Farrokhzad | -2/+2 |
| 2019-04-04 | Rollup merge of #59664 - DevQps:improve-yield-spinlock-docs, r=alexcrichton | Mazdak Farrokhzad | -14/+40 |
| 2019-04-04 | Rollup merge of #59663 - matklad:borrow, r=dtolnay | Mazdak Farrokhzad | -4/+10 |
| 2019-04-04 | Rollup merge of #59316 - flip1995:internal_lints_take_2, r=oli-obk | Mazdak Farrokhzad | -103/+684 |
| 2019-04-03 | Auto merge of #59672 - o01eg:fix-59661, r=oli-obk | bors | -2/+1 |
| 2019-04-03 | Never return uninhabited values at all | Josh Stone | -0/+39 |
| 2019-04-03 | reduce repetition in librustc(_lint) wrt. impl LintPass | Mazdak Farrokhzad | -591/+198 |
| 2019-04-03 | rustfix coverage: Skip UI tests with non-json error-format | Philipp Hansch | -2/+5 |
| 2019-04-03 | Support using LLVM's libunwind as the unwinder implementation | Petr Hosek | -1/+84 |
| 2019-04-03 | Compare `Ty`s directly instead of their `TyKind`s | flip1995 | -2/+2 |
| 2019-04-03 | Deny internal lints on two more crates | flip1995 | -0/+2 |
| 2019-04-03 | Add trait_object_dummy_self to CommonTypes | flip1995 | -12/+15 |
| 2019-04-03 | Remove TyKind arg from report_bin_hex_error function | flip1995 | -11/+6 |
| 2019-04-03 | Deny internal lints on librustc_typeck | flip1995 | -2/+4 |
| 2019-04-03 | Deny internal lints on librustc_mir | flip1995 | -45/+46 |
| 2019-04-03 | Deny internal lints on librustc_lint | flip1995 | -8/+10 |
| 2019-04-03 | Deny internal lints on librustc_interface | flip1995 | -2/+1 |
| 2019-04-03 | Deny internal lints on non conflicting crates | flip1995 | -0/+18 |
| 2019-04-03 | Deny internal lints in librustc | flip1995 | -22/+22 |
| 2019-04-03 | Add unstable-options flag to stage!=0 | flip1995 | -0/+5 |
| 2019-04-03 | Update tests | flip1995 | -57/+38 |
| 2019-04-03 | Check for unstable-options flag before register internals | flip1995 | -1/+3 |
| 2019-04-03 | Deduplicate code in TyKind lint | flip1995 | -48/+30 |
| 2019-04-03 | Fix bug in TyKind lint | flip1995 | -5/+8 |
| 2019-04-03 | Make internal lints allow-by-default | flip1995 | -2/+3 |
| 2019-04-03 | use check_path instead of check_expr | flip1995 | -49/+27 |
| 2019-04-03 | Fix rebase fallout | flip1995 | -75/+54 |
| 2019-04-03 | Add register_internals function to `rustc_lint` | flip1995 | -0/+16 |
| 2019-04-03 | Uplift match_def_path from Clippy | flip1995 | -3/+104 |
| 2019-04-03 | Add internal lints default_hash_types and usage_of_ty_tykind | flip1995 | -0/+166 |
| 2019-04-03 | Add tests for internal lints | flip1995 | -0/+345 |