summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-02-10Auto merge of #31438 - aturon:stab-ip-addr, r=alexcrichtonbors-22/+8
2016-02-09Add test for issue #15735Daniel Robertson-0/+25
2016-02-09Auto merge of #31523 - steveklabnik:rollup, r=steveklabnikbors-115/+165
2016-02-09Rollup merge of #31520 - steveklabnik:doc_num, r=alexcrichtonSteve Klabnik-4/+22
2016-02-09Rollup merge of #31516 - steveklabnik:doc_tuples, r=brsonSteve Klabnik-45/+72
2016-02-09Rollup merge of #31515 - steveklabnik:doc_drain, r=alexcrichtonSteve Klabnik-0/+6
2016-02-09Rollup merge of #31514 - cgar:spelling, r=alexcrichtonSteve Klabnik-20/+20
2016-02-09Rollup merge of #31513 - scottrobertwhittaker:fix-typo, r=alexcrichtonSteve Klabnik-1/+1
2016-02-09Rollup merge of #31473 - raindev:error-handling-case-study, r=steveklabnikSteve Klabnik-45/+44
2016-02-09make note of arity and 32-length restrictionSteve Klabnik-0/+6
2016-02-09Properly document tuplesSteve Klabnik-45/+66
2016-02-09Auto merge of #31425 - oli-obk:mir-pass-plugin, r=nagisabors-54/+195
2016-02-09target_arch is always powerpc64, remove powerpc64le checkAnton Blanchard-2/+1
2016-02-09Use target_endian, not target.arch in cabi_powerpc64Anton Blanchard-1/+1
2016-02-09Some docs for std::numSteve Klabnik-4/+22
2016-02-09Allow prelude imports to shadow eachother (needed for the [pretty] tests)Jeffrey Seyfried-9/+3
2016-02-09Improve docs for Drain on StringSteve Klabnik-0/+6
2016-02-09Minor spelling fixesCarlos E. Garcia-20/+20
2016-02-09mod.rs: fix typoScott Whittaker-1/+1
2016-02-09Allow registering MIR-passes through compiler pluginsOliver Schneider-2/+109
2016-02-09refactor `MirPass` to always require a tcxOliver Schneider-22/+36
2016-02-09make `MirMap` a struct instead of a type alias for `NodeMap`Oliver Schneider-30/+50
2016-02-09Revert deprecation of IpAddr, stabilizing for 1.7Aaron Turon-22/+8
2016-02-09Auto merge of #31510 - dikaiosune:master, r=blussbors-4/+4
2016-02-09Clarifying behavior of #[derive(Ord, PartialOrd)] in doc comments.Adam Perry-4/+4
2016-02-09Fix librustdoc testGuillaume Gomez-27/+13
2016-02-09Check if we're not in stable to allow compile_fail option in rustdoc --testGuillaume Gomez-3/+24
2016-02-09Auto merge of #31493 - mechaxl:master, r=steveklabnikbors-1/+1
2016-02-09Auto merge of #31282 - pczarn:mir-trans-builder, r=nagisabors-335/+515
2016-02-09Auto merge of #31492 - alexcrichton:remove-allow-trivial-casts, r=nrcbors-14/+0
2016-02-08Make rustdoc report driver phase-3 errors instead of continuingDirk Gadsden-4/+15
2016-02-09Auto merge of #31489 - ben0x539:lock-to-guard, r=alexcrichtonbors-1/+1
2016-02-09Update MakefileGuillaume Gomez-11/+11
2016-02-09Auto merge of #31500 - steveklabnik:fix_cow, r=alexcrichtonbors-11/+12
2016-02-09Auto merge of #31278 - alexcrichton:print-cfg, r=brsonbors-0/+36
2016-02-08driver: Include invalid predicate in error messageKamal Marhubi-6/+21
2016-02-08rustc: Implement a new `--print cfg` flagAlex Crichton-0/+36
2016-02-08Auto merge of #31397 - bradfirj:arc-docfix, r=steveklabnikbors-3/+3
2016-02-08driver: Disallow predicates in --cfg specsKamal Marhubi-1/+29
2016-02-08driver: Extract handling of --explain to separate functionKamal Marhubi-20/+23
2016-02-08driver: Pass session options to CompilerCallbacks::early_callback()Kamal Marhubi-1/+8
2016-02-08Add compile-fail test for invalid cfg predicate in attributeKamal Marhubi-0/+12
2016-02-08Fix up docs for String::from_utf8_lossy()Steve Klabnik-11/+12
2016-02-08Cleanup based on review by @nagisaPiotr Czarnecki-67/+36
2016-02-08Breaking tokens into pieces should behave similar to Parser::bump.Tomasz Miąsko-11/+39
2016-02-08Implement fmt::Pointer for pointers to unsized typesKamal Marhubi-8/+16
2016-02-08Auto merge of #31324 - nagisa:mir-transforms, r=nikomatsakisbors-158/+68
2016-02-08rustc: Use llvm-ar for custom targets by defaultAlex Crichton-12/+1
2016-02-08Fixing typo in prelude documentationKenneth Koski-1/+1
2016-02-08Remove old #[allow(trivial_casts)] annotationsAlex Crichton-14/+0