about summary refs log tree commit diff
path: root/compiler/rustc_session/src/lib.rs
AgeCommit message (Expand)AuthorLines
2021-10-03Move ICH to rustc_query_system.Camille GILLOT-0/+1
2021-10-03Move rustc_middle::middle::cstore to rustc_session.Camille GILLOT-1/+2
2021-07-04Query-ify global limit attribute handlingAaron Hill-0/+5
2021-05-24remove cfg(bootstrap)Pietro Albini-1/+0
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