about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-02-01Comment fixReeze Xia-3/+3
2016-02-01Auto merge of #31277 - DanielJCampbell:SpanEquality, r=nrcbors-20/+17
2016-02-01Auto merge of #31232 - stepancheg:enum-univariant, r=nrcbors-15/+50
2016-02-01Fix typo in doc/book/getting-started.mdPrayag Verma-1/+1
2016-02-01Implemented macro referencing for save analysisDaniel Campbell-11/+221
2016-02-01Auto merge of #30866 - jseyfried:fix_shadowed_use_visibility, r=nrcbors-3/+4
2016-01-31Minor corrections in docs for `std::process::Child`Dirk Gadsden-4/+6
2016-01-31show location of unused error codesAlex Burka-1/+1
2016-01-31Fix the armv7 linux targetpetevine-1/+1
2016-02-01Spans now derive equalityDaniel Campbell-20/+17
2016-01-31Don't show `const` in docs when it's not availableBrandon W Maister-0/+3
2016-01-31Safety docs about `std::process::Child` going out of scopeDirk Gadsden-0/+8
2016-02-01Some changes to save-analysis to cope with errorsNick Cameron-5/+18
2016-02-01Try to run compiler callbacks when we error outNick Cameron-75/+106
2016-02-01Replace some aborts with ResultsNick Cameron-83/+79
2016-01-31Fix 31267, add rpass testsSean Leffler-2/+70
2016-01-31Fix unresolved name in libstd/sys/unix/threadNikita Baksalyar-1/+1
2016-01-31Rename sunos to solarisNikita Baksalyar-57/+55
2016-01-31Fix problems with f64 and DirEntry on IllumosNikita Baksalyar-67/+37
2016-01-31Apply several fixes for Illumos supportNikita Baksalyar-41/+76
2016-01-31Add Illumos supportNikita Baksalyar-37/+376
2016-01-31Auto merge of #31298 - japaric:mips-musl, r=alexcrichtonbors-2/+70
2016-01-31update libc submoduleJorge Aparicio-0/+0
2016-01-31 Doc:std::convert: disambiguate traits and keywordsThomas Wickham-6/+6
2016-01-30trans: Inform LLVM we want CodeView on MSVCAlex Crichton-27/+26
2016-01-31Fix E0118Guillaume Gomez-12/+39
2016-01-31Refactor away the field Module::external_module_children in resolveJeffrey Seyfried-115/+76
2016-01-31Revert PR #30324, fixing a bug in which a public glob import can make precedi...Jeffrey Seyfried-3/+4
2016-01-30test: Deny warnings in {core,collections}testAlex Crichton-33/+51
2016-01-30Change MutexGuard and RwLockWriteGuard to store &mut T not &UnsafeCell<T>Jonathan Reem-38/+46
2016-01-30Auto merge of #31288 - GuillaumeGomez:error_code_tidy, r=brsonbors-9/+56
2016-01-30rustc: set MIPS cpu/features in the compilerJorge Aparicio-5/+12
2016-01-30revert changes used for local testingJorge Aparicio-0/+0
2016-01-30Auto merge of #30778 - fhahn:issue-21195-expect-help, r=nikomatsakisbors-15/+63
2016-01-30Auto merge of #31286 - oli-obk:fix/mir_box, r=nagisabors-4/+23
2016-01-30Auto merge of #31274 - brson:nobench, r=nikomatsakisbors-87856/+0
2016-01-30Mark test failing with msvc due to #31306 as ignore-msvcFlorian Hahn-0/+16
2016-01-30off by oneOliver Schneider-1/+1
2016-01-30Auto merge of #31305 - Manishearth:rollup, r=Manishearthbors-51/+92
2016-01-30Rollup merge of #31296 - steveklabnik:gh31249, r=alexcrichtonManish Goregaokar-0/+11
2016-01-30Rollup merge of #31295 - steveklabnik:gh31266, r=alexcrichtonManish Goregaokar-0/+5
2016-01-30Rollup merge of #31294 - steveklabnik:gh31284, r=alexcrichtonManish Goregaokar-2/+2
2016-01-30Rollup merge of #31292 - alexcrichton:osx-dtors-in-dtors-in-dtors, r=aturonManish Goregaokar-0/+25
2016-01-30Rollup merge of #31244 - tshepang:rustfmt-parse, r=nikomatsakisManish Goregaokar-49/+49
2016-01-30Auto merge of #30843 - jseyfried:no_per_ns, r=nikomatsakisbors-904/+451
2016-01-30Ignoring demo code with compilation error.Sandeep Datta-1/+1
2016-01-29rustc: Set MIPS cpu/features in the compilerAlex Crichton-4/+12
2016-01-29Add guard map methods for transforming guards to contain sub-borrows.Jonathan Reem-5/+139
2016-01-30Auto merge of #30448 - alexcrichton:llvmup, r=nikomatsakisbors-566/+1353
2016-01-29Get tests working on MSVC 32-bitAlex Crichton-102/+103