| Age | Commit message (Expand) | Author | Lines |
| 2016-02-01 | Comment fix | Reeze Xia | -3/+3 |
| 2016-02-01 | Auto merge of #31277 - DanielJCampbell:SpanEquality, r=nrc | bors | -20/+17 |
| 2016-02-01 | Auto merge of #31232 - stepancheg:enum-univariant, r=nrc | bors | -15/+50 |
| 2016-02-01 | Fix typo in doc/book/getting-started.md | Prayag Verma | -1/+1 |
| 2016-02-01 | Implemented macro referencing for save analysis | Daniel Campbell | -11/+221 |
| 2016-02-01 | Auto merge of #30866 - jseyfried:fix_shadowed_use_visibility, r=nrc | bors | -3/+4 |
| 2016-01-31 | Minor corrections in docs for `std::process::Child` | Dirk Gadsden | -4/+6 |
| 2016-01-31 | show location of unused error codes | Alex Burka | -1/+1 |
| 2016-01-31 | Fix the armv7 linux target | petevine | -1/+1 |
| 2016-02-01 | Spans now derive equality | Daniel Campbell | -20/+17 |
| 2016-01-31 | Don't show `const` in docs when it's not available | Brandon W Maister | -0/+3 |
| 2016-01-31 | Safety docs about `std::process::Child` going out of scope | Dirk Gadsden | -0/+8 |
| 2016-02-01 | Some changes to save-analysis to cope with errors | Nick Cameron | -5/+18 |
| 2016-02-01 | Try to run compiler callbacks when we error out | Nick Cameron | -75/+106 |
| 2016-02-01 | Replace some aborts with Results | Nick Cameron | -83/+79 |
| 2016-01-31 | Fix 31267, add rpass tests | Sean Leffler | -2/+70 |
| 2016-01-31 | Fix unresolved name in libstd/sys/unix/thread | Nikita Baksalyar | -1/+1 |
| 2016-01-31 | Rename sunos to solaris | Nikita Baksalyar | -57/+55 |
| 2016-01-31 | Fix problems with f64 and DirEntry on Illumos | Nikita Baksalyar | -67/+37 |
| 2016-01-31 | Apply several fixes for Illumos support | Nikita Baksalyar | -41/+76 |
| 2016-01-31 | Add Illumos support | Nikita Baksalyar | -37/+376 |
| 2016-01-31 | Auto merge of #31298 - japaric:mips-musl, r=alexcrichton | bors | -2/+70 |
| 2016-01-31 | update libc submodule | Jorge Aparicio | -0/+0 |
| 2016-01-31 | Doc:std::convert: disambiguate traits and keywords | Thomas Wickham | -6/+6 |
| 2016-01-30 | trans: Inform LLVM we want CodeView on MSVC | Alex Crichton | -27/+26 |
| 2016-01-31 | Fix E0118 | Guillaume Gomez | -12/+39 |
| 2016-01-31 | Refactor away the field Module::external_module_children in resolve | Jeffrey Seyfried | -115/+76 |
| 2016-01-31 | Revert PR #30324, fixing a bug in which a public glob import can make precedi... | Jeffrey Seyfried | -3/+4 |
| 2016-01-30 | test: Deny warnings in {core,collections}test | Alex Crichton | -33/+51 |
| 2016-01-30 | Change MutexGuard and RwLockWriteGuard to store &mut T not &UnsafeCell<T> | Jonathan Reem | -38/+46 |
| 2016-01-30 | Auto merge of #31288 - GuillaumeGomez:error_code_tidy, r=brson | bors | -9/+56 |
| 2016-01-30 | rustc: set MIPS cpu/features in the compiler | Jorge Aparicio | -5/+12 |
| 2016-01-30 | revert changes used for local testing | Jorge Aparicio | -0/+0 |
| 2016-01-30 | Auto merge of #30778 - fhahn:issue-21195-expect-help, r=nikomatsakis | bors | -15/+63 |
| 2016-01-30 | Auto merge of #31286 - oli-obk:fix/mir_box, r=nagisa | bors | -4/+23 |
| 2016-01-30 | Auto merge of #31274 - brson:nobench, r=nikomatsakis | bors | -87856/+0 |
| 2016-01-30 | Mark test failing with msvc due to #31306 as ignore-msvc | Florian Hahn | -0/+16 |
| 2016-01-30 | off by one | Oliver Schneider | -1/+1 |
| 2016-01-30 | Auto merge of #31305 - Manishearth:rollup, r=Manishearth | bors | -51/+92 |
| 2016-01-30 | Rollup merge of #31296 - steveklabnik:gh31249, r=alexcrichton | Manish Goregaokar | -0/+11 |
| 2016-01-30 | Rollup merge of #31295 - steveklabnik:gh31266, r=alexcrichton | Manish Goregaokar | -0/+5 |
| 2016-01-30 | Rollup merge of #31294 - steveklabnik:gh31284, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2016-01-30 | Rollup merge of #31292 - alexcrichton:osx-dtors-in-dtors-in-dtors, r=aturon | Manish Goregaokar | -0/+25 |
| 2016-01-30 | Rollup merge of #31244 - tshepang:rustfmt-parse, r=nikomatsakis | Manish Goregaokar | -49/+49 |
| 2016-01-30 | Auto merge of #30843 - jseyfried:no_per_ns, r=nikomatsakis | bors | -904/+451 |
| 2016-01-30 | Ignoring demo code with compilation error. | Sandeep Datta | -1/+1 |
| 2016-01-29 | rustc: Set MIPS cpu/features in the compiler | Alex Crichton | -4/+12 |
| 2016-01-29 | Add guard map methods for transforming guards to contain sub-borrows. | Jonathan Reem | -5/+139 |
| 2016-01-30 | Auto merge of #30448 - alexcrichton:llvmup, r=nikomatsakis | bors | -566/+1353 |
| 2016-01-29 | Get tests working on MSVC 32-bit | Alex Crichton | -102/+103 |