| Age | Commit message (Expand) | Author | Lines |
| 2018-07-30 | rustc_codegen_llvm: use safe references for Metadata and DI*. | Irina Popa | -377/+411 |
| 2018-07-30 | Remove unstable and deprecated APIs | Simon Sapin | -787/+0 |
| 2018-07-30 | Remove the unstable std_unicode crate, deprecated since 1.27 | Simon Sapin | -63/+1 |
| 2018-07-30 | Fix wrong issue number in the test name | Mikhail Modin | -1/+1 |
| 2018-07-30 | releases.md: fix 2 typos | Matthias Krüger | -2/+2 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for DIBuilder. | Irina Popa | -34/+33 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for Builder. | Irina Popa | -144/+142 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for Type. | Irina Popa | -533/+568 |
| 2018-07-30 | rustc_codegen_llvm: use safe references for Context and Module. | Irina Popa | -556/+549 |
| 2018-07-30 | rustc_codegen_llvm: move from empty enums to extern types. | Irina Popa | -197/+178 |
| 2018-07-30 | update books for new release | steveklabnik | -0/+0 |
| 2018-07-30 | rustc_llvm: move to rustc_codegen_llvm::llvm. | Irina Popa | -358/+348 |
| 2018-07-30 | rustc: Disallow machine applicability in foreign macros | Alex Crichton | -35/+217 |
| 2018-07-30 | Explain that the tool is responsible for unknown tool_lints | flip1995 | -3/+4 |
| 2018-07-30 | Add a test for the declare_tool_lint macro | flip1995 | -0/+80 |
| 2018-07-30 | Check if the lint_name is from a tool and if the tool_lint exists | flip1995 | -29/+71 |
| 2018-07-30 | Add targets for HermitCore (https://hermitcore.org) to the Rust compiler and ... | Colin Finck | -16/+576 |
| 2018-07-30 | Auto merge of #52697 - ljedrz:misc_data_structures, r=Mark-Simulacrum | bors | -11/+5 |
| 2018-07-30 | fix memrchr in miri | Ralf Jung | -10/+16 |
| 2018-07-30 | improve test stage documentation | Ralf Jung | -2/+6 |
| 2018-07-30 | improve --stage documentation | Ralf Jung | -1/+4 |
| 2018-07-30 | Auto merge of #52830 - matthewjasper:bootstrap-prep, r=matthewjasper | bors | -15/+16 |
| 2018-07-30 | Revert "Stabilize to_bytes and from_bytes for integers." | Simon Sapin | -4/+12 |
| 2018-07-30 | Introduce the declare_tool_lint macro | flip1995 | -0/+20 |
| 2018-07-30 | Auto merge of #52722 - alexcrichton:more-identifier-lints, r=oli-obk | bors | -7/+49 |
| 2018-07-30 | Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkov | bors | -172/+168 |
| 2018-07-30 | Remove references to AUTHORS.txt file | Donato Sciarra | -3/+3 |
| 2018-07-29 | resolved upstream merge conflicts | Brad Gibson | -90962/+113659 |
| 2018-07-30 | Auto merge of #52823 - RalfJung:test, r=eddyb | bors | -2/+21 |
| 2018-07-30 | Add timeout to use of `curl` in bootstrap.py. | kennytm | -1/+4 |
| 2018-07-30 | Don't commit thread stack on Windows | Xidorn Quan | -1/+4 |
| 2018-07-29 | update comment | toidiu | -1/+1 |
| 2018-07-30 | Auto merge of #52828 - Mark-Simulacrum:clear-rustdoc-check, r=alexcrichton | bors | -0/+5 |
| 2018-07-29 | Auto merge of #52738 - ljedrz:push_to_extend, r=eddyb | bors | -150/+101 |
| 2018-07-29 | Auto merge of #51361 - oli-obk:sanity_check_consts, r=nikomatsakis | bors | -195/+1017 |
| 2018-07-29 | dont hardcode vtable size in codegen test | Ralf Jung | -2/+2 |
| 2018-07-29 | update codegen tests | Ralf Jung | -2/+2 |
| 2018-07-29 | Move a test that depends on the arch bitwidth to compile-fail | Oliver Schneider | -43/+0 |
| 2018-07-29 | Update miri submodule | Oliver Schneider | -4/+10 |
| 2018-07-29 | Sanity-check all constants | Oliver Schneider | -190/+1049 |
| 2018-07-29 | Change order of copy and borrow to avoid conflict | Matthew Jasper | -1/+2 |
| 2018-07-29 | Remove unused `mut`s | Matthew Jasper | -14/+14 |
| 2018-07-29 | Replace push loops with collect() and extend() where possible | ljedrz | -150/+101 |
| 2018-07-29 | resolve: Modularize crate-local `#[macro_export] macro_rules` | Vadim Petrochenkov | -32/+415 |
| 2018-07-29 | Clear out rustdoc check builds if dependencies change | Mark Rousskov | -0/+5 |
| 2018-07-29 | fix coding style | Unknown | -2/+4 |
| 2018-07-29 | Auto merge of #52620 - mikhail-m1:51351, r=nikomatsakis | bors | -48/+218 |
| 2018-07-29 | Make sure #47772 does not regress | Ralf Jung | -0/+34 |
| 2018-07-29 | Auto merge of #52755 - kennytm:update-rustfmt, r=nrc | bors | -192/+242 |
| 2018-07-29 | Fix -Wpessimizing-move warnings in rustllvm/PassWrapper | varkor | -3/+3 |