about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2016-08-05Handle RwLock reader count overflowAmanieu d'Antras-1/+3
2016-08-05Auto merge of #35317 - TimNN:internal-deprecated, r=eddybbors-25/+205
2016-08-05Auto merge of #35283 - shantanuraj:master, r=jonathandturnerbors-105/+105
2016-08-04Auto merge of #35274 - GuillaumeGomez:err_codes, r=jonathandturnerbors-0/+404
2016-08-04add test for nested deprecatedTim Neumann-0/+81
2016-08-04fix existing testsTim Neumann-2/+2
2016-08-04ignore deprecation for items deprecated by the same attributeTim Neumann-11/+18
2016-08-04change depr_map to use DeprecationEntryTim Neumann-9/+48
2016-08-04track current_item in Deprecated lint passTim Neumann-3/+56
2016-08-04Auto merge of #35300 - eddyb:mir-neg-overflow, r=arielb1bors-1/+43
2016-08-04rustc_trans: don't Assert(Overflow(Neg)) when overflow checks are off.Eduard Burtescu-1/+43
2016-08-04Add new error code testsGuillaume Gomez-0/+404
2016-08-04Auto merge of #35168 - scottcarr:deaggregation, r=nikomatsakisbors-0/+162
2016-08-03Auto merge of #35015 - petrochenkov:forearg, r=nikomatsakisbors-47/+114
2016-08-04Update wording on E0080Shantanu Raj-105/+105
2016-08-03Auto merge of #34520 - Manishearth:fix-unsafecell-docs, r=steveklabnikbors-0/+19
2016-08-03Auto merge of #35261 - eddyb:llvm-autoupgrade, r=nikomatsakisbors-0/+38
2016-08-03Support removed LLVM intrinsics by invoking its AutoUpgrade mechanism.Eduard Burtescu-0/+38
2016-08-03reduce rightward drift, add precondition commentScott A Carr-15/+20
2016-08-03Auto merge of #35174 - arielb1:llvm-type-audit, r=eddybbors-2656/+2937
2016-08-03finish type-auditing rustllvmAriel Ben-Yehuda-194/+246
2016-08-03split the FFI part of rustc_llvm to rustc_llvm::ffiAriel Ben-Yehuda-2067/+2087
2016-08-03begin auditing the C++ types in RustWrapperAriel Ben-Yehuda-602/+771
2016-08-03audit LLVM C++ types in ArchiveWrapper and PassWrapperAriel Ben-Yehuda-114/+275
2016-08-03remove the ExecutionEngine bindingAriel Ben-Yehuda-123/+2
2016-08-03Auto merge of #35178 - m4b:fix-relx-musl, r=alexcrichtonbors-2/+8
2016-08-02Auto merge of #35176 - japaric:no-atomics, r=alexcrichtonbors-0/+2
2016-08-02Auto merge of #35159 - michaelwoerister:incr-comp-implies-orbit, r=nikomatsakisbors-1/+29
2016-08-02Auto merge of #35197 - eddyb:mir-cross-crate, r=nikomatsakisbors-3/+33
2016-08-03Properly enforce the "patterns aren't allowed in foreign functions" checkVadim Petrochenkov-6/+67
2016-08-03rustc_trans: don't lose the cross-crate DefId, MIR trans needs it.Eduard Burtescu-3/+33
2016-08-02run mir opt test with mir-opt-level=3 so they fireScott A Carr-0/+2
2016-08-03Move the E0130 check to AST validation passVadim Petrochenkov-47/+53
2016-08-02Automatically enable -Zorbit if -Zincremental is specified.Michael Woerister-1/+29
2016-08-02Auto merge of #35187 - alexcrichton:only-orbit-off-stage1-and-two, r=eddybbors-1/+2
2016-08-02mk: Only pass -Zorbit=off in stage1/2Alex Crichton-1/+2
2016-08-02core: fix `cargo build` for targets with "max-atomic-width": 0Jorge Aparicio-0/+2
2016-08-02add hashtag to emphasis its a gh issueScott A Carr-1/+1
2016-08-02fix field type, add testScott A Carr-1/+42
2016-08-02reduce rightward drift, add fixmeScott A Carr-41/+41
2016-08-02Fix style issuesm4b-2/+2
2016-08-02Auto merge of #35145 - jseyfried:avoid_extra_resolve_error, r=arielb1bors-40/+26
2016-08-02Auto merge of #35084 - tbu-:pr_lowercase_wtf8_debug, r=brsonbors-2/+2
2016-08-01Auto merge of #34096 - eddyb:launch, r=nikomatsakisbors-33/+66
2016-08-01Add -mrelax-relocations=no hacks to fix musl buildm4b-2/+8
2016-08-02Ignore the lang-items example in the book.Eduard Burtescu-1/+1
2016-08-02tests: mark the inline asm in run-pass/issue-14936 as volatile.Eduard Burtescu-1/+2
2016-08-02rustc: parse -Z orbit=off.Eduard Burtescu-1/+22
2016-08-02tests: don't use -Zorbit on run-pass/issue-28950, it stack overflows.Eduard Burtescu-0/+3
2016-08-02rustc_trans: load C-like enums larger than usize from memory with -Zorbit.Eduard Burtescu-25/+33