about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-06-06Reblessed tests with NLL compare mode on.Alexander Regueiro-4/+28
2019-06-05add an example to `create_substs_for_ast_path`Alexander Regueiro-0/+14
2019-06-05verified that skip-binder is okNiko Matsakis-2/+2
2019-06-05another commentNiko Matsakis-1/+7
2019-06-05more commentsNiko Matsakis-3/+31
2019-06-05comment `instantiate_poly_trait_ref` and its binder behaviorNiko Matsakis-0/+19
2019-06-05document the `Bounds` struct a bitAlexander Regueiro-2/+37
2019-06-05added a few commentsNiko Matsakis-0/+5
2019-06-05Removed unnecessary nested-lifetime-bounds test.Alexander Regueiro-33/+0
2019-06-05Reblessed tests.Alexander Regueiro-676/+255
2019-06-05Fixed rebase fallout.Alexander Regueiro-1/+1
2019-06-05Addressed points raised in review.Niko Matsakis-69/+172
2019-06-05Fixed up some comments.Alexander Regueiro-19/+14
2019-06-05Added some comments, made `add_bounds` private.Niko Matsakis-1/+14
2019-06-05Added some comments to lowering code.Niko Matsakis-3/+50
2019-06-05Addressed points raised in review.Alexander Regueiro-319/+793
2019-06-05Added test suite.Alexander Regueiro-11/+3138
2019-06-05Added feature gate.Alexander Regueiro-13/+31
2019-06-05Use both existential-type desugaring and where-clause (predicate) desugaring ...Alexander Regueiro-87/+173
2019-06-05Implemented for traits (associated type definitions).Alexander Regueiro-250/+313
2019-06-05Implemented for function bounds, type bounds, and named existential types.Alexander Regueiro-196/+367
2019-06-05Enabled `Self` in type aliases.Alexander Regueiro-2/+12
2019-06-05Aggregation of drive-by cosmetic changes.Alexander Regueiro-542/+550
2019-06-05Auto merge of #61498 - TankhouseAle:const-fn-type-name, r=oli-obkbors-6/+60
2019-06-05Auto merge of #61484 - nnethercote:avoid-more-hygiene-lookups, r=petrochenkovbors-184/+282
2019-06-05Auto merge of #61502 - alexcrichton:update-backtrace, r=estebankbors-1/+1
2019-06-04std: Update dependency on `backtrace`Alex Crichton-1/+1
2019-06-05Add `modernize_and_adjust` methods.Nicholas Nethercote-8/+20
2019-06-04Auto merge of #61527 - pietroalbini:rollup-vhxyqlk, r=pietroalbinibors-22/+274
2019-06-05Avoid unnecessary `rust_2018` calls.Nicholas Nethercote-8/+11
2019-06-05Add a useful comment about this file.Nicholas Nethercote-0/+20
2019-06-05Add `walk_chain`.Nicholas Nethercote-8/+16
2019-06-05Add `SyntaxContext::hygienic_eq`.Nicholas Nethercote-1/+10
2019-06-05Add and use `SyntaxContext::outer_and_expn_info`.Nicholas Nethercote-3/+12
2019-06-05Optimize `glob_adjust` and `reverse_glob_adjust`.Nicholas Nethercote-23/+27
2019-06-05Add `HygieneData::apply_mark`.Nicholas Nethercote-4/+6
2019-06-05Add `HygieneData::apply_mark_with_transparency`.Nicholas Nethercote-35/+35
2019-06-05Add `HygieneData::apply_mark_internal`.Nicholas Nethercote-55/+58
2019-06-05Add `HygieneData::marks`.Nicholas Nethercote-13/+15
2019-06-05Add `HygieneData::adjust`.Nicholas Nethercote-5/+9
2019-06-05Add `HygieneData::remove_mark`.Nicholas Nethercote-5/+7
2019-06-05Add `HygieneData::default_transparency`.Nicholas Nethercote-2/+6
2019-06-05Add some useful methods to `HygieneData`.Nicholas Nethercote-10/+28
2019-06-05Move `modern` calls inside `glob_adjust` and `reverse_glob_adjust`.Nicholas Nethercote-14/+12
2019-06-04Rollup merge of #61523 - Nemo157:hide-gen-future, r=cramertjPietro Albini-0/+6
2019-06-04Rollup merge of #61500 - estebank:expregression, r=petrochenkovPietro Albini-7/+26
2019-06-04Rollup merge of #61488 - matthewjasper:fix-nll-typeck-ices, r=pnkfelixPietro Albini-4/+222
2019-06-04Rollup merge of #61453 - lzutao:nouse-featuregate-integer_atomics, r=sfacklerPietro Albini-10/+8
2019-06-04Rollup merge of #61069 - Zoxc:drop-borrow-fix, r=pnkfelixPietro Albini-1/+12
2019-06-04Auto merge of #61407 - phansch:annotate_snippet_refactoring1, r=oli-obkbors-16/+266