| Age | Commit message (Expand) | Author | Lines |
| 2018-02-12 | Auto merge of #48161 - Mark-Simulacrum:stable-next, r=Mark-Simulacrum 1.24.0 | bors | -1/+1 |
| 2018-02-12 | Set stable channel for CI | Mark Simulacrum | -1/+1 |
| 2018-02-12 | Auto merge of #48146 - Mark-Simulacrum:beta-next, r=alexcrichton | bors | -75/+282 |
| 2018-02-11 | Delete executables if the test ran successfully. | Mark Simulacrum | -3/+5 |
| 2018-02-11 | compiletest: Delete the executable immediately after running. | kennytm | -2/+8 |
| 2018-02-11 | rustc_mir: insert a dummy access to places being matched on, when building MIR. | Eduard-Mihai Burtescu | -68/+118 |
| 2018-02-11 | rustc: don't ICE when using Rvalue::Discriminant on a non-ADT. | Eduard-Mihai Burtescu | -3/+2 |
| 2018-02-11 | Use time crate in bootstrap dist instead of date | Onur Aslan | -3/+39 |
| 2018-02-11 | Update release notes for 1.24.0 | Aaron Power | -0/+114 |
| 2018-02-03 | Auto merge of #47969 - Manishearth:ice-ice-beta, r=Mark-Simulacrum | bors | -5/+30 |
| 2018-02-03 | Add regression test | Manish Goregaokar | -0/+16 |
| 2018-02-03 | Fix rustdoc ICE on macros defined within functions | Manish Goregaokar | -5/+14 |
| 2018-02-02 | Auto merge of #47943 - MaloJaffre:beta-backport, r=Mark-Simulacrum | bors | -5/+77 |
| 2018-02-02 | Auto merge of #47918 - nikomatsakis:issue-47139-beta, r=eddyb | bors | -93/+307 |
| 2018-02-01 | Update Cargo on beta | Alex Crichton | -0/+0 |
| 2018-02-01 | rustc_trans: keep LLVM types for trait objects anonymous. | Eduard-Mihai Burtescu | -3/+23 |
| 2018-02-01 | Expand union test to include different types | Ryan Cumming | -7/+26 |
| 2018-02-01 | Fix ICE on const eval of union field | Ryan Cumming | -1/+30 |
| 2018-02-01 | Call non-git beta builds simply x.y.z-beta | Josh Stone | -1/+5 |
| 2018-01-31 | track intercrate ambiguity only when there is a coherence error | Niko Matsakis | -49/+82 |
| 2018-01-31 | change `overlapping_impls` to take a tcx and create the infcx | Niko Matsakis | -72/+66 |
| 2018-01-31 | make `overlapping_impls` call closures instead of returning | Niko Matsakis | -50/+75 |
| 2018-01-31 | add regression test | Niko Matsakis | -0/+162 |
| 2018-01-23 | Auto merge of #47682 - MaloJaffre:beta-backport, r=alexcrichton | bors | -84/+374 |
| 2018-01-23 | rustc: Lower link args to `@`-files on Windows more | Alex Crichton | -32/+182 |
| 2018-01-23 | avoid double-unsizing arrays in bytestring match lowering | Ariel Ben-Yehuda | -23/+88 |
| 2018-01-23 | Add incremental-fulldeps test suite and regression test for #47290. | Michael Woerister | -0/+63 |
| 2018-01-23 | Don't include DefIndex in plugin- and proc-macro registrar fn symbol. | Michael Woerister | -26/+19 |
| 2018-01-23 | Compute LLVM argument indices correctly in face of padding | Robin Kruppe | -3/+22 |
| 2018-01-21 | Auto merge of #47548 - alexcrichton:beta-default-fat, r=michaelwoerister | bors | -3/+9 |
| 2018-01-18 | Auto merge of #47553 - alexcrichton:beta-next, r=alexcrichton | bors | -14/+40 |
| 2018-01-18 | [beta] Attempt to fix prerelease version calculation | Alex Crichton | -2/+6 |
| 2018-01-18 | Use name-discarding LLVM context | Simonas Kazlauskas | -6/+27 |
| 2018-01-18 | rustc: Spawn `cmd /c` for `.bat` scripts | Alex Crichton | -6/+7 |
| 2018-01-18 | Update cargo on beta. | Eric Huss | -0/+0 |
| 2018-01-18 | [beta] Turn back on "fat" LTO by default | Alex Crichton | -3/+9 |
| 2018-01-18 | Auto merge of #47396 - alexcrichton:beta-next, r=kennytm | bors | -8/+53 |
| 2018-01-13 | [beta] Automaticaly calculate beta prerelease numbers | Alex Crichton | -8/+53 |
| 2018-01-12 | Auto merge of #47399 - cramertj:modrs-backport, r=Mark-Simulacrum | bors | -31/+10 |
| 2018-01-12 | Bump beta release version | Taylor Cramer | -1/+1 |
| 2018-01-12 | Treat #[path] files as mod.rs files | Taylor Cramer | -30/+9 |
| 2018-01-10 | Auto merge of #47327 - MaloJaffre:beta-backport, r=Mark-Simulacrum | bors | -81/+200 |
| 2018-01-10 | Bump beta version to `1.24.0-beta.2` | Malo Jaffré | -1/+1 |
| 2018-01-10 | Shorten names of some compiler generated artifacts. | Michael Woerister | -28/+70 |
| 2018-01-10 | Regression tests for #47175 | Manish Goregaokar | -0/+38 |
| 2018-01-10 | Make double ended string searchers use dependent fingers (fixes #47175) | Manish Goregaokar | -6/+10 |
| 2018-01-10 | Try to fix a perf regression by updating log | Malo Jaffré | -43/+43 |
| 2018-01-10 | Generate code for const- and inline-fns if -Clink-dead-code is specified. | Michael Woerister | -3/+38 |
| 2018-01-08 | Auto merge of #47187 - alexcrichton:beta-next, r=alexcrichton | bors | -2/+2 |
| 2018-01-04 | [beta] Bootstrap from release artifacts | Alex Crichton | -2/+2 |