summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-06-04auto merge of #14630 : cmr/rust/rewrite-lexer, r=alexcrichtonbors-1204/+1216
2014-06-04syntax: use doc comments in the internerCorey Richardson-5/+5
2014-06-04syntax: methodify the lexerCorey Richardson-1187/+1195
2014-06-04std: Improve non-task-based usageAlex Crichton-156/+277
2014-06-04auto merge of #14623 : exscape/rust-fork/master, r=alexcrichtonbors-0/+142
2014-06-04collections: optimize `HashMap`. Add `DefaultResizePolicy`.Piotr Czarnecki-72/+117
2014-06-04Fix an ICE when a function argument is of the bottom typeJakub Wieczorek-1/+22
2014-06-04Mark the exit of infinite loops as unreachableJakub Wieczorek-0/+4
2014-06-04auto merge of #14616 : forticulous/rust/rc-show, r=alexcrichtonbors-0/+7
2014-06-04Implement Show for RingBufAdolfo OchagavĂ­a-0/+26
2014-06-04Add code example to std::os::getenv for unix.Axel Viala-0/+10
2014-06-04libc: only provide an rlib.Huon Wilson-1/+8
2014-06-03auto merge of #14635 : BurntSushi/rust/regex-doco-touchups, r=alexcrichtonbors-19/+24
2014-06-03auto merge of #14634 : BurntSushi/rust/fix-13843, r=alexcrichtonbors-0/+17
2014-06-03Add comments for the token tableCorey Richardson-0/+4
2014-06-03syntax: shuffle some allocation out of binop_to_strCorey Richardson-13/+13
2014-06-03Some minor documentation touchups for libregex. Fixes #13800.Andrew Gallant-19/+24
2014-06-03Fixes #13843.Andrew Gallant-0/+17
2014-06-03auto merge of #14628 : luqmana/rust/fcr, r=nikomatsakisbors-4/+46
2014-06-03rustdoc: Put primitives in respective modulesAlex Crichton-23/+40
2014-06-03auto merge of #14632 : luqmana/rust/cu, r=huonwbors-22/+2
2014-06-03std: Remove generics from Option::expectAlex Crichton-195/+31
2014-06-03librustc: remove check::FnKind enum since we only ever use one variant.Luqman Aden-22/+2
2014-06-03auto merge of #14627 : Indiv0/rust/fix-crateid-doc-typo, r=alexcrichtonbors-2/+2
2014-06-03auto merge of #14626 : klutzy/rust/issue-14618, r=alexcrichtonbors-70/+54
2014-06-03librustc: Try to resolve before coercions.Luqman Aden-4/+46
2014-06-03auto merge of #14625 : japaric/rust/slice-tojson, r=alexcrichtonbors-0/+54
2014-06-03Fix typo "gihub" in libsyntax/crateid.Nikita Pekin-2/+2
2014-06-03auto merge of #14622 : reillywatson/rust/master, r=alexcrichtonbors-1/+1
2014-06-04syntax: Make quasiquoter use absolute pathsklutzy-70/+54
2014-06-03Implement ToJson for &[T], and add tests. Closes #14619Jorge Aparicio-0/+54
2014-06-03Doc: grammar fix in intro.mdReilly Watson-1/+1
2014-06-03Add next_permutation and prev_permutation onto MutableOrdVector<T>.Thomas Backman-0/+142
2014-06-03Update README file for src/ directoryPiotr Jawniak-3/+14
2014-06-02auto merge of #14609 : aturon/rust/issue-12882, r=alexcrichtonbors-2/+17
2014-06-02std: add `IterReader` to adapt iterators into readersErick Tryzelaar-0/+49
2014-06-02auto merge of #14605 : jakub-/rust/pattern-matching-refactor, r=pcwaltonbors-246/+120
2014-06-02Adding show impl for Rcfort-0/+7
2014-06-02auto merge of #14601 : skade/rust/remove-notrust-tags, r=alexcrichtonbors-156/+165
2014-06-02auto merge of #14598 : alexcrichton/rust/triage, r=huonwbors-0/+26
2014-06-02Document failure cases for `char_at` and friends.Aaron Turon-2/+17
2014-06-02auto merge of #14509 : klutzy/rust/de-pub-use-glob, r=alexcrichtonbors-15/+44
2014-06-02Remove further code duplicationJakub Wieczorek-137/+56
2014-06-02Improve code reuse in check_match::specialize()Jakub Wieczorek-128/+83
2014-06-02test: Add tests for closed issue #10764Alex Crichton-0/+26
2014-06-02rustdoc: Correctly inline required/provided methodsAlex Crichton-12/+16
2014-06-02rustdoc: Deduplicate lists of implementorsAlex Crichton-0/+7
2014-06-02syntax: Remove use of `pub use` globsklutzy-12/+41
2014-06-02doc: Remove use of `pub use` globsklutzy-3/+3
2014-06-02docs: Stop using `notrust`Florian Gilcher-156/+165