about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-20Add testing coverage for assigning to immutable thread-locals.Ed Schouten-0/+21
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
2018-01-20Implement Debug for ptr::Shared and ptr::Unique.Corey Farwell-2/+14
2018-01-20Closure argument mismatch tweaksEsteban Küber-177/+214
2018-01-20NLL test for mutating &mut referencesritiek-0/+34
2018-01-19Update DW_OP_plus to DW_OP_plus_uconstJosh Stone-3/+10
2018-01-19Run yield-subtype test on nll mode too as a regression checkSantiago Pastorino-0/+3
2018-01-19Integrate generators to universal region setupSantiago Pastorino-0/+29
2018-01-19change MIR dump format to include yield typeNiko Matsakis-3/+10
2018-01-20Auto merge of #46919 - michaelwoerister:new-leb128, r=sfacklerbors-81/+144
2018-01-20Spacingoberien-1/+1
2018-01-19Add a bunch of doc commentsMark Mansi-3/+72
2018-01-19Run rustfmt and add commentsMark Mansi-38/+103
2018-01-19fix lineNiko Matsakis-1/+1
2018-01-19add ERROR annotationNiko Matsakis-0/+1
2018-01-19Optimize StepBy::nth overflow handlingoberien-2/+6
2018-01-19Tweak wording and spans of closure lifetime errorsEsteban Küber-33/+64
2018-01-19Fix tidy errorvarkor-2/+3
2018-01-19Handle Overflowoberien-3/+72
2018-01-19Fix type inhabitedness check for arraysvarkor-4/+31
2018-01-19Hopefully fix the 32bit SEGVbjorn3-2/+1
2018-01-19Just forget the DynamicLibrary after getting a hot plugged backendbjorn3-59/+2
2018-01-19Remove accidential libloading dependencybjorn3-13/+0
2018-01-19Fix ICEbjorn3-0/+1