| Age | Commit message (Expand) | Author | Lines |
| 2022-08-05 | Fix backwards-compatibility check for tests with `+whole-archive` | Daniel Sommermann | -3/+30 |
| 2022-06-16 | Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock` | Maybe Waffle | -2/+6 |
| 2022-06-09 | Stabilize the `bundle` native library modifier | Vadim Petrochenkov | -4/+56 |
| 2022-05-18 | Properly apply path prefix remapping paths emitted into debuginfo. | Michael Woerister | -0/+82 |
| 2022-05-01 | Auto merge of #96549 - ouz-a:mir-opt, r=oli-obk | bors | -4/+0 |
| 2022-04-29 | remove and bless | ouz-a | -4/+0 |
| 2022-04-28 | Add `@feat.00` symbol to symbols.o for COFF | Gary Guo | -0/+12 |
| 2022-04-26 | Rollup merge of #96279 - GuillaumeGomez:remove-woff-fonts, r=camelid,jsha | Dylan DPC | -3/+3 |
| 2022-04-25 | Auto merge of #95604 - nbdd0121:used2, r=petrochenkov | bors | -0/+32 |
| 2022-04-21 | Update run-make test front-files from .woff to .woff2 | Guillaume Gomez | -3/+3 |
| 2022-04-18 | Add a test for issue 47384 | Gary Guo | -0/+32 |
| 2022-04-13 | Rollup merge of #93217 - willcrichton:example-analyzer, r=GuillaumeGomez | Dylan DPC | -3/+2 |
| 2022-04-12 | sess: try sysroot candidates for fluent bundle | David Wood | -1/+27 |
| 2022-04-06 | Rollup merge of #95649 - ouz-a:mir-opt, r=oli-obk | Dylan DPC | -0/+4 |
| 2022-04-05 | errors: implement sysroot/testing bundle loading | David Wood | -0/+53 |
| 2022-04-04 | fixed error, made function leaner and tighter | ouz-a | -0/+4 |
| 2022-03-30 | Stabilize native library modifier syntax and the `whole-archive` modifier spe... | Vadim Petrochenkov | -3/+1 |
| 2022-03-27 | Improve alignment of additional scraped examples, add scrape examples help page | Will Crichton | -2/+2 |
| 2022-03-27 | Only highlight identifier in scraped examples, not arguments | Will Crichton | -3/+2 |
| 2022-02-11 | Add --scrape-tests flags so rustdoc can scrape examples from tests | Will Crichton | -1/+17 |
| 2022-02-08 | Rollup merge of #93568 - willcrichton:scrape-examples-leading-whitespace, r=C... | Matthias Krüger | -0/+16 |
| 2022-02-01 | Include all contents of first line of scraped item | Will Crichton | -0/+16 |
| 2022-02-01 | Rollup merge of #86374 - bossmc:enable-static-pie-for-gnu, r=nagisa | Matthias Krüger | -11/+54 |
| 2022-01-22 | Use an `indexmap` to avoid sorting `LocalDefId`s | pierwill | -16/+16 |
| 2022-01-19 | Fix test directives; comment out calls broken on windows-gnu | Richard Cobbe | -5/+11 |
| 2022-01-18 | Rollup merge of #90782 - ricobbe:binutils-dlltool, r=michaelwoerister | Matthias Krüger | -2/+80 |
| 2022-01-12 | Call out to binutils' dlltool for raw-dylib on windows-gnu platforms. | Richard Cobbe | -2/+80 |
| 2021-12-12 | Stabilize asm! and global_asm! | Amanieu d'Antras | -33/+34 |
| 2021-11-30 | Add --out-dir flag for rustdoc | hi-rustin | -0/+30 |
| 2021-11-11 | Auto merge of #83846 - torhovland:issue-10971, r=davidtwco | bors | -0/+10 |
| 2021-11-10 | Changing cdylib to staticlib, as the former doesn't work with arm-none-eabi-gcc. | Tor Hovland | -4/+1 |
| 2021-11-07 | There is a -Clinker='arm-none-eabi-gcc' that seems to be causing trouble. | Tor Hovland | -0/+3 |
| 2021-11-07 | Almost all the other tests use '-include', so we'll do too. | Tor Hovland | -1/+1 |
| 2021-11-07 | Improve error when an .rlib can't be parsed | Joshua Nelson | -0/+8 |
| 2021-11-07 | Made temps-dir an unstable option. | Tor Hovland | -2/+2 |
| 2021-11-05 | Added a regression test. | Tor Hovland | -0/+10 |
| 2021-11-04 | Move rustdoc-scrape-examples-macros test to run-make-fulldeps | Will Crichton | -95/+0 |
| 2021-11-04 | Fix ICE when rustdoc is scraping examples inside of a proc macro | Will Crichton | -0/+95 |
| 2021-11-04 | Sort scraped call locations before serializing | Will Crichton | -3/+12 |
| 2021-11-01 | Check for -static-pie support before testing support | Andy Caldwell | -8/+49 |
| 2021-11-01 | Rollup merge of #90349 - willcrichton:example-analyzer, r=jyn514 | Matthias Krüger | -0/+10 |
| 2021-10-30 | Auto merge of #90205 - mati865:link-modifiers-in-rustc, r=petrochenkov | bors | -3/+0 |
| 2021-10-29 | Fix rare ICE during typeck in rustdoc scrape_examples | Will Crichton | -0/+10 |
| 2021-10-28 | Add -Zunstable-options instead of feature | Mateusz Mikuła | -3/+0 |
| 2021-10-28 | Enable combining +crt-static and relocation-model=pic on x86_64-unknown-linux... | Andy Caldwell | -2/+4 |
| 2021-10-23 | Repace use of `static_nobundle` with `native_link_modifiers` | Mateusz Mikuła | -1/+1 |
| 2021-10-23 | Rollup merge of #85833 - willcrichton:example-analyzer, r=jyn514 | Matthias Krüger | -0/+76 |
| 2021-10-09 | Auto merge of #89343 - Mark-Simulacrum:no-args-queries, r=cjgillot | bors | -0/+13 |
| 2021-10-09 | Add a test that -Zquery-dep-graph -Zdump-dep-graph works | Mark Rousskov | -0/+13 |
| 2021-10-08 | Add test for ordering of examples, simplify with single scrape.mk file | Will Crichton | -40/+49 |