summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-02-12Set stable channel for CIMark Simulacrum-1/+1
2018-02-11Delete executables if the test ran successfully.Mark Simulacrum-3/+5
2018-02-11compiletest: Delete the executable immediately after running.kennytm-2/+8
2018-02-11rustc_mir: insert a dummy access to places being matched on, when building MIR.Eduard-Mihai Burtescu-68/+118
2018-02-11rustc: don't ICE when using Rvalue::Discriminant on a non-ADT.Eduard-Mihai Burtescu-3/+2
2018-02-11Use time crate in bootstrap dist instead of dateOnur Aslan-3/+39
2018-02-03Auto merge of #47969 - Manishearth:ice-ice-beta, r=Mark-Simulacrumbors-5/+30
2018-02-03Add regression testManish Goregaokar-0/+16
2018-02-03Fix rustdoc ICE on macros defined within functionsManish Goregaokar-5/+14
2018-02-02Auto merge of #47943 - MaloJaffre:beta-backport, r=Mark-Simulacrumbors-5/+77
2018-02-02Auto merge of #47918 - nikomatsakis:issue-47139-beta, r=eddybbors-93/+307
2018-02-01Update Cargo on betaAlex Crichton-0/+0
2018-02-01rustc_trans: keep LLVM types for trait objects anonymous.Eduard-Mihai Burtescu-3/+23
2018-02-01Expand union test to include different typesRyan Cumming-7/+26
2018-02-01Fix ICE on const eval of union fieldRyan Cumming-1/+30
2018-02-01Call non-git beta builds simply x.y.z-betaJosh Stone-1/+5
2018-01-31track intercrate ambiguity only when there is a coherence errorNiko Matsakis-49/+82
2018-01-31change `overlapping_impls` to take a tcx and create the infcxNiko Matsakis-72/+66
2018-01-31make `overlapping_impls` call closures instead of returningNiko Matsakis-50/+75
2018-01-31add regression testNiko Matsakis-0/+162
2018-01-23rustc: Lower link args to `@`-files on Windows moreAlex Crichton-32/+182
2018-01-23avoid double-unsizing arrays in bytestring match loweringAriel Ben-Yehuda-23/+88
2018-01-23Add incremental-fulldeps test suite and regression test for #47290.Michael Woerister-0/+63
2018-01-23Don't include DefIndex in plugin- and proc-macro registrar fn symbol.Michael Woerister-26/+19
2018-01-23Compute LLVM argument indices correctly in face of paddingRobin Kruppe-3/+22
2018-01-21Auto merge of #47548 - alexcrichton:beta-default-fat, r=michaelwoeristerbors-3/+9
2018-01-18[beta] Attempt to fix prerelease version calculationAlex Crichton-2/+6
2018-01-18Use name-discarding LLVM contextSimonas Kazlauskas-6/+27
2018-01-18rustc: Spawn `cmd /c` for `.bat` scriptsAlex Crichton-6/+7
2018-01-18Update cargo on beta.Eric Huss-0/+0
2018-01-18[beta] Turn back on "fat" LTO by defaultAlex Crichton-3/+9
2018-01-13[beta] Automaticaly calculate beta prerelease numbersAlex Crichton-8/+53
2018-01-12Bump beta release versionTaylor Cramer-1/+1
2018-01-12Treat #[path] files as mod.rs filesTaylor Cramer-30/+9
2018-01-10Bump beta version to `1.24.0-beta.2`Malo Jaffré-1/+1
2018-01-10Shorten names of some compiler generated artifacts.Michael Woerister-28/+70
2018-01-10Regression tests for #47175Manish Goregaokar-0/+38
2018-01-10Make double ended string searchers use dependent fingers (fixes #47175)Manish Goregaokar-6/+10
2018-01-10Try to fix a perf regression by updating logMalo Jaffré-43/+43
2018-01-10Generate code for const- and inline-fns if -Clink-dead-code is specified.Michael Woerister-3/+38
2018-01-04[beta] Bootstrap from release artifactsAlex Crichton-2/+2
2018-01-02Don't verify miri/clippy for nowAlex Crichton-4/+2
2018-01-01rustbuild: Allow using unstable rustdoc features on betaAlex Crichton-1/+2
2018-01-01[beta] Prepare the 1.24.0 beta releaseAlex Crichton-9/+7
2018-01-01Auto merge of #46735 - Manishearth:memchr-find, r=burntsushibors-84/+519
2018-01-01Auto merge of #46278 - MaloJaffre:ci-compiler-docs, r=kennytmbors-233/+254
2018-01-01handle overflow/underflow in index offsetsManish Goregaokar-10/+15
2018-01-01Enable compiler docs testing in x86_64-gnuMalo Jaffré-1/+5
2018-01-01Fix docs for future pulldown migrationMalo Jaffré-94/+128
2018-01-01Ignore remaining broken links caused by rustdoc bugsMalo Jaffré-2/+20