about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2017-03-27Auto merge of #40764 - arielb1:range-nodes, r=eddybbors-0/+16
2017-03-26Auto merge of #40826 - frewsxcv:rollup, r=frewsxcvbors-0/+16
2017-03-26Auto merge of #40501 - jseyfried:shadow_builtin_macros, r=nrcbors-0/+72
2017-03-26Auto merge of #40347 - alexcrichton:rm-liblog, r=brsonbors-223/+0
2017-03-25Rollup merge of #40734 - adamransom:fix/40661, r=jseyfriedCorey Farwell-0/+16
2017-03-25Warn when using a `'static` lifetime boundAdam Ransom-0/+16
2017-03-24Auto merge of #40806 - frewsxcv:rollup, r=frewsxcvbors-11/+46
2017-03-24Rollup merge of #40636 - nikomatsakis:revert-39485, r=eddybCorey Farwell-11/+46
2017-03-24Auto merge of #40779 - arielb1:bad-arm, r=alexcrichtonbors-0/+38
2017-03-24Allow declarative macros 2.0 and `use` macro imports to shadow builtin macros.Jeffrey Seyfried-0/+72
2017-03-24appveyor: Upgrade MinGW toolchains we useAlex Crichton-20/+7
2017-03-24update LLVM with fix for PR32379Ariel Ben-Yehuda-0/+38
2017-03-23Remove internal liblogAlex Crichton-223/+0
2017-03-23keep the AST node-id when lowering ExprKind::RangeAriel Ben-Yehuda-0/+16
2017-03-23Rollup merge of #40753 - mandeep:change-ObjectSafetyViolation-message, r=brsonCorey Farwell-1/+1
2017-03-23Rollup merge of #40627 - estebank:pub-restricted, r=petrochenkovCorey Farwell-9/+167
2017-03-23Auto merge of #40549 - alexcrichton:uwtable-everywhere, r=eddybbors-0/+41
2017-03-22Add diagnostic for incorrect `pub (restriction)`Esteban Küber-9/+167
2017-03-22Changed E0038 error message in test to comply with new messagemandeep-1/+1
2017-03-22Rollup merge of #40542 - abonander:issue_40535, r=jseyfriedCorey Farwell-0/+49
2017-03-22Rollup merge of #40518 - michaelwoerister:hir-id, r=eddybCorey Farwell-1/+1
2017-03-22Rollup merge of #40689 - GuillaumeGomez:rustdoc-associated-type-formatting, r...Corey Farwell-2/+30
2017-03-22Rollup merge of #40523 - durka:patch-38, r=petrochenkovCorey Farwell-0/+18
2017-03-22Rollup merge of #40509 - jseyfried:duplicate_check_macro_exports, r=nrcCorey Farwell-0/+19
2017-03-22Introduce HirId, a replacement for NodeId after lowering to HIR.Michael Woerister-1/+1
2017-03-22add regression test for #39984Niko Matsakis-0/+21
2017-03-22Revert "Auto merge of #39485 - canndrew:inference-fix-39297, r=nikomatsakis"Niko Matsakis-11/+25
2017-03-22Auto merge of #40043 - petrochenkov:objpars, r=nikomatsakisbors-21/+74
2017-03-21Fix bug in legacy `#[derive]` processing logic.Jeffrey Seyfried-0/+25
2017-03-21rustc: Always emit the `uwtable` attribute on WindowsAlex Crichton-0/+41
2017-03-21Regression test for rust-lang/rust#40535Austin Bonander-0/+49
2017-03-21add test for nested macro def (#31946)Alex Burka-0/+18
2017-03-21Check for conflicts between macros 1.0 exports (`#[macro_export]`, `#[macro_r...Jeffrey Seyfried-0/+19
2017-03-21Add whitespace around "=" in assoc itemsGuillaume Gomez-2/+30
2017-03-21Refactor parsing of trait object typesVadim Petrochenkov-21/+74
2017-03-20Rollup merge of #40556 - cramertj:stabilize-pub-restricted, r=petrochenkovCorey Farwell-77/+24
2017-03-20Rollup merge of #40229 - cramertj:break-to-blocks, r=nikomatsakisCorey Farwell-0/+183
2017-03-20Auto merge of #39628 - arielb1:shimmir, r=eddybbors-80/+120
2017-03-19Rollup merge of #40587 - GuillaumeGomez:rustdoc-const-display, r=frewsxcvCorey Farwell-0/+31
2017-03-19Rollup merge of #40532 - jseyfried:improve_tokenstream_quoter, r=nrcCorey Farwell-10/+16
2017-03-19Rollup merge of #40398 - eddyb:struct-hint, r=nikomatsakisCorey Farwell-0/+20
2017-03-19Rollup merge of #40241 - Sawyer47:fix-39997, r=alexcrichtonCorey Farwell-0/+28
2017-03-19Rollup merge of #40589 - topecongiro:floating-point-literal, r=nagisaCorey Farwell-0/+16
2017-03-19Rollup merge of #40588 - topecongiro:add-missing-tests, r=alexcrichtonCorey Farwell-0/+20
2017-03-19Rollup merge of #40583 - jseyfried:fix_include_macro_regression, r=nrcCorey Farwell-0/+29
2017-03-19Rollup merge of #40564 - GuillaumeGomez:rustdoc-const, r=frewsxcvCorey Farwell-0/+22
2017-03-19Rollup merge of #40445 - estebank:issue-18150, r=jonathandturnerCorey Farwell-1/+3
2017-03-19Rollup merge of #40441 - tschottdorf:promotable-rfc, r=eddybCorey Farwell-0/+32
2017-03-19Auto merge of #40346 - jseyfried:path_and_tokenstream_attr, r=nrcbors-43/+45
2017-03-18Parse 0e+10 as a valid floating-point literaltopecongiro-0/+16