about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-09-26Auto merge of #54199 - nikomatsakis:predicate_may_hold-failure, r=eddybbors-15/+214
2018-09-26Add `#[allow(unused_mut)]` for various cases that arise only in compare-mode=...Felix S. Klock II-0/+3
2018-09-26Add `#![allow(..)]` as necessary to get re-migrated run-pass tests compiling ...Felix S. Klock II-67/+1030
2018-09-26Migrate `src/test/ui/run-pass/*` back to `src/test/run-pass/`.Felix S. Klock II-0/+0
2018-09-26Auto merge of #53824 - ljedrz:begone_onevector, r=michaelwoeristerbors-177/+134
2018-09-26Remove OneVectorljedrz-177/+134
2018-09-26fixup! codegen_llvm: check inline assembly constraints with LLVMLevente Kurusa-1/+1
2018-09-26Auto merge of #54497 - ralexstokes:stabilize_pattern_parentheses, r=nikomatsakisbors-161/+197
2018-09-26fixup! codegen_llvm: check inline assembly constraints with LLVMLevente Kurusa-1/+1
2018-09-26fixup! codegen_llvm: check inline assembly constraints with LLVMLevente Kurusa-2/+3
2018-09-26Auto merge of #54548 - nrc:update, r=kennytmbors-101/+70
2018-09-26Auto merge of #54164 - mikhail-m1:54131, r=pnkfelixbors-192/+852
2018-09-26Accept trailing comma in `cfg_attr`Vadim Petrochenkov-0/+28
2018-09-25Auto merge of #54575 - pietroalbini:rollup, r=pietroalbinibors-224/+533
2018-09-26Update rustfmt and RLSNick Cameron-101/+70
2018-09-25add test for proc-macro re-exportQuietMisdreavus-0/+64
2018-09-25disable proc-macro re-export inliningQuietMisdreavus-7/+8
2018-09-25Rollup merge of #54558 - tromey:find-filecheck, r=nikomatsakisPietro Albini-2/+33
2018-09-25Rollup merge of #54557 - michaelwoerister:dont-auto-share-generics-for-incr-c...Pietro Albini-1/+0
2018-09-25Rollup merge of #54539 - GuillaumeGomez:fix-js-error, r=QuietMisdreavusPietro Albini-2/+5
2018-09-25Rollup merge of #54537 - sdroege:chunks-exact, r=alexcrichtonPietro Albini-101/+101
2018-09-25Rollup merge of #54529 - michaelwoerister:dont-unwind-test, r=alexcrichtonPietro Albini-1/+9
2018-09-25Rollup merge of #54522 - gardrek:patch-1, r=TimNNPietro Albini-3/+3
2018-09-25Rollup merge of #54518 - petrochenkov:regr130, r=alexcrichtonPietro Albini-21/+90
2018-09-25Rollup merge of #54498 - sylvestre:patch-1, r=frewsxcvPietro Albini-1/+1
2018-09-25Rollup merge of #54368 - GuillaumeGomez:reduce-side-padding, r=QuietMisdreavusPietro Albini-1/+1
2018-09-25Rollup merge of #54281 - GuillaumeGomez:search-box, r=QuietMisdreavusPietro Albini-2/+20
2018-09-25Rollup merge of #54058 - Kerollmops:slice-dedup, r=shepmasterPietro Albini-89/+244
2018-09-25Rollup merge of #53518 - phungleson:fix-impl-from-for-convert, r=frewsxcvPietro Albini-0/+26
2018-09-25Auto merge of #53542 - alexreg:impl-trait-in-bindings, r=cramertjbors-370/+746
2018-09-25handle proc-macros as macros instead of functionsQuietMisdreavus-50/+243
2018-09-25resolve: Do not block derive helper resolutions on single import resolutionsVadim Petrochenkov-21/+90
2018-09-26Examples for docsSon-0/+148
2018-09-25codegen_llvm: check inline assembly constraints with LLVMLevente Kurusa-6/+53
2018-09-25Include path in stamp hash for debuginfo testsTom Tromey-0/+13
2018-09-25add regression testNiko Matsakis-0/+171
2018-09-25Update E0714 to E0716 in tests outputMikhail Modin-97/+97
2018-09-25Auto merge of #54411 - cramertj:await-keyword-error, r=nikomatsakisbors-4/+244
2018-09-25Improvements to finding LLVM's FileCheckTom Tromey-2/+33
2018-09-25incr.comp.: Don't automatically enable -Zshare-generics for incr.comp. builds.Michael Woerister-1/+0
2018-09-25Change the diagnostic number from 714 to 716.Felix S. Klock II-58/+58
2018-09-25add "temporary value dropped while borrowed" errorMikhail Modin-188/+848
2018-09-25Add examples for docSon-4/+22
2018-09-25Auto merge of #54430 - adrian-budau:master, r=alexcrichtonbors-7/+1
2018-09-25Auto merge of #54317 - Centril:feature/dbg_macro, r=SimonSapinbors-0/+332
2018-09-25Also rename ExactChunks iterator name to ChunksExactSebastian Dröge-26/+26
2018-09-25Auto merge of #53693 - scottmcm:marker-trait-attribute, r=nikomatsakisbors-17/+540
2018-09-24Rely only on base alignment and offset for computing field alignmentColin Pronovost-4/+11
2018-09-25Added section to Unstable Book.Alexander Regueiro-0/+28
2018-09-25Added tests.Alexander Regueiro-1/+170