about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-06-03Auto merge of #33861 - Amanieu:lock_elision_fix, r=alexcrichtonbors-10/+213
2016-06-03Auto merge of #34016 - sanxiyn:travis-docker, r=brsonbors-0/+25
2016-06-03Use Docker for TravisSeo Sanghyeon-0/+25
2016-06-02Auto merge of #33878 - GuillaumeGomez:improve_helps, r=jonathandturnerbors-17/+51
2016-06-02Auto merge of #33894 - nagisa:windows-lack-endurance-for-sprint, r=alexcrichtonbors-44/+23
2016-06-02Auto merge of #33583 - luqmana:tri-bool-mir, r=arielb1bors-12/+78
2016-06-02Fix the test to use explicit argument typesSimonas Kazlauskas-6/+6
2016-06-02Fix rwlock successfully acquiring a write lock after a read lockAmanieu d'Antras-12/+27
2016-06-02Add a test to ensure mutexes and rwlocks can't be re-lockedAmanieu d'Antras-0/+100
2016-06-02Don't allow pthread_rwlock_t to recursively lock itselfAmanieu d'Antras-9/+52
2016-06-02Fix undefined behavior when re-locking a mutex from the same threadAmanieu d'Antras-1/+46
2016-06-02Update libc to bring in pthread mutex type definitionsAmanieu d'Antras-0/+0
2016-06-02Auto merge of #34034 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-17/+344
2016-06-02Improve help messages for E0425ggomez-17/+51
2016-06-02Rollup merge of #34033 - tshepang:typo, r=GuillaumeGomezGuillaume Gomez-1/+1
2016-06-02Rollup merge of #34021 - ollie27:book_links_offline, r=steveklabnikGuillaume Gomez-10/+11
2016-06-02Rollup merge of #34019 - kennytm:fix-33958, r=steveklabnikGuillaume Gomez-2/+3
2016-06-02Rollup merge of #34015 - GuillaumeGomez:err-code-tests, r=jonathandturnerGuillaume Gomez-0/+321
2016-06-02Rollup merge of #34014 - GuillaumeGomez:fix-E0165, r=jonathandturnerGuillaume Gomez-3/+5
2016-06-02Rollup merge of #34013 - kraai:fix-link, r=steveklabnikGuillaume Gomez-1/+1
2016-06-02Rollup merge of #33993 - oconnor663:filedocs, r=alexcrichtonGuillaume Gomez-0/+2
2016-06-02doc: typoTshepang Lekhonkhobe-1/+1
2016-06-02Auto merge of #33988 - intelfx:hoedown-bump, r=alexcrichtonbors-0/+0
2016-06-01Auto merge of #33947 - xosmig:btree_split_off, r=gereeterbors-92/+538
2016-06-01[MIR] Use If terminator for switches on bools rather than SwitchInt.Luqman Aden-12/+78
2016-06-01Auto merge of #33853 - alexcrichton:remove-deprecated, r=aturonbors-1212/+52
2016-06-01Auto merge of #33814 - lambda:rtabort-use-platform-abort, r=alexcrichtonbors-9/+17
2016-06-02Restore original meaning of std::fs::read_dir's example changed in #33958.kennytm-2/+3
2016-06-01Fix a few links in the bookOliver Middleton-10/+11
2016-06-01Add new error code testsGuillaume Gomez-0/+321
2016-06-01Close unclosed code example in E0185Guillaume Gomez-0/+1
2016-06-01allow for the future addition of a close method on FileJack O'Connor-2/+1
2016-06-01Fix E0165 code examplesGuillaume Gomez-3/+4
2016-06-01Auto merge of #33794 - petrochenkov:sanity, r=nrcbors-214/+312
2016-06-01Fix broken link name in `bool` documentationMatt Kraai-1/+1
2016-06-01Rollup merge of #33977 - Ms2ger:create-and-enter, r=nrcManish Goregaokar-6/+4
2016-06-01Rollup merge of #33973 - zackmdavis:stable_features_warning_notes_version_sta...Manish Goregaokar-16/+26
2016-06-01Rollup merge of #33970 - arielb1:normal-type-check, r=eddybManish Goregaokar-25/+53
2016-06-01Rollup merge of #33967 - dsprenkels:enum_pattern_resolve_ice, r=petrochenkovManish Goregaokar-7/+10
2016-06-01Rollup merge of #33921 - jameysharp:patch-1, r=alexcrichtonManish Goregaokar-0/+2
2016-06-01Rollup merge of #33915 - GuillaumeGomez:err-codes, r=steveklabnikManish Goregaokar-0/+255
2016-06-01Rollup merge of #33896 - strake:next_code_point, r=aturonManish Goregaokar-2/+3
2016-06-01Rollup merge of #33892 - seanmonstar:slice-eq-ptr, r=alexcrichtonManish Goregaokar-0/+3
2016-06-01Rollup merge of #33841 - LeoTestard:macro-sequence-lhs, r=pnkfelixManish Goregaokar-30/+6
2016-06-01Rollup merge of #33606 - tshepang:future-talk, r=brsonManish Goregaokar-6/+3
2016-06-01Rollup merge of #33385 - cheercroaker:doc-correction, r=brsonManish Goregaokar-1/+1
2016-06-01Implement split_off for BTreeMap and BTreeSet (RFC 509)Andrey Tonkih-92/+538
2016-05-31Auto merge of #33141 - tshepang:python-love, r=brsonbors-19/+15
2016-05-31Auto merge of #33979 - retep998:why-the-long-face, r=alexcrichtonbors-1/+5
2016-05-31mk: Prepare for a new stage0 compilerAlex Crichton-80/+32