about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-12-21Fix poor worst case performance of set intersection (and union, somewhat) on ...Stein Somers-6/+56
2018-12-21Properly report ENOSYS by modifying errnoAdrian Budau-22/+18
2018-12-21Fix feature gate to point to 1.32.0 for `path_from_str`Otavio Salvador-1/+1
2018-12-21Update tests to changes on masterOliver Scherer-2/+10
2018-12-21Uninline some debugging code and use unlikely! macroJohn Kåre Alsaker-23/+39
2018-12-21Inline tweaksJohn Kåre Alsaker-0/+19
2018-12-21Auto merge of #56813 - oli-obk:main_🧶, r=pnkfelixbors-103/+5
2018-12-21Remove "visited" set from inhabitedness checkingNikita Popov-44/+10
2018-12-21fix deprecation warnings in liballoc benchesRalf Jung-7/+10
2018-12-21Also test projectionsOliver Scherer-1/+18
2018-12-21Fix a recently introduces regressionOliver Scherer-6/+44
2018-12-21Optimize away a moveJohn Kåre Alsaker-1/+4
2018-12-21Auto merge of #55798 - GuillaumeGomez:version-display-associated-const, r=Qui...bors-33/+79
2018-12-20Point at coercion source on type errors for fn returning `impl Trait`Esteban Küber-0/+29
2018-12-21Enable emission of alignment attrs for pointer paramsNikita Popov-24/+20
2018-12-20Auto merge of #54125 - varkor:less-conservative-uninhabitedness-check, r=niko...bors-105/+157
2018-12-20Point to return span when writing `return;` on non-() fnEsteban Küber-6/+37
2018-12-20Fix typo in commentDouglas Creager-2/+2
2018-12-20Keep last redundant linker flag, not firstDouglas Creager-25/+27
2018-12-20Auto merge of #56845 - GuillaumeGomez:const-docs, r=oli-obkbors-4/+53
2018-12-20Remove nil-enum testvarkor-24/+0
2018-12-20display rustc_private APIs as "Internal"Andy Russell-8/+52
2018-12-20Move compiletest test run to mingw-check builderPhilipp Hansch-6/+2
2018-12-20split extra_scripts to handle root_path shenanigansQuietMisdreavus-10/+29
2018-12-20new --static-root-path flag for controlling static file locationsQuietMisdreavus-14/+80
2018-12-20Run compiletest tests on CIPhilipp Hansch-0/+5
2018-12-20CopyriteOliver Scherer-10/+0
2018-12-20TidyOliver Scherer-3/+10
2018-12-20Auto merge of #56647 - petrochenkov:dcrate2, r=alexcrichtonbors-189/+487
2018-12-20Fix typo in commentAdrian Budau-1/+1
2018-12-20Fix pipe2 and accept4 on static linked executables on linux (like musl).Adrian Budau-27/+81
2018-12-20Auto merge of #56741 - RalfJung:retag-to-raw, r=oli-obkbors-128/+76
2018-12-20Add test for associated const version displayGuillaume Gomez-0/+26
2018-12-20fix nitsNicole Mazzuca-2/+4
2018-12-20Update src/libcore/num/mod.rsDavid Tolnay-1/+1
2018-12-20Auto merge of #56649 - davidtwco:issue-46589, r=pnkfelixbors-184/+300
2018-12-20Refactor and add comments to code in receiver_is_validMichael Hewson-69/+46
2018-12-20Add DoubleEndedIterator::nth_backClar Fon-6/+107
2018-12-20add a doc comment on `receiver_is_valid`Michael Hewson-0/+8
2018-12-20Stabilize `Rc`, `Arc` and `Pin` as method receiversMichael Hewson-91/+250
2018-12-19Stabilize Vec(Deque)::resize_withScott McMurray-7/+2
2018-12-20Add `std::os::fortanix_sgx` moduleJethro Beekman-56/+325
2018-12-20Auto merge of #56219 - arielb1:never-coerce-box, r=nikomatsakisbors-65/+172
2018-12-20Remove `TokenStream::JointTree`.Nicholas Nethercote-60/+46
2018-12-19Auto merge of #54252 - arielb1:deref-query, r=nikomatsakisbors-192/+488
2018-12-19suggest similar lint names for unknown lintsAndy Russell-47/+69
2018-12-20Workaround issues with crate loading during cross-compilationVadim Petrochenkov-3/+9
2018-12-19Do not interpret mismatches from pretty-printed `$crate` as token stream inva...Vadim Petrochenkov-60/+50
2018-12-19Reintroduce special pretty-printing for `$crate` when it's necessary for proc...Vadim Petrochenkov-14/+403
2018-12-19proc_macro: Accept `$crate` as an identifier if it comes from the compilerVadim Petrochenkov-0/+34