about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-03-27Unquote all crate names without underscoresRicho Healey-40/+40
2015-03-27rustc: Remove support for hyphens in crate namesAlex Crichton-73/+40
2015-03-27rollup merge of #23749: alexcrichton/remove-old-impl-checkAlex Crichton-40/+23
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-5396/+5243
2015-03-27rollup merge of #23738: alexcrichton/snapshotsAlex Crichton-1166/+25
2015-03-27rollup merge of #23780: ruud-v-a/wrappingAlex Crichton-1/+1
2015-03-27rollup merge of #23776: nrc/allow_trivial_castAlex Crichton-32/+8
2015-03-27rollup merge of #23775: alexcrichton/fix-flaky-testAlex Crichton-11/+9
2015-03-27rollup merge of #23771: aturon/stab-straggle-1Alex Crichton-10/+7
2015-03-27rollup merge of #23769: alexcrichton/stabilize-splitAlex Crichton-4/+3
2015-03-27rollup merge of #23767: tshepang/typoAlex Crichton-1/+2
2015-03-27rollup merge of #23765: alexcrichton/remove-colon-syntaxAlex Crichton-21/+3
2015-03-27rollup merge of #23764: tshepang/no-guessing-anymoreAlex Crichton-9/+4
2015-03-27rollup merge of #23761: alexcrichton/remove-phaseAlex Crichton-44/+0
2015-03-27rollup merge of #23753: aturon/revise-convertAlex Crichton-59/+25
2015-03-27rollup merge of #23752: alexcrichton/remove-should-failAlex Crichton-33/+24
2015-03-27rollup merge of #23750: murarth/ipaddr-fromstrAlex Crichton-6/+12
2015-03-27rollup merge of #23747: tshepang/misleading-infoAlex Crichton-1/+1
2015-03-27rollup merge of #23745: oneeman/trpl-loopingAlex Crichton-1/+1
2015-03-27rollup merge of #23743: Adenilson/addInfoArcClone01Alex Crichton-1/+5
2015-03-27rollup merge of #23740: alexcrichton/remove-deprecated-slicing-syntaxAlex Crichton-83/+24
2015-03-27rollup merge of #23736: gmjosack/masterAlex Crichton-5/+4
2015-03-27rollup merge of #23725: tamird/test-with-iosAlex Crichton-16/+17
2015-03-27rollup merge of #23721: erickt/deprecateAlex Crichton-35/+30
2015-03-27rollup merge of #23719: steveklabnik/unstable_bookAlex Crichton-597/+542
2015-03-27rollup merge of #23712: nikomatsakis/reflect-traitAlex Crichton-173/+568
2015-03-27rollup merge of #23690: wettowelreactor/patch-1Alex Crichton-2/+2
2015-03-27rollup merge of #23676: gkoz/array_as_refAlex Crichton-0/+19
2015-03-27rollup merge of #23651: alexcrichton/unwind-tryAlex Crichton-0/+49
2015-03-27rollup merge of #23625: fhahn/issue-23620-ice-unicode-bytestringAlex Crichton-12/+78
2015-03-27rollup merge of #23535: pnkfelix/fsk-filling-dropAlex Crichton-63/+637
2015-03-27rollup merge of #23419: murarth/lookup-addrAlex Crichton-1/+57
2015-03-27alloc: Don't run some Arc doc testsAlex Crichton-11/+9
2015-03-27Prevent ICEs when parsing invalid escapes, closes #23620Florian Hahn-12/+78
2015-03-27Auto merge of #22930 - Gankro:entry_3, r=aturonbors-93/+102
2015-03-27default => or_insert per RFCAlexis Beingessner-34/+31
2015-03-27num: Derive Debug for WrappingRuud van Asseldonk-1/+1
2015-03-27Change the trivial cast lints to allow by defaultNick Cameron-32/+8
2015-03-26update everything to use Entry defaultsAlexis-84/+24
2015-03-26entry API v3: replace Entry::get with Entry::default and Entry::default_withAlexis-2/+74
2015-03-26Fix doc tests.Niko Matsakis-0/+1
2015-03-26Stabilize some stragglers in `std::option`Aaron Turon-10/+7
2015-03-26Add `std::net::lookup_addr` for reverse DNS lookupMurarth-1/+57
2015-03-27workaround pretty-print bugs to placate `make check-pretty`.Felix S. Klock II-2/+4
2015-03-26std: Stabilize BufRead::splitAlex Crichton-4/+3
2015-03-27book: fix typoTshepang Lekhonkhobe-1/+2
2015-03-26rustc: Remove support for `-l foo:static`Alex Crichton-21/+3
2015-03-26std: Stabilize parts of std::os::platform::ioAlex Crichton-59/+263
2015-03-27book: there is no guessing game anymore, so remove references to itTshepang Lekhonkhobe-9/+4
2015-03-26Update rust-installer. Fixes --help and interop with NixOSBrian Anderson-0/+0