about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide/examples/rustc-driver-example.rs
AgeCommit message (Expand)AuthorLines
2025-03-30add rustfmt settings fileTshepang Mbambo-1/+1
2025-03-30example assumes a static existsTshepang Mbambo-2/+2
2025-03-29update rustc-{driver,interface} examplesTshepang Mbambo-6/+5
2025-03-16Adapt to rust-lang/rust#136466:Yang Lin-4/+3
2025-02-15Fix examples to work with nightly-2025-02-13Florian Brucker-2/+12
2025-02-03tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc`Askar Safin-2/+2
2025-01-28Make crate AST mutation accessible for driver callbackMohammad Omidvar-1/+1
2025-01-23Remove RunCompilerbjorn3-2/+2
2025-01-23Remove set_make_codegen_backend and set_file_loaderbjorn3-7/+6
2024-12-27Rework the driver docs (#2162)bjorn3-74/+74
2024-05-11Update the rustc_interface examples for current rustc (#1974)Matthew Woodcraft-2/+2
2024-01-21Update examples (#1856)Shoyu Vanilla-8/+9
2023-10-05update rustc_driver examples (#1803)Timo-0/+2
2023-04-01update rustc_driver examples (#1655)Tshepang Mbambo-3/+4
2023-02-15howto run the examples (#1593)Tshepang Mbambo-9/+4
2023-02-09update examples for rustc 1.69.0-nightly (e1eaa2d5d 2023-02-06) (#1590)Hiroki Fujino-4/+4
2023-01-15fix examples for rustc 1.68.0-nightly (935dc0721 2022-12-19) (#1556) (#1557)gftea-2/+1
2022-06-07improve rustc_interface examples a little (#1362)Tshepang Mbambo-10/+15
2022-05-30Update rustc-driver related examplesYuki Okushi-3/+4
2022-04-11Update examples with 1.61.0-nightly (latest version) (#1330)Ujjawal-4/+3
2021-11-24make it compile with 1.56.0Simon Perriard-1/+1
2021-03-28Update rustc-driver-*.rs examples (#1095)Undxxx-2/+6
2020-08-03Fix examples not workingTakayuki Nakata-1/+0
2020-05-07Reference complete examplesGeorge Fraser-36/+20
2020-03-22run_compiler is exported by rustc_interfaceGeorge Fraser-3/+2
2020-03-22Example of rustc interface (#621)George Fraser-0/+103