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