about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2016-09-23reviewer comments and rebasingNick Cameron-154/+173
2016-09-22Adds a `ProcMacro` form of syntax extensionNick Cameron-18/+422
2016-09-20Auto merge of #36388 - pcwalton:copy-propagation, r=nikomatsakisbors-37/+593
2016-09-19librustc: Implement def-use chains and trivial copy propagation on MIR.Patrick Walton-32/+560
2016-09-19Auto merge of #34942 - porglezomp:master, r=sfacklerbors-15/+27
2016-09-19Auto merge of #36102 - GuillaumeGomez:rustc_metadata_diagnostics, r=jonathand...bors-9/+186
2016-09-19librustc: Add a new nop statement to the MIR.Patrick Walton-5/+33
2016-09-19Auto merge of #36471 - nnethercote:rm-to_binop, r=sanxiynbors-26/+1
2016-09-18Auto merge of #36545 - Cobrand:wild-print-fix, r=sfacklerbors-1/+0
2016-09-18Auto merge of #36523 - Mark-Simulacrum:format-args-link, r=GuillaumeGomezbors-7/+17
2016-09-18Auto merge of #36487 - nrc:save-doc-urls, r=@eddybbors-43/+69
2016-09-19save-analysis: better 'parent' infoNick Cameron-43/+69
2016-09-18Auto merge of #36390 - frewsxcv:panic-set-hook, r=GuillaumeGomezbors-0/+30
2016-09-18Add basic doc examples for `std::panic::{set_hook, take_hook}`.Corey Farwell-0/+30
2016-09-18Auto merge of #36555 - jseyfried:issue_36540, r=eddybbors-58/+55
2016-09-18Auto merge of #36527 - nnethercote:last_token_kind, r=jseyfriedbors-43/+39
2016-09-17Auto merge of #36502 - TimNN:correct-cancel, r=jseyfriedbors-5/+26
2016-09-17Auto merge of #36504 - pcwalton:and-star, r=eddybbors-0/+115
2016-09-17Add regression test.Jeffrey Seyfried-0/+19
2016-09-17Ensure that macro invocations are folded and visited the same order.Jeffrey Seyfried-58/+36
2016-09-17Auto merge of #36508 - nagisa:llvm-backport, r=eddybbors-1/+41
2016-09-17Up the LLVMSimonas Kazlauskas-1/+41
2016-09-17Auto merge of #36490 - bluss:zip-slightly-despecialized-edition, r=alexcrichtonbors-38/+31
2016-09-17Auto merge of #36485 - nnethercote:char_lit-2, r=nagisabors-43/+28
2016-09-16Auto merge of #36482 - jseyfried:dont_load_unconfigured_noninline_modules, r=nrcbors-10/+22
2016-09-16Auto merge of #36468 - michaelwoerister:collect-vtable-drop-glue, r=eddybbors-12/+29
2016-09-16Remove stray println! when invoking error E0316Cobrand-1/+0
2016-09-16Add links between format_args! macro and std::fmt::Arguments structMark-Simulacrum-7/+17
2016-09-16Auto merge of #36444 - jseyfried:macro_rules_ext, r=nrcbors-114/+63
2016-09-16Auto merge of #36536 - jonathandturner:rollup, r=jonathandturnerbors-168/+332
2016-09-16librustc_mir: Remove `&*x` when `x` has a reference type.Patrick Walton-0/+115
2016-09-16Rollup merge of #36521 - Mark-Simulacrum:documentation-fix, r=apasel422Jonathan Turner-1/+1
2016-09-16Rollup merge of #36519 - Mark-Simulacrum:example-asmut, r=GuillaumeGomezJonathan Turner-0/+16
2016-09-16Rollup merge of #36509 - nagisa:rustbuild-py3, r=alexcrichtonJonathan Turner-3/+5
2016-09-16Rollup merge of #36505 - nagisa:temp-stack-size, r=eddybJonathan Turner-1/+2
2016-09-16Rollup merge of #36484 - frewsxcv:patch-33, r=eddybJonathan Turner-1/+1
2016-09-16Rollup merge of #36480 - tshepang:stronger-pause, r=steveklabnikJonathan Turner-2/+2
2016-09-16Rollup merge of #36424 - kmcallister:gh-29361-marker-docs, r=GuillaumeGomezJonathan Turner-155/+268
2016-09-16Rollup merge of #36383 - GuillaumeGomez:e0049, r=jonathandturnerJonathan Turner-5/+37
2016-09-16Auto merge of #36353 - arielb1:union-drops, r=pnkfelixbors-729/+562
2016-09-16fix test falloutAriel Ben-Yehuda-7/+7
2016-09-16fix dynamic drop for unionsAriel Ben-Yehuda-23/+60
2016-09-16forbid moves out of slicesAriel Ben-Yehuda-12/+36
2016-09-16groundwork refactoring of `gather_moves`Ariel Ben-Yehuda-708/+480
2016-09-16Auto merge of #36441 - alexcrichton:rustbuild-target, r=brsonbors-7/+33
2016-09-16Auto merge of #36338 - estebank:primitive-shadow, r=jseyfriedbors-5/+63
2016-09-16Optimize the parser's last token handling.Nicholas Nethercote-43/+39
2016-09-15Auto merge of #36213 - josephDunne:dist_version, r=brsonbors-0/+8
2016-09-15Specify when type parameter shadows primitive typeEsteban Küber-5/+63
2016-09-15Add example in AsMut trait documentationMark-Simulacrum-0/+16