| Age | Commit message (Expand) | Author | Lines |
| 2019-01-06 | Auto merge of #57286 - alexcrichton:less-thin-2-2, r=nikomatsakis | bors | -141/+0 |
| 2019-01-03 | Fix repeated word typos | Wiktor Kuchta | -1/+1 |
| 2019-01-02 | Remove no longer working test | Alex Crichton | -141/+0 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -3650/+8 |
| 2018-12-25 | Revert "Rollup merge of #56944 - alexcrichton:less-thin2, r=michaelwoerister" | kennytm | -0/+181 |
| 2018-12-24 | Rollup merge of #56944 - alexcrichton:less-thin2, r=michaelwoerister | Mazdak Farrokhzad | -181/+0 |
| 2018-12-19 | Rollup merge of #56947 - hsivonen:neon, r=alexcrichton | Pietro Albini | -0/+2 |
| 2018-12-18 | Remove no longer working test | Alex Crichton | -181/+0 |
| 2018-12-18 | Search other library paths when loking for link objects | Petr Hosek | -0/+27 |
| 2018-12-14 | Auto merge of #56818 - kennytm:rollup-2, r=kennytm | bors | -1/+1 |
| 2018-12-14 | Rollup merge of #56748 - kinnison:kinnison/fix-56734, r=dtolnay | kennytm | -1/+1 |
| 2018-12-14 | Auto merge of #56568 - notriddle:master, r=alexcrichton | bors | -1/+1 |
| 2018-12-13 | Update panic message to be clearer about env-vars | Daniel Silverstone | -1/+1 |
| 2018-12-13 | Add targets thumbv7neon-linux-androideabi and thumbv7neon-unknown-linux-gnuea... | Henri Sivonen | -0/+2 |
| 2018-12-12 | Auto merge of #56092 - alexcrichton:no-more-std-subodules, r=Mark-Simulacrum | bors | -9/+5 |
| 2018-12-11 | std: Depend directly on crates.io crates | Alex Crichton | -9/+5 |
| 2018-12-11 | Auto merge of #56243 - RalfJung:test-deterministic, r=alexcrichton | bors | -1/+1 |
| 2018-12-10 | Remove dependency on shell32.dll #56510 | Michael Howell | -1/+1 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -1/+1 |
| 2018-12-06 | codegen_utils, driver: fix clippy errors | ljedrz | -1/+1 |
| 2018-12-06 | Auto merge of #54517 - mcr431:53956-panic-on-include_bytes-of-own-file, r=mic... | bors | -1/+2 |
| 2018-12-05 | Auto merge of #55933 - euclio:doc-panic, r=QuietMisdreavus | bors | -0/+26 |
| 2018-12-05 | emit error when doc generation fails | Andy Russell | -0/+26 |
| 2018-12-04 | adds DocTest filename variant, refactors doctest_offset out of source_map, fi... | Matthew Russo | -1/+2 |
| 2018-11-30 | tests: Simplify VaList run-make test | Dan Robertson | -174/+57 |
| 2018-11-30 | tests: move all proc_macro tests from -fulldeps. | Eduard-Mihai Burtescu | -47/+0 |
| 2018-11-30 | tests: remove ignore-stage1 where possible in proc_macro tests. | Eduard-Mihai Burtescu | -12/+0 |
| 2018-11-27 | fix run-make-fulldeps/libtest-json | Ralf Jung | -1/+1 |
| 2018-11-26 | test: Add basic test for VaList | Dan Robertson | -0/+243 |
| 2018-10-27 | Correct alignment of atomic types and (re)add Atomic{I,U}128 | Oliver Middleton | -0/+8 |
| 2018-10-06 | rustc: Allow `#[no_mangle]` anywhere in a crate | Alex Crichton | -2/+2 |
| 2018-09-26 | don't run the test on macOS | Jorge Aparicio | -1/+7 |
| 2018-09-26 | use `rustc -Vv` in the run-make test | Jorge Aparicio | -4/+4 |
| 2018-09-26 | run test only if LLVM version is >= 6.0.0 | Jorge Aparicio | -0/+13 |
| 2018-09-26 | add run-make test | Jorge Aparicio | -0/+25 |
| 2018-09-22 | Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all edi... | Eduard-Mihai Burtescu | -14/+0 |
| 2018-09-15 | rustc_resolve: don't allow `::crate_name` to bypass `extern_prelude`. | Eduard-Mihai Burtescu | -2/+4 |
| 2018-09-14 | Rollup merge of #53950 - michaelwoerister:more-lto-cli, r=alexcrichton | kennytm | -4/+28 |
| 2018-09-09 | stabilize `#[used]` | Jorge Aparicio | -1/+0 |
| 2018-09-08 | Auto merge of #54051 - kennytm:rollup, r=kennytm | bors | -0/+33 |
| 2018-09-07 | stabilize `#[panic_handler]` | Jorge Aparicio | -2/+0 |
| 2018-09-06 | crates that provide a `panic_handler` are exempt from `unused_extern_crates` | Jorge Aparicio | -0/+33 |
| 2018-09-05 | Allow for opting out of ThinLTO and clean up LTO related cli flag handling. | Michael Woerister | -4/+28 |
| 2018-08-31 | Fix tests for json formatting | Charlie Andrews | -2/+2 |
| 2018-08-28 | Fix warnings about the `native` target-cpu | Alex Crichton | -2/+17 |
| 2018-08-27 | Auto merge of #51456 - qmx:crate-in-path, r=nikomatsakis | bors | -0/+37 |
| 2018-08-27 | add test for the suggestion from prelude | Douglas Campos | -0/+37 |
| 2018-08-23 | add #[panic_handler]; deprecate #[panic_implementation] | Jorge Aparicio | -4/+4 |
| 2018-08-21 | Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor | kennytm | -4/+4 |
| 2018-08-19 | mv (mod) codemap source_map | Donato Sciarra | -1/+1 |