about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-03-18Auto merge of #32248 - dstu:master, r=alexcrichtonbors-0/+99
2016-03-17Auto merge of #32207 - achanda:ipv6-doc, r=alexcrichtonbors-19/+29
2016-03-17Auto merge of #32294 - Manishearth:derive-fix, r=alexcrichtonbors-43/+61
2016-03-17Auto merge of #32263 - frewsxcv:compiletest-ignored-expected, r=nikomatsakisbors-6/+141
2016-03-17Auto merge of #32237 - alexcrichton:rustbuild-make-dist, r=brsonbors-1/+359
2016-03-16Auto merge of #32285 - oli-obk:fix/const_bitshift, r=eddybbors-1/+34
2016-03-17Add test for silenced unused params in deriveManish Goregaokar-0/+18
2016-03-17Re-add double underscores in derive (fixes #32292)Manish Goregaokar-43/+43
2016-03-16Stop ignoring expected note/help messages in compiletest suite.Corey Farwell-6/+141
2016-03-16rustbuild: Implement `make dist`Alex Crichton-1/+359
2016-03-16Auto merge of #32284 - jseyfried:name_conflict_diagnostics, r=eddybbors-174/+134
2016-03-16Auto merge of #31746 - erickt:newline, r=sfacklerbors-1/+22
2016-03-16Auto merge of #32228 - jonas-schievink:diag1, r=sanxiynbors-4/+53
2016-03-16Auto merge of #32280 - japaric:rt, r=alexcrichtonbors-0/+0
2016-03-16Resolve conflicts and extend the testJonas Schievink-2/+17
2016-03-16Use `fully_normalize`, unwrapping its resultJonas Schievink-8/+9
2016-03-16Normalize return type when checking for E0269Jonas Schievink-2/+35
2016-03-16Auto merge of #32273 - alexcrichton:fix-time-sub, r=aturonbors-4/+4
2016-03-16don't assume the rhs of a bitshift is of any particular typeOliver Schneider-1/+34
2016-03-16Fix fallout in testsJeffrey Seyfried-70/+71
2016-03-16Improve diagnostics for duplicate namesJeffrey Seyfried-104/+63
2016-03-15Auto merge of #32266 - alexcrichton:fix-mingw-rustbuild-again, r=brsonbors-1/+1
2016-03-15Use issue number from rust-lang/rust, not rust-lang/rfcs.Stu Black-4/+4
2016-03-15update compiler-rt submoduleJorge Aparicio-0/+0
2016-03-15Auto merge of #32236 - alexcrichton:better-compile-intrinsics, r=arielb1bors-2741/+2802
2016-03-15rustc: Improve compile time of platform intrinsicsAlex Crichton-2741/+2802
2016-03-15std: Fix overflow when subtracting InstantAlex Crichton-4/+4
2016-03-15Auto merge of #31838 - aochagavia:trans, r=nrcbors-1153/+1459
2016-03-15Refactor rustc_trans::saveAdolfo OchagavĂ­a-1153/+1459
2016-03-15rustbuild: Fix LLVM compile on MinGWAlex Crichton-1/+1
2016-03-15Auto merge of #31887 - SimonSapin:quiet-test, r=alexcrichtonbors-17/+44
2016-03-15Add a test for --quiet in test harness.Simon Sapin-0/+2
2016-03-15Shorter output for `rustc --test` binaries.Simon Sapin-17/+42
2016-03-15Auto merge of #32251 - durka:derive-2810, r=alexcrichtonbors-114/+140
2016-03-15Auto merge of #32250 - durka:derive-31574, r=alexcrichtonbors-25/+55
2016-03-15Auto merge of #32239 - alexcrichton:fix-cross-to-freebsd, r=brsonbors-2/+3
2016-03-15Auto merge of #32238 - frewsxcv:compiletest, r=alexcrichtonbors-11/+2
2016-03-14Auto merge of #32206 - alexcrichton:fix-windows-rustbuild, r=brsonbors-167/+143
2016-03-14Auto merge of #30652 - aturon:specialization, r=nikomatsakisbors-620/+3029
2016-03-14rustbuild: Fix cross compiling to FreeBSDAlex Crichton-2/+3
2016-03-14Add pretty printer output for `default`Aaron Turon-1/+10
2016-03-14Adjust error codeAaron Turon-3/+3
2016-03-14Parse fail test fixesAaron Turon-3/+3
2016-03-14Fixes after rebaseAaron Turon-29/+47
2016-03-14Introduce ICE when the topmost projection restriction kicks in, as per issue ...Aaron Turon-6/+35
2016-03-14Test fixes, added README for testsAaron Turon-27/+230
2016-03-14Move tests to dedicated subdirectoriesAaron Turon-0/+0
2016-03-14Fixes after a rebaseAaron Turon-20/+18
2016-03-14Address review commentsAaron Turon-107/+99
2016-03-14Move projection_mode to InferContext rather than SelectionContext to reduce c...Aaron Turon-184/+225