about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-05-27Comment methods in `CfgFolder`Jeffrey Seyfried-0/+7
2016-05-27Test that unconfigured macro-expanded macro invocations are not expanded.Jeffrey Seyfried-0/+3
2016-05-28Separate bindings from other patterns in HIRVadim Petrochenkov-307/+237
2016-05-27Added examples/docs to split in str.rsTy Coghlan-2/+28
2016-05-27Auto merge of #33798 - locallycompact:lc/misleading-intentation, r=alexcrichtonbors-2/+8
2016-05-28rustfmt liballoc folderSrinivas Reddy Thatiparthy-17/+22
2016-05-27improve E0152 error explanationGuillaume Gomez-0/+11
2016-05-27Improve E0133 error explanationGuillaume Gomez-1/+13
2016-05-27Improve E0138 error explanationGuillaume Gomez-1/+24
2016-05-27Improve E0137 error explanatIonGuillaume Gomez-1/+22
2016-05-27Improve E0132 error explanationGuillaume Gomez-1/+24
2016-05-27Auto merge of #33795 - srinivasreddy:lib_coll_test, r=nrcbors-405/+442
2016-05-27Emit "no-frame-pointer-elim" attribute for closures, shims, and glue.Michael Woerister-13/+27
2016-05-27Auto merge of #33900 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-115/+613
2016-05-27Rollup merge of #33898 - srinivasreddy:rustfmt_liblog, r=ManishearthGuillaume Gomez-4/+2
2016-05-27Rollup merge of #33891 - polachok:faster-ipv4-cmp, r=blussGuillaume Gomez-1/+1
2016-05-27Rollup merge of #33870 - jseyfried:ice-issue-33569, r=pnkfelixGuillaume Gomez-7/+28
2016-05-27Rollup merge of #33866 - GuillaumeGomez:err-codes, r=jonathandturnerGuillaume Gomez-0/+240
2016-05-27Rollup merge of #33865 - GuillaumeGomez:E0084, r=jonathandturnerGuillaume Gomez-2/+22
2016-05-27Rollup merge of #33858 - liigo:patch-7, r=GuillaumeGomezGuillaume Gomez-1/+1
2016-05-27Rollup merge of #33829 - GuillaumeGomez:stability-css, r=steveklabnikGuillaume Gomez-0/+4
2016-05-27Rollup merge of #33815 - carols10cents:trait-documentation-clarifications, r=...Guillaume Gomez-100/+313
2016-05-27Rollup merge of #33753 - mmatyas:armtestfix, r=alexcrichtonGuillaume Gomez-0/+2
2016-05-27Rollup merge of #33839 - kamalmarhubi:codemape-get-filemap-option, r=nmatsakisManish Goregaokar-3/+4
2016-05-27Rollup merge of #33644 - petrochenkov:selfast, r=nrcManish Goregaokar-282/+166
2016-05-27Rollup merge of #33639 - petrochenkov:dotdot, r=nmatsakisManish Goregaokar-298/+874
2016-05-27Rollup merge of #33351 - birkenfeld:loop-label-spans, r=pnkfelixManish Goregaokar-83/+99
2016-05-27rustfmt on liblogSrinivas Reddy Thatiparthy-4/+2
2016-05-27Refactor `expand_expr`Jeffrey Seyfried-35/+22
2016-05-27Strip unconfigured items during macro expansionJeffrey Seyfried-17/+45
2016-05-27Update spans' `expn_id` during the marking foldJeffrey Seyfried-81/+20
2016-05-27Test that a feature gated cfg variable in a `cfg_attr` on an unconfigured ite...Jeffrey Seyfried-1/+4
2016-05-27Process `cfg_attr` attributes on non-optional expressionsJeffrey Seyfried-38/+37
2016-05-26Move cfg_attr processing and stmt/expr attribute gated feature checking into ...Jeffrey Seyfried-248/+86
2016-05-26Implement `CfgFolder` directly instead of passing a closure to `strip_items`Jeffrey Seyfried-34/+29
2016-05-26Refactor `CfgFolder::in_cfg` -> `CfgFolder::configure`Jeffrey Seyfried-45/+29
2016-05-26Introduce `CfgFolder` traitJeffrey Seyfried-19/+32
2016-05-26Refactor the `syntax::config::fold_*` functions into methodsJeffrey Seyfried-147/+81
2016-05-26Add and use `HasAttrs` traitJeffrey Seyfried-77/+89
2016-05-27* Fix compile_fail tag (in some cases, it compiled whereas it wasn't expected...Guillaume Gomez-15/+28
2016-05-26Fix overflow in type checking of tuple patternsVadim Petrochenkov-1/+1
2016-05-26Make Ipv4Addr cmp() fasterAlexander Polyakov-1/+1
2016-05-26Auto merge of #33783 - michaelwoerister:collector-cleanup-2, r=nikomatsakisbors-14/+32
2016-05-26Auto merge of #33766 - jseyfried:cleanup_expansion, r=nrcbors-413/+191
2016-05-26Auto merge of #33872 - nagisa:undef-is-llvm-for-sigsegv, r=eddybbors-36/+81
2016-05-26Fix stores codegen passSimonas Kazlauskas-4/+4
2016-05-26Extend the test for `EscapeUnicode`Andrea Canciani-0/+6
2016-05-26Do not forget to schedule the drop for the argumentSimonas Kazlauskas-2/+3
2016-05-26Replace pat_adjust_pos with an iterator adapterVadim Petrochenkov-66/+61
2016-05-26Address review commentsVadim Petrochenkov-211/+355