summary refs log tree commit diff
path: root/compiler/rustc_session/src/lib.rs
AgeCommit message (Expand)AuthorLines
2021-04-03Move SanitizerSet to rustc_targetSimonas Kazlauskas-2/+0
2021-03-19stabilize or_patternsmark-1/+1
2021-03-14Bump recursion_limit in a few placesAaron Hill-0/+1
2021-02-09Stabilize str_split_onceJacob Pratt-1/+0
2020-12-07Dogfood 'str_split_once() with `compiler/`Eric Arellano-0/+1
2020-10-30Implement rustc side of report-future-incompatAaron Hill-2/+2
2020-08-30datastructures: replace `once_cell` crate with an impl from stdmarmeladema-0/+1
2020-08-30mv compiler to compiler/mark-0/+27