about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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
2015-03-26rustc: Remove old #[phase] and #[plugin]Alex Crichton-44/+0
2015-03-26Refactor object-safety test to use def-ids onlyNiko Matsakis-16/+59
2015-03-26Refactor how binders are handled in trait selectionNiko Matsakis-128/+213
2015-03-26Drive-by fix for incorrect variance rule that I noticed.Niko Matsakis-3/+46
2015-03-26Implement `Reflect` trait with a variant on the standard OIBITNiko Matsakis-29/+252
2015-03-26Update docs to fix various 404sGary M. Josack-5/+4
2015-03-26Revise use of conversion traitsAaron Turon-59/+25
2015-03-26syntax: Remove support for #[should_fail]Alex Crichton-33/+24
2015-03-26book: let grow() accept the growth parameterTshepang Lekhonkhobe-4/+4
2015-03-26impl `FromStr` for `IpAddr`Murarth-6/+12
2015-03-26rustc: Remove support for old_impl_checkAlex Crichton-40/+23
2015-03-26book: make it one sentenceTshepang Lekhonkhobe-1/+1
2015-03-26doc: change 0u32..10 to 0..10Or Neeman-1/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-5241/+5183
2015-03-26Adding more information about the behavior of Arc/RcAdenilson Cavalcanti-1/+5
2015-03-26Auto merge of #23359 - erickt:quote, r=pnkfelixbors-29/+41
2015-03-26add feature flags required post rebase.Felix S. Klock II-0/+5
2015-03-26syntax: Remove parsing of old slice syntaxAlex Crichton-83/+24
2015-03-26Register new snapshotsAlex Crichton-1166/+25
2015-03-26Auto merge of #23680 - erickt:inline, r=cmrbors-0/+113
2015-03-26New section of the book: nightly rustSteve Klabnik-597/+542
2015-03-26Deprecate as_mut_slice methodsErick Tryzelaar-35/+30
2015-03-26Auto merge of #21237 - erickt:derive-assoc-types, r=ericktbors-6/+358
2015-03-26Add tests exercising the dropflag checking functionality.Felix S. Klock II-0/+134
2015-03-26Use `-Z force-dropflag-checks=on/off` for emitting sanity-check.Felix S. Klock II-4/+22
2015-03-26Added instability markers to `POST_DROP_*` consts, and related opt-in's.Felix S. Klock II-13/+22
2015-03-26A better `core::mem::dropped` implementation suggested by huonw on the PR.Felix S. Klock II-6/+9