]> git.lizzy.rs Git - rust.git/history - src/parse
feat: remove license_template_path config option
[rust.git] / src / parse /
2022-05-07 cuishuangfix some typos
2022-03-28 Caleb CartwrightMerge pull request #5276 from calebcartwright/subtree...
2022-03-28 Caleb CartwrightMerge remote-tracking branch 'upstream/master' into...
2022-03-20 Camille GILLOTTake &mut Diagnostic in emit_diagnostic.
2022-03-18 Caleb CartwrightMerge pull request #5268 from calebcartwright/subtree...
2022-03-17 Dylan DPCRollup merge of #94960 - codehorseman:master, r=oli-obk
2022-03-17 Caleb CartwrightMerge remote-tracking branch 'upstream/master' into...
2022-03-16 markrustc_error: make ErrorReported impossible to construct
2022-03-16 Caleb Cartwrightchore: add utility function for relative span positions
2022-03-15 borsAuto merge of #94584 - pnkfelix:inject-use-suggestion...
2022-03-09 Yacin TmimiImprove mod resolution error for mods with multiple...
2022-03-07 Felix S. Klock IIplacate rustfmt in rustfmt.
2022-03-04 Felix S. Klock IIPlacate tidy in submodule.
2022-03-03 Felix S. Klock IIAdjusted diagnostic output so that if there is no ...
2022-03-03 Felix S. Klock IIrefactor: prepare to associate multiple spans with...
2022-03-01 Yacin Tmimifallback to dir_path when relative external mod resolut...
2022-02-23 Eduard-Mihai Burtescurustc_errors: take `self` by value in `DiagnosticBuilde...
2022-02-23 Eduard-Mihai Burtescurustc_errors: add `downgrade_to_delayed_bug` to `Diagno...
2022-01-24 Eduard-Mihai Burtescurustc_errors: only box the `diagnostic` field in `Diagn...
2021-12-30 Caleb CartwrightMerge commit '4a053f206fd6799a25823c307f7d7f9d897be118...
2021-12-29 Caleb Cartwrightfeat: support parsing asm! args
2021-12-21 Caleb Cartwrightchore: cleanup unused imports
2021-12-21 Caleb Cartwrightrefactor: encapsulate cfg_if parsing within parse mod
2021-12-21 Caleb Cartwrightrefactor: extract final rustc_parse touchpoint from...
2021-12-21 Caleb Cartwrightrefactor: move lazy_static parsing to parse mod
2021-12-21 Caleb Cartwrightrefactor: move macro arg parsing to parse mod
2021-12-21 Caleb Cartwrightrefactor: rename syntux mod to parse