about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-01-22Auto merge of #47373 - wesleywiser:incr_cache_hashing, r=michaelwoeristerbors-13/+51
2018-01-22Auto merge of #47507 - alexcrichton:rerun-bat-scripts, r=michaelwoeristerbors-32/+181
2018-01-22Auto merge of #47353 - nikomatsakis:nll-issue-47189, r=pnkfelix+nmatsakisbors-8/+99
2018-01-22Auto merge of #47158 - rkruppe:repr-transparent, r=eddybbors-12/+881
2018-01-22Auto merge of #47144 - estebank:moved-closure-arg, r=nikomatsakisbors-21/+352
2018-01-21rustc: Lower link args to `@`-files on Windows moreAlex Crichton-32/+181
2018-01-21Rollup merge of #47633 - pietroalbini:fix-ice-use-self, r=nagisaGuillaume Gomez-1/+23
2018-01-21Rollup merge of #47632 - sdroege:exact-chunks-docs-broken-links, r=kennytmGuillaume Gomez-0/+8
2018-01-21Rollup merge of #47625 - astraw:btreeset-doctest-fix, r=kennytmGuillaume Gomez-12/+12
2018-01-21Rollup merge of #47595 - PieterPenninckx:master, r=shepmasterGuillaume Gomez-7/+8
2018-01-21Rollup merge of #47582 - alexcrichton:auto-beta, r=kennytmGuillaume Gomez-8/+57
2018-01-21Rollup merge of #47512 - GuillaumeGomez:e0659, r=petrochenkovGuillaume Gomez-12/+91
2018-01-21Rollup merge of #47334 - etaoins:only-call-res-init-on-gnu-unix, r=alexcrichtonGuillaume Gomez-32/+16
2018-01-21Rollup merge of #47247 - estebank:suggest-cast, r=petrochenkovGuillaume Gomez-114/+1717
2018-01-21Auto merge of #47116 - estebank:non-accessible-ctor, r=petrochenkovbors-116/+466
2018-01-21Revert change to docs in panic section of VecDeque::split_offPieter Penninckx-1/+1
2018-01-21Auto merge of #47001 - arielb1:private-match, r=nikomatsakisbors-9/+62
2018-01-21Fix ICE with `use self;`Pietro Albini-1/+23
2018-01-21Fix broken links to other slice functions in chunks/chunks_mut/exact_chunk/ex...Sebastian Dröge-0/+8
2018-01-21Auto merge of #45684 - bjorn3:runtime_choose_trans2, r=eddybbors-554/+669
2018-01-21Auto merge of #47622 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-199/+386
2018-01-21Auto merge of #47495 - nikomatsakis:nll-issue-47153, r=pnkfelixbors-9/+31
2018-01-20fix doctests for BTreeSet to use BTreeSet (not BTreeMap)Andrew Straw-12/+12
2018-01-20Rollup merge of #47578 - arthurprs:btree-doc, r=alexcrichtonGuillaume Gomez-2/+2
2018-01-20Rollup merge of #47573 - estebank:closures, r=nikomatsakisGuillaume Gomez-177/+214
2018-01-20Rollup merge of #47568 - EdSchouten:cloudabi-linker, r=alexcrichtonGuillaume Gomez-0/+4
2018-01-20Rollup merge of #47535 - Manishearth:ignore-target, r=kennytmGuillaume Gomez-0/+1
2018-01-20Rollup merge of #47532 - tbu-:pr_path_oddities, r=TimNNGuillaume Gomez-0/+7
2018-01-20Rollup merge of #47510 - sfackler:deprecate-dns, r=alexcrichtonGuillaume Gomez-1/+11
2018-01-20Rollup merge of #47508 - QuietMisdreavus:rbe-bookshelf, r=steveklabnikGuillaume Gomez-0/+2
2018-01-20Rollup merge of #47193 - cramertj:result-opts, r=TimNNGuillaume Gomez-0/+115
2018-01-20Rollup merge of #46938 - hellow554:rustdoc-kbd-style, r=GuillaumeGomezGuillaume Gomez-19/+30
2018-01-20Fix tests by keepeing needed suggestionsEsteban Küber-1/+9
2018-01-20Remove the 'extern "C"' in the right placebjorn3-1/+1
2018-01-20Auto merge of #46980 - zackmdavis:and_the_case_of_the_needlessly_parenthesize...bors-11/+25
2018-01-20Fix ICEbjorn3-0/+4
2018-01-20Assign its own tracking issue to Box::into_raw_non_nullSimon Sapin-1/+4
2018-01-20Rename NonNull::empty to dangling.Simon Sapin-1/+2
2018-01-20Revert Box::into_raw_non_null to unstableSimon Sapin-1/+1
2018-01-20Preserve formatting options in Debug for NonNull/UniqueSimon Sapin-2/+2
2018-01-20Fix some doc-comment examples for earlier API refactorSimon Sapin-4/+4
2018-01-20Rename Box::into_non_null_raw to Box::into_raw_non_nullSimon Sapin-13/+13
2018-01-20Remove `Box::from_non_null_raw`Simon Sapin-35/+3
2018-01-20Rename Box::*_nonnull_raw to *_non_null_rawSimon Sapin-18/+18
2018-01-20Stabilize std::ptr::NonNullSimon Sapin-30/+20
2018-01-20Remove a deprecated (renamed) and unstable method of NonNullSimon Sapin-7/+0
2018-01-20Mark Unique as perma-unstable, with the feature renamed to ptr_internals.Simon Sapin-24/+24
2018-01-20Replace Box::{from,into}_unique with {from,into}_nonnull_rawSimon Sapin-32/+38
2018-01-20Replace Unique<T> with NonZero<T> in Alloc traitSimon Sapin-12/+19
2018-01-20Rename std::ptr::Shared to NonNullSimon Sapin-95/+100