about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-06-02book: update error messageTshepang Lekhonkhobe-1/+1
2015-06-02book: some tiny improvementsTshepang Lekhonkhobe-13/+13
2015-06-02Auto merge of #25654 - petrochenkov:encenv, r=alexcrichtonbors-4/+8
2015-06-01[libcollections] Fix unused import warnings during stage0 buildWesley Wiser-4/+11
2015-06-01Auto merge of #25246 - mzabaluev:io-invalid-data, r=alexcrichtonbors-2/+9
2015-06-01Document behavior of {f32,f64}::{min,max} on NaNMatt Brubeck-0/+8
2015-06-01Add community translations.Steve Klabnik-0/+11
2015-06-01Auto merge of #25858 - alexcrichton:disable-os-tls, r=brsonbors-27/+75
2015-06-01Added # let lines = "hello\nworld".lines(); to pass the testsMathieu David-0/+1
2015-06-01doc: improve Option::map exampleTshepang Lekhonkhobe-3/+5
2015-06-01Fix platform detectionpetrochenkov-6/+3
2015-06-01Auto merge of #25825 - GuillaumeGomez:check_co, r=Manishearthbors-1/+32
2015-06-01trpl: Use infinite iterator in chain example with takePaul Oliver-1/+1
2015-06-01Update diagnostics.rsGuillaume Gomez-3/+3
2015-06-01Remove full pathGuillaume Gomez-1/+1
2015-06-01Return an iterator from enum_variant_ids.Ms2ger-8/+26
2015-06-01Auto merge of #25924 - FuGangqiang:master, r=Gankrobors-2/+2
2015-06-01Auto merge of #25923 - tshepang:patch-1, r=Gankrobors-1/+1
2015-06-01Auto merge of #25922 - tshepang:better-map-or-doc, r=Gankrobors-6/+8
2015-05-31Auto merge of #25907 - tshepang:patch-8, r=Gankrobors-1/+1
2015-06-01doc: make String::as_bytes example more simpleTshepang Lekhonkhobe-2/+1
2015-05-31Auto merge of #25911 - olombard:borrowing-link, r=alexcrichtonbors-1/+1
2015-05-31output code language to textMathieu David-2/+2
2015-05-31rustdoc: Tweak css of function where clausesUlrik Sverdrup-3/+3
2015-05-31trpl: Fix typo in Raw Pointers chapterUlrik Sverdrup-1/+1
2015-05-31Auto merge of #25908 - bluss:arc-mark-unsafe, r=sfacklerbors-35/+56
2015-05-31Corrected some formatting issuesMathieu David-5/+11
2015-05-31Add E0011 explanationGuillaume Gomez-1/+32
2015-05-31Update iterators.mdSteve Gury-2/+2
2015-05-31Fix off by one in the iterator documentationSteve Gury-1/+1
2015-05-31Add loopcounter section to the for-loop chapterMathieu David-0/+35
2015-05-31trpl:add missing commaFuGangqiang-2/+2
2015-05-31doc: fix displayed messageTshepang Lekhonkhobe-1/+1
2015-05-31doc: improve map_or and map_or_elseTshepang Lekhonkhobe-6/+8
2015-05-31Inline hash_table::calculate_offsets, used by iterators.Eduard Burtescu-0/+1
2015-05-30TRPL: Fix a broken link to 'borrowing'olombard-1/+1
2015-05-30Auto merge of #25882 - steveklabnik:gh25554, r=alexcrichtonbors-2/+6
2015-05-30Fixes consistency in before/after examplefrankamp-1/+1
2015-05-30Mark Arc function get_mut and method make_unique unsafeUlrik Sverdrup-35/+56
2015-05-30doc: be more clear/explicit that we got String typeTshepang Lekhonkhobe-1/+1
2015-05-30debuginfo: Create common debugger pretty printer module.Michael Woerister-419/+733
2015-05-30Warn if the test suite is run on Windows in console with non-UTF-8 code pagepetrochenkov-0/+7
2015-05-30fix documentation in libserializebenaryorg-1/+1
2015-05-30Extend rust reference with a section about type coercionsLorenz-0/+120
2015-05-30Extend rust reference with a section about subtypingLorenz-0/+20
2015-05-30std::io: bump the stability tag on ErrorKind::InvalidData to 1.2.0Mikhail Zabaluev-1/+1
2015-05-30Proposal to explain the copy trait more clearly Mathieu David-0/+43
2015-05-30Deprecate UnsafeCell::valuepetrochenkov-1/+8
2015-05-30Auto merge of #25818 - sfackler:socket-timeouts, r=alexcrichtonbors-9/+325
2015-05-29Loosen timeout restrictionsSteven Fackler-20/+12