| Age | Commit message (Expand) | Author | Lines |
| 2019-06-03 | Add test for #[must_use] in tuples | varkor | -2/+22 |
| 2019-06-03 | Warn for #[must_use] in tuples | varkor | -36/+53 |
| 2019-05-31 | Auto merge of #57967 - eddyb:rmangle, r=michaelwoerister | bors | -577/+1659 |
| 2019-05-31 | test: add a more complex symbol-name testcase. | Eduard-Mihai Burtescu | -19/+98 |
| 2019-05-31 | rustc_codegen_utils: remove symbol name dumping/checking harness, and mw impl. | Eduard-Mihai Burtescu | -1022/+11 |
| 2019-05-31 | rustc_codegen_utils: update mw's symbol mangler implementation. | Eduard-Mihai Burtescu | -169/+220 |
| 2019-05-31 | rustc_codegen_utils: add harness for dumping/checking symbol names, and mw ma... | Eduard-Mihai Burtescu | -3/+958 |
| 2019-05-31 | test: force `legacy` mangling for run-make-fulldeps/a-b-a-linker-guard. | Eduard-Mihai Burtescu | -3/+6 |
| 2019-05-31 | test: support both (`legacy` and `v0`) choices of mangling. | Eduard-Mihai Burtescu | -58/+245 |
| 2019-05-31 | rustc_codegen_utils: don't ignore `Ctor` path components in symbols. | Eduard-Mihai Burtescu | -3/+13 |
| 2019-05-31 | rustc_codegen_utils: add new mangling scheme implementation. | Eduard-Mihai Burtescu | -490/+1234 |
| 2019-05-31 | rustc_codegen_utils: test demangler output, not just symbol names. | Eduard-Mihai Burtescu | -13/+77 |
| 2019-05-31 | Update rustc-demangle version. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-05-31 | Auto merge of #61298 - matthiaskrgr:submodule_upd, r=oli-obk | bors | -8/+10 |
| 2019-05-31 | Auto merge of #60166 - oli-obk:type_name, r=eddyb | bors | -28/+307 |
| 2019-05-30 | Auto merge of #61353 - alexcrichton:less-tools, r=pietroalbini | bors | -5/+3 |
| 2019-05-30 | Auto merge of #61253 - nnethercote:avoid-hygiene_data-lookups, r=petrochenkov | bors | -62/+100 |
| 2019-05-30 | ci: Favor SCRIPT instead of RUST_CHECK_TARGET | Alex Crichton | -5/+3 |
| 2019-05-30 | submodules: update clippy from fb33fad0 to d2f51228 | Matthias Krüger | -8/+10 |
| 2019-05-30 | Make the `type_name` intrinsic's output deterministic | Oliver Scherer | -27/+306 |
| 2019-05-30 | Rollup merge of #61333 - varkor:apit-const-param-ice, r=estebank | Mazdak Farrokhzad | -0/+28 |
| 2019-05-30 | Rollup merge of #61322 - pietroalbini:debug-windows-submodule-cloning, r=alex... | Mazdak Farrokhzad | -0/+4 |
| 2019-05-30 | Rollup merge of #61321 - Centril:is_keyword_ahead, r=petrochenkov | Mazdak Farrokhzad | -35/+38 |
| 2019-05-30 | Rollup merge of #61284 - alexcrichton:less-s3, r=pietroalbini | Mazdak Farrokhzad | -9/+9 |
| 2019-05-30 | Rollup merge of #61280 - bgermann:master, r=alexcrichton | Mazdak Farrokhzad | -7/+5 |
| 2019-05-30 | Rollup merge of #61279 - llogiq:implicit-option-main-doctests, r=GuillaumeGomez | Mazdak Farrokhzad | -1/+31 |
| 2019-05-30 | Rollup merge of #61244 - RalfJung:box, r=rkruppe | Mazdak Farrokhzad | -5/+4 |
| 2019-05-30 | Rollup merge of #61231 - pnkfelix:issue-59548-linkage-diagnostic, r=petrochenkov | Mazdak Farrokhzad | -18/+99 |
| 2019-05-30 | Rollup merge of #60850 - SimonSapin:unguarded, r=alexcrichton | Mazdak Farrokhzad | -9/+1 |
| 2019-05-30 | Rollup merge of #60839 - davidtwco:const-generics-struct-ctor, r=varkor | Mazdak Farrokhzad | -73/+74 |
| 2019-05-30 | Rollup merge of #60802 - euclio:pulldown-cmark-panic, r=GuillaumeGomez | Mazdak Farrokhzad | -6/+15 |
| 2019-05-30 | Symbol name predicate list printed `+` excessively | Oliver Scherer | -1/+1 |
| 2019-05-30 | Auto merge of #61005 - michaelwoerister:error-pgo-windows-unwind, r=zackmdavis | bors | -8/+53 |
| 2019-05-30 | Auto merge of #61212 - alexcrichton:skip-rustc, r=pietroalbini | bors | -224/+253 |
| 2019-05-30 | Add a regression test for const parameters with impl Trait | varkor | -0/+16 |
| 2019-05-30 | Sort in-band generic parameter definitions from APIT | varkor | -0/+12 |
| 2019-05-30 | Add `HygieneData::{outer,expn_info,is_descendant_of}` methods. | Nicholas Nethercote | -26/+24 |
| 2019-05-30 | Optimize `TyCtxt::adjust_ident`. | Nicholas Nethercote | -16/+27 |
| 2019-05-29 | Auto merge of #61203 - memoryruins:bare_trait_objects, r=Centril | bors | -2132/+2178 |
| 2019-05-29 | libsyntax: introduce 'fn is_keyword_ahead(dist, keywords)'. | Mazdak Farrokhzad | -35/+38 |
| 2019-05-29 | ci: display more debug information in the init_repo script | Pietro Albini | -0/+4 |
| 2019-05-29 | upgrade rustdoc's `pulldown-cmark` to 0.5.2 | Andy Russell | -6/+15 |
| 2019-05-29 | Update all s3 URLs used on CI with subdomains | Alex Crichton | -9/+9 |
| 2019-05-29 | Rollup merge of #61313 - Centril:simplify-set1-insert, r=varkor | Oliver Scherer | -10/+5 |
| 2019-05-29 | Rollup merge of #61310 - RalfJung:mem, r=Centril | Oliver Scherer | -1408/+1419 |
| 2019-05-29 | Rollup merge of #61293 - varkor:rustdoc-print-const-generic, r=GuillaumeGomez | Oliver Scherer | -6/+25 |
| 2019-05-29 | Rollup merge of #61261 - spastorino:is-union-return-ty, r=oli-obk | Oliver Scherer | -27/+24 |
| 2019-05-29 | Rollup merge of #61217 - estebank:issue-52820, r=Centril | Oliver Scherer | -7/+58 |
| 2019-05-29 | Rollup merge of #60885 - euclio:strip-synstructure-consts, r=GuillaumeGomez | Oliver Scherer | -2/+2 |
| 2019-05-29 | Rollup merge of #60549 - euclio:doctest-panic-messages, r=GuillaumeGomez | Oliver Scherer | -43/+224 |