about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-02-01Auto merge of #30901 - mackwic:doc-core-convert, r=steveklabnikbors-0/+57
2016-02-01Auto merge of #31317 - jseyfried:remove_external_module_children, r=nrcbors-115/+76
2016-02-01Auto merge of #31303 - alexcrichton:mips-warnings, r=aturonbors-4/+12
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-01Auto merge of #30866 - jseyfried:fix_shadowed_use_visibility, r=nrcbors-3/+4
2016-01-31Fix the armv7 linux targetpetevine-1/+1
2016-02-01Spans now derive equalityDaniel Campbell-20/+17
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-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-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-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-29rustc: Set MIPS cpu/features in the compilerAlex Crichton-4/+12
2016-01-30Auto merge of #30448 - alexcrichton:llvmup, r=nikomatsakisbors-566/+1353
2016-01-29Get tests working on MSVC 32-bitAlex Crichton-102/+103
2016-01-29trans: Reimplement unwinding on MSVCAlex Crichton-425/+1131
2016-01-29trans: Upgrade LLVMAlex Crichton-43/+123
2016-01-29add support for mips(el)-unknown-linux-muslJorge Aparicio-2/+63
2016-01-30Add missings NOTE and HELP annotations to testsFlorian Hahn-9/+32
2016-01-30Expect all help/note messages are specified in a cfail test if it contains he...Florian Hahn-6/+15
2016-01-29Add main() so that examples workSteve Klabnik-0/+11
2016-01-29Make note that this is different in stdSteve Klabnik-0/+5
2016-01-29Fix number of methods in guessing gameSteve Klabnik-2/+2
2016-01-29Remove src/test/benchBrian Anderson-87856/+0
2016-01-29std: Ignore dtors_in_dtors_in_dtors on OSXAlex Crichton-0/+25
2016-01-29Remove resolve::dump_moduleJeffrey Seyfried-29/+0
2016-01-29Nits and other local improvements in resolveJeffrey Seyfried-48/+25
2016-01-29Clean up resolve_single_importJeffrey Seyfried-106/+66
2016-01-29Refactor away NameBindings, NsDef, ImportResolutionPerNamespace, DuplicateChe...Jeffrey Seyfried-824/+463
2016-01-29Auto merge of #31283 - dotdash:32_64_cc, r=alexcrichtonbors-19/+3
2016-01-29Auto merge of #31248 - ruud-v-a:fix-triple-ice, r=nrcbors-14/+18
2016-01-29Auto merge of #31285 - Manishearth:rollup, r=Manishearthbors-8/+34
2016-01-29Add check for unused error codesggomez-9/+56
2016-01-29[MIR] Add test for `box EXPR` dereferencingSimonas Kazlauskas-0/+20
2016-01-29[MIR] Fix type of temporary for `box EXPR`Oliver Schneider-4/+3