| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-12-27 | Rework the driver docs (#2162) | bjorn3 | -166/+245 | |
| 2024-09-24 | Fix getting diagnostics example | Vetle Rasmussen | -2/+5 | |
| 2024-05-11 | Update the rustc_interface examples for current rustc (#1974) | Matthew Woodcraft | -11/+11 | |
| 2024-03-12 | More updates for recent diagnostics changes. | Nicholas Nethercote | -4/+4 | |
| A sequel to #1883, this covers diagnostic naming changes from rust-lang/rust/pull/121489, rust-lang/rust/pull/121780, and rust-lang/rust/pull/122132. | ||||
| 2024-01-22 | Get diagnostics directly in `rustc-driver-getting-diagnostics` example (#1857) | Shoyu Vanilla | -17/+46 | |
| 2024-01-21 | Update examples (#1856) | Shoyu Vanilla | -35/+24 | |
| Co-authored-by: Yuki Okushi <jtitor@2k36.org> | ||||
| 2023-10-05 | update rustc_driver examples (#1803) | Timo | -0/+6 | |
| 2023-04-01 | update rustc_driver examples (#1655) | Tshepang Mbambo | -3/+5 | |
| 2023-03-26 | Add locale_resources (#1651) | Nathan Hammond | -0/+1 | |
| 2023-02-15 | howto run the examples (#1593) | Tshepang Mbambo | -21/+17 | |
| 2023-02-09 | update examples for rustc 1.69.0-nightly (e1eaa2d5d 2023-02-06) (#1590) | Hiroki Fujino | -11/+10 | |
| Closes https://github.com/rust-lang/rustc-dev-guide/issues/1581 | ||||
| 2023-01-15 | fix examples for rustc 1.68.0-nightly (935dc0721 2022-12-19) (#1556) (#1557) | gftea | -9/+3 | |
| Co-authored-by: Yuki Okushi <jtitor@2k36.org> Closes https://github.com/rust-lang/rustc-dev-guide/issues/1556 | ||||
| 2022-06-07 | improve rustc_interface examples a little (#1362) | Tshepang Mbambo | -19/+33 | |
| 2022-05-30 | Update rustc-driver related examples | Yuki Okushi | -9/+11 | |
| 2022-04-11 | Update examples with 1.61.0-nightly (latest version) (#1330) | Ujjawal | -10/+9 | |
| Co-authored-by: Ujjawal Kumar <u.kumar@ukumar-ltmit1s.internal.salesforce.com> | ||||
| 2021-11-24 | make it compile with 1.56.0 no warning | Simon Perriard | -1/+1 | |
| 2021-11-24 | make it compile with 1.56.0 | Simon Perriard | -2/+2 | |
| 2021-11-24 | make it compile with 1.56.0 | Simon Perriard | -1/+1 | |
| 2021-03-28 | Update rustc-driver-*.rs examples (#1095) | Undxxx | -9/+15 | |
| 2020-11-10 | Add some more examples of using the compiler | Joshua Nelson | -3/+15 | |
| 2020-08-03 | Fix examples not working | Takayuki Nakata | -4/+1 | |
| 2020-05-07 | Reference complete examples | George Fraser | -36/+187 | |
| 2020-03-22 | run_compiler is exported by rustc_interface | George Fraser | -3/+2 | |
| 2020-03-22 | Example of rustc interface (#621) | George Fraser | -0/+103 | |
| * Example of rustc interface (https://internals.rust-lang.org/t/using-the-rustc-interface-crate/11982) | ||||
